Started by user Maxim Nesen Rebuilds build #16 Running as Maxim Nesen Agent basic-vfp5t is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: annotations: kubernetes.jenkins.io/last-refresh: "1716555835285" labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" kubernetes.jenkins.io/controller: "http___jenkins-ui_jersey_svc_cluster_local_jerseyx" name: "basic-vfp5t" 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-vfp5t" - 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: "REMOTING_OPTS" value: "-noReconnectAfter 1d" - name: "OPENJ9_JAVA_OPTIONS" value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle" - name: "JENKINS_NAME" value: "basic-vfp5t" - 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-3206.vb_15dcf73f6a_9" 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-vfp5t (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 408e4647df644dbd45973bc30aec8f7bc0473dee (refs/remotes/origin/3.1) > git config core.sparsecheckout # timeout=10 > git checkout -f 408e4647df644dbd45973bc30aec8f7bc0473dee # timeout=10 Commit message: "Better document virtual threads" > git rev-list --no-walk 408e4647df644dbd45973bc30aec8f7bc0473dee # timeout=10 [jakarta_EE10_TCK] $ /bin/bash -xe /tmp/jenkins3984225459500002987.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.5 -Dglassfish.container.version=7.0.14 -Djersey.version=3.1.7 + 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.1: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 from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-tck --- [INFO] Changes detected - recompiling the module! :source [WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent! [INFO] Compiling 2 source files with javac [debug target 11] to target/classes [WARNING] Supported source version 'RELEASE_6' from annotation processor 'org.sonatype.guice.bean.scanners.index.SisuIndexAPT6' less than -source '11' [INFO] [INFO] --- resources:3.3.1: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.11.0:testCompile (default-testCompile) @ jersey-tck --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.1.2: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.14:zip [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/main/distributions/glassfish/7.0.14/glassfish-7.0.14.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.7:jar [INFO] Configured Artifact: org.glassfish.jersey.core:jersey-server:3.1.7:jar [INFO] Configured Artifact: org.glassfish.jersey.core:jersey-common:3.1.7:jar [INFO] Configured Artifact: org.glassfish.jersey.containers:jersey-container-grizzly2-http:3.1.7:jar [INFO] Configured Artifact: org.glassfish.jersey.containers:jersey-container-servlet-core:3.1.7:jar [INFO] Configured Artifact: org.glassfish.jersey.containers:jersey-container-servlet:3.1.7:jar [INFO] Configured Artifact: org.glassfish.jersey.media:jersey-media-sse:3.1.7:jar [INFO] Configured Artifact: org.glassfish.jersey.media:jersey-media-json-binding:3.1.7:jar [INFO] Configured Artifact: jakarta.ws.rs:jakarta.ws.rs-api:3.1.0:jar [INFO] Copying jersey-client-3.1.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.3.0:exec (StopDomain1) @ jersey-tck --- 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.3.0:exec (StartDomain1) @ jersey-tck --- Waiting for domain1 to start .................. Waiting finished after 17,408 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.3.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.3.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.3.0:exec (Add User j2ee) @ jersey-tck --- Command create-file-user executed successfully. [INFO] [INFO] --- exec:3.3.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.3.0:exec (Add User javajoe) @ jersey-tck --- Command create-file-user executed successfully. [INFO] [INFO] --- exec:3.3.0:exec (list users) @ jersey-tck --- j2ee javajoe Command list-file-users executed successfully. [INFO] [INFO] --- exec:3.3.0:exec (StopDomain) @ jersey-tck --- Waiting for the domain to stop . Waiting finished after 663 ms. Command stop-domain executed successfully. [INFO] [INFO] --- failsafe:3.0.0-M5:integration-test (gf-tests) @ jersey-tck --- [WARNING] Exception for '/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/ct.sym'. java.lang.IllegalArgumentException: '/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/ct.sym' not allowed on the path, only outputDirectories and jars are accepted at org.codehaus.plexus.languages.java.jpms.LocationManager.resolvePath (LocationManager.java:335) at org.codehaus.plexus.languages.java.jpms.LocationManager.resolvePaths (LocationManager.java:201) at org.apache.maven.plugin.surefire.AbstractSurefireMojo.newStartupConfigWithModularPath (AbstractSurefireMojo.java:2011) at org.apache.maven.plugin.surefire.AbstractSurefireMojo.createStartupConfiguration (AbstractSurefireMojo.java:1889) at org.apache.maven.plugin.surefire.AbstractSurefireMojo.createForkStarter (AbstractSurefireMojo.java:2374) at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeProvider (AbstractSurefireMojo.java:1310) at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked (AbstractSurefireMojo.java:1159) at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute (AbstractSurefireMojo.java:932) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:126) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:328) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:316) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:212) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:174) at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:75) at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:162) at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) at jdk.internal.reflect.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:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) [INFO] [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 10,334 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-24-2024 13:06:35:[JAXRSCommonClient] Test setup OK 05-24-2024 13:06:35:STARTING TEST : responseGenericEntityTest() 05-24-2024 13:06:35:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_java2entity_web/resource/response/genericentity/linkedlist HTTP/1.1' to target server at 'localhost:8080' May 24, 2024 1:06:36 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:06:36:FINISHED TEST : responseGenericEntityTest() 05-24-2024 13:06:36:[JAXRSCommonClient] Test setup OK 05-24-2024 13:06:36:STARTING TEST : genericEntityTest() 05-24-2024 13:06:36:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_java2entity_web/resource/genericentity/linkedlist HTTP/1.1' to target server at 'localhost:8080' May 24, 2024 1:06:36 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:06:36:FINISHED TEST : genericEntityTest() 05-24-2024 13:06:36:[JAXRSCommonClient] Test setup OK May 24, 2024 1:06:36 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:06:36:STARTING TEST : directClassTypeTest() 05-24-2024 13:06:36:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_java2entity_web/resource/linkedlist HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:36:FINISHED TEST : directClassTypeTest() 05-24-2024 13:06:36:[JAXRSCommonClient] Test setup OK May 24, 2024 1:06:36 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:06:36:STARTING TEST : responseDirectClassTypeTest() 05-24-2024 13:06:36:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_java2entity_web/resource/response/linkedlist HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:36:FINISHED TEST : responseDirectClassTypeTest() [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 34.969 s - in ee.jakarta.tck.ws.rs.ee.resource.java2entity.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.resource.webappexception.mapper.JAXRSClientIT 05-24-2024 13:06:38:[JAXRSCommonClient] Test setup OK 05-24-2024 13:06:38:STARTING TEST : statusOkResponseTest() 05-24-2024 13:06:38:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/responsestatusok HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:38:FINISHED TEST : statusOkResponseTest() 05-24-2024 13:06:38:[JAXRSCommonClient] Test setup OK 05-24-2024 13:06:38:STARTING TEST : throwUncheckedExceptionTest() 05-24-2024 13:06:38:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/uncheckedexception HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:38:FINISHED TEST : throwUncheckedExceptionTest() 05-24-2024 13:06:38:[JAXRSCommonClient] Test setup OK 05-24-2024 13:06:38:STARTING TEST : throwableIntOkResponseTest() 05-24-2024 13:06:38:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/responsestatusthrowableintok HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:38:FINISHED TEST : throwableIntOkResponseTest() 05-24-2024 13:06:38:[JAXRSCommonClient] Test setup OK 05-24-2024 13:06:38:STARTING TEST : throwableOkResponseTest() 05-24-2024 13:06:38:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/responsestatusthrowableok HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:38:FINISHED TEST : throwableOkResponseTest() 05-24-2024 13:06:38:[JAXRSCommonClient] Test setup OK 05-24-2024 13:06:38:STARTING TEST : statusIntOkResponseTest() 05-24-2024 13:06:38:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/responsestatusintok HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:38:FINISHED TEST : statusIntOkResponseTest() 05-24-2024 13:06:38:[JAXRSCommonClient] Test setup OK May 24, 2024 1:06:38 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:06:38:STARTING TEST : responseEntityTest() 05-24-2024 13:06:38:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/responseentity HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:38:FINISHED TEST : responseEntityTest() 05-24-2024 13:06:38:[JAXRSCommonClient] Test setup OK 05-24-2024 13:06:38:STARTING TEST : throwableResponseTest() 05-24-2024 13:06:38:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/responsethrowable HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:38:FINISHED TEST : throwableResponseTest() 05-24-2024 13:06:38:[JAXRSCommonClient] Test setup OK 05-24-2024 13:06:38:STARTING TEST : noResponseTest() 05-24-2024 13:06:38:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/noresponse HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:39:FINISHED TEST : noResponseTest() 05-24-2024 13:06:39:[JAXRSCommonClient] Test setup OK 05-24-2024 13:06:39:STARTING TEST : webApplicationExceptionHasResponseWithoutEntityDoesUseMapperTest() 05-24-2024 13:06:39:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/noentity/4000 HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:39:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/noentity/400 HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:39:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/noentity/401 HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:39:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/noentity/403 HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:39:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/noentity/404 HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:39:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/noentity/405 HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:39:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/noentity/406 HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:39:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/noentity/415 HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:39:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/noentity/3000 HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:39:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/noentity/5000 HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:39:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/noentity/500 HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:39:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/noentity/503 HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:39:FINISHED TEST : webApplicationExceptionHasResponseWithoutEntityDoesUseMapperTest() 05-24-2024 13:06:39:[JAXRSCommonClient] Test setup OK 05-24-2024 13:06:39:STARTING TEST : okResponseTest() 05-24-2024 13:06:39:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/responseok HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:39:FINISHED TEST : okResponseTest() 05-24-2024 13:06:39:[JAXRSCommonClient] Test setup OK 05-24-2024 13:06:39:STARTING TEST : webApplicationExceptionHasResponseWithEntityDoesNotUseMapperTest() 05-24-2024 13:06:39:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/direct/2000 HTTP/1.1' to target server at 'localhost:8080' May 24, 2024 1:06:39 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:06:39 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:06:39 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:06:39 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:06:39 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:06:39 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:06:39 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:06:39 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:06:39 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:06:39:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/direct/4000 HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:39:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/direct/400 HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:39:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/direct/401 HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:39:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/direct/403 HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:39:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/direct/404 HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:39:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/direct/405 HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:39:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/direct/406 HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:39:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/direct/415 HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:39:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/direct/3000 HTTP/1.1' to target server at 'localhost:8080' May 24, 2024 1:06:39 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:06:39 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:06:39 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:06:39 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:06:39:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/direct/5000 HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:39:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/direct/500 HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:39:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/direct/503 HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:39:FINISHED TEST : webApplicationExceptionHasResponseWithEntityDoesNotUseMapperTest() [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.607 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-24-2024 13:06:41:[JAXRSCommonClient] Test setup OK May 24, 2024 1:06:41 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:06:41:STARTING TEST : throwableStatusCodeTest() 05-24-2024 13:06:41:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_nomapper_web/resource/ThrowableStatusCodeTest HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:41:FINISHED TEST : throwableStatusCodeTest() 05-24-2024 13:06:41:[JAXRSCommonClient] Test setup OK May 24, 2024 1:06:41 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:06:41:STARTING TEST : throwableTest() 05-24-2024 13:06:41:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_nomapper_web/resource/ThrowableTest HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:41:FINISHED TEST : throwableTest() 05-24-2024 13:06:41:[JAXRSCommonClient] Test setup OK May 24, 2024 1:06:41 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:06:41:STARTING TEST : getResponseTest() 05-24-2024 13:06:41:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_nomapper_web/resource/getResponseTest HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:41:FINISHED TEST : getResponseTest() 05-24-2024 13:06:41:[JAXRSCommonClient] Test setup OK 05-24-2024 13:06:41:STARTING TEST : throwableResponseTest() 05-24-2024 13:06:41:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_nomapper_web/resource/ThrowableResponseTest HTTP/1.1' to target server at 'localhost:8080' May 24, 2024 1:06:41 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:06:41:FINISHED TEST : throwableResponseTest() 05-24-2024 13:06:41:[JAXRSCommonClient] Test setup OK May 24, 2024 1:06:41 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:06:41:STARTING TEST : throwableStatusTest() 05-24-2024 13:06:41:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_nomapper_web/resource/ThrowableStatusTest HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:41:FINISHED TEST : throwableStatusTest() 05-24-2024 13:06:41:[JAXRSCommonClient] Test setup OK 05-24-2024 13:06:41:STARTING TEST : statusCode401Test() 05-24-2024 13:06:41:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_nomapper_web/resource/StatusCode401 HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:41:FINISHED TEST : statusCode401Test() 05-24-2024 13:06:41:[JAXRSCommonClient] Test setup OK 05-24-2024 13:06:41:STARTING TEST : statusCode404Test() 05-24-2024 13:06:41:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_nomapper_web/resource/StatusCode404 HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:41:FINISHED TEST : statusCode404Test() 05-24-2024 13:06:41:[JAXRSCommonClient] Test setup OK May 24, 2024 1:06:41 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:06:41:STARTING TEST : throwableStatusTest1() 05-24-2024 13:06:41:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_nomapper_web/resource/ThrowableNullStatusTest HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:41:FINISHED TEST : throwableStatusTest1() 05-24-2024 13:06:41:[JAXRSCommonClient] Test setup OK 05-24-2024 13:06:41:STARTING TEST : status415Test() 05-24-2024 13:06:41:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_nomapper_web/resource/Status415 HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:41:FINISHED TEST : status415Test() 05-24-2024 13:06:41:[JAXRSCommonClient] Test setup OK 05-24-2024 13:06:41:STARTING TEST : nullResponseTest() 05-24-2024 13:06:41:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_nomapper_web/resource/NullResponseTest HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:41:FINISHED TEST : nullResponseTest() 05-24-2024 13:06:41:[JAXRSCommonClient] Test setup OK May 24, 2024 1:06:41 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:06:41:STARTING TEST : throwableResponseTest1() 05-24-2024 13:06:41:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_nomapper_web/resource/ThrowableResponseTest1 HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:41:FINISHED TEST : throwableResponseTest1() 05-24-2024 13:06:41:[JAXRSCommonClient] Test setup OK May 24, 2024 1:06:41 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:06:41:STARTING TEST : responseTest() 05-24-2024 13:06:41:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_nomapper_web/resource/ResponseTest HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:42:FINISHED TEST : responseTest() 05-24-2024 13:06:42:[JAXRSCommonClient] Test setup OK 05-24-2024 13:06:42:STARTING TEST : emptyConstructorTest() 05-24-2024 13:06:42:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_nomapper_web/resource/EmptyConstructor HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:42:FINISHED TEST : emptyConstructorTest() 05-24-2024 13:06:42:[JAXRSCommonClient] Test setup OK 05-24-2024 13:06:42:STARTING TEST : status503Test() 05-24-2024 13:06:42:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_nomapper_web/resource/Status503 HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:42:FINISHED TEST : status503Test() [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.624 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-24-2024 13:06:43:[JAXRSCommonClient] Test setup OK May 24, 2024 1:06:44 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:06:44 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:06:43:STARTING TEST : cookieFieldThrowingIllegalArgumentExceptionTest() 05-24-2024 13:06:43:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:43:Found cookie ParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException as expected 05-24-2024 13:06:43:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:44:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:44:Found cookie ParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException as expected 05-24-2024 13:06:44:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:44:FINISHED TEST : cookieFieldThrowingIllegalArgumentExceptionTest() 05-24-2024 13:06:44:[JAXRSCommonClient] Test setup OK May 24, 2024 1:06:44 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:06:44 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:06:44:STARTING TEST : cookieParamListEntityWithFromStringTest() 05-24-2024 13:06:44:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:44:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:44:Found cookie ListParamEntityWithFromString=JAXRS_SPEC_5.4 as expected 05-24-2024 13:06:44:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:44:FINISHED TEST : cookieParamListEntityWithFromStringTest() 05-24-2024 13:06:44:[JAXRSCommonClient] Test setup OK May 24, 2024 1:06:44 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:06:44 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:06:44:STARTING TEST : cookieParamEntityWithFromStringTest() 05-24-2024 13:06:44:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:44:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:44:Found cookie ParamEntityWithFromString=JAXRS_SPEC_5.3 as expected 05-24-2024 13:06:44:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:44:FINISHED TEST : cookieParamEntityWithFromStringTest() 05-24-2024 13:06:44:[JAXRSCommonClient] Test setup OK May 24, 2024 1:06:44 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:06:44 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:06:44:STARTING TEST : cookieFieldParamEntityWithFromStringTest() 05-24-2024 13:06:44:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:44:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:44:Found cookie ParamEntityWithFromString=JAXRS_SPEC_5.3 as expected 05-24-2024 13:06:44:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:44:FINISHED TEST : cookieFieldParamEntityWithFromStringTest() 05-24-2024 13:06:44:[JAXRSCommonClient] Test setup OK May 24, 2024 1:06:44 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:06:44 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:06:44:STARTING TEST : cookieFieldParamEntityWithConstructorTest() 05-24-2024 13:06:44:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:44:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:44:Found cookie ParamEntityWithConstructor=JAXRS_SPEC_5.2 as expected 05-24-2024 13:06:44:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:44:FINISHED TEST : cookieFieldParamEntityWithConstructorTest() 05-24-2024 13:06:44:[JAXRSCommonClient] Test setup OK May 24, 2024 1:06:44 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:06:44 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:06:44:STARTING TEST : cookieFieldParamListEntityWithFromStringTest() 05-24-2024 13:06:44:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:44:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:44:Found cookie ListParamEntityWithFromString=JAXRS_SPEC_5.4 as expected 05-24-2024 13:06:44:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:44:FINISHED TEST : cookieFieldParamListEntityWithFromStringTest() 05-24-2024 13:06:44:[JAXRSCommonClient] Test setup OK May 24, 2024 1:06:44 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:06:44 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:06:44:STARTING TEST : cookieParamSetEntityWithFromStringTest() 05-24-2024 13:06:44:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:44:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:44:Found cookie SetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected 05-24-2024 13:06:44:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:44:FINISHED TEST : cookieParamSetEntityWithFromStringTest() 05-24-2024 13:06:44:[JAXRSCommonClient] Test setup OK May 24, 2024 1:06:44 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:06:44 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:06:44:STARTING TEST : cookieParamSortedSetEntityWithFromStringTest() 05-24-2024 13:06:44:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:44:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:44:Found cookie SortedSetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected 05-24-2024 13:06:44:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:44:FINISHED TEST : cookieParamSortedSetEntityWithFromStringTest() 05-24-2024 13:06:44:[JAXRSCommonClient] Test setup OK May 24, 2024 1:06:44 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:06:44 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:06:44:STARTING TEST : cookieParamThrowingIllegalArgumentExceptionTest() 05-24-2024 13:06:44:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:44:Found cookie ParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException as expected 05-24-2024 13:06:44:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:44:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:44:Found cookie ParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException as expected 05-24-2024 13:06:44:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:44:FINISHED TEST : cookieParamThrowingIllegalArgumentExceptionTest() 05-24-2024 13:06:44:[JAXRSCommonClient] Test setup OK 05-24-2024 13:06:44:STARTING TEST : cookieFieldThrowingWebApplicationExceptionTest() 05-24-2024 13:06:44:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:44:Found cookie ParamEntityThrowingWebApplicationException=CREATED as expected 05-24-2024 13:06:44:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' May 24, 2024 1:06:44 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:06:44 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:06:44:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:44:Found cookie ParamEntityThrowingWebApplicationException=CREATED as expected 05-24-2024 13:06:44:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:44:FINISHED TEST : cookieFieldThrowingWebApplicationExceptionTest() 05-24-2024 13:06:44:[JAXRSCommonClient] Test setup OK May 24, 2024 1:06:44 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:06:44 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:06:44:STARTING TEST : cookieParamEntityWithValueOfTest() 05-24-2024 13:06:44:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:44:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:44:Found cookie ParamEntityWithValueOf=JAXRS_SPEC_5.3 as expected 05-24-2024 13:06:44:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:44:FINISHED TEST : cookieParamEntityWithValueOfTest() 05-24-2024 13:06:44:[JAXRSCommonClient] Test setup OK 05-24-2024 13:06:44:STARTING TEST : cookieParamEntityWithConstructorTest() 05-24-2024 13:06:44:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' May 24, 2024 1:06:44 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:06:44 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:06:44:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:44:Found cookie ParamEntityWithConstructor=JAXRS_SPEC_5.2 as expected 05-24-2024 13:06:44:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:44:FINISHED TEST : cookieParamEntityWithConstructorTest() 05-24-2024 13:06:44:[JAXRSCommonClient] Test setup OK 05-24-2024 13:06:44:STARTING TEST : cookieFieldParamSortedSetEntityWithFromStringTest() May 24, 2024 1:06:44 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:06:44:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' May 24, 2024 1:06:44 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:06:44:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:44:Found cookie SortedSetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected 05-24-2024 13:06:44:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:44:FINISHED TEST : cookieFieldParamSortedSetEntityWithFromStringTest() 05-24-2024 13:06:44:[JAXRSCommonClient] Test setup OK May 24, 2024 1:06:45 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:06:45:STARTING TEST : cookieFieldParamSetEntityWithFromStringTest() 05-24-2024 13:06:45:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:45:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:45:Found cookie SetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected May 24, 2024 1:06:45 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:06:45:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:45:FINISHED TEST : cookieFieldParamSetEntityWithFromStringTest() 05-24-2024 13:06:45:[JAXRSCommonClient] Test setup OK May 24, 2024 1:06:45 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:06:45:STARTING TEST : cookieFieldParamEntityWithValueOfTest() 05-24-2024 13:06:45:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:45:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:45:Found cookie ParamEntityWithValueOf=JAXRS_SPEC_5.3 as expected May 24, 2024 1:06:45 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:06:45:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:45:FINISHED TEST : cookieFieldParamEntityWithValueOfTest() 05-24-2024 13:06:45:[JAXRSCommonClient] Test setup OK May 24, 2024 1:06:45 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:06:45:STARTING TEST : cookieParamThrowingWebApplicationExceptionTest() 05-24-2024 13:06:45:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:45:Found cookie ParamEntityThrowingWebApplicationException=CREATED as expected 05-24-2024 13:06:45:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:45:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:45:Found cookie ParamEntityThrowingWebApplicationException=CREATED as expected 05-24-2024 13:06:45:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' May 24, 2024 1:06:45 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:06:45:FINISHED TEST : cookieParamThrowingWebApplicationExceptionTest() [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.185 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-24-2024 13:06:46:[JAXRSCommonClient] Test setup OK May 24, 2024 1:06:46 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:06:46 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:06:46:STARTING TEST : formFieldParamEntityWithConstructorTest() 05-24-2024 13:06:46:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:46:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:46:FINISHED TEST : formFieldParamEntityWithConstructorTest() 05-24-2024 13:06:46:[JAXRSCommonClient] Test setup OK May 24, 2024 1:06:46 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:06:46 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:06:46:STARTING TEST : formFieldThrowingIllegalArgumentExceptionTest() 05-24-2024 13:06:46:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:46:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:46:FINISHED TEST : formFieldThrowingIllegalArgumentExceptionTest() 05-24-2024 13:06:46:[JAXRSCommonClient] Test setup OK May 24, 2024 1:06:46 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:06:47 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:06:46:STARTING TEST : formFieldThrowingWebApplicationExceptionTest() 05-24-2024 13:06:46:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:47:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:47:FINISHED TEST : formFieldThrowingWebApplicationExceptionTest() 05-24-2024 13:06:47:[JAXRSCommonClient] Test setup OK May 24, 2024 1:06:47 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:06:47 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:06:47:STARTING TEST : formFieldParamSortedSetEntityWithFromStringTest() 05-24-2024 13:06:47:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:47:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:47:FINISHED TEST : formFieldParamSortedSetEntityWithFromStringTest() 05-24-2024 13:06:47:[JAXRSCommonClient] Test setup OK May 24, 2024 1:06:47 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:06:47 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:06:47:STARTING TEST : formParamEntityWithFromStringTest() 05-24-2024 13:06:47:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:47:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:47:FINISHED TEST : formParamEntityWithFromStringTest() 05-24-2024 13:06:47:[JAXRSCommonClient] Test setup OK May 24, 2024 1:06:47 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:06:47 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:06:47:STARTING TEST : formParamThrowingWebApplicationExceptionTest() 05-24-2024 13:06:47:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:47:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:47:FINISHED TEST : formParamThrowingWebApplicationExceptionTest() 05-24-2024 13:06:47:[JAXRSCommonClient] Test setup OK May 24, 2024 1:06:47 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:06:47 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:06:47:STARTING TEST : formParamEntityWithConstructorTest() 05-24-2024 13:06:47:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:47:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:47:FINISHED TEST : formParamEntityWithConstructorTest() 05-24-2024 13:06:47:[JAXRSCommonClient] Test setup OK May 24, 2024 1:06:47 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:06:47 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:06:47:STARTING TEST : formFieldParamSetEntityWithFromStringTest() 05-24-2024 13:06:47:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:47:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:47:FINISHED TEST : formFieldParamSetEntityWithFromStringTest() 05-24-2024 13:06:47:[JAXRSCommonClient] Test setup OK May 24, 2024 1:06:47 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:06:47 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:06:47:STARTING TEST : formParamThrowingIllegalArgumentExceptionTest() 05-24-2024 13:06:47:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:47:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:47:FINISHED TEST : formParamThrowingIllegalArgumentExceptionTest() 05-24-2024 13:06:47:[JAXRSCommonClient] Test setup OK May 24, 2024 1:06:47 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:06:47 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:06:47:STARTING TEST : formFieldParamEntityWithFromStringTest() 05-24-2024 13:06:47:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:47:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:47:FINISHED TEST : formFieldParamEntityWithFromStringTest() 05-24-2024 13:06:47:[JAXRSCommonClient] Test setup OK May 24, 2024 1:06:47 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:06:47 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:06:47:STARTING TEST : formFieldParamEntityWithEncodedTest() 05-24-2024 13:06:47:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:47:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:47:FINISHED TEST : formFieldParamEntityWithEncodedTest() 05-24-2024 13:06:47:[JAXRSCommonClient] Test setup OK May 24, 2024 1:06:47 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:06:47 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:06:47:STARTING TEST : formParamEntityWithEncodedTest() 05-24-2024 13:06:47:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:47:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:47:FINISHED TEST : formParamEntityWithEncodedTest() 05-24-2024 13:06:47:[JAXRSCommonClient] Test setup OK May 24, 2024 1:06:47 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:06:47 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:06:47:STARTING TEST : formParamListEntityWithFromStringTest() 05-24-2024 13:06:47:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:47:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:47:FINISHED TEST : formParamListEntityWithFromStringTest() 05-24-2024 13:06:47:[JAXRSCommonClient] Test setup OK May 24, 2024 1:06:47 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:06:47 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:06:47:STARTING TEST : formFieldParamEntityWithValueOfTest() 05-24-2024 13:06:47:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:47:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:47:FINISHED TEST : formFieldParamEntityWithValueOfTest() 05-24-2024 13:06:47:[JAXRSCommonClient] Test setup OK May 24, 2024 1:06:47 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:06:47 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:06:47:STARTING TEST : formParamSetEntityWithFromStringTest() 05-24-2024 13:06:47:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:47:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:47:FINISHED TEST : formParamSetEntityWithFromStringTest() 05-24-2024 13:06:47:[JAXRSCommonClient] Test setup OK 05-24-2024 13:06:47:STARTING TEST : formFieldParamListEntityWithFromStringTest() 05-24-2024 13:06:47:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' May 24, 2024 1:06:47 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:06:47:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' May 24, 2024 1:06:47 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:06:47:FINISHED TEST : formFieldParamListEntityWithFromStringTest() 05-24-2024 13:06:47:[JAXRSCommonClient] Test setup OK May 24, 2024 1:06:47 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:06:47 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:06:47:STARTING TEST : formParamEntityWithValueOfTest() 05-24-2024 13:06:47:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:47:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:47:FINISHED TEST : formParamEntityWithValueOfTest() 05-24-2024 13:06:47:[JAXRSCommonClient] Test setup OK May 24, 2024 1:06:47 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:06:47 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:06:47:STARTING TEST : formParamSortedSetEntityWithFromStringTest() 05-24-2024 13:06:47:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:47:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:47:FINISHED TEST : formParamSortedSetEntityWithFromStringTest() [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.574 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-24-2024 13:06:49:[JAXRSCommonClient] Test setup OK May 24, 2024 1:06:49 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:06:49:STARTING TEST : headerFieldThrowingIllegalArgumentExceptionTest() 05-24-2024 13:06:49:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' May 24, 2024 1:06:49 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:06:49:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:49:FINISHED TEST : headerFieldThrowingIllegalArgumentExceptionTest() 05-24-2024 13:06:49:[JAXRSCommonClient] Test setup OK 05-24-2024 13:06:49:STARTING TEST : headerParamEntityWithConstructorTest()May 24, 2024 1:06:49 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:06:49:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:49:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' May 24, 2024 1:06:49 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:06:49:FINISHED TEST : headerParamEntityWithConstructorTest() 05-24-2024 13:06:49:[JAXRSCommonClient] Test setup OK 05-24-2024 13:06:49:STARTING TEST : headerFieldThrowingWebApplicationExceptionTest() 05-24-2024 13:06:49:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' May 24, 2024 1:06:49 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:06:49 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:06:49:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:49:FINISHED TEST : headerFieldThrowingWebApplicationExceptionTest() 05-24-2024 13:06:49:[JAXRSCommonClient] Test setup OK May 24, 2024 1:06:49 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:06:49:STARTING TEST : headerFieldParamEntityWithValueOfTest() 05-24-2024 13:06:49:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' May 24, 2024 1:06:49 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:06:49:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:49:FINISHED TEST : headerFieldParamEntityWithValueOfTest() 05-24-2024 13:06:49:[JAXRSCommonClient] Test setup OK May 24, 2024 1:06:49 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:06:49:STARTING TEST : headerFieldParamSortedSetEntityWithFromStringTest() 05-24-2024 13:06:49:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' May 24, 2024 1:06:49 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:06:49:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:49:FINISHED TEST : headerFieldParamSortedSetEntityWithFromStringTest() 05-24-2024 13:06:49:[JAXRSCommonClient] Test setup OK 05-24-2024 13:06:49:STARTING TEST : headerParamListEntityWithFromStringTest() May 24, 2024 1:06:49 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:06:49:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:49:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' May 24, 2024 1:06:49 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:06:49:FINISHED TEST : headerParamListEntityWithFromStringTest() 05-24-2024 13:06:49:[JAXRSCommonClient] Test setup OK May 24, 2024 1:06:49 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:06:49 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:06:49:STARTING TEST : headerParamThrowingWebApplicationExceptionTest() 05-24-2024 13:06:49:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:49:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:49:FINISHED TEST : headerParamThrowingWebApplicationExceptionTest() 05-24-2024 13:06:49:[JAXRSCommonClient] Test setup OK May 24, 2024 1:06:49 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:06:49:STARTING TEST : headerParamEntityWithValueOfTest() 05-24-2024 13:06:49:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' May 24, 2024 1:06:49 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:06:49:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:49:FINISHED TEST : headerParamEntityWithValueOfTest() 05-24-2024 13:06:49:[JAXRSCommonClient] Test setup OK May 24, 2024 1:06:49 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:06:49:STARTING TEST : headerParamThrowingIllegalArgumentExceptionTest() 05-24-2024 13:06:49:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' May 24, 2024 1:06:49 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:06:49:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:49:FINISHED TEST : headerParamThrowingIllegalArgumentExceptionTest() 05-24-2024 13:06:49:[JAXRSCommonClient] Test setup OK May 24, 2024 1:06:49 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:06:49:STARTING TEST : headerFieldParamEntityWithConstructorTest() 05-24-2024 13:06:49:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' May 24, 2024 1:06:49 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:06:49:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:49:FINISHED TEST : headerFieldParamEntityWithConstructorTest() 05-24-2024 13:06:49:[JAXRSCommonClient] Test setup OK 05-24-2024 13:06:49:STARTING TEST : headerFieldParamEntityWithFromStringTest() May 24, 2024 1:06:49 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:06:49 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:06:49:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:49:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:49:FINISHED TEST : headerFieldParamEntityWithFromStringTest() 05-24-2024 13:06:49:[JAXRSCommonClient] Test setup OK 05-24-2024 13:06:49:STARTING TEST : headerFieldParamSetEntityWithFromStringTest() May 24, 2024 1:06:49 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:06:49:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' May 24, 2024 1:06:49 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:06:49:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:49:FINISHED TEST : headerFieldParamSetEntityWithFromStringTest() 05-24-2024 13:06:49:[JAXRSCommonClient] Test setup OK 05-24-2024 13:06:49:STARTING TEST : headerParamSetEntityWithFromStringTest() May 24, 2024 1:06:49 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:06:49:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' May 24, 2024 1:06:49 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:06:49:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:49:FINISHED TEST : headerParamSetEntityWithFromStringTest() 05-24-2024 13:06:49:[JAXRSCommonClient] Test setup OK May 24, 2024 1:06:50 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:06:50 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:06:49:STARTING TEST : headerFieldParamListEntityWithFromStringTest() 05-24-2024 13:06:49:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:50:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:50:FINISHED TEST : headerFieldParamListEntityWithFromStringTest() 05-24-2024 13:06:50:[JAXRSCommonClient] Test setup OK May 24, 2024 1:06:50 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:06:50:STARTING TEST : headerParamSortedSetEntityWithFromStringTest() 05-24-2024 13:06:50:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' May 24, 2024 1:06:50 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:06:50:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:50:FINISHED TEST : headerParamSortedSetEntityWithFromStringTest() 05-24-2024 13:06:50:[JAXRSCommonClient] Test setup OK 05-24-2024 13:06:50:STARTING TEST : headerParamEntityWithFromStringTest() 05-24-2024 13:06:50:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' May 24, 2024 1:06:50 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:06:50 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:06:50:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:50:FINISHED TEST : headerParamEntityWithFromStringTest() [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.317 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-24-2024 13:06:51:[JAXRSCommonClient] Test setup OK May 24, 2024 1:06:51 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:06:51 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:06:51:STARTING TEST : matrixFieldParamEntityWithValueOfTest() 05-24-2024 13:06:51:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Field;;Inner HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:51:[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' 05-24-2024 13:06:51:FINISHED TEST : matrixFieldParamEntityWithValueOfTest() 05-24-2024 13:06:51:[JAXRSCommonClient] Test setup OK May 24, 2024 1:06:51 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:06:51 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:06:51:STARTING TEST : matrixParamEntityWithEncodedTest() 05-24-2024 13:06:51:[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-24-2024 13:06:51:[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' 05-24-2024 13:06:51:FINISHED TEST : matrixParamEntityWithEncodedTest() 05-24-2024 13:06:51:[JAXRSCommonClient] Test setup OK May 24, 2024 1:06:51 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:06:51 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:06:51:STARTING TEST : matrixParamEntityWithFromStringTest() 05-24-2024 13:06:51:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Param;;Inner HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:51:[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' 05-24-2024 13:06:51:FINISHED TEST : matrixParamEntityWithFromStringTest() 05-24-2024 13:06:51:[JAXRSCommonClient] Test setup OK May 24, 2024 1:06:51 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:06:51 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:06:51:STARTING TEST : matrixParamThrowingWebApplicationExceptionTest() 05-24-2024 13:06:51:[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-24-2024 13:06:51:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Param;InnerParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:51:FINISHED TEST : matrixParamThrowingWebApplicationExceptionTest() 05-24-2024 13:06:51:[JAXRSCommonClient] Test setup OK May 24, 2024 1:06:51 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:06:51 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:06:51:STARTING TEST : matrixParamEntityWithValueOfTest() 05-24-2024 13:06:51:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Param;;Inner HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:51:[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' 05-24-2024 13:06:51:FINISHED TEST : matrixParamEntityWithValueOfTest() 05-24-2024 13:06:51:[JAXRSCommonClient] Test setup OK May 24, 2024 1:06:51 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:06:51 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:06:51:STARTING TEST : matrixFieldParamEntityWithConstructorTest() 05-24-2024 13:06:51:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Field;;Inner HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:51:[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' 05-24-2024 13:06:51:FINISHED TEST : matrixFieldParamEntityWithConstructorTest() 05-24-2024 13:06:51:[JAXRSCommonClient] Test setup OK May 24, 2024 1:06:51 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:06:51 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:06:51:STARTING TEST : matrixFieldParamListEntityWithFromStringTest() 05-24-2024 13:06:51:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Field;;Inner HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:51:[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' 05-24-2024 13:06:52:FINISHED TEST : matrixFieldParamListEntityWithFromStringTest() 05-24-2024 13:06:52:[JAXRSCommonClient] Test setup OK May 24, 2024 1:06:52 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:06:52 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:06:52:STARTING TEST : matrixFieldThrowingIllegalArgumentExceptionTest() 05-24-2024 13:06:52:[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-24-2024 13:06:52:[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' 05-24-2024 13:06:52:FINISHED TEST : matrixFieldThrowingIllegalArgumentExceptionTest() 05-24-2024 13:06:52:[JAXRSCommonClient] Test setup OK May 24, 2024 1:06:52 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:06:52 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:06:52:STARTING TEST : matrixFieldParamSortedSetEntityWithFromStringTest() 05-24-2024 13:06:52:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Field;;Inner HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:52:[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-24-2024 13:06:52:FINISHED TEST : matrixFieldParamSortedSetEntityWithFromStringTest() 05-24-2024 13:06:52:[JAXRSCommonClient] Test setup OK May 24, 2024 1:06:52 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:06:52 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:06:52:STARTING TEST : matrixParamSortedSetEntityWithFromStringTest() 05-24-2024 13:06:52:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Param;;Inner HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:52:[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' 05-24-2024 13:06:52:FINISHED TEST : matrixParamSortedSetEntityWithFromStringTest() 05-24-2024 13:06:52:[JAXRSCommonClient] Test setup OK May 24, 2024 1:06:52 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:06:52 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:06:52:STARTING TEST : matrixParamSetEntityWithFromStringTest() 05-24-2024 13:06:52:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Param;;Inner HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:52:[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-24-2024 13:06:52:FINISHED TEST : matrixParamSetEntityWithFromStringTest() 05-24-2024 13:06:52:[JAXRSCommonClient] Test setup OK May 24, 2024 1:06:52 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:06:52 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:06:52:STARTING TEST : matrixFieldParamSetEntityWithFromStringTest() 05-24-2024 13:06:52:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Field;;Inner HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:52:[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' 05-24-2024 13:06:52:FINISHED TEST : matrixFieldParamSetEntityWithFromStringTest() 05-24-2024 13:06:52:[JAXRSCommonClient] Test setup OK May 24, 2024 1:06:52 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:06:52 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:06:52:STARTING TEST : matrixParamListEntityWithFromStringTest() 05-24-2024 13:06:52:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Param;;Inner HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:52:[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-24-2024 13:06:52:FINISHED TEST : matrixParamListEntityWithFromStringTest() 05-24-2024 13:06:52:[JAXRSCommonClient] Test setup OK May 24, 2024 1:06:52 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:06:52 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:06:52:STARTING TEST : matrixFieldParamEntityWithFromStringTest() 05-24-2024 13:06:52:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Field;;Inner HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:52:[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' 05-24-2024 13:06:52:FINISHED TEST : matrixFieldParamEntityWithFromStringTest() 05-24-2024 13:06:52:[JAXRSCommonClient] Test setup OK May 24, 2024 1:06:52 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:06:52 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:06:52:STARTING TEST : matrixFieldParamEntityWithEncodedTest() 05-24-2024 13:06:52:[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' 05-24-2024 13:06:52:[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' 05-24-2024 13:06:52:FINISHED TEST : matrixFieldParamEntityWithEncodedTest() 05-24-2024 13:06:52:[JAXRSCommonClient] Test setup OK May 24, 2024 1:06:52 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:06:52:STARTING TEST : matrixFieldThrowingWebApplicationExceptionTest() 05-24-2024 13:06:52:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Field;ParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080' May 24, 2024 1:06:52 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:06:52:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Field;InnerParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:52:FINISHED TEST : matrixFieldThrowingWebApplicationExceptionTest() 05-24-2024 13:06:52:[JAXRSCommonClient] Test setup OK 05-24-2024 13:06:52:STARTING TEST : matrixParamEntityWithConstructorTest() 05-24-2024 13:06:52:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Param;;Inner HTTP/1.1' to target server at 'localhost:8080' May 24, 2024 1:06:52 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:06:52:[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 24, 2024 1:06:52 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:06:52:FINISHED TEST : matrixParamEntityWithConstructorTest() 05-24-2024 13:06:52:[JAXRSCommonClient] Test setup OK May 24, 2024 1:06:52 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:06:52 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:06:52:STARTING TEST : matrixParamThrowingIllegalArgumentExceptionTest() 05-24-2024 13:06:52:[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-24-2024 13:06:52:[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-24-2024 13:06:52:FINISHED TEST : matrixParamThrowingIllegalArgumentExceptionTest() [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.377 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-24-2024 13:06:54:[JAXRSCommonClient] Test setup OK May 24, 2024 1:06:54 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:06:54 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:06:54:STARTING TEST : pathFieldParamSortedSetEntityWithFromStringTest() 05-24-2024 13:06:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:54:[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-24-2024 13:06:54:FINISHED TEST : pathFieldParamSortedSetEntityWithFromStringTest() 05-24-2024 13:06:54:[JAXRSCommonClient] Test setup OK May 24, 2024 1:06:54 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:06:54:STARTING TEST : pathParamEntityWithFromStringTest() 05-24-2024 13:06:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:54:[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' May 24, 2024 1:06:54 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:06:54:FINISHED TEST : pathParamEntityWithFromStringTest() 05-24-2024 13:06:54:[JAXRSCommonClient] Test setup OK May 24, 2024 1:06:54 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:06:54 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:06:54:STARTING TEST : pathFieldThrowingIllegalArgumentExceptionTest() 05-24-2024 13:06:54:[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-24-2024 13:06:54:[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' 05-24-2024 13:06:54:FINISHED TEST : pathFieldThrowingIllegalArgumentExceptionTest() 05-24-2024 13:06:54:[JAXRSCommonClient] Test setup OK 05-24-2024 13:06:54:STARTING TEST : pathParamEntityWithEncodedTest() May 24, 2024 1:06:54 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:06:54:[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' May 24, 2024 1:06:54 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:06:54:[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-24-2024 13:06:54:FINISHED TEST : pathParamEntityWithEncodedTest() 05-24-2024 13:06:54:[JAXRSCommonClient] Test setup OK May 24, 2024 1:06:54 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:06:54 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:06:54:STARTING TEST : pathFieldParamListEntityWithFromStringTest() 05-24-2024 13:06:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:54:[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' 05-24-2024 13:06:54:FINISHED TEST : pathFieldParamListEntityWithFromStringTest() 05-24-2024 13:06:54:[JAXRSCommonClient] Test setup OK May 24, 2024 1:06:54 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:06:54 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:06:54:STARTING TEST : pathFieldParamEntityWithFromStringTest() 05-24-2024 13:06:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:54:[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-24-2024 13:06:54:FINISHED TEST : pathFieldParamEntityWithFromStringTest() 05-24-2024 13:06:54:[JAXRSCommonClient] Test setup OK May 24, 2024 1:06:54 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:06:54 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:06:54:STARTING TEST : pathParamSortedSetEntityWithFromStringTest() 05-24-2024 13:06:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:54:[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' 05-24-2024 13:06:54:FINISHED TEST : pathParamSortedSetEntityWithFromStringTest() 05-24-2024 13:06:54:[JAXRSCommonClient] Test setup OK May 24, 2024 1:06:54 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:06:54 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:06:54:STARTING TEST : pathFieldParamEntityWithConstructorTest() 05-24-2024 13:06:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:54:[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-24-2024 13:06:54:FINISHED TEST : pathFieldParamEntityWithConstructorTest() 05-24-2024 13:06:54:[JAXRSCommonClient] Test setup OK 05-24-2024 13:06:54:STARTING TEST : pathParamEntityWithValueOfTest() 05-24-2024 13:06:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'May 24, 2024 1:06:54 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:06:54 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:06:54:[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' 05-24-2024 13:06:54:FINISHED TEST : pathParamEntityWithValueOfTest() 05-24-2024 13:06:54:[JAXRSCommonClient] Test setup OK 05-24-2024 13:06:54:STARTING TEST : pathFieldThrowingWebApplicationExceptionTest() 05-24-2024 13:06:54:[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 24, 2024 1:06:54 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:06:54 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:06:54:[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' 05-24-2024 13:06:54:FINISHED TEST : pathFieldThrowingWebApplicationExceptionTest() 05-24-2024 13:06:54:[JAXRSCommonClient] Test setup OK May 24, 2024 1:06:54 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:06:54 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:06:54:STARTING TEST : pathParamThrowingIllegalArgumentExceptionTest() 05-24-2024 13:06:54:[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-24-2024 13:06:54:[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-24-2024 13:06:54:FINISHED TEST : pathParamThrowingIllegalArgumentExceptionTest() 05-24-2024 13:06:54:[JAXRSCommonClient] Test setup OK May 24, 2024 1:06:54 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:06:54 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:06:54:STARTING TEST : pathParamEntityWithConstructorTest() 05-24-2024 13:06:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:54:[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' 05-24-2024 13:06:54:FINISHED TEST : pathParamEntityWithConstructorTest() 05-24-2024 13:06:54:[JAXRSCommonClient] Test setup OK May 24, 2024 1:06:54 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:06:54 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:06:54:STARTING TEST : pathFieldParamEntityWithEncodedTest() 05-24-2024 13:06:54:[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' 05-24-2024 13:06:54:[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' 05-24-2024 13:06:54:FINISHED TEST : pathFieldParamEntityWithEncodedTest() 05-24-2024 13:06:54:[JAXRSCommonClient] Test setup OK May 24, 2024 1:06:54 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:06:54 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:06:54:STARTING TEST : pathParamSetEntityWithFromStringTest() 05-24-2024 13:06:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:54:[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' 05-24-2024 13:06:54:FINISHED TEST : pathParamSetEntityWithFromStringTest() 05-24-2024 13:06:54:[JAXRSCommonClient] Test setup OK May 24, 2024 1:06:54 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:06:54 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:06:54:STARTING TEST : pathFieldParamEntityWithValueOfTest() 05-24-2024 13:06:54:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:54:[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' 05-24-2024 13:06:54:FINISHED TEST : pathFieldParamEntityWithValueOfTest() 05-24-2024 13:06:54:[JAXRSCommonClient] Test setup OK May 24, 2024 1:06:55 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:06:55 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:06:54:STARTING TEST : pathParamThrowingWebApplicationExceptionTest() 05-24-2024 13:06:54:[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-24-2024 13:06:55:[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-24-2024 13:06:55:FINISHED TEST : pathParamThrowingWebApplicationExceptionTest() 05-24-2024 13:06:55:[JAXRSCommonClient] Test setup OK May 24, 2024 1:06:55 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:06:55 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:06:55:STARTING TEST : pathParamListEntityWithFromStringTest() 05-24-2024 13:06:55:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:55:[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' 05-24-2024 13:06:55:FINISHED TEST : pathParamListEntityWithFromStringTest() 05-24-2024 13:06:55:[JAXRSCommonClient] Test setup OK May 24, 2024 1:06:55 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:06:55 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:06:55:STARTING TEST : pathFieldParamSetEntityWithFromStringTest() 05-24-2024 13:06:55:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:55:[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' 05-24-2024 13:06:55:FINISHED TEST : pathFieldParamSetEntityWithFromStringTest() [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.543 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-24-2024 13:06:56:[JAXRSCommonClient] Test setup OK 05-24-2024 13:06:56: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/pathfield/FIRST/SECOND 05-24-2024 13:06:56: TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/x-www-form-urlencoded 05-24-2024 13:06:56: TRACE: [WIRE] - >> Anything 05-24-2024 13:06:56: TRACE: [WIRE] - << 200 OK 05-24-2024 13:06:56: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:06:56: TRACE: [WIRE] - << Content-Length: 19 05-24-2024 13:06:56: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:06:56: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:06:56: TRACE: [WIRE] - << AnythingFIRSTSECOND 05-24-2024 13:06:56:STARTING TEST : pathParamOnFieldTest() 05-24-2024 13:06:56:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/pathfield/FIRST/SECOND' to target server at 'localhost:8080' 05-24-2024 13:06:56:############################### 05-24-2024 13:06:56:[Request] Adding entity: Anything 05-24-2024 13:06:56:FINISHED TEST : pathParamOnFieldTest() 05-24-2024 13:06:56:[JAXRSCommonClient] Test setup OK 05-24-2024 13:06:56: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/headerfield 05-24-2024 13:06:56: TRACE: [WIRE] - >> Accept:*/*, bpeHeader:FIRST, innerHeader:SECOND, Content-Type:application/x-www-form-urlencoded 05-24-2024 13:06:56: TRACE: [WIRE] - >> Anything 05-24-2024 13:06:56: TRACE: [WIRE] - << 200 OK 05-24-2024 13:06:56: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:06:56: TRACE: [WIRE] - << Content-Length: 19 05-24-2024 13:06:56: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:06:56: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:06:56: TRACE: [WIRE] - << AnythingFIRSTSECOND 05-24-2024 13:06:56:STARTING TEST : headerParamOnFieldTest() 05-24-2024 13:06:56:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/headerfield' to target server at 'localhost:8080' 05-24-2024 13:06:56:############################### 05-24-2024 13:06:56:[Request] Adding entity: Anything 05-24-2024 13:06:56:FINISHED TEST : headerParamOnFieldTest() 05-24-2024 13:06:56:[JAXRSCommonClient] Test setup OK 05-24-2024 13:06:56: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/queryfield?bpeQuery=FIRST&innerQuery=SECOND 05-24-2024 13:06:56: TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/x-www-form-urlencoded 05-24-2024 13:06:56: TRACE: [WIRE] - >> Anything 05-24-2024 13:06:56: TRACE: [WIRE] - << 200 OK 05-24-2024 13:06:56: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:06:56: TRACE: [WIRE] - << Content-Length: 19 05-24-2024 13:06:56: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:06:56: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:06:56: TRACE: [WIRE] - << AnythingFIRSTSECOND 05-24-2024 13:06:56:STARTING TEST : queryParamOnFieldTest() 05-24-2024 13:06:56:[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-24-2024 13:06:56:############################### 05-24-2024 13:06:56:[Request] Adding entity: Anything 05-24-2024 13:06:56:FINISHED TEST : queryParamOnFieldTest() 05-24-2024 13:06:56:[JAXRSCommonClient] Test setup OK 05-24-2024 13:06:56: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/cookiefield 05-24-2024 13:06:56: TRACE: [WIRE] - >> Accept:*/*, Cookie:bpeCookie=FIRST;Version=1;innerCookie=SECOND;Version=1, Content-Type:application/x-www-form-urlencoded 05-24-2024 13:06:56: TRACE: [WIRE] - >> Anything 05-24-2024 13:06:56: TRACE: [WIRE] - << 200 OK 05-24-2024 13:06:56: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:06:56: TRACE: [WIRE] - << Content-Length: 19 05-24-2024 13:06:56: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:06:56: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:06:56: TRACE: [WIRE] - << AnythingFIRSTSECOND 05-24-2024 13:06:56:STARTING TEST : cookieParamOnFieldTest() 05-24-2024 13:06:56:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/cookiefield' to target server at 'localhost:8080' 05-24-2024 13:06:56:############################### 05-24-2024 13:06:56:[Request] Adding entity: Anything 05-24-2024 13:06:56:FINISHED TEST : cookieParamOnFieldTest() 05-24-2024 13:06:56:[JAXRSCommonClient] Test setup OK 05-24-2024 13:06:56:STARTING TEST : formParamOnFieldTest() 05-24-2024 13:06:56:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/formfield' to target server at 'localhost:8080' 05-24-2024 13:06:56: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/formfield 05-24-2024 13:06:56: TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/x-www-form-urlencoded 05-24-2024 13:06:56: TRACE: [WIRE] - >> Anything&bpeForm=FIRST&innerForm=SECOND 05-24-2024 13:06:56: TRACE: [WIRE] - << 200 OK 05-24-2024 13:06:56:############################### 05-24-2024 13:06:56:[Request] Adding entity: Anything&bpeForm=FIRST&innerForm=SECOND 05-24-2024 13:06:56: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:06:56: TRACE: [WIRE] - << Content-Length: 50 05-24-2024 13:06:56: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:06:56: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:06:56: TRACE: [WIRE] - << Anything&bpeForm=FIRST&innerForm=SECONDFIRSTSECOND 05-24-2024 13:06:56:FINISHED TEST : formParamOnFieldTest() 05-24-2024 13:06:56:[JAXRSCommonClient] Test setup OK 05-24-2024 13:06:57: 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-24-2024 13:06:57: TRACE: [WIRE] - >> Accept:*/*, Cookie:bpeCookie=FIRST;Version=1;innerCookie=SECOND;Version=1, bpeHeader:Fifth, innerHeader:Sixth, Content-Type:application/x-www-form-urlencoded 05-24-2024 13:06:57: TRACE: [WIRE] - >> Anything&bpeForm=Third&innerForm=Fourth 05-24-2024 13:06:57: TRACE: [WIRE] - << 200 OK 05-24-2024 13:06:57: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:06:57: TRACE: [WIRE] - << Content-Length: 111 05-24-2024 13:06:57: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:06:57: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:06:57: TRACE: [WIRE] - << ThirdFourthFifthSixthSeventhEighthNinethTenthEleventhTwelvethAnything&bpeForm=Third&innerForm=FourthFIRSTSECOND 05-24-2024 13:06:56:STARTING TEST : allParamsInParamTest() 05-24-2024 13:06:56:[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-24-2024 13:06:56:############################### 05-24-2024 13:06:57:[Request] Adding entity: Anything&bpeForm=Third&innerForm=Fourth 05-24-2024 13:06:57:FINISHED TEST : allParamsInParamTest() 05-24-2024 13:06:57:[JAXRSCommonClient] Test setup OK 05-24-2024 13:06:57: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/matrixparam;bpeMatrix=FIRST;innerMatrix=SECOND 05-24-2024 13:06:57: TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/x-www-form-urlencoded 05-24-2024 13:06:57: TRACE: [WIRE] - >> Anything 05-24-2024 13:06:57: TRACE: [WIRE] - << 200 OK 05-24-2024 13:06:57: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:06:57: TRACE: [WIRE] - << Content-Length: 19 05-24-2024 13:06:57: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:06:57: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:06:57: TRACE: [WIRE] - << AnythingFIRSTSECOND 05-24-2024 13:06:57:STARTING TEST : matrixParamInParamTest() 05-24-2024 13:06:57:[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-24-2024 13:06:57:############################### 05-24-2024 13:06:57:[Request] Adding entity: Anything 05-24-2024 13:06:57:FINISHED TEST : matrixParamInParamTest() 05-24-2024 13:06:57:[JAXRSCommonClient] Test setup OK 05-24-2024 13:06:57: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/pathparam/FIRST/SECOND 05-24-2024 13:06:57: TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/x-www-form-urlencoded 05-24-2024 13:06:57: TRACE: [WIRE] - >> Anything 05-24-2024 13:06:57: TRACE: [WIRE] - << 200 OK 05-24-2024 13:06:57: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:06:57: TRACE: [WIRE] - << Content-Length: 19 05-24-2024 13:06:57: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:06:57: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:06:57: TRACE: [WIRE] - << AnythingFIRSTSECOND 05-24-2024 13:06:57:STARTING TEST : pathParamInParamTest() 05-24-2024 13:06:57:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/pathparam/FIRST/SECOND' to target server at 'localhost:8080' 05-24-2024 13:06:57:############################### 05-24-2024 13:06:57:[Request] Adding entity: Anything 05-24-2024 13:06:57:FINISHED TEST : pathParamInParamTest() 05-24-2024 13:06:57:[JAXRSCommonClient] Test setup OK 05-24-2024 13:06:57: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/headerparam 05-24-2024 13:06:57: TRACE: [WIRE] - >> Accept:*/*, bpeHeader:FIRST, innerHeader:SECOND, Content-Type:application/x-www-form-urlencoded 05-24-2024 13:06:57: TRACE: [WIRE] - >> Anything 05-24-2024 13:06:57: TRACE: [WIRE] - << 200 OK 05-24-2024 13:06:57: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:06:57: TRACE: [WIRE] - << Content-Length: 19 05-24-2024 13:06:57: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:06:57: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:06:57: TRACE: [WIRE] - << AnythingFIRSTSECOND 05-24-2024 13:06:57:STARTING TEST : headerParamInParamTest() 05-24-2024 13:06:57:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/headerparam' to target server at 'localhost:8080' 05-24-2024 13:06:57:############################### 05-24-2024 13:06:57:[Request] Adding entity: Anything 05-24-2024 13:06:57:FINISHED TEST : headerParamInParamTest() 05-24-2024 13:06:57:[JAXRSCommonClient] Test setup OK 05-24-2024 13:06:57: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/queryparam?bpeQuery=FIRST&innerQuery=SECOND 05-24-2024 13:06:57: TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/x-www-form-urlencoded 05-24-2024 13:06:57: TRACE: [WIRE] - >> Anything 05-24-2024 13:06:57: TRACE: [WIRE] - << 200 OK 05-24-2024 13:06:57: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:06:57: TRACE: [WIRE] - << Content-Length: 19 05-24-2024 13:06:57: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:06:57: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:06:57: TRACE: [WIRE] - << AnythingFIRSTSECOND 05-24-2024 13:06:57:STARTING TEST : queryParamInParamTest() 05-24-2024 13:06:57:[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-24-2024 13:06:57:############################### 05-24-2024 13:06:57:[Request] Adding entity: Anything 05-24-2024 13:06:57:FINISHED TEST : queryParamInParamTest() 05-24-2024 13:06:57:[JAXRSCommonClient] Test setup OK 05-24-2024 13:06:57: 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-24-2024 13:06:57: TRACE: [WIRE] - >> Accept:*/*, Cookie:bpeCookie=FIRST;Version=1;innerCookie=SECOND;Version=1, bpeHeader:Fifth, innerHeader:Sixth, Content-Type:application/x-www-form-urlencoded 05-24-2024 13:06:57: TRACE: [WIRE] - >> Anything&bpeForm=Third&innerForm=Fourth 05-24-2024 13:06:57: TRACE: [WIRE] - << 200 OK 05-24-2024 13:06:57: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:06:57: TRACE: [WIRE] - << Content-Length: 111 05-24-2024 13:06:57: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:06:57: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:06:57: TRACE: [WIRE] - << ThirdFourthFifthSixthSeventhEighthNinethTenthEleventhTwelvethAnything&bpeForm=Third&innerForm=FourthFIRSTSECOND 05-24-2024 13:06:57:STARTING TEST : allParamsOnFieldTest() 05-24-2024 13:06:57:[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-24-2024 13:06:57:############################### 05-24-2024 13:06:57:[Request] Adding entity: Anything&bpeForm=Third&innerForm=Fourth 05-24-2024 13:06:57:FINISHED TEST : allParamsOnFieldTest() 05-24-2024 13:06:57:[JAXRSCommonClient] Test setup OK 05-24-2024 13:06:57: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/cookieparam 05-24-2024 13:06:57: TRACE: [WIRE] - >> Accept:*/*, Cookie:bpeCookie=FIRST;Version=1;innerCookie=SECOND;Version=1, Content-Type:application/x-www-form-urlencoded 05-24-2024 13:06:57: TRACE: [WIRE] - >> Anything 05-24-2024 13:06:57: TRACE: [WIRE] - << 200 OK 05-24-2024 13:06:57: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:06:57: TRACE: [WIRE] - << Content-Length: 19 05-24-2024 13:06:57: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:06:57: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:06:57: TRACE: [WIRE] - << AnythingFIRSTSECOND 05-24-2024 13:06:57:STARTING TEST : cookieParamInParamTest() 05-24-2024 13:06:57:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/cookieparam' to target server at 'localhost:8080' 05-24-2024 13:06:57:############################### 05-24-2024 13:06:57:[Request] Adding entity: Anything 05-24-2024 13:06:57:FINISHED TEST : cookieParamInParamTest() 05-24-2024 13:06:57:[JAXRSCommonClient] Test setup OK 05-24-2024 13:06:57: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/formparam 05-24-2024 13:06:57: TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/x-www-form-urlencoded 05-24-2024 13:06:57: TRACE: [WIRE] - >> Anything&bpeForm=FIRST&innerForm=SECOND 05-24-2024 13:06:57: TRACE: [WIRE] - << 200 OK 05-24-2024 13:06:57: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:06:57: TRACE: [WIRE] - << Content-Length: 50 05-24-2024 13:06:57: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:06:57: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:06:57: TRACE: [WIRE] - << Anything&bpeForm=FIRST&innerForm=SECONDFIRSTSECOND 05-24-2024 13:06:57:STARTING TEST : formParamInParamTest() 05-24-2024 13:06:57:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/formparam' to target server at 'localhost:8080' 05-24-2024 13:06:57:############################### 05-24-2024 13:06:57:[Request] Adding entity: Anything&bpeForm=FIRST&innerForm=SECOND 05-24-2024 13:06:57:FINISHED TEST : formParamInParamTest() 05-24-2024 13:06:57:[JAXRSCommonClient] Test setup OK 05-24-2024 13:06:57: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/matrixfield;bpeMatrix=FIRST;innerMatrix=SECOND 05-24-2024 13:06:57: TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/x-www-form-urlencoded 05-24-2024 13:06:57: TRACE: [WIRE] - >> Anything 05-24-2024 13:06:57: TRACE: [WIRE] - << 200 OK 05-24-2024 13:06:57: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:06:57: TRACE: [WIRE] - << Content-Length: 19 05-24-2024 13:06:57: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:06:57: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:06:57: TRACE: [WIRE] - << AnythingFIRSTSECOND 05-24-2024 13:06:57:STARTING TEST : matrixParamOnFieldTest() 05-24-2024 13:06:57:[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-24-2024 13:06:57:############################### 05-24-2024 13:06:57:[Request] Adding entity: Anything 05-24-2024 13:06:57:FINISHED TEST : matrixParamOnFieldTest() [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.602 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-24-2024 13:06:59:[JAXRSCommonClient] Test setup OK May 24, 2024 1:06:59 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:06:59 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:06:59:STARTING TEST : queryFieldParamEntityWithEncodedTest() 05-24-2024 13:06:59:[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-24-2024 13:06:59:[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' 05-24-2024 13:06:59:FINISHED TEST : queryFieldParamEntityWithEncodedTest() 05-24-2024 13:06:59:[JAXRSCommonClient] Test setup OK May 24, 2024 1:06:59 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:06:59 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:06:59:STARTING TEST : queryParamEntityWithEncodedTest() 05-24-2024 13:06:59:[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' 05-24-2024 13:06:59:[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' 05-24-2024 13:06:59:FINISHED TEST : queryParamEntityWithEncodedTest() 05-24-2024 13:06:59:[JAXRSCommonClient] Test setup OK May 24, 2024 1:06:59 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:06:59:STARTING TEST : queryFieldParamEntityWithFromStringTest() 05-24-2024 13:06:59:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Field?&Inner HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:59:[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 24, 2024 1:06:59 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:06:59:FINISHED TEST : queryFieldParamEntityWithFromStringTest() 05-24-2024 13:06:59:[JAXRSCommonClient] Test setup OK May 24, 2024 1:06:59 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:06:59:STARTING TEST : queryFieldParamSetEntityWithFromStringTest() 05-24-2024 13:06:59:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Field?&Inner HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:59:[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' May 24, 2024 1:06:59 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:06:59:FINISHED TEST : queryFieldParamSetEntityWithFromStringTest() 05-24-2024 13:06:59:[JAXRSCommonClient] Test setup OK May 24, 2024 1:06:59 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:06:59 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:06:59:STARTING TEST : queryFieldParamEntityWithValueOfTest() 05-24-2024 13:06:59:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Field?&Inner HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:59:[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' 05-24-2024 13:06:59:FINISHED TEST : queryFieldParamEntityWithValueOfTest() 05-24-2024 13:06:59:[JAXRSCommonClient] Test setup OK 05-24-2024 13:06:59:STARTING TEST : queryParamEntityWithValueOfTest() 05-24-2024 13:06:59:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Param?&Inner HTTP/1.1' to target server at 'localhost:8080' May 24, 2024 1:06:59 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:06:59 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:06:59:[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-24-2024 13:06:59:FINISHED TEST : queryParamEntityWithValueOfTest() 05-24-2024 13:06:59:[JAXRSCommonClient] Test setup OK May 24, 2024 1:06:59 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:06:59 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:06:59:STARTING TEST : queryParamThrowingIllegalArgumentExceptionTest() 05-24-2024 13:06:59:[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' 05-24-2024 13:06:59:[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' 05-24-2024 13:06:59:FINISHED TEST : queryParamThrowingIllegalArgumentExceptionTest() 05-24-2024 13:06:59:[JAXRSCommonClient] Test setup OK May 24, 2024 1:06:59 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:06:59 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:06:59:STARTING TEST : queryParamSetEntityWithFromStringTest() 05-24-2024 13:06:59:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Param?&Inner HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:59:[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' 05-24-2024 13:06:59:FINISHED TEST : queryParamSetEntityWithFromStringTest() 05-24-2024 13:06:59:[JAXRSCommonClient] Test setup OK May 24, 2024 1:06:59 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:06:59:STARTING TEST : queryParamListEntityWithFromStringTest() 05-24-2024 13:06:59:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Param?&Inner HTTP/1.1' to target server at 'localhost:8080' May 24, 2024 1:06:59 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:06:59:[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' 05-24-2024 13:06:59:FINISHED TEST : queryParamListEntityWithFromStringTest() 05-24-2024 13:06:59:[JAXRSCommonClient] Test setup OK May 24, 2024 1:06:59 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:06:59:STARTING TEST : queryFieldParamListEntityWithFromStringTest() 05-24-2024 13:06:59:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Field?&Inner HTTP/1.1' to target server at 'localhost:8080'May 24, 2024 1:06:59 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:06:59:[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' 05-24-2024 13:06:59:FINISHED TEST : queryFieldParamListEntityWithFromStringTest() 05-24-2024 13:06:59:[JAXRSCommonClient] Test setup OK May 24, 2024 1:06:59 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:06:59 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:06:59:STARTING TEST : queryFieldThrowingWebApplicationExceptionTest() 05-24-2024 13:06:59:[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-24-2024 13:06:59:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Field?InnerParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:59:FINISHED TEST : queryFieldThrowingWebApplicationExceptionTest() 05-24-2024 13:06:59:[JAXRSCommonClient] Test setup OK May 24, 2024 1:06:59 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:06:59 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:06:59:STARTING TEST : queryFieldParamSortedSetEntityWithFromStringTest() 05-24-2024 13:06:59:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Field?&Inner HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:59:[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' 05-24-2024 13:06:59:FINISHED TEST : queryFieldParamSortedSetEntityWithFromStringTest() 05-24-2024 13:06:59:[JAXRSCommonClient] Test setup OK May 24, 2024 1:06:59 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:06:59 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:06:59:STARTING TEST : queryParamEntityWithFromStringTest() 05-24-2024 13:06:59:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Param?&Inner HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:59:[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' 05-24-2024 13:06:59:FINISHED TEST : queryParamEntityWithFromStringTest() 05-24-2024 13:06:59:[JAXRSCommonClient] Test setup OK May 24, 2024 1:06:59 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:06:59 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:06:59:STARTING TEST : queryParamSortedSetEntityWithFromStringTest() 05-24-2024 13:06:59:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Param?&Inner HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:59:[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-24-2024 13:06:59:FINISHED TEST : queryParamSortedSetEntityWithFromStringTest() 05-24-2024 13:06:59:[JAXRSCommonClient] Test setup OK May 24, 2024 1:06:59 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:06:59 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:06:59:STARTING TEST : queryParamEntityWithConstructorTest() 05-24-2024 13:06:59:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Param?&Inner HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:06:59:[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' 05-24-2024 13:06:59:FINISHED TEST : queryParamEntityWithConstructorTest() 05-24-2024 13:06:59:[JAXRSCommonClient] Test setup OK 05-24-2024 13:06:59:STARTING TEST : queryFieldThrowingIllegalArgumentExceptionTest() 05-24-2024 13:06:59:[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'May 24, 2024 1:06:59 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:06:59 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:06:59:[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' 05-24-2024 13:06:59:FINISHED TEST : queryFieldThrowingIllegalArgumentExceptionTest() 05-24-2024 13:06:59:[JAXRSCommonClient] Test setup OK May 24, 2024 1:07:00 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:07:00 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:06:59:STARTING TEST : queryParamThrowingWebApplicationExceptionTest() 05-24-2024 13:06:59:[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-24-2024 13:07:00:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Param?InnerParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:07:00:FINISHED TEST : queryParamThrowingWebApplicationExceptionTest() 05-24-2024 13:07:00:[JAXRSCommonClient] Test setup OK May 24, 2024 1:07:00 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:07:00 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:07:00:STARTING TEST : queryFieldParamEntityWithConstructorTest() 05-24-2024 13:07:00:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Field?&Inner HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:07:00:[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' 05-24-2024 13:07:00:FINISHED TEST : queryFieldParamEntityWithConstructorTest() [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.391 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-24-2024 13:07:01:[JAXRSCommonClient] Test setup OK 05-24-2024 13:07:01: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsandwait 05-24-2024 13:07:01: TRACE: [WIRE] - >> 05-24-2024 13:07:03: TRACE: [WIRE] - << 200 OK 05-24-2024 13:07:03: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:07:03: TRACE: [WIRE] - << Content-Length: 7 05-24-2024 13:07:03: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:07:03: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:07:01:STARTING TEST : optionsWithCallbackWhileServerWaitTest() 05-24-2024 13:07:01:Start time: 1716556021568 05-24-2024 13:07:01:Client was returned control in 10 milliseconds from request 05-24-2024 13:07:03:Callback#completed() called in 2070 milliseconds from request 05-24-2024 13:07:03:Returned status 200 (OK) 05-24-2024 13:07:03:Callback completed() call ok 05-24-2024 13:07:03:FINISHED TEST : optionsWithCallbackWhileServerWaitTest() 05-24-2024 13:07:03:[JAXRSCommonClient] Test setup OK 05-24-2024 13:07:03:STARTING TEST : methodWithCallbackWhileServerWaitTest() 05-24-2024 13:07:03:Start time: 1716556023775 05-24-2024 13:07:03: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait 05-24-2024 13:07:03: TRACE: [WIRE] - >> 05-24-2024 13:07:05: TRACE: [WIRE] - << 200 OK 05-24-2024 13:07:05: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:07:05: TRACE: [WIRE] - << Content-Length: 6 05-24-2024 13:07:05: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:07:03:Client was returned control in 1 milliseconds from request 05-24-2024 13:07:05: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:07:05: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getandwait 05-24-2024 13:07:05: TRACE: [WIRE] - >> 05-24-2024 13:07:07: TRACE: [WIRE] - << 200 OK 05-24-2024 13:07:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:07:07: TRACE: [WIRE] - << Content-Length: 3 05-24-2024 13:07:07: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:07:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:07:07: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsandwait 05-24-2024 13:07:07: TRACE: [WIRE] - >> 05-24-2024 13:07:09: TRACE: [WIRE] - << 200 OK 05-24-2024 13:07:09: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:07:09: TRACE: [WIRE] - << Content-Length: 7 05-24-2024 13:07:09: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:07:09: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:07:05:Callback#completed() called in 2010 milliseconds from request 05-24-2024 13:07:05:Returned status 200 (OK) 05-24-2024 13:07:05:Callback completed() call ok 05-24-2024 13:07:05:Start time: 1716556025811 05-24-2024 13:07:05:Client was returned control in 1 milliseconds from request 05-24-2024 13:07:07:Callback#completed() called in 2010 milliseconds from request 05-24-2024 13:07:07:Returned status 200 (OK) 05-24-2024 13:07:07:Callback completed() call ok 05-24-2024 13:07:07:Start time: 1716556027845 05-24-2024 13:07:07:Client was returned control in 1 milliseconds from request 05-24-2024 13:07:09:Callback#completed() called in 2012 milliseconds from request 05-24-2024 13:07:09:Returned status 200 (OK) 05-24-2024 13:07:09:Callback completed() call ok 05-24-2024 13:07:09:FINISHED TEST : methodWithCallbackWhileServerWaitTest() 05-24-2024 13:07:09:[JAXRSCommonClient] Test setup OK 05-24-2024 13:07:09:STARTING TEST : optionsWithGenericTypeStringWhileServerWaitTest() 05-24-2024 13:07:09:Start time: 171655602988505-24-2024 13:07:09: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsandwait 05-24-2024 13:07:09: TRACE: [WIRE] - >> 05-24-2024 13:07:11: TRACE: [WIRE] - << 200 OK 05-24-2024 13:07:11: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:07:11: TRACE: [WIRE] - << Content-Length: 7 05-24-2024 13:07:11: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:07:11: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:07:09:Client was returned control in 3 milliseconds from request 05-24-2024 13:07:11:FINISHED TEST : optionsWithGenericTypeStringWhileServerWaitTest() 05-24-2024 13:07:11:[JAXRSCommonClient] Test setup OK 05-24-2024 13:07:11:STARTING TEST : methodWithStringClassWhileServerWaitTest() 05-24-2024 13:07:11:Start time: 1716556031926 05-24-2024 13:07:11:Client was returned control in 2 milliseconds from request 05-24-2024 13:07:11: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait 05-24-2024 13:07:11: TRACE: [WIRE] - >> 05-24-2024 13:07:13: TRACE: [WIRE] - << 200 OK 05-24-2024 13:07:13: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:07:13: TRACE: [WIRE] - << Content-Length: 6 05-24-2024 13:07:13: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:07:13: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:07:13: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getandwait 05-24-2024 13:07:13: TRACE: [WIRE] - >> 05-24-2024 13:07:15: TRACE: [WIRE] - << 200 OK 05-24-2024 13:07:15: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:07:15: TRACE: [WIRE] - << Content-Length: 3 05-24-2024 13:07:15: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:07:15: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:07:15: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsandwait 05-24-2024 13:07:15: TRACE: [WIRE] - >> 05-24-2024 13:07:18: TRACE: [WIRE] - << 200 OK 05-24-2024 13:07:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:07:18: TRACE: [WIRE] - << Content-Length: 7 05-24-2024 13:07:18: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:07:13:Start time: 1716556033960 05-24-2024 13:07:13:Client was returned control in 1 milliseconds from request 05-24-2024 13:07:15:Start time: 1716556035994 05-24-2024 13:07:15:Client was returned control in 1 milliseconds from request 05-24-2024 13:07:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:07:18:FINISHED TEST : methodWithStringClassWhileServerWaitTest() 05-24-2024 13:07:18:[JAXRSCommonClient] Test setup OK 05-24-2024 13:07:18: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/tracenotok 05-24-2024 13:07:18: TRACE: [WIRE] - >> 05-24-2024 13:07:18: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:07:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:07:18: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:07:18: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:07:18: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:07:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:07:18:STARTING TEST : traceWithClassThrowsNoWebApplicationExceptionForResponseTest() 05-24-2024 13:07:18:Start time: 1716556038036 05-24-2024 13:07:18:Returned status 406 (NOT_ACCEPTABLE) 05-24-2024 13:07:18:FINISHED TEST : traceWithClassThrowsNoWebApplicationExceptionForResponseTest() 05-24-2024 13:07:18:[JAXRSCommonClient] Test setup OK 05-24-2024 13:07:18: TRACE: [WIRE] - >> POST http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/post 05-24-2024 13:07:18: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:07:18:STARTING TEST : postWithCallbackThrowsProcessingExceptionTest() 05-24-2024 13:07:18:Start time: 1716556038076 05-24-2024 13:07:18:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-24-2024 13:07:18:ExecutionException.getCause is ProcessingException as expected 05-24-2024 13:07:18:FINISHED TEST : postWithCallbackThrowsProcessingExceptionTest() 05-24-2024 13:07:18:[JAXRSCommonClient] Test setup OK 05-24-2024 13:07:18: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsandwait 05-24-2024 13:07:18: TRACE: [WIRE] - >> 05-24-2024 13:07:20: TRACE: [WIRE] - << 200 OK 05-24-2024 13:07:20: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:07:20: TRACE: [WIRE] - << Content-Length: 7 05-24-2024 13:07:20: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:07:20: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:07:18:STARTING TEST : optionsWithGenericTypeResponseWhileServerWaitTest() 05-24-2024 13:07:18:Start time: 1716556038146 05-24-2024 13:07:18:Client was returned control in 1 milliseconds from request 05-24-2024 13:07:20:Returned status 200 (OK) 05-24-2024 13:07:20:FINISHED TEST : optionsWithGenericTypeResponseWhileServerWaitTest() 05-24-2024 13:07:20:[JAXRSCommonClient] Test setup OK 05-24-2024 13:07:20: TRACE: [WIRE] - >> PUT http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/put 05-24-2024 13:07:20:STARTING TEST : methodWithCallbackWithEntityThrowsProcessingExceptionTest() 05-24-2024 13:07:20:Start time: 1716556040185 05-24-2024 13:07:20: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:07:20:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-24-2024 13:07:20:ExecutionException.getCause is ProcessingException as expected 05-24-2024 13:07:20:Start time: 1716556040210 05-24-2024 13:07:20: TRACE: [WIRE] - >> POST http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/post 05-24-2024 13:07:20: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:07:20:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-24-2024 13:07:20:ExecutionException.getCause is ProcessingException as expected 05-24-2024 13:07:20:FINISHED TEST : methodWithCallbackWithEntityThrowsProcessingExceptionTest() 05-24-2024 13:07:20:[JAXRSCommonClient] Test setup OK 05-24-2024 13:07:20: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getandwait 05-24-2024 13:07:20: TRACE: [WIRE] - >> 05-24-2024 13:07:22: TRACE: [WIRE] - << 200 OK 05-24-2024 13:07:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:07:22: TRACE: [WIRE] - << Content-Length: 3 05-24-2024 13:07:22: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:07:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:07:20:STARTING TEST : getWithGenericTypeStringWhileServerWaitTest() 05-24-2024 13:07:20:Start time: 1716556040239 05-24-2024 13:07:20:Client was returned control in 1 milliseconds from request 05-24-2024 13:07:22:FINISHED TEST : getWithGenericTypeStringWhileServerWaitTest() 05-24-2024 13:07:22:[JAXRSCommonClient] Test setup OK 05-24-2024 13:07:22: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsnotok 05-24-2024 13:07:22: TRACE: [WIRE] - >> 05-24-2024 13:07:22: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:07:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:07:22: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:07:22:STARTING TEST : optionsWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 05-24-2024 13:07:22:Start time: 1716556042282 05-24-2024 13:07:22: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:07:22: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:07:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:07:22:Returned status 406 (NOT_ACCEPTABLE) 05-24-2024 13:07:22:FINISHED TEST : optionsWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 05-24-2024 13:07:22:[JAXRSCommonClient] Test setup OK 05-24-2024 13:07:22: TRACE: [WIRE] - >> DELETE http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/delete 05-24-2024 13:07:22: TRACE: [WIRE] - >> 05-24-2024 13:07:22: TRACE: [WIRE] - >> GET http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/get 05-24-2024 13:07:22: TRACE: [WIRE] - >> 05-24-2024 13:07:22: TRACE: [WIRE] - >> OPTIONS http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/options 05-24-2024 13:07:22: TRACE: [WIRE] - >> 05-24-2024 13:07:22:STARTING TEST : methodWithClassThrowsProcessingExceptionTest() 05-24-2024 13:07:22:Start time: 1716556042322 05-24-2024 13:07:22:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-24-2024 13:07:22:ExecutionException.getCause is ProcessingException as expected 05-24-2024 13:07:22:Start time: 1716556042347 05-24-2024 13:07:22:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-24-2024 13:07:22:ExecutionException.getCause is ProcessingException as expected 05-24-2024 13:07:22:Start time: 1716556042371 05-24-2024 13:07:22:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-24-2024 13:07:22:ExecutionException.getCause is ProcessingException as expected 05-24-2024 13:07:22:FINISHED TEST : methodWithClassThrowsProcessingExceptionTest() 05-24-2024 13:07:22:[JAXRSCommonClient] Test setup OK 05-24-2024 13:07:22: TRACE: [WIRE] - >> PUT http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/put 05-24-2024 13:07:22: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:07:22: TRACE: [WIRE] - >> POST http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/post 05-24-2024 13:07:22: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:07:22:STARTING TEST : methodWithClassWithEntityThrowsProcessingExceptionTest() 05-24-2024 13:07:22:Start time: 1716556042400 05-24-2024 13:07:22:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-24-2024 13:07:22:ExecutionException.getCause is ProcessingException as expected 05-24-2024 13:07:22:Start time: 1716556042435 05-24-2024 13:07:22:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-24-2024 13:07:22:ExecutionException.getCause is ProcessingException as expected 05-24-2024 13:07:22:FINISHED TEST : methodWithClassWithEntityThrowsProcessingExceptionTest() 05-24-2024 13:07:22:[JAXRSCommonClient] Test setup OK 05-24-2024 13:07:22: TRACE: [WIRE] - >> TRACE http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/trace 05-24-2024 13:07:22: TRACE: [WIRE] - >> 05-24-2024 13:07:22:STARTING TEST : traceWithGenericTypeThrowsProcessingExceptionTest() 05-24-2024 13:07:22:Start time: 1716556042464 05-24-2024 13:07:22:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-24-2024 13:07:22:ExecutionException.getCause is ProcessingException as expected 05-24-2024 13:07:22:FINISHED TEST : traceWithGenericTypeThrowsProcessingExceptionTest() 05-24-2024 13:07:22:[JAXRSCommonClient] Test setup OK 05-24-2024 13:07:22: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/traceandwait 05-24-2024 13:07:22: TRACE: [WIRE] - >> 05-24-2024 13:07:24: TRACE: [WIRE] - << 200 OK 05-24-2024 13:07:24: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:07:24: TRACE: [WIRE] - << Content-Length: 5 05-24-2024 13:07:24: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:07:24: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:07:22:STARTING TEST : traceWithGenericTypeResponseWhileServerWaitTest() 05-24-2024 13:07:22:Start time: 1716556042492 05-24-2024 13:07:22:Client was returned control in 1 milliseconds from request 05-24-2024 13:07:24:Returned status 200 (OK) 05-24-2024 13:07:24:FINISHED TEST : traceWithGenericTypeResponseWhileServerWaitTest() 05-24-2024 13:07:24:[JAXRSCommonClient] Test setup OK 05-24-2024 13:07:24: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsnotok 05-24-2024 13:07:24: TRACE: [WIRE] - >> 05-24-2024 13:07:24: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:07:24: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:07:24: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:07:24: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:07:24: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:07:24: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:07:24:STARTING TEST : optionsWithGenericTypeThrowsWebApplicationExceptionTest() 05-24-2024 13:07:24:Start time: 1716556044566 05-24-2024 13:07:24:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-24-2024 13:07:24:ExecutionException.getCause is WebApplicationException as expected 05-24-2024 13:07:24:FINISHED TEST : optionsWithGenericTypeThrowsWebApplicationExceptionTest() 05-24-2024 13:07:24:[JAXRSCommonClient] Test setup OK 05-24-2024 13:07:24: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait 05-24-2024 13:07:24: TRACE: [WIRE] - >> 05-24-2024 13:07:24:STARTING TEST : methodWithResponseClassWhileServerWaitTest() 05-24-2024 13:07:24:Start time: 1716556044608 05-24-2024 13:07:24:Client was returned control in 1 milliseconds from request 05-24-2024 13:07:26: TRACE: [WIRE] - << 200 OK 05-24-2024 13:07:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:07:26: TRACE: [WIRE] - << Content-Length: 6 05-24-2024 13:07:26: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:07:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:07:26:Returned status 200 (OK) 05-24-2024 13:07:26:Start time: 1716556046640 05-24-2024 13:07:26:Client was returned control in 1 milliseconds from request 05-24-2024 13:07:26: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getandwait 05-24-2024 13:07:26: TRACE: [WIRE] - >> 05-24-2024 13:07:28: TRACE: [WIRE] - << 200 OK 05-24-2024 13:07:28: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:07:28: TRACE: [WIRE] - << Content-Length: 3 05-24-2024 13:07:28: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:07:28: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:07:28: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsandwait 05-24-2024 13:07:28: TRACE: [WIRE] - >> 05-24-2024 13:07:30: TRACE: [WIRE] - << 200 OK 05-24-2024 13:07:30: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:07:30: TRACE: [WIRE] - << Content-Length: 7 05-24-2024 13:07:30: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:07:30: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:07:28:Returned status 200 (OK) 05-24-2024 13:07:28:Start time: 1716556048674 05-24-2024 13:07:28:Client was returned control in 1 milliseconds from request 05-24-2024 13:07:30:Returned status 200 (OK) 05-24-2024 13:07:30:FINISHED TEST : methodWithResponseClassWhileServerWaitTest() 05-24-2024 13:07:30:[JAXRSCommonClient] Test setup OK 05-24-2024 13:07:30:STARTING TEST : deleteWithGenericTypeStringWhileServerWaitTest() 05-24-2024 13:07:30:Start time: 1716556050710 05-24-2024 13:07:30:Client was returned control in 1 milliseconds from request 05-24-2024 13:07:30: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait 05-24-2024 13:07:30: TRACE: [WIRE] - >> 05-24-2024 13:07:32: TRACE: [WIRE] - << 200 OK 05-24-2024 13:07:32: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:07:32: TRACE: [WIRE] - << Content-Length: 6 05-24-2024 13:07:32: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:07:32: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:07:32:FINISHED TEST : deleteWithGenericTypeStringWhileServerWaitTest() 05-24-2024 13:07:32:[JAXRSCommonClient] Test setup OK 05-24-2024 13:07:32: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getnotok 05-24-2024 13:07:32: TRACE: [WIRE] - >> 05-24-2024 13:07:32: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:07:32: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:07:32: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:07:32: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:07:32: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:07:32: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:07:32:STARTING TEST : getWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 05-24-2024 13:07:32:Start time: 1716556052745 05-24-2024 13:07:32:Returned status 406 (NOT_ACCEPTABLE) 05-24-2024 13:07:32:FINISHED TEST : getWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 05-24-2024 13:07:32:[JAXRSCommonClient] Test setup OK 05-24-2024 13:07:32: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postandwait 05-24-2024 13:07:32: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:07:34: TRACE: [WIRE] - << 200 OK 05-24-2024 13:07:34: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:07:34: TRACE: [WIRE] - << Content-Length: 4 05-24-2024 13:07:34: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:07:34: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:07:32:STARTING TEST : postWhileServerWaitTest() 05-24-2024 13:07:32:Start time: 1716556052779 05-24-2024 13:07:32:Client was returned control in 2 milliseconds from request 05-24-2024 13:07:34:Returned status 200 (OK) 05-24-2024 13:07:34:FINISHED TEST : postWhileServerWaitTest() 05-24-2024 13:07:34:[JAXRSCommonClient] Test setup OK 05-24-2024 13:07:34: TRACE: [WIRE] - >> HEAD http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/head 05-24-2024 13:07:34: TRACE: [WIRE] - >> 05-24-2024 13:07:34: TRACE: [WIRE] - << 200 OK 05-24-2024 13:07:34: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:07:34: TRACE: [WIRE] - << Content-Length: 4 05-24-2024 13:07:34: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:07:34: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:07:34:STARTING TEST : headTest() 05-24-2024 13:07:34:Start time: 1716556054820 05-24-2024 13:07:34:Returned status 200 (OK) 05-24-2024 13:07:34:FINISHED TEST : headTest() 05-24-2024 13:07:34:[JAXRSCommonClient] Test setup OK 05-24-2024 13:07:34: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putnotok 05-24-2024 13:07:34: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:07:34: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:07:34: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:07:34: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:07:34: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:07:34: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:07:34: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:07:34: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postnotok 05-24-2024 13:07:34: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:07:34: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:07:34: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:07:34: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:07:34: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:07:34: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:07:34: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:07:34:STARTING TEST : methodWithClassWithEntityThrowsWebApplicationExceptionTest() 05-24-2024 13:07:34:Start time: 1716556054860 05-24-2024 13:07:34:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-24-2024 13:07:34:ExecutionException.getCause is WebApplicationException as expected 05-24-2024 13:07:34:Start time: 1716556054891 05-24-2024 13:07:34:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-24-2024 13:07:34:ExecutionException.getCause is WebApplicationException as expected 05-24-2024 13:07:34:FINISHED TEST : methodWithClassWithEntityThrowsWebApplicationExceptionTest() 05-24-2024 13:07:34:[JAXRSCommonClient] Test setup OK 05-24-2024 13:07:34: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putandwait 05-24-2024 13:07:34: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:07:36: TRACE: [WIRE] - << 200 OK 05-24-2024 13:07:36: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:07:36: TRACE: [WIRE] - << Content-Length: 3 05-24-2024 13:07:36: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:07:36: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:07:34:STARTING TEST : putWithStringCallbackWhileServerWaitTest() 05-24-2024 13:07:34:Start time: 1716556054932 05-24-2024 13:07:34:Client was returned control in 1 milliseconds from request 05-24-2024 13:07:36:Callback#completed() called in 2010 milliseconds from request 05-24-2024 13:07:37:Callback completed() call ok 05-24-2024 13:07:37:FINISHED TEST : putWithStringCallbackWhileServerWaitTest() 05-24-2024 13:07:37:[JAXRSCommonClient] Test setup OK 05-24-2024 13:07:37: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/traceandwait 05-24-2024 13:07:37: TRACE: [WIRE] - >> 05-24-2024 13:07:39: TRACE: [WIRE] - << 200 OK 05-24-2024 13:07:37:STARTING TEST : traceWhileServerWaitTest() 05-24-2024 13:07:37:Start time: 1716556057098 05-24-2024 13:07:37:Client was returned control in 1 milliseconds from request 05-24-2024 13:07:39: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:07:39: TRACE: [WIRE] - << Content-Length: 5 05-24-2024 13:07:39: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:07:39: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:07:39:Returned status 200 (OK) 05-24-2024 13:07:39:FINISHED TEST : traceWhileServerWaitTest() 05-24-2024 13:07:39:[JAXRSCommonClient] Test setup OK 05-24-2024 13:07:39: TRACE: [WIRE] - >> GET http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/get 05-24-2024 13:07:39: TRACE: [WIRE] - >> 05-24-2024 13:07:39:STARTING TEST : getThrowsProcessingExceptionTest() 05-24-2024 13:07:39:Start time: 1716556059139 05-24-2024 13:07:39:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-24-2024 13:07:39:ExecutionException.getCause is ProcessingException as expected 05-24-2024 13:07:39:FINISHED TEST : getThrowsProcessingExceptionTest() 05-24-2024 13:07:39:[JAXRSCommonClient] Test setup OK 05-24-2024 13:07:39: TRACE: [WIRE] - >> HEAD http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/headandwait 05-24-2024 13:07:39: TRACE: [WIRE] - >> 05-24-2024 13:07:41: TRACE: [WIRE] - << 200 OK 05-24-2024 13:07:41: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:07:41: TRACE: [WIRE] - << Content-Length: 4 05-24-2024 13:07:39:STARTING TEST : headWhileServerWaitTest() 05-24-2024 13:07:39:Start time: 1716556059177 05-24-2024 13:07:39:Client was returned control in 1 milliseconds from request 05-24-2024 13:07:41: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:07:41: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:07:41:Returned status 200 (OK) 05-24-2024 13:07:41:FINISHED TEST : headWhileServerWaitTest() 05-24-2024 13:07:41:[JAXRSCommonClient] Test setup OK 05-24-2024 13:07:41: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/traceandwait 05-24-2024 13:07:41: TRACE: [WIRE] - >> 05-24-2024 13:07:43: TRACE: [WIRE] - << 200 OK 05-24-2024 13:07:43: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:07:43: TRACE: [WIRE] - << Content-Length: 5 05-24-2024 13:07:43: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:07:43: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:07:41:STARTING TEST : traceWithGenericTypeStringWhileServerWaitTest() 05-24-2024 13:07:41:Start time: 1716556061209 05-24-2024 13:07:41:Client was returned control in 1 milliseconds from request 05-24-2024 13:07:43:FINISHED TEST : traceWithGenericTypeStringWhileServerWaitTest() 05-24-2024 13:07:43:[JAXRSCommonClient] Test setup OK 05-24-2024 13:07:43: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putnotok 05-24-2024 13:07:43: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:07:43: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:07:43: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:07:43: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:07:43: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:07:43: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:07:43: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:07:43:STARTING TEST : putWithClassThrowsWebApplicationExceptionTest() 05-24-2024 13:07:43:Start time: 1716556063245 05-24-2024 13:07:43:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-24-2024 13:07:43:ExecutionException.getCause is WebApplicationException as expected 05-24-2024 13:07:43:FINISHED TEST : putWithClassThrowsWebApplicationExceptionTest() 05-24-2024 13:07:43:[JAXRSCommonClient] Test setup OK 05-24-2024 13:07:43: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/traceandwait 05-24-2024 13:07:43: TRACE: [WIRE] - >> 05-24-2024 13:07:45: TRACE: [WIRE] - << 200 OK 05-24-2024 13:07:45: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:07:45: TRACE: [WIRE] - << Content-Length: 5 05-24-2024 13:07:45: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:07:45: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:07:43:STARTING TEST : traceWithStringCallbackWhileServerWaitTest() 05-24-2024 13:07:43:Start time: 1716556063277 05-24-2024 13:07:43:Client was returned control in 1 milliseconds from request 05-24-2024 13:07:45:Callback#completed() called in 2008 milliseconds from request 05-24-2024 13:07:45:Callback completed() call ok 05-24-2024 13:07:45:FINISHED TEST : traceWithStringCallbackWhileServerWaitTest() 05-24-2024 13:07:45:[JAXRSCommonClient] Test setup OK 05-24-2024 13:07:45: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putandwait 05-24-2024 13:07:45:STARTING TEST : methodWithGenericTypeStringWithEntityWhileServerWaitTest() 05-24-2024 13:07:45:Start time: 1716556065308 05-24-2024 13:07:45:Client was returned control in 1 milliseconds from request 05-24-2024 13:07:45: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:07:47: TRACE: [WIRE] - << 200 OK 05-24-2024 13:07:47: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:07:47: TRACE: [WIRE] - << Content-Length: 3 05-24-2024 13:07:47: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:07:47: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:07:47: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postandwait 05-24-2024 13:07:47: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:07:49: TRACE: [WIRE] - << 200 OK 05-24-2024 13:07:49: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:07:49: TRACE: [WIRE] - << Content-Length: 4 05-24-2024 13:07:47:Start time: 1716556067350 05-24-2024 13:07:47:Client was returned control in 1 milliseconds from request 05-24-2024 13:07:49: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:07:49: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:07:49:FINISHED TEST : methodWithGenericTypeStringWithEntityWhileServerWaitTest() 05-24-2024 13:07:49:[JAXRSCommonClient] Test setup OK 05-24-2024 13:07:49: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postnotok 05-24-2024 13:07:49: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:07:49: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:07:49: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:07:49: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:07:49: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:07:49: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:07:49: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:07:49:STARTING TEST : postWithClassThrowsWebApplicationExceptionTest() 05-24-2024 13:07:49:Start time: 1716556069395 05-24-2024 13:07:49:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-24-2024 13:07:49:ExecutionException.getCause is WebApplicationException as expected 05-24-2024 13:07:49:FINISHED TEST : postWithClassThrowsWebApplicationExceptionTest() 05-24-2024 13:07:49:[JAXRSCommonClient] Test setup OK 05-24-2024 13:07:49: TRACE: [WIRE] - >> DELETE http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/delete 05-24-2024 13:07:49: TRACE: [WIRE] - >> 05-24-2024 13:07:49: TRACE: [WIRE] - >> GET http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/get 05-24-2024 13:07:49: TRACE: [WIRE] - >> 05-24-2024 13:07:49: TRACE: [WIRE] - >> OPTIONS http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/options 05-24-2024 13:07:49:STARTING TEST : methodWithCallbackThrowsProcessingExceptionTest() 05-24-2024 13:07:49:Start time: 1716556069435 05-24-2024 13:07:49:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-24-2024 13:07:49:ExecutionException.getCause is ProcessingException as expected 05-24-2024 13:07:49:Start time: 1716556069464 05-24-2024 13:07:49:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-24-2024 13:07:49:ExecutionException.getCause is ProcessingException as expected 05-24-2024 13:07:49: TRACE: [WIRE] - >> 05-24-2024 13:07:49:Start time: 1716556069506 05-24-2024 13:07:49:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-24-2024 13:07:49:ExecutionException.getCause is ProcessingException as expected 05-24-2024 13:07:49:FINISHED TEST : methodWithCallbackThrowsProcessingExceptionTest() 05-24-2024 13:07:49:[JAXRSCommonClient] Test setup OK 05-24-2024 13:07:49:STARTING TEST : putWithClassThrowsProcessingExceptionTest() 05-24-2024 13:07:49: TRACE: [WIRE] - >> PUT http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/put 05-24-2024 13:07:49:Start time: 1716556069536 05-24-2024 13:07:49: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:07:49:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-24-2024 13:07:49:ExecutionException.getCause is ProcessingException as expected 05-24-2024 13:07:49:FINISHED TEST : putWithClassThrowsProcessingExceptionTest() 05-24-2024 13:07:49:[JAXRSCommonClient] Test setup OK 05-24-2024 13:07:49:STARTING TEST : postWithCallbackWhileServerWaitTest() 05-24-2024 13:07:49:Start time: 1716556069571 05-24-2024 13:07:49: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postandwait 05-24-2024 13:07:49: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:07:51: TRACE: [WIRE] - << 200 OK 05-24-2024 13:07:51: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:07:51: TRACE: [WIRE] - << Content-Length: 4 05-24-2024 13:07:51: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:07:51: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:07:49:Client was returned control in 2 milliseconds from request 05-24-2024 13:07:51:Callback#completed() called in 2014 milliseconds from request 05-24-2024 13:07:51:Returned status 200 (OK) 05-24-2024 13:07:51:Callback completed() call ok 05-24-2024 13:07:51:FINISHED TEST : postWithCallbackWhileServerWaitTest() 05-24-2024 13:07:51:[JAXRSCommonClient] Test setup OK 05-24-2024 13:07:51: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deletenotok 05-24-2024 13:07:51: TRACE: [WIRE] - >> 05-24-2024 13:07:51:STARTING TEST : deleteWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 05-24-2024 13:07:51:Start time: 1716556071623 05-24-2024 13:07:51: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:07:51: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:07:51: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:07:51: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:07:51: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:07:51: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:07:51:Returned status 406 (NOT_ACCEPTABLE) 05-24-2024 13:07:51:FINISHED TEST : deleteWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 05-24-2024 13:07:51:[JAXRSCommonClient] Test setup OK 05-24-2024 13:07:51: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/delete 05-24-2024 13:07:51: TRACE: [WIRE] - >> 05-24-2024 13:07:51: TRACE: [WIRE] - << 200 OK 05-24-2024 13:07:51: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:07:51: TRACE: [WIRE] - << Content-Length: 6 05-24-2024 13:07:51: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:07:51: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:07:51: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/get 05-24-2024 13:07:51: TRACE: [WIRE] - >> 05-24-2024 13:07:51: TRACE: [WIRE] - << 200 OK 05-24-2024 13:07:51: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:07:51: TRACE: [WIRE] - << Content-Length: 3 05-24-2024 13:07:51: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:07:51: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:07:51: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/options 05-24-2024 13:07:51: TRACE: [WIRE] - >> 05-24-2024 13:07:51: TRACE: [WIRE] - << 200 OK 05-24-2024 13:07:51: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:07:51: TRACE: [WIRE] - << Content-Length: 7 05-24-2024 13:07:51: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:07:51: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:07:51:STARTING TEST : methodTest() 05-24-2024 13:07:51:Start time: 1716556071657 05-24-2024 13:07:51:Returned status 200 (OK) 05-24-2024 13:07:51:Start time: 1716556071698 05-24-2024 13:07:51:Returned status 200 (OK) 05-24-2024 13:07:51:Start time: 1716556071744 05-24-2024 13:07:51:Returned status 200 (OK) 05-24-2024 13:07:51:FINISHED TEST : methodTest() 05-24-2024 13:07:51:[JAXRSCommonClient] Test setup OK 05-24-2024 13:07:51: TRACE: [WIRE] - >> POST http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/post 05-24-2024 13:07:51: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:07:51:STARTING TEST : postWithClassThrowsProcessingExceptionTest() 05-24-2024 13:07:51:Start time: 1716556071775 05-24-2024 13:07:51:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-24-2024 13:07:51:ExecutionException.getCause is ProcessingException as expected 05-24-2024 13:07:51:FINISHED TEST : postWithClassThrowsProcessingExceptionTest() 05-24-2024 13:07:51:[JAXRSCommonClient] Test setup OK 05-24-2024 13:07:51: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putandwait 05-24-2024 13:07:51: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:07:53: TRACE: [WIRE] - << 200 OK 05-24-2024 13:07:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:07:53: TRACE: [WIRE] - << Content-Length: 3 05-24-2024 13:07:53: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:07:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:07:53: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postandwait 05-24-2024 13:07:53: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:07:55: TRACE: [WIRE] - << 200 OK 05-24-2024 13:07:55: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:07:55: TRACE: [WIRE] - << Content-Length: 4 05-24-2024 13:07:55: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:07:55: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:07:51:STARTING TEST : methodWithResponseClassWithEntityWhileServerWaitTest() 05-24-2024 13:07:51:Start time: 1716556071803 05-24-2024 13:07:51:Client was returned control in 1 milliseconds from request 05-24-2024 13:07:53:Returned status 200 (OK) 05-24-2024 13:07:53:Start time: 1716556073845 05-24-2024 13:07:53:Client was returned control in 1 milliseconds from request 05-24-2024 13:07:55:Returned status 200 (OK) 05-24-2024 13:07:55:FINISHED TEST : methodWithResponseClassWithEntityWhileServerWaitTest() 05-24-2024 13:07:55:[JAXRSCommonClient] Test setup OK 05-24-2024 13:07:55: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putandwait 05-24-2024 13:07:55: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:07:57: TRACE: [WIRE] - << 200 OK 05-24-2024 13:07:57: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:07:57: TRACE: [WIRE] - << Content-Length: 3 05-24-2024 13:07:57: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:07:57: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:07:55:STARTING TEST : putWithStringClassWhileServerWaitTest() 05-24-2024 13:07:55:Start time: 1716556075877 05-24-2024 13:07:55:Client was returned control in 1 milliseconds from request 05-24-2024 13:07:57:FINISHED TEST : putWithStringClassWhileServerWaitTest() 05-24-2024 13:07:57:[JAXRSCommonClient] Test setup OK 05-24-2024 13:07:57: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait 05-24-2024 13:07:57: TRACE: [WIRE] - >> 05-24-2024 13:07:59: TRACE: [WIRE] - << 200 OK 05-24-2024 13:07:59: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:07:59: TRACE: [WIRE] - << Content-Length: 6 05-24-2024 13:07:59: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:07:59: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:07:57:STARTING TEST : deleteWhileServerWaitTest() 05-24-2024 13:07:57:Start time: 1716556077928 05-24-2024 13:07:57:Client was returned control in 1 milliseconds from request 05-24-2024 13:07:59:Returned status 200 (OK) 05-24-2024 13:07:59:FINISHED TEST : deleteWhileServerWaitTest() 05-24-2024 13:07:59:[JAXRSCommonClient] Test setup OK 05-24-2024 13:07:59: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deletenotok 05-24-2024 13:07:59: TRACE: [WIRE] - >> 05-24-2024 13:07:59: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:07:59: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:07:59: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:07:59: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:07:59: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:07:59: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:07:59:STARTING TEST : deleteWithGenericTypeThrowsWebApplicationExceptionTest() 05-24-2024 13:07:59:Start time: 1716556079960 05-24-2024 13:07:59:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-24-2024 13:07:59:ExecutionException.getCause is WebApplicationException as expected 05-24-2024 13:07:59:FINISHED TEST : deleteWithGenericTypeThrowsWebApplicationExceptionTest() 05-24-2024 13:07:59:[JAXRSCommonClient] Test setup OK 05-24-2024 13:07:59: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postnotok 05-24-2024 13:07:59: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:08:00: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:08:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:08:00: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:08:00: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:08:00: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:08:00: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:07:59:STARTING TEST : postWithClassThrowsNoWebApplicationExceptionForResponseTest() 05-24-2024 13:07:59:Start time: 1716556079995 05-24-2024 13:08:00:Returned status 406 (NOT_ACCEPTABLE) 05-24-2024 13:08:00:FINISHED TEST : postWithClassThrowsNoWebApplicationExceptionForResponseTest() 05-24-2024 13:08:00:[JAXRSCommonClient] Test setup OK 05-24-2024 13:08:00: TRACE: [WIRE] - >> TRACE http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/trace 05-24-2024 13:08:00:STARTING TEST : traceWithClassThrowsProcessingExceptionTest() 05-24-2024 13:08:00:Start time: 1716556080030 05-24-2024 13:08:00: TRACE: [WIRE] - >> 05-24-2024 13:08:00:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-24-2024 13:08:00:ExecutionException.getCause is ProcessingException as expected 05-24-2024 13:08:00:FINISHED TEST : traceWithClassThrowsProcessingExceptionTest() 05-24-2024 13:08:00:[JAXRSCommonClient] Test setup OK 05-24-2024 13:08:00: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putnotok 05-24-2024 13:08:00: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:08:00: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:08:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:08:00: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:08:00:STARTING TEST : methodWithCallbackWithEntityThrowsNoWebApplicationExceptionForResponseTest() 05-24-2024 13:08:00:Start time: 1716556080066 05-24-2024 13:08:00: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:08:00: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:08:00: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:08:00:Returned status 406 (NOT_ACCEPTABLE) 05-24-2024 13:08:00:Start time: 171655608009705-24-2024 13:08:00: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postnotok 05-24-2024 13:08:00: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:08:00: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:08:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:08:00: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:08:00: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:08:00: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:08:00: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:08:00:Returned status 406 (NOT_ACCEPTABLE) 05-24-2024 13:08:00:FINISHED TEST : methodWithCallbackWithEntityThrowsNoWebApplicationExceptionForResponseTest() 05-24-2024 13:08:00:[JAXRSCommonClient] Test setup OK 05-24-2024 13:08:00:STARTING TEST : headWithCallbackWhileServerWaitTest() 05-24-2024 13:08:00:Start time: 1716556080135 05-24-2024 13:08:00: TRACE: [WIRE] - >> HEAD http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/headandwait 05-24-2024 13:08:00: TRACE: [WIRE] - >> 05-24-2024 13:08:02: TRACE: [WIRE] - << 200 OK 05-24-2024 13:08:02: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:08:02: TRACE: [WIRE] - << Content-Length: 4 05-24-2024 13:08:02: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:08:02: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:08:00:Client was returned control in 1 milliseconds from request 05-24-2024 13:08:02:Callback#completed() called in 2008 milliseconds from request 05-24-2024 13:08:02:Returned status 200 (OK) 05-24-2024 13:08:02:Callback completed() call ok 05-24-2024 13:08:02:FINISHED TEST : headWithCallbackWhileServerWaitTest() 05-24-2024 13:08:02:[JAXRSCommonClient] Test setup OK 05-24-2024 13:08:02: TRACE: [WIRE] - >> PUT http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/put 05-24-2024 13:08:02: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:08:02:STARTING TEST : putThrowsProcessingExceptionTest() 05-24-2024 13:08:02:Start time: 1716556082166 05-24-2024 13:08:02:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-24-2024 13:08:02:ExecutionException.getCause is ProcessingException as expected 05-24-2024 13:08:02:FINISHED TEST : putThrowsProcessingExceptionTest() 05-24-2024 13:08:02:[JAXRSCommonClient] Test setup OK 05-24-2024 13:08:02:STARTING TEST : deleteWithGenericTypeThrowsProcessingExceptionTest() 05-24-2024 13:08:02: TRACE: [WIRE] - >> DELETE http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/delete 05-24-2024 13:08:02:Start time: 1716556082192 05-24-2024 13:08:02: TRACE: [WIRE] - >> 05-24-2024 13:08:02:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-24-2024 13:08:02:ExecutionException.getCause is ProcessingException as expected 05-24-2024 13:08:02:FINISHED TEST : deleteWithGenericTypeThrowsProcessingExceptionTest() 05-24-2024 13:08:02:[JAXRSCommonClient] Test setup OK 05-24-2024 13:08:02: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putandwait 05-24-2024 13:08:02:STARTING TEST : putWhileServerWaitTest() 05-24-2024 13:08:02:Start time: 1716556082220 05-24-2024 13:08:02:Client was returned control in 1 milliseconds from request 05-24-2024 13:08:02: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:08:04: TRACE: [WIRE] - << 200 OK 05-24-2024 13:08:04: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:08:04: TRACE: [WIRE] - << Content-Length: 3 05-24-2024 13:08:04: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:08:04: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:08:04:Returned status 200 (OK) 05-24-2024 13:08:04:FINISHED TEST : putWhileServerWaitTest() 05-24-2024 13:08:04:[JAXRSCommonClient] Test setup OK 05-24-2024 13:08:04: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getandwait 05-24-2024 13:08:04: TRACE: [WIRE] - >> 05-24-2024 13:08:06: TRACE: [WIRE] - << 200 OK 05-24-2024 13:08:06: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:08:06: TRACE: [WIRE] - << Content-Length: 3 05-24-2024 13:08:06: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:08:06: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:08:04:STARTING TEST : getWithStringClassWhileServerWaitTest() 05-24-2024 13:08:04:Start time: 1716556084253 05-24-2024 13:08:04:Client was returned control in 1 milliseconds from request 05-24-2024 13:08:06:FINISHED TEST : getWithStringClassWhileServerWaitTest() 05-24-2024 13:08:06:[JAXRSCommonClient] Test setup OK 05-24-2024 13:08:06: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/tracenotok 05-24-2024 13:08:06: TRACE: [WIRE] - >> 05-24-2024 13:08:06: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:08:06: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:08:06: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:08:06: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:08:06: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:08:06:STARTING TEST : traceWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 05-24-2024 13:08:06:Start time: 1716556086302 05-24-2024 13:08:06: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:08:06:Returned status 406 (NOT_ACCEPTABLE) 05-24-2024 13:08:06:FINISHED TEST : traceWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 05-24-2024 13:08:06:[JAXRSCommonClient] Test setup OK 05-24-2024 13:08:06: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait 05-24-2024 13:08:06: TRACE: [WIRE] - >> 05-24-2024 13:08:08: TRACE: [WIRE] - << 200 OK 05-24-2024 13:08:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:08:08: TRACE: [WIRE] - << Content-Length: 6 05-24-2024 13:08:06:STARTING TEST : deleteWithCallbackWhileServerWaitTest() 05-24-2024 13:08:06:Start time: 1716556086332 05-24-2024 13:08:06:Client was returned control in 1 milliseconds from request 05-24-2024 13:08:08: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:08:08: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:08:08:Callback#completed() called in 2008 milliseconds from request 05-24-2024 13:08:08:Returned status 200 (OK) 05-24-2024 13:08:08:Callback completed() call ok 05-24-2024 13:08:08:FINISHED TEST : deleteWithCallbackWhileServerWaitTest() 05-24-2024 13:08:08:[JAXRSCommonClient] Test setup OK 05-24-2024 13:08:08: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/tracenotok 05-24-2024 13:08:08: TRACE: [WIRE] - >> 05-24-2024 13:08:08: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:08:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:08:08: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:08:08: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:08:08: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:08:08: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:08:08:STARTING TEST : traceWithGenericTypeThrowsWebApplicationExceptionTest() 05-24-2024 13:08:08:Start time: 1716556088369 05-24-2024 13:08:08:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-24-2024 13:08:08:ExecutionException.getCause is WebApplicationException as expected 05-24-2024 13:08:08:FINISHED TEST : traceWithGenericTypeThrowsWebApplicationExceptionTest() 05-24-2024 13:08:08:[JAXRSCommonClient] Test setup OK 05-24-2024 13:08:08: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait 05-24-2024 13:08:08: TRACE: [WIRE] - >> 05-24-2024 13:08:10: TRACE: [WIRE] - << 200 OK 05-24-2024 13:08:10: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:08:10: TRACE: [WIRE] - << Content-Length: 6 05-24-2024 13:08:10: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:08:10: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:08:08:STARTING TEST : deleteWithStringClassWhileServerWaitTest() 05-24-2024 13:08:08:Start time: 1716556088404 05-24-2024 13:08:08:Client was returned control in 2 milliseconds from request 05-24-2024 13:08:10:FINISHED TEST : deleteWithStringClassWhileServerWaitTest() 05-24-2024 13:08:10:[JAXRSCommonClient] Test setup OK 05-24-2024 13:08:10: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/traceandwait 05-24-2024 13:08:10:STARTING TEST : traceWithStringClassWhileServerWaitTest() 05-24-2024 13:08:10:Start time: 1716556090436 05-24-2024 13:08:10:Client was returned control in 1 milliseconds from request 05-24-2024 13:08:10: TRACE: [WIRE] - >> 05-24-2024 13:08:12: TRACE: [WIRE] - << 200 OK 05-24-2024 13:08:12: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:08:12: TRACE: [WIRE] - << Content-Length: 5 05-24-2024 13:08:12: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:08:12: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:08:12:FINISHED TEST : traceWithStringClassWhileServerWaitTest() 05-24-2024 13:08:12:[JAXRSCommonClient] Test setup OK 05-24-2024 13:08:12:STARTING TEST : optionsTest() 05-24-2024 13:08:12: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/options 05-24-2024 13:08:12: TRACE: [WIRE] - >> 05-24-2024 13:08:12:Start time: 1716556092466 05-24-2024 13:08:12: TRACE: [WIRE] - << 200 OK 05-24-2024 13:08:12: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:08:12: TRACE: [WIRE] - << Content-Length: 7 05-24-2024 13:08:12: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:08:12: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:08:12:Returned status 200 (OK) 05-24-2024 13:08:12:FINISHED TEST : optionsTest() 05-24-2024 13:08:12:[JAXRSCommonClient] Test setup OK 05-24-2024 13:08:12: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getnotok 05-24-2024 13:08:12: TRACE: [WIRE] - >> 05-24-2024 13:08:12: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:08:12: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:08:12: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:08:12: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:08:12: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:08:12: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:08:12:STARTING TEST : getWithGenericTypeThrowsWebApplicationExceptionTest() 05-24-2024 13:08:12:Start time: 1716556092495 05-24-2024 13:08:12:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-24-2024 13:08:12:ExecutionException.getCause is WebApplicationException as expected 05-24-2024 13:08:12:FINISHED TEST : getWithGenericTypeThrowsWebApplicationExceptionTest() 05-24-2024 13:08:12:[JAXRSCommonClient] Test setup OK 05-24-2024 13:08:12: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsnotok 05-24-2024 13:08:12: TRACE: [WIRE] - >> 05-24-2024 13:08:12: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:08:12: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:08:12: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:08:12: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:08:12: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:08:12: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:08:12:STARTING TEST : optionsWithCallbackThrowsWebApplicationExceptionTest() 05-24-2024 13:08:12:Start time: 1716556092525 05-24-2024 13:08:12:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-24-2024 13:08:12:ExecutionException.getCause is WebApplicationException as expected 05-24-2024 13:08:12:FINISHED TEST : optionsWithCallbackThrowsWebApplicationExceptionTest() 05-24-2024 13:08:12:[JAXRSCommonClient] Test setup OK 05-24-2024 13:08:12: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postandwait 05-24-2024 13:08:12: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:08:14: TRACE: [WIRE] - << 200 OK 05-24-2024 13:08:14: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:08:14: TRACE: [WIRE] - << Content-Length: 4 05-24-2024 13:08:12:STARTING TEST : postWithResponseClassWhileServerWaitTest() 05-24-2024 13:08:12:Start time: 1716556092555 05-24-2024 13:08:12:Client was returned control in 1 milliseconds from request 05-24-2024 13:08:14: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:08:14: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:08:14:Returned status 200 (OK) 05-24-2024 13:08:14:FINISHED TEST : postWithResponseClassWhileServerWaitTest() 05-24-2024 13:08:14:[JAXRSCommonClient] Test setup OK 05-24-2024 13:08:14: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsandwait 05-24-2024 13:08:14: TRACE: [WIRE] - >> 05-24-2024 13:08:16: TRACE: [WIRE] - << 200 OK 05-24-2024 13:08:16: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:08:16: TRACE: [WIRE] - << Content-Length: 7 05-24-2024 13:08:16: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:08:16: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:08:14:STARTING TEST : optionsWithResponseClassWhileServerWaitTest() 05-24-2024 13:08:14:Start time: 1716556094587 05-24-2024 13:08:14:Client was returned control in 1 milliseconds from request 05-24-2024 13:08:16:Returned status 200 (OK) 05-24-2024 13:08:16:FINISHED TEST : optionsWithResponseClassWhileServerWaitTest() 05-24-2024 13:08:16:[JAXRSCommonClient] Test setup OK 05-24-2024 13:08:16: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deletenotok 05-24-2024 13:08:16: TRACE: [WIRE] - >> 05-24-2024 13:08:16: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:08:16: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:08:16: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:08:16: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:08:16: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:08:16:STARTING TEST : deleteWithCallbackThrowsNoWebApplicationExceptionForResponseTest() 05-24-2024 13:08:16:Start time: 1716556096635 05-24-2024 13:08:16: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:08:16:Returned status 406 (NOT_ACCEPTABLE) 05-24-2024 13:08:16:FINISHED TEST : deleteWithCallbackThrowsNoWebApplicationExceptionForResponseTest() 05-24-2024 13:08:16:[JAXRSCommonClient] Test setup OK 05-24-2024 13:08:16: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putnotok 05-24-2024 13:08:16: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:08:16: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:08:16: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:08:16: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:08:16: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:08:16: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:08:16: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:08:16: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postnotok 05-24-2024 13:08:16: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:08:16: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:08:16: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:08:16: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:08:16: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:08:16: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:08:16: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:08:16:STARTING TEST : methodWithClassWithEntityThrowsNoWebApplicationExceptionForResponseTest() 05-24-2024 13:08:16:Start time: 1716556096667 05-24-2024 13:08:16:Returned status 406 (NOT_ACCEPTABLE) 05-24-2024 13:08:16:Start time: 1716556096694 05-24-2024 13:08:16:Returned status 406 (NOT_ACCEPTABLE) 05-24-2024 13:08:16:FINISHED TEST : methodWithClassWithEntityThrowsNoWebApplicationExceptionForResponseTest() 05-24-2024 13:08:16:[JAXRSCommonClient] Test setup OK 05-24-2024 13:08:16:STARTING TEST : headWithCallbackStringThrowsProcessingExceptionTest() 05-24-2024 13:08:16: TRACE: [WIRE] - >> HEAD http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/head 05-24-2024 13:08:16:Start time: 1716556096725 05-24-2024 13:08:16: TRACE: [WIRE] - >> 05-24-2024 13:08:16:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-24-2024 13:08:16:ExecutionException.getCause is ProcessingException as expected 05-24-2024 13:08:16:FINISHED TEST : headWithCallbackStringThrowsProcessingExceptionTest() 05-24-2024 13:08:16:[JAXRSCommonClient] Test setup OK 05-24-2024 13:08:16: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/put 05-24-2024 13:08:16: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:08:16: TRACE: [WIRE] - << 200 OK 05-24-2024 13:08:16: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:08:16: TRACE: [WIRE] - << Content-Length: 3 05-24-2024 13:08:16: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:08:16: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:08:16:STARTING TEST : putTest() 05-24-2024 13:08:16:Start time: 1716556096754 05-24-2024 13:08:16:Returned status 200 (OK) 05-24-2024 13:08:16:FINISHED TEST : putTest() 05-24-2024 13:08:16:[JAXRSCommonClient] Test setup OK 05-24-2024 13:08:16: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putnotok 05-24-2024 13:08:16: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:08:16: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:08:16: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:08:16: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:08:16: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:08:16: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:08:16: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:08:16:STARTING TEST : putWithCallbackThrowsNoWebApplicationExceptionForResponseTest() 05-24-2024 13:08:16:Start time: 1716556096783 05-24-2024 13:08:16:Returned status 406 (NOT_ACCEPTABLE) 05-24-2024 13:08:16:FINISHED TEST : putWithCallbackThrowsNoWebApplicationExceptionForResponseTest() 05-24-2024 13:08:16:[JAXRSCommonClient] Test setup OK 05-24-2024 13:08:16: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putnotok 05-24-2024 13:08:16: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:08:16: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:08:16: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:08:16: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:08:16: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:08:16: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:08:16: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:08:16: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postnotok 05-24-2024 13:08:16: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:08:16: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:08:16: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:08:16: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:08:16: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:08:16: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:08:16: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:08:16:STARTING TEST : methodWithGenericTypeWithEntityThrowsWebApplicationExceptionTest() 05-24-2024 13:08:16:Start time: 1716556096813 05-24-2024 13:08:16:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-24-2024 13:08:16:ExecutionException.getCause is WebApplicationException as expected 05-24-2024 13:08:16:Start time: 1716556096845 05-24-2024 13:08:16:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-24-2024 13:08:16:ExecutionException.getCause is WebApplicationException as expected 05-24-2024 13:08:16:FINISHED TEST : methodWithGenericTypeWithEntityThrowsWebApplicationExceptionTest() 05-24-2024 13:08:16:[JAXRSCommonClient] Test setup OK 05-24-2024 13:08:16: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postnotok 05-24-2024 13:08:16: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:08:16: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:08:16: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:08:16: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:08:16: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:08:16: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:08:16: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:08:16:STARTING TEST : postWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 05-24-2024 13:08:16:Start time: 1716556096879 05-24-2024 13:08:16:Returned status 406 (NOT_ACCEPTABLE) 05-24-2024 13:08:16:FINISHED TEST : postWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 05-24-2024 13:08:16:[JAXRSCommonClient] Test setup OK 05-24-2024 13:08:16: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/get 05-24-2024 13:08:16: TRACE: [WIRE] - >> 05-24-2024 13:08:16: TRACE: [WIRE] - << 200 OK 05-24-2024 13:08:16: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:08:16: TRACE: [WIRE] - << Content-Length: 3 05-24-2024 13:08:16: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:08:16: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:08:16:STARTING TEST : getTest() 05-24-2024 13:08:16:Start time: 1716556096944 05-24-2024 13:08:16:Returned status 200 (OK) 05-24-2024 13:08:16:FINISHED TEST : getTest() 05-24-2024 13:08:16:[JAXRSCommonClient] Test setup OK 05-24-2024 13:08:16: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postnotok 05-24-2024 13:08:17: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:08:17: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:08:17: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:08:17: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:08:17: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:08:17: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:08:17: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:08:16:STARTING TEST : postWithCallbackThrowsWebApplicationExceptionTest() 05-24-2024 13:08:16:Start time: 1716556096978 05-24-2024 13:08:17:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-24-2024 13:08:17:ExecutionException.getCause is WebApplicationException as expected 05-24-2024 13:08:17:FINISHED TEST : postWithCallbackThrowsWebApplicationExceptionTest() 05-24-2024 13:08:17:[JAXRSCommonClient] Test setup OK 05-24-2024 13:08:17: TRACE: [WIRE] - >> GET http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/get 05-24-2024 13:08:17: TRACE: [WIRE] - >> 05-24-2024 13:08:17:STARTING TEST : getWithCallbackStringThrowsProcessingExceptionTest() 05-24-2024 13:08:17:Start time: 1716556097054 05-24-2024 13:08:17:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-24-2024 13:08:17:ExecutionException.getCause is ProcessingException as expected 05-24-2024 13:08:17:FINISHED TEST : getWithCallbackStringThrowsProcessingExceptionTest() 05-24-2024 13:08:17:[JAXRSCommonClient] Test setup OK 05-24-2024 13:08:17: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/tracenotok 05-24-2024 13:08:17: TRACE: [WIRE] - >> 05-24-2024 13:08:17: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:08:17: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:08:17: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:08:17: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:08:17: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:08:17: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:08:17:STARTING TEST : traceWithCallbackThrowsNoWebApplicationExceptionForResponseTest() 05-24-2024 13:08:17:Start time: 1716556097079 05-24-2024 13:08:17:Returned status 406 (NOT_ACCEPTABLE) 05-24-2024 13:08:17:FINISHED TEST : traceWithCallbackThrowsNoWebApplicationExceptionForResponseTest() 05-24-2024 13:08:17:[JAXRSCommonClient] Test setup OK 05-24-2024 13:08:17: TRACE: [WIRE] - >> DELETE http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/delete 05-24-2024 13:08:17: TRACE: [WIRE] - >> 05-24-2024 13:08:17: TRACE: [WIRE] - >> GET http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/get 05-24-2024 13:08:17: TRACE: [WIRE] - >> 05-24-2024 13:08:17: TRACE: [WIRE] - >> OPTIONS http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/options 05-24-2024 13:08:17: TRACE: [WIRE] - >> 05-24-2024 13:08:17:STARTING TEST : methodThrowsProcessingExceptionTest() 05-24-2024 13:08:17:Start time: 1716556097129 05-24-2024 13:08:17:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-24-2024 13:08:17:ExecutionException.getCause is ProcessingException as expected 05-24-2024 13:08:17:Start time: 1716556097150 05-24-2024 13:08:17:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-24-2024 13:08:17:ExecutionException.getCause is ProcessingException as expected 05-24-2024 13:08:17:Start time: 1716556097172 05-24-2024 13:08:17:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-24-2024 13:08:17:ExecutionException.getCause is ProcessingException as expected 05-24-2024 13:08:17:FINISHED TEST : methodThrowsProcessingExceptionTest() 05-24-2024 13:08:17:[JAXRSCommonClient] Test setup OK 05-24-2024 13:08:17: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deletenotok 05-24-2024 13:08:17: TRACE: [WIRE] - >> 05-24-2024 13:08:17: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:08:17: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:08:17: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:08:17: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:08:17: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:08:17: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:08:17: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getnotok 05-24-2024 13:08:17: TRACE: [WIRE] - >> 05-24-2024 13:08:17: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:08:17: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:08:17: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:08:17: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:08:17: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:08:17: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:08:17: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsnotok 05-24-2024 13:08:17: TRACE: [WIRE] - >> 05-24-2024 13:08:17: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:08:17: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:08:17: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:08:17: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:08:17: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:08:17: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:08:17:STARTING TEST : methodWithCallbackThrowsNoWebApplicationExceptionForResponseTest() 05-24-2024 13:08:17:Start time: 1716556097197 05-24-2024 13:08:17:Returned status 406 (NOT_ACCEPTABLE) 05-24-2024 13:08:17:Start time: 1716556097232 05-24-2024 13:08:17:Returned status 406 (NOT_ACCEPTABLE) 05-24-2024 13:08:17:Start time: 1716556097262 05-24-2024 13:08:17:Returned status 406 (NOT_ACCEPTABLE) 05-24-2024 13:08:17:FINISHED TEST : methodWithCallbackThrowsNoWebApplicationExceptionForResponseTest() 05-24-2024 13:08:17:[JAXRSCommonClient] Test setup OK 05-24-2024 13:08:17: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getnotok 05-24-2024 13:08:17: TRACE: [WIRE] - >> 05-24-2024 13:08:17: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:08:17: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:08:17: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:08:17: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:08:17: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:08:17: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:08:17:STARTING TEST : getWithCallbackThrowsNoWebApplicationExceptionForResponseTest() 05-24-2024 13:08:17:Start time: 1716556097291 05-24-2024 13:08:17:Returned status 406 (NOT_ACCEPTABLE) 05-24-2024 13:08:17:FINISHED TEST : getWithCallbackThrowsNoWebApplicationExceptionForResponseTest() 05-24-2024 13:08:17:[JAXRSCommonClient] Test setup OK 05-24-2024 13:08:17: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putandwait 05-24-2024 13:08:17: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:08:19: TRACE: [WIRE] - << 200 OK 05-24-2024 13:08:19: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:08:19: TRACE: [WIRE] - << Content-Length: 3 05-24-2024 13:08:19: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:08:19: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:08:17:STARTING TEST : putWithGenericTypeResponseWhileServerWaitTest() 05-24-2024 13:08:17:Start time: 1716556097335 05-24-2024 13:08:17:Client was returned control in 1 milliseconds from request 05-24-2024 13:08:19:Returned status 200 (OK) 05-24-2024 13:08:19:FINISHED TEST : putWithGenericTypeResponseWhileServerWaitTest() 05-24-2024 13:08:19:[JAXRSCommonClient] Test setup OK 05-24-2024 13:08:19: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postnotok 05-24-2024 13:08:19:STARTING TEST : postWithCallbackThrowsNoWebApplicationExceptionForResponseTest() 05-24-2024 13:08:19:Start time: 1716556099386 05-24-2024 13:08:19: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:08:19: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:08:19: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:08:19: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:08:19: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:08:19: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:08:19: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:08:19:Returned status 406 (NOT_ACCEPTABLE) 05-24-2024 13:08:19:FINISHED TEST : postWithCallbackThrowsNoWebApplicationExceptionForResponseTest() 05-24-2024 13:08:19:[JAXRSCommonClient] Test setup OK 05-24-2024 13:08:19:STARTING TEST : deleteWithCallbackStringThrowsWebApplicationExceptionTest() 05-24-2024 13:08:19: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deletenotok 05-24-2024 13:08:19: TRACE: [WIRE] - >> 05-24-2024 13:08:19: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:08:19: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:08:19: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:08:19: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:08:19: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:08:19: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:08:19:Start time: 1716556099415 05-24-2024 13:08:19:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-24-2024 13:08:19:ExecutionException.getCause is WebApplicationException as expected 05-24-2024 13:08:19:FINISHED TEST : deleteWithCallbackStringThrowsWebApplicationExceptionTest() 05-24-2024 13:08:19:[JAXRSCommonClient] Test setup OK 05-24-2024 13:08:19: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getandwait 05-24-2024 13:08:19:STARTING TEST : getWithCallbackWhileServerWaitTest() 05-24-2024 13:08:19:Start time: 1716556099444 05-24-2024 13:08:19:Client was returned control in 1 milliseconds from request 05-24-2024 13:08:19: TRACE: [WIRE] - >> 05-24-2024 13:08:21: TRACE: [WIRE] - << 200 OK 05-24-2024 13:08:21: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:08:21: TRACE: [WIRE] - << Content-Length: 3 05-24-2024 13:08:21: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:08:21: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:08:21:Callback#completed() called in 2009 milliseconds from request 05-24-2024 13:08:21:Returned status 200 (OK) 05-24-2024 13:08:21:Callback completed() call ok 05-24-2024 13:08:21:FINISHED TEST : getWithCallbackWhileServerWaitTest() 05-24-2024 13:08:21:[JAXRSCommonClient] Test setup OK 05-24-2024 13:08:21:STARTING TEST : postWithGenericTypeResponseWhileServerWaitTest() 05-24-2024 13:08:21: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postandwait 05-24-2024 13:08:21: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:08:21:Start time: 1716556101479 05-24-2024 13:08:21:Client was returned control in 1 milliseconds from request 05-24-2024 13:08:23: TRACE: [WIRE] - << 200 OK 05-24-2024 13:08:23: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:08:23: TRACE: [WIRE] - << Content-Length: 4 05-24-2024 13:08:23: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:08:23: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:08:23:Returned status 200 (OK) 05-24-2024 13:08:23:FINISHED TEST : postWithGenericTypeResponseWhileServerWaitTest() 05-24-2024 13:08:23:[JAXRSCommonClient] Test setup OK 05-24-2024 13:08:23: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putandwait 05-24-2024 13:08:23: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:08:23:STARTING TEST : putWithCallbackWhileServerWaitTest() 05-24-2024 13:08:23:Start time: 1716556103510 05-24-2024 13:08:23:Client was returned control in 1 milliseconds from request 05-24-2024 13:08:25: TRACE: [WIRE] - << 200 OK 05-24-2024 13:08:25: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:08:25: TRACE: [WIRE] - << Content-Length: 3 05-24-2024 13:08:25: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:08:25: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:08:25:Callback#completed() called in 2010 milliseconds from request 05-24-2024 13:08:25:Returned status 200 (OK) 05-24-2024 13:08:25:Callback completed() call ok 05-24-2024 13:08:25:FINISHED TEST : putWithCallbackWhileServerWaitTest() 05-24-2024 13:08:25:[JAXRSCommonClient] Test setup OK 05-24-2024 13:08:25: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getnotok 05-24-2024 13:08:25: TRACE: [WIRE] - >> 05-24-2024 13:08:25: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:08:25: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:08:25: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:08:25: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:08:25: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:08:25: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:08:25:STARTING TEST : getWithCallbackStringThrowsWebApplicationExceptionTest() 05-24-2024 13:08:25:Start time: 1716556105542 05-24-2024 13:08:25:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-24-2024 13:08:25:ExecutionException.getCause is WebApplicationException as expected 05-24-2024 13:08:25:FINISHED TEST : getWithCallbackStringThrowsWebApplicationExceptionTest() 05-24-2024 13:08:25:[JAXRSCommonClient] Test setup OK 05-24-2024 13:08:25: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deletenotok 05-24-2024 13:08:25: TRACE: [WIRE] - >> 05-24-2024 13:08:25: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:08:25: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:08:25: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:08:25: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:08:25: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:08:25: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:08:25: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getnotok 05-24-2024 13:08:25: TRACE: [WIRE] - >> 05-24-2024 13:08:25: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:08:25: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:08:25: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:08:25: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:08:25: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:08:25: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:08:25: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsnotok 05-24-2024 13:08:25: TRACE: [WIRE] - >> 05-24-2024 13:08:25: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:08:25: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:08:25: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:08:25: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:08:25: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:08:25: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:08:25:STARTING TEST : methodWithClassThrowsWebApplicationExceptionTest() 05-24-2024 13:08:25:Start time: 1716556105573 05-24-2024 13:08:25:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-24-2024 13:08:25:ExecutionException.getCause is WebApplicationException as expected 05-24-2024 13:08:25:Start time: 1716556105597 05-24-2024 13:08:25:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-24-2024 13:08:25:ExecutionException.getCause is WebApplicationException as expected 05-24-2024 13:08:25:Start time: 1716556105621 05-24-2024 13:08:25:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-24-2024 13:08:25:ExecutionException.getCause is WebApplicationException as expected 05-24-2024 13:08:25:FINISHED TEST : methodWithClassThrowsWebApplicationExceptionTest() 05-24-2024 13:08:25:[JAXRSCommonClient] Test setup OK 05-24-2024 13:08:25: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getandwait 05-24-2024 13:08:25: TRACE: [WIRE] - >> 05-24-2024 13:08:27: TRACE: [WIRE] - << 200 OK 05-24-2024 13:08:27: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:08:27: TRACE: [WIRE] - << Content-Length: 3 05-24-2024 13:08:27: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:08:27: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:08:25:STARTING TEST : getWithCallbackStringWhileServerWaitTest() 05-24-2024 13:08:25:Start time: 1716556105649 05-24-2024 13:08:25:Client was returned control in 0 milliseconds from request 05-24-2024 13:08:27:Callback#completed() called in 2008 milliseconds from request 05-24-2024 13:08:27:Callback completed() call ok 05-24-2024 13:08:27:FINISHED TEST : getWithCallbackStringWhileServerWaitTest() 05-24-2024 13:08:27:[JAXRSCommonClient] Test setup OK 05-24-2024 13:08:27: TRACE: [WIRE] - >> DELETE http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/delete 05-24-2024 13:08:27:STARTING TEST : deleteThrowsExceptionTest() 05-24-2024 13:08:27:Start time: 1716556107696 05-24-2024 13:08:27: TRACE: [WIRE] - >> 05-24-2024 13:08:27:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-24-2024 13:08:27:ExecutionException.getCause is ProcessingException as expected 05-24-2024 13:08:27:FINISHED TEST : deleteThrowsExceptionTest() 05-24-2024 13:08:27:[JAXRSCommonClient] Test setup OK 05-24-2024 13:08:27: TRACE: [WIRE] - >> PUT http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/put 05-24-2024 13:08:27: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:08:27:STARTING TEST : methodWithEntityThrowsProcessingExceptionTest() 05-24-2024 13:08:27:Start time: 1716556107725 05-24-2024 13:08:27:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-24-2024 13:08:27: TRACE: [WIRE] - >> POST http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/post 05-24-2024 13:08:27: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:08:27:ExecutionException.getCause is ProcessingException as expected 05-24-2024 13:08:27:Start time: 1716556107745 05-24-2024 13:08:27:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-24-2024 13:08:27:ExecutionException.getCause is ProcessingException as expected 05-24-2024 13:08:27:FINISHED TEST : methodWithEntityThrowsProcessingExceptionTest() 05-24-2024 13:08:27:[JAXRSCommonClient] Test setup OK 05-24-2024 13:08:27: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getnotok 05-24-2024 13:08:27: TRACE: [WIRE] - >> 05-24-2024 13:08:27: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:08:27: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:08:27: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:08:27: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:08:27: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:08:27: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:08:27:STARTING TEST : getWithClassThrowsNoWebApplicationExceptionForResponseTest() 05-24-2024 13:08:27:Start time: 1716556107767 05-24-2024 13:08:27:Returned status 406 (NOT_ACCEPTABLE) 05-24-2024 13:08:27:FINISHED TEST : getWithClassThrowsNoWebApplicationExceptionForResponseTest() 05-24-2024 13:08:27:[JAXRSCommonClient] Test setup OK 05-24-2024 13:08:27: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deletenotok 05-24-2024 13:08:27: TRACE: [WIRE] - >> 05-24-2024 13:08:27: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:08:27: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:08:27: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:08:27: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:08:27: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:08:27: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:08:27: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getnotok 05-24-2024 13:08:27: TRACE: [WIRE] - >> 05-24-2024 13:08:27: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:08:27: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:08:27: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:08:27: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:08:27: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:08:27: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:08:27: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsnotok 05-24-2024 13:08:27: TRACE: [WIRE] - >> 05-24-2024 13:08:27: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:08:27: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:08:27: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:08:27: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:08:27: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:08:27: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:08:27:STARTING TEST : methodWithCallbackThrowsWebApplicationExceptionTest() 05-24-2024 13:08:27:Start time: 1716556107795 05-24-2024 13:08:27:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-24-2024 13:08:27:ExecutionException.getCause is WebApplicationException as expected 05-24-2024 13:08:27:Start time: 1716556107819 05-24-2024 13:08:27:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-24-2024 13:08:27:ExecutionException.getCause is WebApplicationException as expected 05-24-2024 13:08:27:Start time: 1716556107842 05-24-2024 13:08:27:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-24-2024 13:08:27:ExecutionException.getCause is WebApplicationException as expected 05-24-2024 13:08:27:FINISHED TEST : methodWithCallbackThrowsWebApplicationExceptionTest() 05-24-2024 13:08:27:[JAXRSCommonClient] Test setup OK 05-24-2024 13:08:27: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/traceandwait 05-24-2024 13:08:27: TRACE: [WIRE] - >> 05-24-2024 13:08:29: TRACE: [WIRE] - << 200 OK 05-24-2024 13:08:29: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:08:29: TRACE: [WIRE] - << Content-Length: 5 05-24-2024 13:08:29: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:08:29: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:08:27:STARTING TEST : traceWithResponseClassWhileServerWaitTest() 05-24-2024 13:08:27:Start time: 1716556107887 05-24-2024 13:08:27:Client was returned control in 1 milliseconds from request 05-24-2024 13:08:29:Returned status 200 (OK) 05-24-2024 13:08:29:FINISHED TEST : traceWithResponseClassWhileServerWaitTest() 05-24-2024 13:08:29:[JAXRSCommonClient] Test setup OK 05-24-2024 13:08:29: TRACE: [WIRE] - >> PUT http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/put 05-24-2024 13:08:29: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:08:29:STARTING TEST : putWithGenericTypeThrowsProcessingExceptionTest() 05-24-2024 13:08:29:Start time: 1716556109918 05-24-2024 13:08:29:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-24-2024 13:08:29:ExecutionException.getCause is ProcessingException as expected 05-24-2024 13:08:29:FINISHED TEST : putWithGenericTypeThrowsProcessingExceptionTest() 05-24-2024 13:08:29:[JAXRSCommonClient] Test setup OK 05-24-2024 13:08:29: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putandwait 05-24-2024 13:08:29: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:08:31: TRACE: [WIRE] - << 200 OK 05-24-2024 13:08:31: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:08:29:STARTING TEST : putWithGenericTypeStringWhileServerWaitTest() 05-24-2024 13:08:29:Start time: 1716556109943 05-24-2024 13:08:29:Client was returned control in 1 milliseconds from request 05-24-2024 13:08:31: TRACE: [WIRE] - << Content-Length: 3 05-24-2024 13:08:31: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:08:31: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:08:31:FINISHED TEST : putWithGenericTypeStringWhileServerWaitTest() 05-24-2024 13:08:31:[JAXRSCommonClient] Test setup OK 05-24-2024 13:08:31: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/traceandwait 05-24-2024 13:08:31:STARTING TEST : traceWithCallbackWhileServerWaitTest() 05-24-2024 13:08:31:Start time: 1716556111992 05-24-2024 13:08:31:Client was returned control in 1 milliseconds from request 05-24-2024 13:08:31: TRACE: [WIRE] - >> 05-24-2024 13:08:34: TRACE: [WIRE] - << 200 OK 05-24-2024 13:08:34: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:08:34: TRACE: [WIRE] - << Content-Length: 5 05-24-2024 13:08:34: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:08:34: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:08:34:Callback#completed() called in 2008 milliseconds from request 05-24-2024 13:08:34:Returned status 200 (OK) 05-24-2024 13:08:34:Callback completed() call ok 05-24-2024 13:08:34:FINISHED TEST : traceWithCallbackWhileServerWaitTest() 05-24-2024 13:08:34:[JAXRSCommonClient] Test setup OK 05-24-2024 13:08:34: TRACE: [WIRE] - >> TRACE http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/trace 05-24-2024 13:08:34: TRACE: [WIRE] - >> 05-24-2024 13:08:34:STARTING TEST : traceThrowsProcessingExceptionTest() 05-24-2024 13:08:34:Start time: 1716556114022 05-24-2024 13:08:34:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-24-2024 13:08:34:ExecutionException.getCause is ProcessingException as expected 05-24-2024 13:08:34:FINISHED TEST : traceThrowsProcessingExceptionTest() 05-24-2024 13:08:34:[JAXRSCommonClient] Test setup OK 05-24-2024 13:08:34: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deletenotok 05-24-2024 13:08:34: TRACE: [WIRE] - >> 05-24-2024 13:08:34: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:08:34: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:08:34: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:08:34: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:08:34: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:08:34:STARTING TEST : deleteWithClassThrowsWebApplicationExceptionTest() 05-24-2024 13:08:34:Start time: 1716556114046 05-24-2024 13:08:34: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:08:34:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-24-2024 13:08:34:ExecutionException.getCause is WebApplicationException as expected 05-24-2024 13:08:34:FINISHED TEST : deleteWithClassThrowsWebApplicationExceptionTest() 05-24-2024 13:08:34:[JAXRSCommonClient] Test setup OK 05-24-2024 13:08:34: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/tracenotok 05-24-2024 13:08:34: TRACE: [WIRE] - >> 05-24-2024 13:08:34: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:08:34: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:08:34: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:08:34: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:08:34: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:08:34: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:08:34:STARTING TEST : traceWithCallbackThrowsWebApplicationExceptionTest() 05-24-2024 13:08:34:Start time: 1716556114075 05-24-2024 13:08:34:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-24-2024 13:08:34:ExecutionException.getCause is WebApplicationException as expected 05-24-2024 13:08:34:FINISHED TEST : traceWithCallbackThrowsWebApplicationExceptionTest() 05-24-2024 13:08:34:[JAXRSCommonClient] Test setup OK 05-24-2024 13:08:34: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deletenotok 05-24-2024 13:08:34: TRACE: [WIRE] - >> 05-24-2024 13:08:34: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:08:34:STARTING TEST : methodWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 05-24-2024 13:08:34:Start time: 1716556114119 05-24-2024 13:08:34: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:08:34: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:08:34: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:08:34: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:08:34: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:08:34: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getnotok 05-24-2024 13:08:34:Returned status 406 (NOT_ACCEPTABLE) 05-24-2024 13:08:34:Start time: 1716556114144 05-24-2024 13:08:34: TRACE: [WIRE] - >> 05-24-2024 13:08:34: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:08:34: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:08:34: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:08:34: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:08:34: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:08:34: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:08:34: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsnotok 05-24-2024 13:08:34: TRACE: [WIRE] - >> 05-24-2024 13:08:34: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:08:34: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:08:34: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:08:34: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:08:34: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:08:34: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:08:34:Returned status 406 (NOT_ACCEPTABLE) 05-24-2024 13:08:34:Start time: 1716556114168 05-24-2024 13:08:34:Returned status 406 (NOT_ACCEPTABLE) 05-24-2024 13:08:34:FINISHED TEST : methodWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 05-24-2024 13:08:34:[JAXRSCommonClient] Test setup OK 05-24-2024 13:08:34: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putandwait 05-24-2024 13:08:34: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:08:36: TRACE: [WIRE] - << 200 OK 05-24-2024 13:08:36: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:08:36: TRACE: [WIRE] - << Content-Length: 3 05-24-2024 13:08:36: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:08:36: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:08:36: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postandwait 05-24-2024 13:08:36: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:08:38: TRACE: [WIRE] - << 200 OK 05-24-2024 13:08:38: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:08:38: TRACE: [WIRE] - << Content-Length: 4 05-24-2024 13:08:38: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:08:38: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:08:34:STARTING TEST : methodWithCallbackWithEntityWhileServerWaitTest() 05-24-2024 13:08:34:Start time: 1716556114234 05-24-2024 13:08:34:Client was returned control in 1 milliseconds from request 05-24-2024 13:08:36:Callback#completed() called in 2010 milliseconds from request 05-24-2024 13:08:36:Returned status 200 (OK) 05-24-2024 13:08:36:Callback completed() call ok 05-24-2024 13:08:36:Start time: 1716556116262 05-24-2024 13:08:36:Client was returned control in 1 milliseconds from request 05-24-2024 13:08:38:Callback#completed() called in 2010 milliseconds from request 05-24-2024 13:08:38:Returned status 200 (OK) 05-24-2024 13:08:38:Callback completed() call ok 05-24-2024 13:08:38:FINISHED TEST : methodWithCallbackWithEntityWhileServerWaitTest() 05-24-2024 13:08:38:[JAXRSCommonClient] Test setup OK 05-24-2024 13:08:38:STARTING TEST : optionsWithCallbackThrowsNoWebApplicationExceptionForResponseTest() 05-24-2024 13:08:38:Start time: 1716556118296 05-24-2024 13:08:38: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsnotok 05-24-2024 13:08:38: TRACE: [WIRE] - >> 05-24-2024 13:08:38: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:08:38: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:08:38: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:08:38: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:08:38: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:08:38: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:08:38:Returned status 406 (NOT_ACCEPTABLE) 05-24-2024 13:08:38:FINISHED TEST : optionsWithCallbackThrowsNoWebApplicationExceptionForResponseTest() 05-24-2024 13:08:38:[JAXRSCommonClient] Test setup OK 05-24-2024 13:08:38:STARTING TEST : traceTest() 05-24-2024 13:08:38: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/trace 05-24-2024 13:08:38: TRACE: [WIRE] - >> 05-24-2024 13:08:38:Start time: 1716556118344 05-24-2024 13:08:38: TRACE: [WIRE] - << 200 OK 05-24-2024 13:08:38: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:08:38: TRACE: [WIRE] - << Content-Length: 5 05-24-2024 13:08:38: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:08:38: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:08:38:Returned status 200 (OK) 05-24-2024 13:08:38:FINISHED TEST : traceTest() 05-24-2024 13:08:38:[JAXRSCommonClient] Test setup OK 05-24-2024 13:08:38: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/post 05-24-2024 13:08:38: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:08:38: TRACE: [WIRE] - << 200 OK 05-24-2024 13:08:38: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:08:38: TRACE: [WIRE] - << Content-Length: 4 05-24-2024 13:08:38: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:08:38: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:08:38:STARTING TEST : postTest() 05-24-2024 13:08:38:Start time: 1716556118373 05-24-2024 13:08:38:Returned status 200 (OK) 05-24-2024 13:08:38:FINISHED TEST : postTest() 05-24-2024 13:08:38:[JAXRSCommonClient] Test setup OK 05-24-2024 13:08:38: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getnotok 05-24-2024 13:08:38:STARTING TEST : getWithClassThrowsWebApplicationExceptionTest() 05-24-2024 13:08:38:Start time: 171655611843305-24-2024 13:08:38: TRACE: [WIRE] - >> 05-24-2024 13:08:38: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:08:38: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:08:38: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:08:38: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:08:38: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:08:38: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:08:38:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-24-2024 13:08:38:ExecutionException.getCause is WebApplicationException as expected 05-24-2024 13:08:38:FINISHED TEST : getWithClassThrowsWebApplicationExceptionTest() 05-24-2024 13:08:38:[JAXRSCommonClient] Test setup OK 05-24-2024 13:08:38: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putnotok 05-24-2024 13:08:38: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:08:38: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:08:38: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:08:38: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:08:38: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:08:38: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:08:38: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:08:38: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postnotok 05-24-2024 13:08:38: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:08:38: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:08:38: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:08:38: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:08:38: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:08:38: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:08:38: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:08:38:STARTING TEST : methodWithCallbackWithEntityThrowsWebApplicationExceptionTest() 05-24-2024 13:08:38:Start time: 1716556118461 05-24-2024 13:08:38:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-24-2024 13:08:38:ExecutionException.getCause is WebApplicationException as expected 05-24-2024 13:08:38:Start time: 1716556118486 05-24-2024 13:08:38:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-24-2024 13:08:38:ExecutionException.getCause is WebApplicationException as expected 05-24-2024 13:08:38:FINISHED TEST : methodWithCallbackWithEntityThrowsWebApplicationExceptionTest() 05-24-2024 13:08:38:[JAXRSCommonClient] Test setup OK 05-24-2024 13:08:38: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getandwait 05-24-2024 13:08:38: TRACE: [WIRE] - >> 05-24-2024 13:08:40: TRACE: [WIRE] - << 200 OK 05-24-2024 13:08:40: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:08:40: TRACE: [WIRE] - << Content-Length: 3 05-24-2024 13:08:38:STARTING TEST : getWithResponseClassWhileServerWaitTest() 05-24-2024 13:08:38:Start time: 1716556118513 05-24-2024 13:08:38:Client was returned control in 1 milliseconds from request 05-24-2024 13:08:40: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:08:40: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:08:40:Returned status 200 (OK) 05-24-2024 13:08:40:FINISHED TEST : getWithResponseClassWhileServerWaitTest() 05-24-2024 13:08:40:[JAXRSCommonClient] Test setup OK 05-24-2024 13:08:40: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait 05-24-2024 13:08:40: TRACE: [WIRE] - >> 05-24-2024 13:08:42: TRACE: [WIRE] - << 200 OK 05-24-2024 13:08:42: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:08:42: TRACE: [WIRE] - << Content-Length: 6 05-24-2024 13:08:42: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:08:42: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:08:42: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getandwait 05-24-2024 13:08:42: TRACE: [WIRE] - >> 05-24-2024 13:08:44: TRACE: [WIRE] - << 200 OK 05-24-2024 13:08:40:STARTING TEST : methodWhileServerWaitTest() 05-24-2024 13:08:40:Start time: 1716556120542 05-24-2024 13:08:40:Client was returned control in 1 milliseconds from request 05-24-2024 13:08:42:Returned status 200 (OK) 05-24-2024 13:08:42:Start time: 1716556122568 05-24-2024 13:08:42:Client was returned control in 1 milliseconds from request 05-24-2024 13:08:44: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:08:44: TRACE: [WIRE] - << Content-Length: 3 05-24-2024 13:08:44: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:08:44: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:08:44: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsandwait 05-24-2024 13:08:44: TRACE: [WIRE] - >> 05-24-2024 13:08:46: TRACE: [WIRE] - << 200 OK 05-24-2024 13:08:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:08:46: TRACE: [WIRE] - << Content-Length: 7 05-24-2024 13:08:46: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:08:46: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:08:44:Returned status 200 (OK) 05-24-2024 13:08:44:Start time: 1716556124593 05-24-2024 13:08:44:Client was returned control in 1 milliseconds from request 05-24-2024 13:08:46:Returned status 200 (OK) 05-24-2024 13:08:46:FINISHED TEST : methodWhileServerWaitTest() 05-24-2024 13:08:46:[JAXRSCommonClient] Test setup OK 05-24-2024 13:08:46: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsnotok 05-24-2024 13:08:46: TRACE: [WIRE] - >> 05-24-2024 13:08:46: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:08:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:08:46: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:08:46: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:08:46: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:08:46: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:08:46:STARTING TEST : optionsWithClassThrowsNoWebApplicationExceptionForResponseTest() 05-24-2024 13:08:46:Start time: 1716556126639 05-24-2024 13:08:46:Returned status 406 (NOT_ACCEPTABLE) 05-24-2024 13:08:46:FINISHED TEST : optionsWithClassThrowsNoWebApplicationExceptionForResponseTest() 05-24-2024 13:08:46:[JAXRSCommonClient] Test setup OK 05-24-2024 13:08:46: TRACE: [WIRE] - >> POST http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/post 05-24-2024 13:08:46: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:08:46:STARTING TEST : postThrowsProcessingExceptionTest() 05-24-2024 13:08:46:Start time: 1716556126674 05-24-2024 13:08:46:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-24-2024 13:08:46:ExecutionException.getCause is ProcessingException as expected 05-24-2024 13:08:46:FINISHED TEST : postThrowsProcessingExceptionTest() 05-24-2024 13:08:46:[JAXRSCommonClient] Test setup OK 05-24-2024 13:08:46:STARTING TEST : deleteWithCallbackStringWhileServerWaitTest() 05-24-2024 13:08:46:Start time: 1716556126712 05-24-2024 13:08:46: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait 05-24-2024 13:08:46: TRACE: [WIRE] - >> 05-24-2024 13:08:48: TRACE: [WIRE] - << 200 OK 05-24-2024 13:08:46:Client was returned control in 1 milliseconds from request 05-24-2024 13:08:48: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:08:48: TRACE: [WIRE] - << Content-Length: 6 05-24-2024 13:08:48: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:08:48: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:08:48:Callback#completed() called in 2007 milliseconds from request 05-24-2024 13:08:48:Callback completed() call ok 05-24-2024 13:08:48:FINISHED TEST : deleteWithCallbackStringWhileServerWaitTest() 05-24-2024 13:08:48:[JAXRSCommonClient] Test setup OK 05-24-2024 13:08:48: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deletenotok 05-24-2024 13:08:48: TRACE: [WIRE] - >> 05-24-2024 13:08:48: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:08:48: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:08:48: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:08:48: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:08:48: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:08:48: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:08:48: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getnotok 05-24-2024 13:08:48:STARTING TEST : methodWithGenericTypeThrowsWebApplicationExceptionTest() 05-24-2024 13:08:48:Start time: 1716556128740 05-24-2024 13:08:48:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-24-2024 13:08:48:ExecutionException.getCause is WebApplicationException as expected 05-24-2024 13:08:48: TRACE: [WIRE] - >> 05-24-2024 13:08:48: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:08:48: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:08:48: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:08:48:Start time: 1716556128769 05-24-2024 13:08:48: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:08:48: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:08:48: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:08:48: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsnotok 05-24-2024 13:08:48: TRACE: [WIRE] - >> 05-24-2024 13:08:48: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:08:48: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:08:48: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:08:48: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:08:48: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:08:48: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:08:48:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-24-2024 13:08:48:ExecutionException.getCause is WebApplicationException as expected 05-24-2024 13:08:48:Start time: 1716556128799 05-24-2024 13:08:48:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-24-2024 13:08:48:ExecutionException.getCause is WebApplicationException as expected 05-24-2024 13:08:48:FINISHED TEST : methodWithGenericTypeThrowsWebApplicationExceptionTest() 05-24-2024 13:08:48:[JAXRSCommonClient] Test setup OK 05-24-2024 13:08:48: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putandwait 05-24-2024 13:08:48: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:08:50: TRACE: [WIRE] - << 200 OK 05-24-2024 13:08:50: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:08:50: TRACE: [WIRE] - << Content-Length: 3 05-24-2024 13:08:50: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:08:50: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:08:50: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postandwait 05-24-2024 13:08:50: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:08:48:STARTING TEST : methodWithGenericTypeResponseWithEntityWhileServerWaitTest() 05-24-2024 13:08:48:Start time: 1716556128840 05-24-2024 13:08:48:Client was returned control in 1 milliseconds from request 05-24-2024 13:08:50:Returned status 200 (OK) 05-24-2024 13:08:50:Start time: 1716556130866 05-24-2024 13:08:50:Client was returned control in 1 milliseconds from request 05-24-2024 13:08:52: TRACE: [WIRE] - << 200 OK 05-24-2024 13:08:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:08:52: TRACE: [WIRE] - << Content-Length: 4 05-24-2024 13:08:52: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:08:52: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:08:52:Returned status 200 (OK) 05-24-2024 13:08:52:FINISHED TEST : methodWithGenericTypeResponseWithEntityWhileServerWaitTest() 05-24-2024 13:08:52:[JAXRSCommonClient] Test setup OK 05-24-2024 13:08:52: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsandwait 05-24-2024 13:08:52: TRACE: [WIRE] - >> 05-24-2024 13:08:54: TRACE: [WIRE] - << 200 OK 05-24-2024 13:08:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:08:54: TRACE: [WIRE] - << Content-Length: 7 05-24-2024 13:08:54: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:08:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:08:52:STARTING TEST : optionsWithStringClassWhileServerWaitTest() 05-24-2024 13:08:52:Start time: 1716556132895 05-24-2024 13:08:52:Client was returned control in 1 milliseconds from request 05-24-2024 13:08:54:FINISHED TEST : optionsWithStringClassWhileServerWaitTest() 05-24-2024 13:08:54:[JAXRSCommonClient] Test setup OK 05-24-2024 13:08:54: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait 05-24-2024 13:08:54: TRACE: [WIRE] - >> 05-24-2024 13:08:56: TRACE: [WIRE] - << 200 OK 05-24-2024 13:08:56: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:08:56: TRACE: [WIRE] - << Content-Length: 6 05-24-2024 13:08:56: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:08:56: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:08:56: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getandwait 05-24-2024 13:08:56: TRACE: [WIRE] - >> 05-24-2024 13:08:58: TRACE: [WIRE] - << 200 OK 05-24-2024 13:08:58: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:08:58: TRACE: [WIRE] - << Content-Length: 3 05-24-2024 13:08:58: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:08:58: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:08:58: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsandwait 05-24-2024 13:08:58: TRACE: [WIRE] - >> 05-24-2024 13:09:01: TRACE: [WIRE] - << 200 OK 05-24-2024 13:09:01: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:01: TRACE: [WIRE] - << Content-Length: 7 05-24-2024 13:09:01: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:01: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:08:54:STARTING TEST : methodWithGenericTypeStringWhileServerWaitTest() 05-24-2024 13:08:54:Start time: 1716556134928 05-24-2024 13:08:54:Client was returned control in 1 milliseconds from request 05-24-2024 13:08:56:Start time: 1716556136970 05-24-2024 13:08:56:Client was returned control in 1 milliseconds from request 05-24-2024 13:08:58:Start time: 1716556138995 05-24-2024 13:08:58:Client was returned control in 1 milliseconds from request 05-24-2024 13:09:01:FINISHED TEST : methodWithGenericTypeStringWhileServerWaitTest() 05-24-2024 13:09:01:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:01: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait 05-24-2024 13:09:01: TRACE: [WIRE] - >> 05-24-2024 13:09:03: TRACE: [WIRE] - << 200 OK 05-24-2024 13:09:03: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:03: TRACE: [WIRE] - << Content-Length: 6 05-24-2024 13:09:03: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:03: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:03: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getandwait 05-24-2024 13:09:03: TRACE: [WIRE] - >> 05-24-2024 13:09:05: TRACE: [WIRE] - << 200 OK 05-24-2024 13:09:05: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:05: TRACE: [WIRE] - << Content-Length: 3 05-24-2024 13:09:05: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:05: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:05: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsandwait 05-24-2024 13:09:01:STARTING TEST : methodWithGenericTypeResponseWhileServerWaitTest() 05-24-2024 13:09:01:Start time: 1716556141024 05-24-2024 13:09:01:Client was returned control in 1 milliseconds from request 05-24-2024 13:09:03:Returned status 200 (OK) 05-24-2024 13:09:03:Start time: 1716556143049 05-24-2024 13:09:03:Client was returned control in 1 milliseconds from request 05-24-2024 13:09:05:Returned status 200 (OK) 05-24-2024 13:09:05:Start time: 1716556145075 05-24-2024 13:09:05: TRACE: [WIRE] - >> 05-24-2024 13:09:07: TRACE: [WIRE] - << 200 OK 05-24-2024 13:09:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:07: TRACE: [WIRE] - << Content-Length: 7 05-24-2024 13:09:07: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:05:Client was returned control in 1 milliseconds from request 05-24-2024 13:09:07:Returned status 200 (OK) 05-24-2024 13:09:07:FINISHED TEST : methodWithGenericTypeResponseWhileServerWaitTest() 05-24-2024 13:09:07:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:07: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postnotok 05-24-2024 13:09:07:STARTING TEST : postWithGenericTypeThrowsWebApplicationExceptionTest() 05-24-2024 13:09:07:Start time: 1716556147104 05-24-2024 13:09:07: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:09:07: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:09:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:07: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:09:07: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:09:07: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:07:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-24-2024 13:09:07:ExecutionException.getCause is WebApplicationException as expected 05-24-2024 13:09:07:FINISHED TEST : postWithGenericTypeThrowsWebApplicationExceptionTest() 05-24-2024 13:09:07:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:07: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait 05-24-2024 13:09:07: TRACE: [WIRE] - >> 05-24-2024 13:09:09: TRACE: [WIRE] - << 200 OK 05-24-2024 13:09:09: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:09: TRACE: [WIRE] - << Content-Length: 6 05-24-2024 13:09:07:STARTING TEST : deleteWithResponseClassWhileServerWaitTest() 05-24-2024 13:09:07:Start time: 1716556147132 05-24-2024 13:09:07:Client was returned control in 1 milliseconds from request 05-24-2024 13:09:09: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:09: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:09:Returned status 200 (OK) 05-24-2024 13:09:09:FINISHED TEST : deleteWithResponseClassWhileServerWaitTest() 05-24-2024 13:09:09:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:09: TRACE: [WIRE] - >> DELETE http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/delete 05-24-2024 13:09:09: TRACE: [WIRE] - >> 05-24-2024 13:09:09: TRACE: [WIRE] - >> GET http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/get 05-24-2024 13:09:09: TRACE: [WIRE] - >> 05-24-2024 13:09:09: TRACE: [WIRE] - >> OPTIONS http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/options 05-24-2024 13:09:09: TRACE: [WIRE] - >> 05-24-2024 13:09:09:STARTING TEST : methodWithGenericTypeThrowsProcessingExceptionTest() 05-24-2024 13:09:09:Start time: 1716556149161 05-24-2024 13:09:09:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-24-2024 13:09:09:ExecutionException.getCause is ProcessingException as expected 05-24-2024 13:09:09:Start time: 1716556149186 05-24-2024 13:09:09:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-24-2024 13:09:09:ExecutionException.getCause is ProcessingException as expected 05-24-2024 13:09:09:Start time: 1716556149204 05-24-2024 13:09:09:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-24-2024 13:09:09:ExecutionException.getCause is ProcessingException as expected 05-24-2024 13:09:09:FINISHED TEST : methodWithGenericTypeThrowsProcessingExceptionTest() 05-24-2024 13:09:09:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:09: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putandwait 05-24-2024 13:09:09: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:09:11: TRACE: [WIRE] - << 200 OK 05-24-2024 13:09:11: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:11: TRACE: [WIRE] - << Content-Length: 3 05-24-2024 13:09:11: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:11: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:11: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postandwait 05-24-2024 13:09:11: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:09:13: TRACE: [WIRE] - << 200 OK 05-24-2024 13:09:13: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:13: TRACE: [WIRE] - << Content-Length: 4 05-24-2024 13:09:13: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:13: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:09:STARTING TEST : methodWithEntityWhileServerWaitTest() 05-24-2024 13:09:09:Start time: 1716556149240 05-24-2024 13:09:09:Client was returned control in 1 milliseconds from request 05-24-2024 13:09:11:Returned status 200 (OK) 05-24-2024 13:09:11:Start time: 1716556151264 05-24-2024 13:09:11:Client was returned control in 1 milliseconds from request 05-24-2024 13:09:13:Returned status 200 (OK) 05-24-2024 13:09:13:FINISHED TEST : methodWithEntityWhileServerWaitTest() 05-24-2024 13:09:13:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:13: TRACE: [WIRE] - >> OPTIONS http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/options 05-24-2024 13:09:13: TRACE: [WIRE] - >> 05-24-2024 13:09:13:STARTING TEST : optionsWithCallbackThrowsProcessingExceptionTest() 05-24-2024 13:09:13:Start time: 1716556153295 05-24-2024 13:09:13:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-24-2024 13:09:13:ExecutionException.getCause is ProcessingException as expected 05-24-2024 13:09:13:FINISHED TEST : optionsWithCallbackThrowsProcessingExceptionTest() 05-24-2024 13:09:13:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:13: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putnotok 05-24-2024 13:09:13: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:09:13: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:09:13: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:13: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:09:13: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:09:13: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:13: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:13:STARTING TEST : putWithCallbackThrowsWebApplicationExceptionTest() 05-24-2024 13:09:13:Start time: 1716556153317 05-24-2024 13:09:13:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-24-2024 13:09:13:ExecutionException.getCause is WebApplicationException as expected 05-24-2024 13:09:13:FINISHED TEST : putWithCallbackThrowsWebApplicationExceptionTest() 05-24-2024 13:09:13:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:13: TRACE: [WIRE] - >> OPTIONS http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/options 05-24-2024 13:09:13: TRACE: [WIRE] - >> 05-24-2024 13:09:13:STARTING TEST : optionsWithClassThrowsProcessingExceptionTest() 05-24-2024 13:09:13:Start time: 1716556153344 05-24-2024 13:09:13:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-24-2024 13:09:13:ExecutionException.getCause is ProcessingException as expected 05-24-2024 13:09:13:FINISHED TEST : optionsWithClassThrowsProcessingExceptionTest() 05-24-2024 13:09:13:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:13: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsnotok 05-24-2024 13:09:13: TRACE: [WIRE] - >> 05-24-2024 13:09:13: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:09:13: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:13: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:09:13: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:09:13: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:13: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:13:STARTING TEST : optionsWithClassThrowsWebApplicationExceptionTest() 05-24-2024 13:09:13:Start time: 1716556153366 05-24-2024 13:09:13:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-24-2024 13:09:13:ExecutionException.getCause is WebApplicationException as expected 05-24-2024 13:09:13:FINISHED TEST : optionsWithClassThrowsWebApplicationExceptionTest() 05-24-2024 13:09:13:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:13: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deletenotok 05-24-2024 13:09:13: TRACE: [WIRE] - >> 05-24-2024 13:09:13: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:09:13: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:13: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:09:13: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:09:13: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:13: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:13: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getnotok 05-24-2024 13:09:13: TRACE: [WIRE] - >> 05-24-2024 13:09:13: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:09:13: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:13: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:09:13: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:09:13: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:13: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:13: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsnotok 05-24-2024 13:09:13: TRACE: [WIRE] - >> 05-24-2024 13:09:13: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:09:13: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:13: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:09:13: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:09:13: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:13: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:13:STARTING TEST : methodWithClassThrowsNoWebApplicationExceptionForResponseTest() 05-24-2024 13:09:13:Start time: 1716556153392 05-24-2024 13:09:13:Returned status 406 (NOT_ACCEPTABLE) 05-24-2024 13:09:13:Start time: 1716556153435 05-24-2024 13:09:13:Returned status 406 (NOT_ACCEPTABLE) 05-24-2024 13:09:13:Start time: 1716556153458 05-24-2024 13:09:13:Returned status 406 (NOT_ACCEPTABLE) 05-24-2024 13:09:13:FINISHED TEST : methodWithClassThrowsNoWebApplicationExceptionForResponseTest() 05-24-2024 13:09:13:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:13: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait 05-24-2024 13:09:13: TRACE: [WIRE] - >> 05-24-2024 13:09:15: TRACE: [WIRE] - << 200 OK 05-24-2024 13:09:15: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:15: TRACE: [WIRE] - << Content-Length: 6 05-24-2024 13:09:15: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:15: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:13:STARTING TEST : deleteWithGenericTypeResponseWhileServerWaitTest() 05-24-2024 13:09:13:Start time: 1716556153498 05-24-2024 13:09:13:Client was returned control in 1 milliseconds from request 05-24-2024 13:09:15:Returned status 200 (OK) 05-24-2024 13:09:15:FINISHED TEST : deleteWithGenericTypeResponseWhileServerWaitTest() 05-24-2024 13:09:15:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:15: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putnotok 05-24-2024 13:09:15: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:09:15: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:09:15: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:15: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:09:15: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:09:15:STARTING TEST : putWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 05-24-2024 13:09:15:Start time: 1716556155526 05-24-2024 13:09:15: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:15: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:15:Returned status 406 (NOT_ACCEPTABLE) 05-24-2024 13:09:15:FINISHED TEST : putWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 05-24-2024 13:09:15:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:15: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsandwait 05-24-2024 13:09:15: TRACE: [WIRE] - >> 05-24-2024 13:09:17: TRACE: [WIRE] - << 200 OK 05-24-2024 13:09:17: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:17: TRACE: [WIRE] - << Content-Length: 7 05-24-2024 13:09:17: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:17: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:15:STARTING TEST : optionsWhileServerWaitTest() 05-24-2024 13:09:15:Start time: 1716556155560 05-24-2024 13:09:15:Client was returned control in 1 milliseconds from request 05-24-2024 13:09:17:Returned status 200 (OK) 05-24-2024 13:09:17:FINISHED TEST : optionsWhileServerWaitTest() 05-24-2024 13:09:17:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:17:STARTING TEST : putWithResponseClassWhileServerWaitTest() 05-24-2024 13:09:17: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putandwait 05-24-2024 13:09:17: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:09:17:Start time: 1716556157587 05-24-2024 13:09:17:Client was returned control in 1 milliseconds from request 05-24-2024 13:09:19: TRACE: [WIRE] - << 200 OK 05-24-2024 13:09:19: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:19: TRACE: [WIRE] - << Content-Length: 3 05-24-2024 13:09:19: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:19: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:19:Returned status 200 (OK) 05-24-2024 13:09:19:FINISHED TEST : putWithResponseClassWhileServerWaitTest() 05-24-2024 13:09:19:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:19: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getandwait 05-24-2024 13:09:19: TRACE: [WIRE] - >> 05-24-2024 13:09:21: TRACE: [WIRE] - << 200 OK 05-24-2024 13:09:21: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:21: TRACE: [WIRE] - << Content-Length: 3 05-24-2024 13:09:21: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:21: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:19:STARTING TEST : getWhileServerWaitTest() 05-24-2024 13:09:19:Start time: 1716556159615 05-24-2024 13:09:19:Client was returned control in 1 milliseconds from request 05-24-2024 13:09:21:Returned status 200 (OK) 05-24-2024 13:09:21:FINISHED TEST : getWhileServerWaitTest() 05-24-2024 13:09:21:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:21: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deletenotok 05-24-2024 13:09:21: TRACE: [WIRE] - >> 05-24-2024 13:09:21: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:09:21: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:21: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:09:21: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:09:21: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:21: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:21:STARTING TEST : deleteWithClassThrowsNoWebApplicationExceptionForResponseTest() 05-24-2024 13:09:21:Start time: 1716556161644 05-24-2024 13:09:21:Returned status 406 (NOT_ACCEPTABLE) 05-24-2024 13:09:21:FINISHED TEST : deleteWithClassThrowsNoWebApplicationExceptionForResponseTest() 05-24-2024 13:09:21:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:21: TRACE: [WIRE] - >> DELETE http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/delete 05-24-2024 13:09:21: TRACE: [WIRE] - >> 05-24-2024 13:09:21:STARTING TEST : deleteWithClassThrowsProcessingExceptionTest() 05-24-2024 13:09:21:Start time: 1716556161671 05-24-2024 13:09:21:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-24-2024 13:09:21:ExecutionException.getCause is ProcessingException as expected 05-24-2024 13:09:21:FINISHED TEST : deleteWithClassThrowsProcessingExceptionTest() 05-24-2024 13:09:21:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:21: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putnotok 05-24-2024 13:09:21: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:09:21: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:09:21: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:21: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:09:21: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:09:21: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:21: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:21:STARTING TEST : putWithClassThrowsNoWebApplicationExceptionForResponseTest() 05-24-2024 13:09:21:Start time: 1716556161698 05-24-2024 13:09:21:Returned status 406 (NOT_ACCEPTABLE) 05-24-2024 13:09:21:FINISHED TEST : putWithClassThrowsNoWebApplicationExceptionForResponseTest() 05-24-2024 13:09:21:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:21: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putandwait 05-24-2024 13:09:21: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:09:23: TRACE: [WIRE] - << 200 OK 05-24-2024 13:09:23: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:23: TRACE: [WIRE] - << Content-Length: 3 05-24-2024 13:09:23: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:23: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:23: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postandwait 05-24-2024 13:09:23: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:09:25: TRACE: [WIRE] - << 200 OK 05-24-2024 13:09:25: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:25: TRACE: [WIRE] - << Content-Length: 4 05-24-2024 13:09:25: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:25: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:21:STARTING TEST : methodWithStringClassWithEntityWhileServerWaitTest() 05-24-2024 13:09:21:Start time: 1716556161727 05-24-2024 13:09:21:Client was returned control in 1 milliseconds from request 05-24-2024 13:09:23:Start time: 1716556163770 05-24-2024 13:09:23:Client was returned control in 1 milliseconds from request 05-24-2024 13:09:25:FINISHED TEST : methodWithStringClassWithEntityWhileServerWaitTest() 05-24-2024 13:09:25:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:25: TRACE: [WIRE] - >> GET http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/get 05-24-2024 13:09:25: TRACE: [WIRE] - >> 05-24-2024 13:09:25:STARTING TEST : getWithGenericTypeThrowsProcessingExceptionTest() 05-24-2024 13:09:25:Start time: 1716556165809 05-24-2024 13:09:25:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-24-2024 13:09:25:ExecutionException.getCause is ProcessingException as expected 05-24-2024 13:09:25:FINISHED TEST : getWithGenericTypeThrowsProcessingExceptionTest() 05-24-2024 13:09:25:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:25: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsandwait 05-24-2024 13:09:25: TRACE: [WIRE] - >> 05-24-2024 13:09:27: TRACE: [WIRE] - << 200 OK 05-24-2024 13:09:27: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:27: TRACE: [WIRE] - << Content-Length: 7 05-24-2024 13:09:27: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:27: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:25:STARTING TEST : optionsWithStringCallbackWhileServerWaitTest() 05-24-2024 13:09:25:Start time: 1716556165839 05-24-2024 13:09:25:Client was returned control in 1 milliseconds from request 05-24-2024 13:09:27:Callback#completed() called in 2008 milliseconds from request 05-24-2024 13:09:27:Callback completed() call ok 05-24-2024 13:09:27:FINISHED TEST : optionsWithStringCallbackWhileServerWaitTest() 05-24-2024 13:09:27:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:27: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putnotok 05-24-2024 13:09:27: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:09:27: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:09:27: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:27: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:09:27: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:09:27:STARTING TEST : putWithGenericTypeThrowsWebApplicationExceptionTest() 05-24-2024 13:09:27:Start time: 1716556167867 05-24-2024 13:09:27: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:27: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:27:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-24-2024 13:09:27:ExecutionException.getCause is WebApplicationException as expected 05-24-2024 13:09:27:FINISHED TEST : putWithGenericTypeThrowsWebApplicationExceptionTest() 05-24-2024 13:09:27:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:27:STARTING TEST : traceWithCallbackThrowsProcessingExceptionTest() 05-24-2024 13:09:27:Start time: 171655616789305-24-2024 13:09:27: TRACE: [WIRE] - >> TRACE http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/trace 05-24-2024 13:09:27: TRACE: [WIRE] - >> 05-24-2024 13:09:27:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-24-2024 13:09:27:ExecutionException.getCause is ProcessingException as expected 05-24-2024 13:09:27:FINISHED TEST : traceWithCallbackThrowsProcessingExceptionTest() 05-24-2024 13:09:27:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:27: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/delete 05-24-2024 13:09:27: TRACE: [WIRE] - >> 05-24-2024 13:09:27: TRACE: [WIRE] - << 200 OK 05-24-2024 13:09:27: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:27: TRACE: [WIRE] - << Content-Length: 6 05-24-2024 13:09:27: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:27: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:27:STARTING TEST : deleteTest() 05-24-2024 13:09:27:Start time: 1716556167915 05-24-2024 13:09:27:Returned status 200 (OK) 05-24-2024 13:09:27:FINISHED TEST : deleteTest() 05-24-2024 13:09:27:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:27: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getandwait 05-24-2024 13:09:27: TRACE: [WIRE] - >> 05-24-2024 13:09:29: TRACE: [WIRE] - << 200 OK 05-24-2024 13:09:29: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:29: TRACE: [WIRE] - << Content-Length: 3 05-24-2024 13:09:29: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:29: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:27:STARTING TEST : getWithGenericTypeResponseWhileServerWaitTest() 05-24-2024 13:09:27:Start time: 1716556167941 05-24-2024 13:09:27:Client was returned control in 1 milliseconds from request 05-24-2024 13:09:29:Returned status 200 (OK) 05-24-2024 13:09:29:FINISHED TEST : getWithGenericTypeResponseWhileServerWaitTest() 05-24-2024 13:09:29:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:29: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/tracenotok 05-24-2024 13:09:29: TRACE: [WIRE] - >> 05-24-2024 13:09:29: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:09:29:STARTING TEST : traceWithClassThrowsWebApplicationExceptionTest() 05-24-2024 13:09:29:Start time: 1716556169970 05-24-2024 13:09:29: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:29: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:09:29: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:09:29: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:29: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:29:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-24-2024 13:09:29:ExecutionException.getCause is WebApplicationException as expected 05-24-2024 13:09:29:FINISHED TEST : traceWithClassThrowsWebApplicationExceptionTest() 05-24-2024 13:09:29:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:30: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postandwait 05-24-2024 13:09:30: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:09:32: TRACE: [WIRE] - << 200 OK 05-24-2024 13:09:32: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:29:STARTING TEST : postWithStringClassWhileServerWaitTest() 05-24-2024 13:09:29:Start time: 1716556169998 05-24-2024 13:09:29:Client was returned control in 1 milliseconds from request 05-24-2024 13:09:32: TRACE: [WIRE] - << Content-Length: 4 05-24-2024 13:09:32: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:32: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:32:FINISHED TEST : postWithStringClassWhileServerWaitTest() 05-24-2024 13:09:32:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:32: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait 05-24-2024 13:09:32: TRACE: [WIRE] - >> 05-24-2024 13:09:34: TRACE: [WIRE] - << 200 OK 05-24-2024 13:09:34: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:34: TRACE: [WIRE] - << Content-Length: 6 05-24-2024 13:09:34: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:34: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:34: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getandwait 05-24-2024 13:09:34: TRACE: [WIRE] - >> 05-24-2024 13:09:36: TRACE: [WIRE] - << 200 OK 05-24-2024 13:09:36: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:36: TRACE: [WIRE] - << Content-Length: 3 05-24-2024 13:09:36: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:36: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:32:STARTING TEST : methodWithCallbackStringWhileServerWaitTest() 05-24-2024 13:09:32:Start time: 1716556172047 05-24-2024 13:09:32:Client was returned control in 1 milliseconds from request 05-24-2024 13:09:34:Callback#completed() called in 2007 milliseconds from request 05-24-2024 13:09:34:Callback completed() call ok 05-24-2024 13:09:34:Start time: 1716556174071 05-24-2024 13:09:34:Client was returned control in 1 milliseconds from request 05-24-2024 13:09:36:Callback#completed() called in 2008 milliseconds from request 05-24-2024 13:09:36:Callback completed() call ok 05-24-2024 13:09:36:Start time: 1716556176198 05-24-2024 13:09:36:Client was returned control in 1 milliseconds from request05-24-2024 13:09:36: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsandwait 05-24-2024 13:09:36: TRACE: [WIRE] - >> 05-24-2024 13:09:38: TRACE: [WIRE] - << 200 OK 05-24-2024 13:09:38: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:38: TRACE: [WIRE] - << Content-Length: 7 05-24-2024 13:09:38: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:38: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:38:Callback#completed() called in 2008 milliseconds from request 05-24-2024 13:09:38:Callback completed() call ok 05-24-2024 13:09:38:FINISHED TEST : methodWithCallbackStringWhileServerWaitTest() 05-24-2024 13:09:38:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:38: TRACE: [WIRE] - >> PUT http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/put 05-24-2024 13:09:38: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:09:38: TRACE: [WIRE] - >> POST http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/post 05-24-2024 13:09:38: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:09:38:STARTING TEST : methodWithGenericTypeWithEntityThrowsProcessingExceptionTest() 05-24-2024 13:09:38:Start time: 1716556178226 05-24-2024 13:09:38:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-24-2024 13:09:38:ExecutionException.getCause is ProcessingException as expected 05-24-2024 13:09:38:Start time: 1716556178250 05-24-2024 13:09:38:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-24-2024 13:09:38:ExecutionException.getCause is ProcessingException as expected 05-24-2024 13:09:38:FINISHED TEST : methodWithGenericTypeWithEntityThrowsProcessingExceptionTest() 05-24-2024 13:09:38:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:38: TRACE: [WIRE] - >> GET http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/get 05-24-2024 13:09:38: TRACE: [WIRE] - >> 05-24-2024 13:09:38:STARTING TEST : getWithClassThrowsProcessingExceptionTest() 05-24-2024 13:09:38:Start time: 1716556178271 05-24-2024 13:09:38:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-24-2024 13:09:38:ExecutionException.getCause is ProcessingException as expected 05-24-2024 13:09:38:FINISHED TEST : getWithClassThrowsProcessingExceptionTest() 05-24-2024 13:09:38:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:38: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postandwait 05-24-2024 13:09:38: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:09:40: TRACE: [WIRE] - << 200 OK 05-24-2024 13:09:40: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:40: TRACE: [WIRE] - << Content-Length: 4 05-24-2024 13:09:40: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:38:STARTING TEST : postWithGenericTypeStringWhileServerWaitTest() 05-24-2024 13:09:38:Start time: 1716556178293 05-24-2024 13:09:38:Client was returned control in 0 milliseconds from request 05-24-2024 13:09:40: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:40:FINISHED TEST : postWithGenericTypeStringWhileServerWaitTest() 05-24-2024 13:09:40:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:40: TRACE: [WIRE] - >> DELETE http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait 05-24-2024 13:09:40: TRACE: [WIRE] - >> 05-24-2024 13:09:40:STARTING TEST : deleteWithCallbackStringThrowsProcessingExceptionTest() 05-24-2024 13:09:40:Start time: 1716556180321 05-24-2024 13:09:40:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-24-2024 13:09:40:ExecutionException.getCause is ProcessingException as expected 05-24-2024 13:09:40:FINISHED TEST : deleteWithCallbackStringThrowsProcessingExceptionTest() 05-24-2024 13:09:40:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:40: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putnotok 05-24-2024 13:09:40: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:09:40: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:09:40: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:40: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:09:40: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:09:40: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:40: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:40: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postnotok 05-24-2024 13:09:40: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:09:40: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:09:40: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:40:STARTING TEST : methodWithGenericTypeWithEntityThrowsNoWebApplicationExceptionForResponseTest() 05-24-2024 13:09:40:Start time: 1716556180343 05-24-2024 13:09:40:Returned status 406 (NOT_ACCEPTABLE) 05-24-2024 13:09:40:Start time: 1716556180379 05-24-2024 13:09:40: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:09:40: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:09:40: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:40: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:40:Returned status 406 (NOT_ACCEPTABLE) 05-24-2024 13:09:40:FINISHED TEST : methodWithGenericTypeWithEntityThrowsNoWebApplicationExceptionForResponseTest() 05-24-2024 13:09:40:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:40: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putandwait 05-24-2024 13:09:40: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:09:42: TRACE: [WIRE] - << 200 OK 05-24-2024 13:09:42: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:42: TRACE: [WIRE] - << Content-Length: 3 05-24-2024 13:09:42: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:42: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:40:STARTING TEST : methodWithCallbackStringWithEntityWhileServerWaitTest() 05-24-2024 13:09:40:Start time: 1716556180406 05-24-2024 13:09:40:Client was returned control in 1 milliseconds from request 05-24-2024 13:09:42:Callback#completed() called in 2009 milliseconds from request 05-24-2024 13:09:42:Callback completed() call ok 05-24-2024 13:09:42:Start time: 1716556182432 05-24-2024 13:09:42:Client was returned control in 1 milliseconds from request 05-24-2024 13:09:42: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postandwait 05-24-2024 13:09:42: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:09:44: TRACE: [WIRE] - << 200 OK 05-24-2024 13:09:44: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:44: TRACE: [WIRE] - << Content-Length: 4 05-24-2024 13:09:44: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:44: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:44:Callback#completed() called in 2009 milliseconds from request 05-24-2024 13:09:44:Callback completed() call ok 05-24-2024 13:09:44:FINISHED TEST : methodWithCallbackStringWithEntityWhileServerWaitTest() 05-24-2024 13:09:44:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:44: TRACE: [WIRE] - >> HEAD http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/head 05-24-2024 13:09:44: TRACE: [WIRE] - >> 05-24-2024 13:09:44:STARTING TEST : headThrowsProcessingExceptionTest() 05-24-2024 13:09:44:Start time: 1716556184562 05-24-2024 13:09:44:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-24-2024 13:09:44:ExecutionException.getCause is ProcessingException as expected 05-24-2024 13:09:44:FINISHED TEST : headThrowsProcessingExceptionTest() 05-24-2024 13:09:44:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:44:STARTING TEST : optionsThrowsProcessingExceptionTest()05-24-2024 13:09:44: TRACE: [WIRE] - >> OPTIONS http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/options 05-24-2024 13:09:44: TRACE: [WIRE] - >> 05-24-2024 13:09:44:Start time: 1716556184585 05-24-2024 13:09:44:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-24-2024 13:09:44:ExecutionException.getCause is ProcessingException as expected 05-24-2024 13:09:44:FINISHED TEST : optionsThrowsProcessingExceptionTest() 05-24-2024 13:09:44:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:44:STARTING TEST : optionsWithGenericTypeThrowsProcessingExceptionTest()05-24-2024 13:09:44: TRACE: [WIRE] - >> OPTIONS http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/options 05-24-2024 13:09:44: TRACE: [WIRE] - >> 05-24-2024 13:09:44:Start time: 1716556184607 05-24-2024 13:09:44:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-24-2024 13:09:44:ExecutionException.getCause is ProcessingException as expected 05-24-2024 13:09:44:FINISHED TEST : optionsWithGenericTypeThrowsProcessingExceptionTest() 05-24-2024 13:09:44:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:44:STARTING TEST : postWithGenericTypeThrowsProcessingExceptionTest() 05-24-2024 13:09:44: TRACE: [WIRE] - >> POST http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/post 05-24-2024 13:09:44: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:09:44:Start time: 1716556184633 05-24-2024 13:09:44:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-24-2024 13:09:44:ExecutionException.getCause is ProcessingException as expected 05-24-2024 13:09:44:FINISHED TEST : postWithGenericTypeThrowsProcessingExceptionTest() 05-24-2024 13:09:44:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:44: TRACE: [WIRE] - >> PUT http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/put 05-24-2024 13:09:44:STARTING TEST : putWithCallbackThrowsProcessingExceptionTest() 05-24-2024 13:09:44:Start time: 1716556184657 05-24-2024 13:09:44: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:09:44:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-24-2024 13:09:44:ExecutionException.getCause is ProcessingException as expected 05-24-2024 13:09:44:FINISHED TEST : putWithCallbackThrowsProcessingExceptionTest() [INFO] Tests run: 147, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 164.461 s - in ee.jakarta.tck.ws.rs.ee.rs.client.asyncinvoker.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.client.clientrequestcontext.JAXRSClientIT 05-24-2024 13:09:46:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:46:STARTING TEST : setUriTest() 05-24-2024 13:09:46:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_client_clientrequestcontext_web/resource/qwerty' to target server at 'localhost:8080' 05-24-2024 13:09:46:############################### 05-24-2024 13:09:46:[Request] Adding entity: ENTITY 05-24-2024 13:09:46: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_clientrequestcontext_web/resource/post 05-24-2024 13:09:46: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:09:46: TRACE: [WIRE] - >> ENTITY 05-24-2024 13:09:46: TRACE: [WIRE] - << 200 OK 05-24-2024 13:09:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:46: TRACE: [WIRE] - << Content-Length: 6 05-24-2024 13:09:46: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:09:46: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:46: TRACE: [WIRE] - << ENTITY 05-24-2024 13:09:46:Found expected substring: ENTITY 05-24-2024 13:09:46:FINISHED TEST : setUriTest() 05-24-2024 13:09:46:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:46:STARTING TEST : getHeadersIsMutableTest() 05-24-2024 13:09:46: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_clientrequestcontext_web/resource/headers 05-24-2024 13:09:46: TRACE: [WIRE] - >> Accept:*/*, Accept-Language:en_gb, Date:Tue, 15 Nov 1994 08:12:31 GMT, tck:cts 05-24-2024 13:09:46:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_client_clientrequestcontext_web/resource/headers' to target server at 'localhost:8080' 05-24-2024 13:09:46:############################### 05-24-2024 13:09:46: TRACE: [WIRE] - << 200 OK 05-24-2024 13:09:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:46: TRACE: [WIRE] - << Content-Length: 59 05-24-2024 13:09:46: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:09:46: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:46: TRACE: [WIRE] - << accept;accept-language;date;tck;user-agent;host;connection; 05-24-2024 13:09:46:Found expected substring: accept-language 05-24-2024 13:09:46:Found expected substring: date 05-24-2024 13:09:46:Found expected substring: tck 05-24-2024 13:09:46:FINISHED TEST : getHeadersIsMutableTest() 05-24-2024 13:09:46:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:46: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_clientrequestcontext_web/resource/put 05-24-2024 13:09:46:STARTING TEST : setMethodTest() 05-24-2024 13:09:46:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_client_clientrequestcontext_web/resource/put' to target server at 'localhost:8080' 05-24-2024 13:09:46:############################### 05-24-2024 13:09:46:[Request] Adding entity: ENTITY 05-24-2024 13:09:46: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:09:46: TRACE: [WIRE] - >> ENTITY 05-24-2024 13:09:46: TRACE: [WIRE] - << 200 OK 05-24-2024 13:09:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:46: TRACE: [WIRE] - << Content-Length: 6 05-24-2024 13:09:46: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:09:46: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:46: TRACE: [WIRE] - << ENTITY 05-24-2024 13:09:46:Found expected substring: ENTITY 05-24-2024 13:09:46:FINISHED TEST : setMethodTest() 05-24-2024 13:09:46:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:46:STARTING TEST : getEntityStreamTest() 05-24-2024 13:09:46:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_client_clientrequestcontext_web/resource/post' to target server at 'localhost:8080' 05-24-2024 13:09:46:############################### 05-24-2024 13:09:46: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_clientrequestcontext_web/resource/post 05-24-2024 13:09:46: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:09:46: TRACE: [WIRE] - >> java.io.ByteArrayInputStream@6609a1a1 05-24-2024 13:09:46: TRACE: [WIRE] - << 200 OK 05-24-2024 13:09:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:46:[Request] Adding entity: java.io.ByteArrayInputStream@6609a1a1 05-24-2024 13:09:46: TRACE: [WIRE] - << Content-Length: 19 05-24-2024 13:09:46: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:09:46: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:46: TRACE: [WIRE] - << ENTITY_STREAM_WORKS 05-24-2024 13:09:46:Found expected substring: ENTITY_STREAM_WORKS 05-24-2024 13:09:46:FINISHED TEST : getEntityStreamTest() [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.809 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-24-2024 13:09:47:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:47: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/headerstostring 05-24-2024 13:09:47:STARTING TEST : cacheControlTest() 05-24-2024 13:09:47: TRACE: [WIRE] - >> Cache-Control:no-transform, max-age=2 05-24-2024 13:09:47: TRACE: [WIRE] - << 200 OK 05-24-2024 13:09:47: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:47: TRACE: [WIRE] - << Content-Length: 191 05-24-2024 13:09:47: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:47: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:47:FINISHED TEST : cacheControlTest() 05-24-2024 13:09:47:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:47: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/headerstostring 05-24-2024 13:09:47: TRACE: [WIRE] - >> 05-24-2024 13:09:47:STARTING TEST : headersMultivaluedMapIsNullReplacesAllTest() 05-24-2024 13:09:47: TRACE: [WIRE] - << 200 OK 05-24-2024 13:09:47: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:47: TRACE: [WIRE] - << Content-Length: 153 05-24-2024 13:09:47: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:47: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:47:FINISHED TEST : headersMultivaluedMapIsNullReplacesAllTest() 05-24-2024 13:09:47:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:47: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/put 05-24-2024 13:09:47:STARTING TEST : buildWithEntityTest() 05-24-2024 13:09:47: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:09:47: TRACE: [WIRE] - << 200 OK 05-24-2024 13:09:47: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:47: TRACE: [WIRE] - << Content-Length: 3 05-24-2024 13:09:47: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:47: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:47: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/post 05-24-2024 13:09:47: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:09:47: TRACE: [WIRE] - << 200 OK 05-24-2024 13:09:47: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:47: TRACE: [WIRE] - << Content-Length: 4 05-24-2024 13:09:47: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:47: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:47:FINISHED TEST : buildWithEntityTest() 05-24-2024 13:09:47:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:47:STARTING TEST : asyncTest() 05-24-2024 13:09:47:FINISHED TEST : asyncTest() 05-24-2024 13:09:47:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:47: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/put 05-24-2024 13:09:47: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:09:47: TRACE: [WIRE] - << 200 OK 05-24-2024 13:09:47: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:47: TRACE: [WIRE] - << Content-Length: 3 05-24-2024 13:09:47: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:47: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:47:STARTING TEST : buildPutTest() 05-24-2024 13:09:47:FINISHED TEST : buildPutTest() 05-24-2024 13:09:47:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:47: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/delete 05-24-2024 13:09:47: TRACE: [WIRE] - >> 05-24-2024 13:09:47: TRACE: [WIRE] - << 200 OK 05-24-2024 13:09:47: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:47: TRACE: [WIRE] - << Content-Length: 6 05-24-2024 13:09:47: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:47: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:47: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/get 05-24-2024 13:09:47: TRACE: [WIRE] - >> 05-24-2024 13:09:47: TRACE: [WIRE] - << 200 OK 05-24-2024 13:09:47: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:47: TRACE: [WIRE] - << Content-Length: 3 05-24-2024 13:09:47: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:47: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:47: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/options 05-24-2024 13:09:47: TRACE: [WIRE] - >> 05-24-2024 13:09:47: TRACE: [WIRE] - << 200 OK 05-24-2024 13:09:47: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:47: TRACE: [WIRE] - << Content-Length: 7 05-24-2024 13:09:47: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:47: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:47:STARTING TEST : buildTest() 05-24-2024 13:09:47:FINISHED TEST : buildTest() 05-24-2024 13:09:47:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:47: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/get 05-24-2024 13:09:47: TRACE: [WIRE] - >> 05-24-2024 13:09:47: TRACE: [WIRE] - << 200 OK 05-24-2024 13:09:47: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:47: TRACE: [WIRE] - << Content-Length: 3 05-24-2024 13:09:47: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:47: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:47:STARTING TEST : buildGetTest() 05-24-2024 13:09:47:FINISHED TEST : buildGetTest() 05-24-2024 13:09:47:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:47: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/delete 05-24-2024 13:09:47: TRACE: [WIRE] - >> 05-24-2024 13:09:48: TRACE: [WIRE] - << 200 OK 05-24-2024 13:09:48: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:48: TRACE: [WIRE] - << Content-Length: 6 05-24-2024 13:09:48: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:48: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:47:STARTING TEST : buildDeleteTest() 05-24-2024 13:09:48:FINISHED TEST : buildDeleteTest() 05-24-2024 13:09:48:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:48: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/headerstostring 05-24-2024 13:09:48: TRACE: [WIRE] - >> tck-header:cts-header 05-24-2024 13:09:48: TRACE: [WIRE] - << 200 OK 05-24-2024 13:09:48: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:48: TRACE: [WIRE] - << Content-Length: 175 05-24-2024 13:09:48: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:48: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:48:STARTING TEST : headersMultivaluedMapTest() 05-24-2024 13:09:48:FINISHED TEST : headersMultivaluedMapTest() 05-24-2024 13:09:48:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:48: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/cookie 05-24-2024 13:09:48: TRACE: [WIRE] - >> Cookie:$Version=1;tck=cts 05-24-2024 13:09:48: TRACE: [WIRE] - << 200 OK 05-24-2024 13:09:48: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:48: TRACE: [WIRE] - << Content-Length: 3 05-24-2024 13:09:48: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:48: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:48:STARTING TEST : cookieCookieTest() 05-24-2024 13:09:48:FINISHED TEST : cookieCookieTest() 05-24-2024 13:09:48:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:48: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/headerstostring 05-24-2024 13:09:48: TRACE: [WIRE] - >> tck-header:cts-header 05-24-2024 13:09:48: TRACE: [WIRE] - << 200 OK 05-24-2024 13:09:48: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:48: TRACE: [WIRE] - << Content-Length: 175 05-24-2024 13:09:48: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:48: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:48:STARTING TEST : headerObjectTest() 05-24-2024 13:09:48:FINISHED TEST : headerObjectTest() 05-24-2024 13:09:48:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:48: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/cookie 05-24-2024 13:09:48: TRACE: [WIRE] - >> Cookie:$Version=1;tck=cts 05-24-2024 13:09:48: TRACE: [WIRE] - << 200 OK 05-24-2024 13:09:48: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:48: TRACE: [WIRE] - << Content-Length: 3 05-24-2024 13:09:48: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:48: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:48:STARTING TEST : cookieStringStringTest() 05-24-2024 13:09:48:FINISHED TEST : cookieStringStringTest() 05-24-2024 13:09:48:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:48: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/languages 05-24-2024 13:09:48: TRACE: [WIRE] - >> Accept-Language:de it fr 05-24-2024 13:09:48: TRACE: [WIRE] - << 200 OK 05-24-2024 13:09:48: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:48: TRACE: [WIRE] - << Content-Length: 8 05-24-2024 13:09:48: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:48: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:48:STARTING TEST : acceptLanguageByLocalesTest() 05-24-2024 13:09:48:FINISHED TEST : acceptLanguageByLocalesTest() 05-24-2024 13:09:48:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:48: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/post 05-24-2024 13:09:48: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:09:48: TRACE: [WIRE] - << 200 OK 05-24-2024 13:09:48: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:48: TRACE: [WIRE] - << Content-Length: 4 05-24-2024 13:09:48: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:48: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:48:STARTING TEST : buildPostTest() 05-24-2024 13:09:48:FINISHED TEST : buildPostTest() 05-24-2024 13:09:48:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:48: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/languages 05-24-2024 13:09:48: TRACE: [WIRE] - >> Accept-Language:de it fr 05-24-2024 13:09:48: TRACE: [WIRE] - << 200 OK 05-24-2024 13:09:48: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:48: TRACE: [WIRE] - << Content-Length: 8 05-24-2024 13:09:48: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:48: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:48:STARTING TEST : acceptLanguageByStringsTest() 05-24-2024 13:09:48:FINISHED TEST : acceptLanguageByStringsTest() [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.664 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-24-2024 13:09:49:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:49: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/deletenotok 05-24-2024 13:09:49: TRACE: [WIRE] - >> 05-24-2024 13:09:49: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:09:49: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:49: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:09:49: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:09:49: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:49: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:49:STARTING TEST : methodWithStringClassThrowsWebApplicationExceptionTest() 05-24-2024 13:09:49: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/getnotok 05-24-2024 13:09:49: TRACE: [WIRE] - >> 05-24-2024 13:09:49: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:09:49: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:49: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:09:49: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:09:49: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:49: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:49: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/optionsnotok 05-24-2024 13:09:49: TRACE: [WIRE] - >> 05-24-2024 13:09:49: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:09:49: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:49: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:09:49: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:09:49: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:49: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:49:FINISHED TEST : methodWithStringClassThrowsWebApplicationExceptionTest() 05-24-2024 13:09:49:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:49: TRACE: [WIRE] - >> PUT http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 05-24-2024 13:09:49: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:09:49:STARTING TEST : putWithGenericTypeStringThrowsProcessingExceptionTest() 05-24-2024 13:09:49:FINISHED TEST : putWithGenericTypeStringThrowsProcessingExceptionTest() 05-24-2024 13:09:49:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:49: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/postnotok 05-24-2024 13:09:49: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:09:49: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:09:49: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:49: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:09:49: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:09:49: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:49: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:49:STARTING TEST : postWithStringClassThrowsWebApplicationExceptionTest() 05-24-2024 13:09:49:FINISHED TEST : postWithStringClassThrowsWebApplicationExceptionTest() 05-24-2024 13:09:49:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:49: TRACE: [WIRE] - >> DELETE http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 05-24-2024 13:09:49: TRACE: [WIRE] - >> 05-24-2024 13:09:49:STARTING TEST : deleteWithStringClassThrowsProcessingExceptionTest() 05-24-2024 13:09:49:FINISHED TEST : deleteWithStringClassThrowsProcessingExceptionTest() 05-24-2024 13:09:49:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:49: TRACE: [WIRE] - >> PUT http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 05-24-2024 13:09:49: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:09:49: TRACE: [WIRE] - >> POST http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 05-24-2024 13:09:49: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:09:49:STARTING TEST : methodWithGenericTypeStringWithEntityThrowsProcessingExceptionTest() 05-24-2024 13:09:49:FINISHED TEST : methodWithGenericTypeStringWithEntityThrowsProcessingExceptionTest() 05-24-2024 13:09:49:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:49: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/putnotok 05-24-2024 13:09:49: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:09:49: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:09:49: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:49: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:09:49: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:09:49: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:49: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:49:STARTING TEST : putWithGenericTypeStringThrowsWebApplicationExceptionTest() 05-24-2024 13:09:49:FINISHED TEST : putWithGenericTypeStringThrowsWebApplicationExceptionTest() 05-24-2024 13:09:49:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:49: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/put 05-24-2024 13:09:49: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:09:49: TRACE: [WIRE] - << 200 OK 05-24-2024 13:09:49: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:49: TRACE: [WIRE] - << Content-Length: 3 05-24-2024 13:09:49: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:49: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:49: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/post 05-24-2024 13:09:49: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:09:49: TRACE: [WIRE] - << 200 OK 05-24-2024 13:09:49: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:49: TRACE: [WIRE] - << Content-Length: 4 05-24-2024 13:09:49: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:49: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:49:STARTING TEST : methodWithGenericTypeStringWithEntityTest() 05-24-2024 13:09:49:FINISHED TEST : methodWithGenericTypeStringWithEntityTest() 05-24-2024 13:09:49:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:49: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/post 05-24-2024 13:09:49: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:09:49: TRACE: [WIRE] - << 200 OK 05-24-2024 13:09:49: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:49: TRACE: [WIRE] - << Content-Length: 4 05-24-2024 13:09:49:STARTING TEST : postWithGenericTypeStringTest() 05-24-2024 13:09:49: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:49: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:49:FINISHED TEST : postWithGenericTypeStringTest() 05-24-2024 13:09:49:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:49: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/putnotok 05-24-2024 13:09:49: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:09:49: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:09:49: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:49: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:09:49: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:09:49: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:49: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:49:STARTING TEST : putWithStringClassThrowsWebApplicationExceptionTest() 05-24-2024 13:09:49:FINISHED TEST : putWithStringClassThrowsWebApplicationExceptionTest() 05-24-2024 13:09:49:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:49: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/put 05-24-2024 13:09:49: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:09:49: TRACE: [WIRE] - << 200 OK 05-24-2024 13:09:49: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:49: TRACE: [WIRE] - << Content-Length: 3 05-24-2024 13:09:49: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:49: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:49: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/post 05-24-2024 13:09:49: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:09:49: TRACE: [WIRE] - << 200 OK 05-24-2024 13:09:49: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:49: TRACE: [WIRE] - << Content-Length: 4 05-24-2024 13:09:49: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:49: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:49:STARTING TEST : methodWithStringClassWithEntityTest() 05-24-2024 13:09:49:FINISHED TEST : methodWithStringClassWithEntityTest() 05-24-2024 13:09:49:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:49: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/post 05-24-2024 13:09:49: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:09:49: TRACE: [WIRE] - << 200 OK 05-24-2024 13:09:49: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:49: TRACE: [WIRE] - << Content-Length: 4 05-24-2024 13:09:49: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:49: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:49:STARTING TEST : postWithStringClassTest() 05-24-2024 13:09:49:FINISHED TEST : postWithStringClassTest() 05-24-2024 13:09:49:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:49: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/putnotok 05-24-2024 13:09:49: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:09:49: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:09:49: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:49: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:09:49: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:09:49: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:49: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:49: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/postnotok 05-24-2024 13:09:49: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:09:49: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:09:49: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:49: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:09:49: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:09:49: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:49: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:49:STARTING TEST : methodWithGenericTypeStringWithEntityThrowsWebApplicationExceptionTest() 05-24-2024 13:09:49:FINISHED TEST : methodWithGenericTypeStringWithEntityThrowsWebApplicationExceptionTest() 05-24-2024 13:09:49:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:49: TRACE: [WIRE] - >> GET http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 05-24-2024 13:09:49: TRACE: [WIRE] - >> 05-24-2024 13:09:49:STARTING TEST : getWithGenericTypeStringThrowsProcessingExceptionTest() 05-24-2024 13:09:49:FINISHED TEST : getWithGenericTypeStringThrowsProcessingExceptionTest() 05-24-2024 13:09:49:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:49: TRACE: [WIRE] - >> OPTIONS http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 05-24-2024 13:09:49: TRACE: [WIRE] - >> 05-24-2024 13:09:49:STARTING TEST : optionsWithGenericTypeStringThrowsProcessingExceptionTest() 05-24-2024 13:09:49:FINISHED TEST : optionsWithGenericTypeStringThrowsProcessingExceptionTest() 05-24-2024 13:09:49:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:49: TRACE: [WIRE] - >> HEAD http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/head 05-24-2024 13:09:49: TRACE: [WIRE] - >> 05-24-2024 13:09:49: TRACE: [WIRE] - << 200 OK 05-24-2024 13:09:49: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:49: TRACE: [WIRE] - << Content-Length: 4 05-24-2024 13:09:49: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:49: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:49:STARTING TEST : headTest() 05-24-2024 13:09:49:FINISHED TEST : headTest() 05-24-2024 13:09:49:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:50: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/trace 05-24-2024 13:09:50: TRACE: [WIRE] - >> 05-24-2024 13:09:50: TRACE: [WIRE] - << 200 OK 05-24-2024 13:09:50: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:50: TRACE: [WIRE] - << Content-Length: 5 05-24-2024 13:09:50: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:50: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:49:STARTING TEST : traceWithStringClassTest() 05-24-2024 13:09:50:FINISHED TEST : traceWithStringClassTest() 05-24-2024 13:09:50:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:50: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/trace 05-24-2024 13:09:50: TRACE: [WIRE] - >> 05-24-2024 13:09:50: TRACE: [WIRE] - << 200 OK 05-24-2024 13:09:50: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:50: TRACE: [WIRE] - << Content-Length: 5 05-24-2024 13:09:50: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:50: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:50:STARTING TEST : traceWithResponseClassTest() 05-24-2024 13:09:50:Returned status 200 (OK) 05-24-2024 13:09:50:FINISHED TEST : traceWithResponseClassTest() 05-24-2024 13:09:50:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:50: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/putnotok 05-24-2024 13:09:50: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:09:50: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:09:50: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:50: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:09:50: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:09:50: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:50: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:50: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/postnotok 05-24-2024 13:09:50: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:09:50: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:09:50: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:50: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:09:50: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:09:50: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:50: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:50:STARTING TEST : methodWithGenericTypeResponseWithEntityThrowsNoWebApplicationExceptionTest() 05-24-2024 13:09:50:Returned status 406 (NOT_ACCEPTABLE) 05-24-2024 13:09:50:Returned status 406 (NOT_ACCEPTABLE) 05-24-2024 13:09:50:FINISHED TEST : methodWithGenericTypeResponseWithEntityThrowsNoWebApplicationExceptionTest() 05-24-2024 13:09:50:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:50: TRACE: [WIRE] - >> GET http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 05-24-2024 13:09:50: TRACE: [WIRE] - >> 05-24-2024 13:09:50:STARTING TEST : getThrowsProcessingExceptionTest() 05-24-2024 13:09:50:FINISHED TEST : getThrowsProcessingExceptionTest() 05-24-2024 13:09:50:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:50: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/put 05-24-2024 13:09:50: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:09:50: TRACE: [WIRE] - << 200 OK 05-24-2024 13:09:50:STARTING TEST : methodWithResponseClassWithEntityTest() 05-24-2024 13:09:50: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:50: TRACE: [WIRE] - << Content-Length: 3 05-24-2024 13:09:50: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:50: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:50: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/post 05-24-2024 13:09:50: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:09:50: TRACE: [WIRE] - << 200 OK 05-24-2024 13:09:50: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:50: TRACE: [WIRE] - << Content-Length: 4 05-24-2024 13:09:50: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:50: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:50:FINISHED TEST : methodWithResponseClassWithEntityTest() 05-24-2024 13:09:50:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:50: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/delete 05-24-2024 13:09:50: TRACE: [WIRE] - >> 05-24-2024 13:09:50: TRACE: [WIRE] - << 200 OK 05-24-2024 13:09:50:STARTING TEST : deleteWithResponseClassTest() 05-24-2024 13:09:50: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:50: TRACE: [WIRE] - << Content-Length: 6 05-24-2024 13:09:50: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:50: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:50:Returned status 200 (OK) 05-24-2024 13:09:50:FINISHED TEST : deleteWithResponseClassTest() 05-24-2024 13:09:50:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:50: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/delete 05-24-2024 13:09:50: TRACE: [WIRE] - >> 05-24-2024 13:09:50: TRACE: [WIRE] - << 200 OK 05-24-2024 13:09:50: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:50: TRACE: [WIRE] - << Content-Length: 6 05-24-2024 13:09:50: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:50: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:50:STARTING TEST : deleteWithStringClassTest() 05-24-2024 13:09:50:FINISHED TEST : deleteWithStringClassTest() 05-24-2024 13:09:50:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:50: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/delete 05-24-2024 13:09:50: TRACE: [WIRE] - >> 05-24-2024 13:09:50: TRACE: [WIRE] - << 200 OK 05-24-2024 13:09:50: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:50: TRACE: [WIRE] - << Content-Length: 6 05-24-2024 13:09:50: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:50: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:50: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/get 05-24-2024 13:09:50: TRACE: [WIRE] - >> 05-24-2024 13:09:50: TRACE: [WIRE] - << 200 OK 05-24-2024 13:09:50: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:50: TRACE: [WIRE] - << Content-Length: 3 05-24-2024 13:09:50: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:50: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:50: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/options 05-24-2024 13:09:50: TRACE: [WIRE] - >> 05-24-2024 13:09:50: TRACE: [WIRE] - << 200 OK 05-24-2024 13:09:50: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:50: TRACE: [WIRE] - << Content-Length: 7 05-24-2024 13:09:50: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:50: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:50:STARTING TEST : methodTest() 05-24-2024 13:09:50:Returned status 200 (OK) 05-24-2024 13:09:50:Returned status 200 (OK) 05-24-2024 13:09:50:Returned status 200 (OK) 05-24-2024 13:09:50:FINISHED TEST : methodTest() 05-24-2024 13:09:50:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:50: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/get 05-24-2024 13:09:50: TRACE: [WIRE] - >> 05-24-2024 13:09:50: TRACE: [WIRE] - << 200 OK 05-24-2024 13:09:50: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:50: TRACE: [WIRE] - << Content-Length: 3 05-24-2024 13:09:50: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:50: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:50:STARTING TEST : getWithGenericTypeResponseTest() 05-24-2024 13:09:50:Returned status 200 (OK) 05-24-2024 13:09:50:FINISHED TEST : getWithGenericTypeResponseTest() 05-24-2024 13:09:50:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:50: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/delete 05-24-2024 13:09:50: TRACE: [WIRE] - >> 05-24-2024 13:09:50: TRACE: [WIRE] - << 200 OK 05-24-2024 13:09:50: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:50: TRACE: [WIRE] - << Content-Length: 6 05-24-2024 13:09:50: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:50: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:50:STARTING TEST : deleteWithGenericTypeResponseTest() 05-24-2024 13:09:50:Returned status 200 (OK) 05-24-2024 13:09:50:FINISHED TEST : deleteWithGenericTypeResponseTest() 05-24-2024 13:09:50:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:50: TRACE: [WIRE] - >> PUT http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 05-24-2024 13:09:50: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:09:50:STARTING TEST : putWithStringClassThrowsProcessingExceptionTest() 05-24-2024 13:09:50:FINISHED TEST : putWithStringClassThrowsProcessingExceptionTest() 05-24-2024 13:09:50:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:50: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/put 05-24-2024 13:09:50: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:09:50: TRACE: [WIRE] - << 200 OK 05-24-2024 13:09:50: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:50: TRACE: [WIRE] - << Content-Length: 3 05-24-2024 13:09:50: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:50: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:50:STARTING TEST : putWithStringClassTest() 05-24-2024 13:09:50:FINISHED TEST : putWithStringClassTest() 05-24-2024 13:09:50:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:50: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/deletenotok 05-24-2024 13:09:50: TRACE: [WIRE] - >> 05-24-2024 13:09:50: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:09:50: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:50: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:09:50: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:09:50: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:50: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:50: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/getnotok 05-24-2024 13:09:50: TRACE: [WIRE] - >> 05-24-2024 13:09:50: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:09:50: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:50: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:09:50: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:09:50: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:50: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:50: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/optionsnotok 05-24-2024 13:09:50: TRACE: [WIRE] - >> 05-24-2024 13:09:50: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:09:50: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:50: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:09:50: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:09:50: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:50: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:50:STARTING TEST : methodWithGenericTypeStringThrowsWebApplicationExceptionTest() 05-24-2024 13:09:50:FINISHED TEST : methodWithGenericTypeStringThrowsWebApplicationExceptionTest() 05-24-2024 13:09:50:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:50: TRACE: [WIRE] - >> PUT http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 05-24-2024 13:09:50: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:09:50:STARTING TEST : putThrowsProcessingExceptionTest() 05-24-2024 13:09:50:FINISHED TEST : putThrowsProcessingExceptionTest() 05-24-2024 13:09:50:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:50: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/put 05-24-2024 13:09:50: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:09:50: TRACE: [WIRE] - << 200 OK 05-24-2024 13:09:50: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:50: TRACE: [WIRE] - << Content-Length: 3 05-24-2024 13:09:50: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:50: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:50: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/post 05-24-2024 13:09:50: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:09:50: TRACE: [WIRE] - << 200 OK 05-24-2024 13:09:50: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:50: TRACE: [WIRE] - << Content-Length: 4 05-24-2024 13:09:50: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:50: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:50:STARTING TEST : methodWithGenericTypeResponseWithEntityTest() 05-24-2024 13:09:50:Returned status 200 (OK) 05-24-2024 13:09:50:Returned status 200 (OK) 05-24-2024 13:09:50:FINISHED TEST : methodWithGenericTypeResponseWithEntityTest() 05-24-2024 13:09:50:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:50: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/delete 05-24-2024 13:09:50: TRACE: [WIRE] - >> 05-24-2024 13:09:50: TRACE: [WIRE] - << 200 OK 05-24-2024 13:09:50: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:50: TRACE: [WIRE] - << Content-Length: 6 05-24-2024 13:09:50: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:50: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:50: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/get 05-24-2024 13:09:50: TRACE: [WIRE] - >> 05-24-2024 13:09:50: TRACE: [WIRE] - << 200 OK 05-24-2024 13:09:50: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:50: TRACE: [WIRE] - << Content-Length: 3 05-24-2024 13:09:50: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:50: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:50: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/options 05-24-2024 13:09:50: TRACE: [WIRE] - >> 05-24-2024 13:09:50: TRACE: [WIRE] - << 200 OK 05-24-2024 13:09:50: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:50: TRACE: [WIRE] - << Content-Length: 7 05-24-2024 13:09:50: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:50: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:50:STARTING TEST : methodWithGenericTypeStringTest() 05-24-2024 13:09:50:FINISHED TEST : methodWithGenericTypeStringTest() 05-24-2024 13:09:50:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:50: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/deletenotok 05-24-2024 13:09:50: TRACE: [WIRE] - >> 05-24-2024 13:09:50: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:09:50: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:50: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:09:50: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:09:50: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:50: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:50: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/getnotok 05-24-2024 13:09:50: TRACE: [WIRE] - >> 05-24-2024 13:09:50: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:09:50: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:50: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:09:50: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:09:50: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:50: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:50: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/optionsnotok 05-24-2024 13:09:50: TRACE: [WIRE] - >> 05-24-2024 13:09:50: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:09:50: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:50: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:09:50: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:09:50: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:50: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:50:STARTING TEST : methodWithResponseClassThrowsNoWebApplicationExceptionTest() 05-24-2024 13:09:50:Returned status 406 (NOT_ACCEPTABLE) 05-24-2024 13:09:50:Returned status 406 (NOT_ACCEPTABLE) 05-24-2024 13:09:50:Returned status 406 (NOT_ACCEPTABLE) 05-24-2024 13:09:50:FINISHED TEST : methodWithResponseClassThrowsNoWebApplicationExceptionTest() 05-24-2024 13:09:50:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:50: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/put 05-24-2024 13:09:50: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:09:50: TRACE: [WIRE] - << 200 OK 05-24-2024 13:09:50: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:50: TRACE: [WIRE] - << Content-Length: 3 05-24-2024 13:09:50: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:50: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:50:STARTING TEST : putWithResponseClassTest() 05-24-2024 13:09:50:Returned status 200 (OK) 05-24-2024 13:09:50:FINISHED TEST : putWithResponseClassTest() 05-24-2024 13:09:50:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:50: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/options 05-24-2024 13:09:50: TRACE: [WIRE] - >> 05-24-2024 13:09:50: TRACE: [WIRE] - << 200 OK 05-24-2024 13:09:50: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:50: TRACE: [WIRE] - << Content-Length: 7 05-24-2024 13:09:50: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:50: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:50:STARTING TEST : optionsTest() 05-24-2024 13:09:50:Returned status 200 (OK) 05-24-2024 13:09:50:FINISHED TEST : optionsTest() 05-24-2024 13:09:50:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:50: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/options 05-24-2024 13:09:50: TRACE: [WIRE] - >> 05-24-2024 13:09:50: TRACE: [WIRE] - << 200 OK 05-24-2024 13:09:50: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:50: TRACE: [WIRE] - << Content-Length: 7 05-24-2024 13:09:50: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:50: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:50:STARTING TEST : optionsWithGenericTypeStringTest() 05-24-2024 13:09:50:FINISHED TEST : optionsWithGenericTypeStringTest() 05-24-2024 13:09:50:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:50: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/options 05-24-2024 13:09:50: TRACE: [WIRE] - >> 05-24-2024 13:09:50: TRACE: [WIRE] - << 200 OK 05-24-2024 13:09:50: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:50: TRACE: [WIRE] - << Content-Length: 7 05-24-2024 13:09:50: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:50: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:50:STARTING TEST : optionsWithResponseClassTest() 05-24-2024 13:09:50:Returned status 200 (OK) 05-24-2024 13:09:50:FINISHED TEST : optionsWithResponseClassTest() 05-24-2024 13:09:50:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:51: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/delete 05-24-2024 13:09:51: TRACE: [WIRE] - >> 05-24-2024 13:09:51: TRACE: [WIRE] - << 200 OK 05-24-2024 13:09:51: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:51: TRACE: [WIRE] - << Content-Length: 6 05-24-2024 13:09:51: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:51: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:51: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/get 05-24-2024 13:09:51: TRACE: [WIRE] - >> 05-24-2024 13:09:51: TRACE: [WIRE] - << 200 OK 05-24-2024 13:09:51: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:51: TRACE: [WIRE] - << Content-Length: 3 05-24-2024 13:09:51: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:51: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:51: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/options 05-24-2024 13:09:51: TRACE: [WIRE] - >> 05-24-2024 13:09:51: TRACE: [WIRE] - << 200 OK 05-24-2024 13:09:51: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:51: TRACE: [WIRE] - << Content-Length: 7 05-24-2024 13:09:51: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:51: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:50:STARTING TEST : methodWithResponseClassTest() 05-24-2024 13:09:51:Returned status 200 (OK) 05-24-2024 13:09:51:Returned status 200 (OK) 05-24-2024 13:09:51:Returned status 200 (OK) 05-24-2024 13:09:51:FINISHED TEST : methodWithResponseClassTest() 05-24-2024 13:09:51:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:51: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/get 05-24-2024 13:09:51: TRACE: [WIRE] - >> 05-24-2024 13:09:51: TRACE: [WIRE] - << 200 OK 05-24-2024 13:09:51: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:51: TRACE: [WIRE] - << Content-Length: 3 05-24-2024 13:09:51: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:51: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:51:STARTING TEST : getWithGenericTypeStringTest() 05-24-2024 13:09:51:FINISHED TEST : getWithGenericTypeStringTest() 05-24-2024 13:09:51:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:51: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/put 05-24-2024 13:09:51: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:09:51: TRACE: [WIRE] - << 200 OK 05-24-2024 13:09:51: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:51: TRACE: [WIRE] - << Content-Length: 3 05-24-2024 13:09:51: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:51: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:51:STARTING TEST : putTest() 05-24-2024 13:09:51:Returned status 200 (OK) 05-24-2024 13:09:51:FINISHED TEST : putTest() 05-24-2024 13:09:51:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:51: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/get 05-24-2024 13:09:51: TRACE: [WIRE] - >> 05-24-2024 13:09:51: TRACE: [WIRE] - << 200 OK 05-24-2024 13:09:51: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:51: TRACE: [WIRE] - << Content-Length: 3 05-24-2024 13:09:51: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:51: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:51:STARTING TEST : getTest() 05-24-2024 13:09:51:Returned status 200 (OK) 05-24-2024 13:09:51:FINISHED TEST : getTest() 05-24-2024 13:09:51:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:51: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/deletenotok 05-24-2024 13:09:51: TRACE: [WIRE] - >> 05-24-2024 13:09:51: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:09:51: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:51: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:09:51: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:09:51: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:51: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:51:STARTING TEST : deleteWithGenericTypeStringThrowsWebApplicationExceptionTest() 05-24-2024 13:09:51:FINISHED TEST : deleteWithGenericTypeStringThrowsWebApplicationExceptionTest() 05-24-2024 13:09:51:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:51: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/put 05-24-2024 13:09:51: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:09:51: TRACE: [WIRE] - << 200 OK 05-24-2024 13:09:51: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:51: TRACE: [WIRE] - << Content-Length: 3 05-24-2024 13:09:51: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:51: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:51:STARTING TEST : putWithGenericTypeStringTest() 05-24-2024 13:09:51:FINISHED TEST : putWithGenericTypeStringTest() 05-24-2024 13:09:51:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:51: TRACE: [WIRE] - >> DELETE http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 05-24-2024 13:09:51: TRACE: [WIRE] - >> 05-24-2024 13:09:51: TRACE: [WIRE] - >> GET http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 05-24-2024 13:09:51: TRACE: [WIRE] - >> 05-24-2024 13:09:51: TRACE: [WIRE] - >> OPTIONS http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 05-24-2024 13:09:51: TRACE: [WIRE] - >> 05-24-2024 13:09:51:STARTING TEST : methodThrowsProcessingExceptionTest() 05-24-2024 13:09:51:FINISHED TEST : methodThrowsProcessingExceptionTest() 05-24-2024 13:09:51:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:51: TRACE: [WIRE] - >> POST http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 05-24-2024 13:09:51: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:09:51:STARTING TEST : postWithGenericTypeStringThrowsProcessingExceptionTest() 05-24-2024 13:09:51:FINISHED TEST : postWithGenericTypeStringThrowsProcessingExceptionTest() 05-24-2024 13:09:51:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:51: TRACE: [WIRE] - >> DELETE http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 05-24-2024 13:09:51: TRACE: [WIRE] - >> 05-24-2024 13:09:51: TRACE: [WIRE] - >> GET http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 05-24-2024 13:09:51: TRACE: [WIRE] - >> 05-24-2024 13:09:51: TRACE: [WIRE] - >> OPTIONS http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 05-24-2024 13:09:51: TRACE: [WIRE] - >> 05-24-2024 13:09:51:STARTING TEST : methodWithStringClassThrowsProcessingExceptionTest() 05-24-2024 13:09:51:FINISHED TEST : methodWithStringClassThrowsProcessingExceptionTest() 05-24-2024 13:09:51:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:51: TRACE: [WIRE] - >> PUT http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 05-24-2024 13:09:51: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:09:51: TRACE: [WIRE] - >> POST http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 05-24-2024 13:09:51: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:09:51:STARTING TEST : methodWithEntityThrowsProcessingExceptionTest() 05-24-2024 13:09:51:FINISHED TEST : methodWithEntityThrowsProcessingExceptionTest() 05-24-2024 13:09:51:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:51: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/deletenotok 05-24-2024 13:09:51: TRACE: [WIRE] - >> 05-24-2024 13:09:51: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:09:51: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:51: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:09:51: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:09:51: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:51: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:51:STARTING TEST : deleteWithStringClassThrowsWebApplicationExceptionTest() 05-24-2024 13:09:51:FINISHED TEST : deleteWithStringClassThrowsWebApplicationExceptionTest() 05-24-2024 13:09:51:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:51: TRACE: [WIRE] - >> TRACE http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 05-24-2024 13:09:51: TRACE: [WIRE] - >> 05-24-2024 13:09:51:STARTING TEST : traceThrowsProcessingExceptionTest() 05-24-2024 13:09:51:FINISHED TEST : traceThrowsProcessingExceptionTest() 05-24-2024 13:09:51:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:51: TRACE: [WIRE] - >> GET http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 05-24-2024 13:09:51: TRACE: [WIRE] - >> 05-24-2024 13:09:51:STARTING TEST : getWithStringClassThrowsProcessingExceptionTest() 05-24-2024 13:09:51:FINISHED TEST : getWithStringClassThrowsProcessingExceptionTest() 05-24-2024 13:09:51:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:51: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/postnotok 05-24-2024 13:09:51: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:09:51: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:09:51: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:51: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:09:51: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:09:51: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:51: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:51:STARTING TEST : postWithGenericTypeStringThrowsWebApplicationExceptionTest() 05-24-2024 13:09:51:FINISHED TEST : postWithGenericTypeStringThrowsWebApplicationExceptionTest() 05-24-2024 13:09:51:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:51: TRACE: [WIRE] - >> DELETE http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 05-24-2024 13:09:51: TRACE: [WIRE] - >> 05-24-2024 13:09:51:STARTING TEST : deleteWithGenericTypeStringThrowsProcessingExceptionTest() 05-24-2024 13:09:51:FINISHED TEST : deleteWithGenericTypeStringThrowsProcessingExceptionTest() 05-24-2024 13:09:51:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:51: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/optionsnotok 05-24-2024 13:09:51: TRACE: [WIRE] - >> 05-24-2024 13:09:51: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:09:51: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:51: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:09:51: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:09:51: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:51: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:51:STARTING TEST : optionsWithGenericTypeStringThrowsWebApplicationExceptionTest() 05-24-2024 13:09:51:FINISHED TEST : optionsWithGenericTypeStringThrowsWebApplicationExceptionTest() 05-24-2024 13:09:51:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:51: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/deletenotok 05-24-2024 13:09:51: TRACE: [WIRE] - >> 05-24-2024 13:09:51: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:09:51: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:51: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:09:51: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:09:51: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:51: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:51:STARTING TEST : deleteWithGenericTypeResponseThrowsNoWebApplicationExceptionTest() 05-24-2024 13:09:51:Returned status 406 (NOT_ACCEPTABLE) 05-24-2024 13:09:51:FINISHED TEST : deleteWithGenericTypeResponseThrowsNoWebApplicationExceptionTest() 05-24-2024 13:09:51:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:51: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/optionsnotok 05-24-2024 13:09:51: TRACE: [WIRE] - >> 05-24-2024 13:09:51: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:09:51: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:51: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:09:51: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:09:51: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:51: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:51:STARTING TEST : optionsWithResponseThrowsNoWebApplicationExceptionTest() 05-24-2024 13:09:51:Returned status 406 (NOT_ACCEPTABLE) 05-24-2024 13:09:51:FINISHED TEST : optionsWithResponseThrowsNoWebApplicationExceptionTest() 05-24-2024 13:09:51:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:51: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/putnotok 05-24-2024 13:09:51: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:09:51: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:09:51: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:51: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:09:51: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:09:51: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:51: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:51:STARTING TEST : putWithGenericTypeResponseThrowsNoWebApplicationExceptionTest() 05-24-2024 13:09:51:Returned status 406 (NOT_ACCEPTABLE) 05-24-2024 13:09:51:FINISHED TEST : putWithGenericTypeResponseThrowsNoWebApplicationExceptionTest() 05-24-2024 13:09:51:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:51: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/tracenotok 05-24-2024 13:09:51: TRACE: [WIRE] - >> 05-24-2024 13:09:51: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:09:51: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:51: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:09:51: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:09:51: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:51: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:51:STARTING TEST : traceWithStringClassThrowsWebApplicationExceptionTest() 05-24-2024 13:09:51:FINISHED TEST : traceWithStringClassThrowsWebApplicationExceptionTest() 05-24-2024 13:09:51:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:51: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/trace 05-24-2024 13:09:51: TRACE: [WIRE] - >> 05-24-2024 13:09:51: TRACE: [WIRE] - << 200 OK 05-24-2024 13:09:51: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:51: TRACE: [WIRE] - << Content-Length: 5 05-24-2024 13:09:51: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:51: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:51:STARTING TEST : traceTest() 05-24-2024 13:09:51:Returned status 200 (OK) 05-24-2024 13:09:51:FINISHED TEST : traceTest() 05-24-2024 13:09:51:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:51: TRACE: [WIRE] - >> OPTIONS http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 05-24-2024 13:09:51: TRACE: [WIRE] - >> 05-24-2024 13:09:51:STARTING TEST : optionsWithStringThrowsProcessingExceptionTest() 05-24-2024 13:09:51:FINISHED TEST : optionsWithStringThrowsProcessingExceptionTest() 05-24-2024 13:09:51:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:51: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/delete 05-24-2024 13:09:51: TRACE: [WIRE] - >> 05-24-2024 13:09:51: TRACE: [WIRE] - << 200 OK 05-24-2024 13:09:51: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:51: TRACE: [WIRE] - << Content-Length: 6 05-24-2024 13:09:51: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:51: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:51:STARTING TEST : deleteWithGenericTypeStringTest() 05-24-2024 13:09:51:FINISHED TEST : deleteWithGenericTypeStringTest() 05-24-2024 13:09:51:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:52: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/getnotok 05-24-2024 13:09:52: TRACE: [WIRE] - >> 05-24-2024 13:09:52: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:09:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:52: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:09:52: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:09:52: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:52: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:51:STARTING TEST : getWithResponseClassThrowsNoWebApplicationExceptionTest() 05-24-2024 13:09:52:Returned status 406 (NOT_ACCEPTABLE) 05-24-2024 13:09:52:FINISHED TEST : getWithResponseClassThrowsNoWebApplicationExceptionTest() 05-24-2024 13:09:52:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:52: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/post 05-24-2024 13:09:52: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:09:52: TRACE: [WIRE] - << 200 OK 05-24-2024 13:09:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:52: TRACE: [WIRE] - << Content-Length: 4 05-24-2024 13:09:52: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:52: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:52:STARTING TEST : postTest() 05-24-2024 13:09:52:Returned status 200 (OK) 05-24-2024 13:09:52:FINISHED TEST : postTest() 05-24-2024 13:09:52:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:52: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/delete 05-24-2024 13:09:52: TRACE: [WIRE] - >> 05-24-2024 13:09:52: TRACE: [WIRE] - << 200 OK 05-24-2024 13:09:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:52: TRACE: [WIRE] - << Content-Length: 6 05-24-2024 13:09:52: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:52: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:52: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/get 05-24-2024 13:09:52: TRACE: [WIRE] - >> 05-24-2024 13:09:52: TRACE: [WIRE] - << 200 OK 05-24-2024 13:09:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:52: TRACE: [WIRE] - << Content-Length: 3 05-24-2024 13:09:52: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:52: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:52: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/options 05-24-2024 13:09:52: TRACE: [WIRE] - >> 05-24-2024 13:09:52: TRACE: [WIRE] - << 200 OK 05-24-2024 13:09:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:52: TRACE: [WIRE] - << Content-Length: 7 05-24-2024 13:09:52: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:52: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:52:STARTING TEST : methodWithGenericTypeResponseTest() 05-24-2024 13:09:52:Returned status 200 (OK) 05-24-2024 13:09:52:Returned status 200 (OK) 05-24-2024 13:09:52:Returned status 200 (OK) 05-24-2024 13:09:52:FINISHED TEST : methodWithGenericTypeResponseTest() 05-24-2024 13:09:52:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:52: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/post 05-24-2024 13:09:52: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:09:52: TRACE: [WIRE] - << 200 OK 05-24-2024 13:09:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:52: TRACE: [WIRE] - << Content-Length: 4 05-24-2024 13:09:52: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:52: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:52:STARTING TEST : postWithResponseClassTest() 05-24-2024 13:09:52:Returned status 200 (OK) 05-24-2024 13:09:52:FINISHED TEST : postWithResponseClassTest() 05-24-2024 13:09:52:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:52: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/put 05-24-2024 13:09:52: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:09:52: TRACE: [WIRE] - << 200 OK 05-24-2024 13:09:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:52: TRACE: [WIRE] - << Content-Length: 3 05-24-2024 13:09:52: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:52: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:52: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/post 05-24-2024 13:09:52: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:09:52: TRACE: [WIRE] - << 200 OK 05-24-2024 13:09:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:52: TRACE: [WIRE] - << Content-Length: 4 05-24-2024 13:09:52:STARTING TEST : methodWithEntityTest() 05-24-2024 13:09:52:Returned status 200 (OK) 05-24-2024 13:09:52: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:52: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:52:Returned status 200 (OK) 05-24-2024 13:09:52:FINISHED TEST : methodWithEntityTest() 05-24-2024 13:09:52:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:52: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/getnotok 05-24-2024 13:09:52: TRACE: [WIRE] - >> 05-24-2024 13:09:52: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:09:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:52: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:09:52: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:09:52: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:52: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:52:STARTING TEST : getWithStringClassThrowsWebApplicationExceptionTest() 05-24-2024 13:09:52:FINISHED TEST : getWithStringClassThrowsWebApplicationExceptionTest() 05-24-2024 13:09:52:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:52: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/delete 05-24-2024 13:09:52: TRACE: [WIRE] - >> 05-24-2024 13:09:52: TRACE: [WIRE] - << 200 OK 05-24-2024 13:09:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:52: TRACE: [WIRE] - << Content-Length: 6 05-24-2024 13:09:52: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:52: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:52: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/get 05-24-2024 13:09:52: TRACE: [WIRE] - >> 05-24-2024 13:09:52: TRACE: [WIRE] - << 200 OK 05-24-2024 13:09:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:52: TRACE: [WIRE] - << Content-Length: 3 05-24-2024 13:09:52: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:52:STARTING TEST : methodWithStringClassTest() 05-24-2024 13:09:52: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:52: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/options 05-24-2024 13:09:52: TRACE: [WIRE] - >> 05-24-2024 13:09:52: TRACE: [WIRE] - << 200 OK 05-24-2024 13:09:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:52: TRACE: [WIRE] - << Content-Length: 7 05-24-2024 13:09:52: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:52: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:52:FINISHED TEST : methodWithStringClassTest() 05-24-2024 13:09:52:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:52: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/options 05-24-2024 13:09:52: TRACE: [WIRE] - >> 05-24-2024 13:09:52: TRACE: [WIRE] - << 200 OK 05-24-2024 13:09:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:52: TRACE: [WIRE] - << Content-Length: 7 05-24-2024 13:09:52: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:52: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:52:STARTING TEST : optionsWithGenericTypeResponseTest() 05-24-2024 13:09:52:Returned status 200 (OK) 05-24-2024 13:09:52:FINISHED TEST : optionsWithGenericTypeResponseTest() 05-24-2024 13:09:52:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:52: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/tracenotok 05-24-2024 13:09:52: TRACE: [WIRE] - >> 05-24-2024 13:09:52: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:09:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:52: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:09:52: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:09:52: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:52: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:52:STARTING TEST : traceWithGenericTypeResponseThrowsNoWebApplicationExceptionTest() 05-24-2024 13:09:52:Returned status 406 (NOT_ACCEPTABLE) 05-24-2024 13:09:52:FINISHED TEST : traceWithGenericTypeResponseThrowsNoWebApplicationExceptionTest() 05-24-2024 13:09:52:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:52: TRACE: [WIRE] - >> PUT http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 05-24-2024 13:09:52: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:09:52: TRACE: [WIRE] - >> POST http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 05-24-2024 13:09:52: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:09:52:STARTING TEST : methodWithStringClassWithEntityThrowsProcessingExceptionTest() 05-24-2024 13:09:52:FINISHED TEST : methodWithStringClassWithEntityThrowsProcessingExceptionTest() 05-24-2024 13:09:52:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:52: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/deletenotok 05-24-2024 13:09:52: TRACE: [WIRE] - >> 05-24-2024 13:09:52: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:09:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:52: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:09:52: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:09:52: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:52: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:52: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/getnotok 05-24-2024 13:09:52: TRACE: [WIRE] - >> 05-24-2024 13:09:52: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:09:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:52: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:09:52: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:09:52: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:52: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:52: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/optionsnotok 05-24-2024 13:09:52: TRACE: [WIRE] - >> 05-24-2024 13:09:52: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:09:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:52: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:09:52: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:09:52: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:52: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:52:STARTING TEST : methodWithGenericTypeResponseThrowsNoWebApplicationExceptionTest() 05-24-2024 13:09:52:Returned status 406 (NOT_ACCEPTABLE) 05-24-2024 13:09:52:Returned status 406 (NOT_ACCEPTABLE) 05-24-2024 13:09:52:Returned status 406 (NOT_ACCEPTABLE) 05-24-2024 13:09:52:FINISHED TEST : methodWithGenericTypeResponseThrowsNoWebApplicationExceptionTest() 05-24-2024 13:09:52:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:52: TRACE: [WIRE] - >> POST http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 05-24-2024 13:09:52: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:09:52:STARTING TEST : postWithStringClassThrowsProcessingExceptionTest() 05-24-2024 13:09:52:FINISHED TEST : postWithStringClassThrowsProcessingExceptionTest() 05-24-2024 13:09:52:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:52: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/getnotok 05-24-2024 13:09:52: TRACE: [WIRE] - >> 05-24-2024 13:09:52: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:09:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:52: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:09:52: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:09:52: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:52: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:52:STARTING TEST : getWithGenericTypeResponseThrowsNoWebApplicationExceptionTest() 05-24-2024 13:09:52:Returned status 406 (NOT_ACCEPTABLE) 05-24-2024 13:09:52:FINISHED TEST : getWithGenericTypeResponseThrowsNoWebApplicationExceptionTest() 05-24-2024 13:09:52:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:52: TRACE: [WIRE] - >> POST http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 05-24-2024 13:09:52: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:09:52:STARTING TEST : postThrowsProcessingExceptionTest() 05-24-2024 13:09:52:FINISHED TEST : postThrowsProcessingExceptionTest() 05-24-2024 13:09:52:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:52: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/putnotok 05-24-2024 13:09:52: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:09:52: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:09:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:52: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:09:52: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:09:52: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:52: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:52: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/postnotok 05-24-2024 13:09:52: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:09:52: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:09:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:52: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:09:52: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:09:52: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:52: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:52:STARTING TEST : methodWithResponseClassWithEntityThrowsNoWebApplicationExceptionTest() 05-24-2024 13:09:52:Returned status 406 (NOT_ACCEPTABLE) 05-24-2024 13:09:52:Returned status 406 (NOT_ACCEPTABLE) 05-24-2024 13:09:52:FINISHED TEST : methodWithResponseClassWithEntityThrowsNoWebApplicationExceptionTest() 05-24-2024 13:09:52:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:52: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/getnotok 05-24-2024 13:09:52: TRACE: [WIRE] - >> 05-24-2024 13:09:52: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:09:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:52: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:09:52: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:09:52: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:52: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:52:STARTING TEST : getWithGenericTypeStringThrowsWebApplicationExceptionTest() 05-24-2024 13:09:52:FINISHED TEST : getWithGenericTypeStringThrowsWebApplicationExceptionTest() 05-24-2024 13:09:52:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:52: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/postnotok 05-24-2024 13:09:52: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:09:52: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:09:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:52: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:09:52: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:09:52: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:52: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:52:STARTING TEST : postWithGenericTypeResponseThrowsNoWebApplicationExceptionTest() 05-24-2024 13:09:52:Returned status 406 (NOT_ACCEPTABLE) 05-24-2024 13:09:52:FINISHED TEST : postWithGenericTypeResponseThrowsNoWebApplicationExceptionTest() 05-24-2024 13:09:52:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:52: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/tracenotok 05-24-2024 13:09:52: TRACE: [WIRE] - >> 05-24-2024 13:09:52: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:09:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:52: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:09:52: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:09:52: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:52: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:52:STARTING TEST : traceWithGenericTypeStringThrowsWebApplicationExceptionTest() 05-24-2024 13:09:52:FINISHED TEST : traceWithGenericTypeStringThrowsWebApplicationExceptionTest() 05-24-2024 13:09:52:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:52: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/putnotok 05-24-2024 13:09:52: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:09:52: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:09:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:52: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:09:52: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:09:52: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:52: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:52:STARTING TEST : putWithResponseClassThrowsNoWebApplicationExceptionTest() 05-24-2024 13:09:52:Returned status 406 (NOT_ACCEPTABLE) 05-24-2024 13:09:52:FINISHED TEST : putWithResponseClassThrowsNoWebApplicationExceptionTest() 05-24-2024 13:09:52:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:52: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/post 05-24-2024 13:09:52: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:09:52: TRACE: [WIRE] - << 200 OK 05-24-2024 13:09:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:52: TRACE: [WIRE] - << Content-Length: 4 05-24-2024 13:09:52: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:52: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:52:STARTING TEST : postWithGenericTypeResponseTest() 05-24-2024 13:09:52:Returned status 200 (OK) 05-24-2024 13:09:52:FINISHED TEST : postWithGenericTypeResponseTest() 05-24-2024 13:09:52:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:52: TRACE: [WIRE] - >> DELETE http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 05-24-2024 13:09:52: TRACE: [WIRE] - >> 05-24-2024 13:09:52:STARTING TEST : deleteThrowsProcessingExceptionTest() 05-24-2024 13:09:52:FINISHED TEST : deleteThrowsProcessingExceptionTest() 05-24-2024 13:09:52:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:52: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/tracenotok 05-24-2024 13:09:52: TRACE: [WIRE] - >> 05-24-2024 13:09:52: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:09:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:52: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:09:52: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:09:52: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:52: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:52:STARTING TEST : traceWithResponseClassThrowsNoWebApplicationExceptionTest() 05-24-2024 13:09:52:Returned status 406 (NOT_ACCEPTABLE) 05-24-2024 13:09:52:FINISHED TEST : traceWithResponseClassThrowsNoWebApplicationExceptionTest() 05-24-2024 13:09:52:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:52: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/optionsnotok 05-24-2024 13:09:52: TRACE: [WIRE] - >> 05-24-2024 13:09:52: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:09:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:52: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:09:52: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:09:52: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:52: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:52:STARTING TEST : optionsWithStringThrowsWebApplicationExceptionTest() 05-24-2024 13:09:52:FINISHED TEST : optionsWithStringThrowsWebApplicationExceptionTest() 05-24-2024 13:09:52:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:52: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/options 05-24-2024 13:09:52: TRACE: [WIRE] - >> 05-24-2024 13:09:52: TRACE: [WIRE] - << 200 OK 05-24-2024 13:09:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:52: TRACE: [WIRE] - << Content-Length: 7 05-24-2024 13:09:52: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:52: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:52:STARTING TEST : optionsWithStringClassTest() 05-24-2024 13:09:52:FINISHED TEST : optionsWithStringClassTest() 05-24-2024 13:09:52:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:52: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/get 05-24-2024 13:09:52: TRACE: [WIRE] - >> 05-24-2024 13:09:52: TRACE: [WIRE] - << 200 OK 05-24-2024 13:09:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:52: TRACE: [WIRE] - << Content-Length: 3 05-24-2024 13:09:52: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:52: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:52:STARTING TEST : getWithStringClassTest() 05-24-2024 13:09:52:FINISHED TEST : getWithStringClassTest() 05-24-2024 13:09:52:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:52: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/putnotok 05-24-2024 13:09:52: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:09:52: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:09:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:52: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:09:52: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:09:52: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:52: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:52: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/postnotok 05-24-2024 13:09:52: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:09:52: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:09:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:52: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:09:52: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:09:52: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:52: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:52:STARTING TEST : methodWithStringClassWithEntityThrowsWebApplicationExceptionTest() 05-24-2024 13:09:52:FINISHED TEST : methodWithStringClassWithEntityThrowsWebApplicationExceptionTest() 05-24-2024 13:09:52:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:52: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/optionsnotok 05-24-2024 13:09:52: TRACE: [WIRE] - >> 05-24-2024 13:09:52: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:09:52: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:52: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:09:52: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:09:52: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:52: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:52:STARTING TEST : optionsWithGenericTypeResponseThrowsNoWebApplicationExceptionTest() 05-24-2024 13:09:52:Returned status 406 (NOT_ACCEPTABLE) 05-24-2024 13:09:52:FINISHED TEST : optionsWithGenericTypeResponseThrowsNoWebApplicationExceptionTest() 05-24-2024 13:09:52:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:53: TRACE: [WIRE] - >> TRACE http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 05-24-2024 13:09:53: TRACE: [WIRE] - >> 05-24-2024 13:09:52:STARTING TEST : traceWithStringClassThrowsProcessingExceptionTest() 05-24-2024 13:09:53:FINISHED TEST : traceWithStringClassThrowsProcessingExceptionTest() 05-24-2024 13:09:53:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:53: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/trace 05-24-2024 13:09:53: TRACE: [WIRE] - >> 05-24-2024 13:09:53: TRACE: [WIRE] - << 200 OK 05-24-2024 13:09:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:53: TRACE: [WIRE] - << Content-Length: 5 05-24-2024 13:09:53: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:53:STARTING TEST : traceWithGenericTypeResponseTest() 05-24-2024 13:09:53:Returned status 200 (OK) 05-24-2024 13:09:53:FINISHED TEST : traceWithGenericTypeResponseTest() 05-24-2024 13:09:53:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:53: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/delete 05-24-2024 13:09:53: TRACE: [WIRE] - >> 05-24-2024 13:09:53: TRACE: [WIRE] - << 200 OK 05-24-2024 13:09:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:53: TRACE: [WIRE] - << Content-Length: 6 05-24-2024 13:09:53: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:53:STARTING TEST : deleteTest() 05-24-2024 13:09:53:Returned status 200 (OK) 05-24-2024 13:09:53:FINISHED TEST : deleteTest() 05-24-2024 13:09:53:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:53: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/get 05-24-2024 13:09:53: TRACE: [WIRE] - >> 05-24-2024 13:09:53: TRACE: [WIRE] - << 200 OK 05-24-2024 13:09:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:53: TRACE: [WIRE] - << Content-Length: 3 05-24-2024 13:09:53: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:53:STARTING TEST : getWithResponseClassTest() 05-24-2024 13:09:53:Returned status 200 (OK) 05-24-2024 13:09:53:FINISHED TEST : getWithResponseClassTest() 05-24-2024 13:09:53:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:53: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/postnotok 05-24-2024 13:09:53: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:09:53: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:09:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:53: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:09:53: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:09:53: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:53:STARTING TEST : postWithResponseClassThrowsNoWebApplicationExceptionTest() 05-24-2024 13:09:53:Returned status 406 (NOT_ACCEPTABLE) 05-24-2024 13:09:53:FINISHED TEST : postWithResponseClassThrowsNoWebApplicationExceptionTest() 05-24-2024 13:09:53:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:53: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/put 05-24-2024 13:09:53: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:09:53: TRACE: [WIRE] - << 200 OK 05-24-2024 13:09:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:53: TRACE: [WIRE] - << Content-Length: 3 05-24-2024 13:09:53: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:53:STARTING TEST : putWithGenericTypeResponseTest() 05-24-2024 13:09:53:Returned status 200 (OK) 05-24-2024 13:09:53:FINISHED TEST : putWithGenericTypeResponseTest() 05-24-2024 13:09:53:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:53: TRACE: [WIRE] - >> TRACE http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 05-24-2024 13:09:53: TRACE: [WIRE] - >> 05-24-2024 13:09:53:STARTING TEST : traceWithGenericTypeStringThrowsProcessingExceptionTest() 05-24-2024 13:09:53:FINISHED TEST : traceWithGenericTypeStringThrowsProcessingExceptionTest() 05-24-2024 13:09:53:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:53: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/trace 05-24-2024 13:09:53: TRACE: [WIRE] - >> 05-24-2024 13:09:53: TRACE: [WIRE] - << 200 OK 05-24-2024 13:09:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:53: TRACE: [WIRE] - << Content-Length: 5 05-24-2024 13:09:53: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:53:STARTING TEST : traceWithGenericTypeStringTest() 05-24-2024 13:09:53:FINISHED TEST : traceWithGenericTypeStringTest() 05-24-2024 13:09:53:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:53: TRACE: [WIRE] - >> HEAD http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 05-24-2024 13:09:53: TRACE: [WIRE] - >> 05-24-2024 13:09:53:STARTING TEST : headThrowsProcessingExceptionTest() 05-24-2024 13:09:53:FINISHED TEST : headThrowsProcessingExceptionTest() 05-24-2024 13:09:53:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:53: TRACE: [WIRE] - >> OPTIONS http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 05-24-2024 13:09:53: TRACE: [WIRE] - >> 05-24-2024 13:09:53:STARTING TEST : optionsThrowsProcessingExceptionTest() 05-24-2024 13:09:53:FINISHED TEST : optionsThrowsProcessingExceptionTest() 05-24-2024 13:09:53:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:53: TRACE: [WIRE] - >> DELETE http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 05-24-2024 13:09:53: TRACE: [WIRE] - >> 05-24-2024 13:09:53: TRACE: [WIRE] - >> GET http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 05-24-2024 13:09:53: TRACE: [WIRE] - >> 05-24-2024 13:09:53: TRACE: [WIRE] - >> OPTIONS http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl 05-24-2024 13:09:53: TRACE: [WIRE] - >> 05-24-2024 13:09:53:STARTING TEST : methodWithGenericTypeStringThrowsProcessingExceptionTest() 05-24-2024 13:09:53:FINISHED TEST : methodWithGenericTypeStringThrowsProcessingExceptionTest() 05-24-2024 13:09:53:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:53: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/deletenotok 05-24-2024 13:09:53: TRACE: [WIRE] - >> 05-24-2024 13:09:53: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:09:53: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:53: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:09:53: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:09:53: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:09:53: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:53:STARTING TEST : deleteWithResponseClassThrowsNoWebApplicationExceptionTest() 05-24-2024 13:09:53:Returned status 406 (NOT_ACCEPTABLE) 05-24-2024 13:09:53:FINISHED TEST : deleteWithResponseClassThrowsNoWebApplicationExceptionTest() [INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.205 s - in ee.jakarta.tck.ws.rs.ee.rs.client.syncinvoker.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.constrainedto.JAXRSClientIT 05-24-2024 13:09:54:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:54: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/echo 05-24-2024 13:09:54: TRACE: [WIRE] - >> Accept:*/*, Content-Type:reader/serverside 05-24-2024 13:09:54: TRACE: [WIRE] - >> Anything 05-24-2024 13:09:54: TRACE: [WIRE] - << 200 OK 05-24-2024 13:09:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:54: TRACE: [WIRE] - << Content-Length: 30 05-24-2024 13:09:54: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:09:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:54: TRACE: [WIRE] - << The fake reader on server side 05-24-2024 13:09:54:STARTING TEST : serverSideReaderIsUsedOnServerTest() 05-24-2024 13:09:54:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/echo' to target server at 'localhost:8080' 05-24-2024 13:09:54:############################### 05-24-2024 13:09:54:[Request] Adding entity: Anything 05-24-2024 13:09:54:FINISHED TEST : serverSideReaderIsUsedOnServerTest() 05-24-2024 13:09:54:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:54: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/media 05-24-2024 13:09:54: TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain 05-24-2024 13:09:54: TRACE: [WIRE] - >> reader/serverside 05-24-2024 13:09:54: TRACE: [WIRE] - << 200 OK 05-24-2024 13:09:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:54: TRACE: [WIRE] - << Content-Length: 21 05-24-2024 13:09:54: TRACE: [WIRE] - << Content-Type: reader/serverside 05-24-2024 13:09:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:54: TRACE: [WIRE] - << ConstrainedTo message 05-24-2024 13:09:54:STARTING TEST : serverSideReaderIsNotUsedOnClientTest() 05-24-2024 13:09:54:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/media' to target server at 'localhost:8080' 05-24-2024 13:09:54:############################### 05-24-2024 13:09:54:[Request] Adding entity: reader/serverside 05-24-2024 13:09:54:FINISHED TEST : serverSideReaderIsNotUsedOnClientTest() 05-24-2024 13:09:54:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:54: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/echo 05-24-2024 13:09:54: TRACE: [WIRE] - >> Accept:*/*, Content-Type:reader/clientside 05-24-2024 13:09:54: TRACE: [WIRE] - >> ConstrainedTo message 05-24-2024 13:09:54: TRACE: [WIRE] - << 200 OK 05-24-2024 13:09:54: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:54: TRACE: [WIRE] - << Content-Length: 21 05-24-2024 13:09:54: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:09:54: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:54: TRACE: [WIRE] - << ConstrainedTo message 05-24-2024 13:09:54:STARTING TEST : clientSideReaderIsNotUsedOnServerTest() 05-24-2024 13:09:54:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/echo' to target server at 'localhost:8080' 05-24-2024 13:09:54:############################### 05-24-2024 13:09:54:[Request] Adding entity: ConstrainedTo message 05-24-2024 13:09:54:FINISHED TEST : clientSideReaderIsNotUsedOnServerTest() 05-24-2024 13:09:54:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:55: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/clientwriter 05-24-2024 13:09:55: TRACE: [WIRE] - >> Accept:*/*, Content-Type:writer/clientside 05-24-2024 13:09:55: TRACE: [WIRE] - >> ConstrainedTo message 05-24-2024 13:09:55: TRACE: [WIRE] - << 204 NO_CONTENT 05-24-2024 13:09:55: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:55: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:54:STARTING TEST : clientSideWriterIsUsedOnClientTest() 05-24-2024 13:09:54:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/clientwriter' to target server at 'localhost:8080' 05-24-2024 13:09:54:############################### 05-24-2024 13:09:55:[Request] Adding entity: ConstrainedTo message 05-24-2024 13:09:55:FINISHED TEST : clientSideWriterIsUsedOnClientTest() 05-24-2024 13:09:55:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:55: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/media 05-24-2024 13:09:55: TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain 05-24-2024 13:09:55: TRACE: [WIRE] - >> writer/serverside 05-24-2024 13:09:55: TRACE: [WIRE] - << 200 OK 05-24-2024 13:09:55: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:55: TRACE: [WIRE] - << Content-Length: 21 05-24-2024 13:09:55: TRACE: [WIRE] - << Content-Type: writer/serverside 05-24-2024 13:09:55: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:55: TRACE: [WIRE] - << ConstrainedTo message 05-24-2024 13:09:55:STARTING TEST : serverSideWriterIsNotUsedOnClientTest() 05-24-2024 13:09:55:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/media' to target server at 'localhost:8080' 05-24-2024 13:09:55:############################### 05-24-2024 13:09:55:[Request] Adding entity: writer/serverside 05-24-2024 13:09:55:FINISHED TEST : serverSideWriterIsNotUsedOnClientTest() 05-24-2024 13:09:55:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:55: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/echo 05-24-2024 13:09:55: TRACE: [WIRE] - >> Accept:*/*, Content-Type:writer/clientside 05-24-2024 13:09:55: TRACE: [WIRE] - >> ConstrainedTo message 05-24-2024 13:09:55: TRACE: [WIRE] - << 200 OK 05-24-2024 13:09:55: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:55: TRACE: [WIRE] - << Content-Length: 21 05-24-2024 13:09:55: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:09:55: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:55: TRACE: [WIRE] - << ConstrainedTo message 05-24-2024 13:09:55:STARTING TEST : clientSideWriterIsNotUsedOnServerTest() 05-24-2024 13:09:55:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/echo' to target server at 'localhost:8080' 05-24-2024 13:09:55:############################### 05-24-2024 13:09:55:[Request] Adding entity: ConstrainedTo message 05-24-2024 13:09:55:FINISHED TEST : clientSideWriterIsNotUsedOnServerTest() 05-24-2024 13:09:55:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:55: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/media 05-24-2024 13:09:55: TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain 05-24-2024 13:09:55: TRACE: [WIRE] - >> reader/clientside 05-24-2024 13:09:55: TRACE: [WIRE] - << 200 OK 05-24-2024 13:09:55: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:55: TRACE: [WIRE] - << Content-Length: 21 05-24-2024 13:09:55: TRACE: [WIRE] - << Content-Type: reader/clientside 05-24-2024 13:09:55: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:55: TRACE: [WIRE] - << ConstrainedTo message 05-24-2024 13:09:55:STARTING TEST : clientSideReaderIsUsedOnClientTest() 05-24-2024 13:09:55:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/media' to target server at 'localhost:8080' 05-24-2024 13:09:55:############################### 05-24-2024 13:09:55:[Request] Adding entity: reader/clientside 05-24-2024 13:09:55:FINISHED TEST : clientSideReaderIsUsedOnClientTest() 05-24-2024 13:09:55:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:55: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/echo 05-24-2024 13:09:55: TRACE: [WIRE] - >> Accept:*/*, Content-Type:writer/serverside 05-24-2024 13:09:55: TRACE: [WIRE] - >> ConstrainedTo message 05-24-2024 13:09:55: TRACE: [WIRE] - << 200 OK 05-24-2024 13:09:55: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:55: TRACE: [WIRE] - << Content-Length: 30 05-24-2024 13:09:55: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:09:55: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:55: TRACE: [WIRE] - << The fake writer on server side 05-24-2024 13:09:55:STARTING TEST : serverSideWriterIsUsedOnServerTest() 05-24-2024 13:09:55:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/echo' to target server at 'localhost:8080' 05-24-2024 13:09:55:############################### 05-24-2024 13:09:55:[Request] Adding entity: ConstrainedTo message 05-24-2024 13:09:55:FINISHED TEST : serverSideWriterIsUsedOnServerTest() [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.839 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-24-2024 13:09:56:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:56: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_illegalstate_web/resource/setsecuritycontext 05-24-2024 13:09:56: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETSECURITYCONTEXT 05-24-2024 13:09:56: TRACE: [WIRE] - << 200 OK 05-24-2024 13:09:56: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:56: TRACE: [WIRE] - << OPERATION: SETSECURITYCONTEXT 05-24-2024 13:09:56: TRACE: [WIRE] - << Content-Length: 38 05-24-2024 13:09:56: TRACE: [WIRE] - << Content-Type: */* 05-24-2024 13:09:56: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:56: TRACE: [WIRE] - << IllegalSteateException has been thrown 05-24-2024 13:09:56:STARTING TEST : setSecurityContextTest() 05-24-2024 13:09:56:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_illegalstate_web/resource/setsecuritycontext' to target server at 'localhost:8080' 05-24-2024 13:09:56:############################### 05-24-2024 13:09:56:FINISHED TEST : setSecurityContextTest() 05-24-2024 13:09:56:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:56: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_illegalstate_web/resource/abortwith 05-24-2024 13:09:56: TRACE: [WIRE] - >> Accept:*/*, OPERATION:ABORTWITH 05-24-2024 13:09:56: TRACE: [WIRE] - << 200 OK 05-24-2024 13:09:56: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:56: TRACE: [WIRE] - << OPERATION: ABORTWITH 05-24-2024 13:09:56: TRACE: [WIRE] - << Content-Length: 38 05-24-2024 13:09:56: TRACE: [WIRE] - << Content-Type: */* 05-24-2024 13:09:56: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:56: TRACE: [WIRE] - << IllegalSteateException has been thrown 05-24-2024 13:09:56:STARTING TEST : abortWithTest() 05-24-2024 13:09:56:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_illegalstate_web/resource/abortwith' to target server at 'localhost:8080' 05-24-2024 13:09:56:############################### 05-24-2024 13:09:56:FINISHED TEST : abortWithTest() 05-24-2024 13:09:56:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:56: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_illegalstate_web/resource/setrequesturi1 05-24-2024 13:09:56: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETREQUESTURI1 05-24-2024 13:09:56: TRACE: [WIRE] - << 200 OK 05-24-2024 13:09:56: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:56: TRACE: [WIRE] - << Content-Length: 38 05-24-2024 13:09:56: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:09:56: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:56: TRACE: [WIRE] - << IllegalSteateException has been thrown 05-24-2024 13:09:56:STARTING TEST : setRequestUriOneUriTest() 05-24-2024 13:09:56:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_illegalstate_web/resource/setrequesturi1' to target server at 'localhost:8080' 05-24-2024 13:09:56:############################### 05-24-2024 13:09:56:FINISHED TEST : setRequestUriOneUriTest() 05-24-2024 13:09:56:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:56: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_illegalstate_web/resource/setmethod 05-24-2024 13:09:56: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETMETHOD 05-24-2024 13:09:56: TRACE: [WIRE] - << 200 OK 05-24-2024 13:09:56: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:56: TRACE: [WIRE] - << Content-Length: 38 05-24-2024 13:09:56: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:09:56: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:56: TRACE: [WIRE] - << IllegalSteateException has been thrown 05-24-2024 13:09:56:STARTING TEST : setMethodTest() 05-24-2024 13:09:56:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_illegalstate_web/resource/setmethod' to target server at 'localhost:8080' 05-24-2024 13:09:56:############################### 05-24-2024 13:09:56:FINISHED TEST : setMethodTest() 05-24-2024 13:09:56:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:56: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_illegalstate_web/resource/setentitystream 05-24-2024 13:09:56: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETENTITYSTREAM 05-24-2024 13:09:56: TRACE: [WIRE] - << 200 OK 05-24-2024 13:09:56: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:56: TRACE: [WIRE] - << OPERATION: SETENTITYSTREAM 05-24-2024 13:09:56: TRACE: [WIRE] - << Content-Length: 38 05-24-2024 13:09:56: TRACE: [WIRE] - << Content-Type: */* 05-24-2024 13:09:56: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:56: TRACE: [WIRE] - << IllegalSteateException has been thrown 05-24-2024 13:09:56:STARTING TEST : setEntityStreamTest() 05-24-2024 13:09:56:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_illegalstate_web/resource/setentitystream' to target server at 'localhost:8080' 05-24-2024 13:09:56:############################### 05-24-2024 13:09:56:FINISHED TEST : setEntityStreamTest() 05-24-2024 13:09:56:[JAXRSCommonClient] Test setup OK 05-24-2024 13:09:56: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_illegalstate_web/resource/setrequesturi2 05-24-2024 13:09:56: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETREQUESTURI2 05-24-2024 13:09:56: TRACE: [WIRE] - << 200 OK 05-24-2024 13:09:56: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:09:56: TRACE: [WIRE] - << Content-Length: 38 05-24-2024 13:09:56: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:09:56: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:09:56: TRACE: [WIRE] - << IllegalSteateException has been thrown 05-24-2024 13:09:56:STARTING TEST : setRequestUriTwoUrisTest() 05-24-2024 13:09:56:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_illegalstate_web/resource/setrequesturi2' to target server at 'localhost:8080' 05-24-2024 13:09:56:############################### 05-24-2024 13:09:56:FINISHED TEST : setRequestUriTwoUrisTest() [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.452 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-24-2024 13:10:00:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:00: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_requestcontext_security_web/resource/ 05-24-2024 13:10:00: TRACE: [WIRE] - >> Accept:*/* 05-24-2024 13:10:00: TRACE: [WIRE] - << 401 UNAUTHORIZED 05-24-2024 13:10:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:00: TRACE: [WIRE] - << WWW-Authenticate: Basic realm="" 05-24-2024 13:10:00: TRACE: [WIRE] - << Content-Length: 1054 05-24-2024 13:10:00: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:10:00: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:10:00: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:00: TRACE: [WIRE] - << Eclipse GlassFish 7.0.14 - Error report

HTTP Status 401 - Unauthorized


type Status report

messageUnauthorized

descriptionThis request requires HTTP authentication.


Eclipse GlassFish 7.0.14

05-24-2024 13:10:00:STARTING TEST : noSecurityTest() 05-24-2024 13:10:00:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_requestcontext_security_web/resource/' to target server at 'localhost:8080' 05-24-2024 13:10:00:############################### 05-24-2024 13:10:00:FINISHED TEST : noSecurityTest() 05-24-2024 13:10:00:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:00: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_requestcontext_security_web/resource/ 05-24-2024 13:10:00: TRACE: [WIRE] - >> Accept:*/*, Authorization:Basic ajJlZTpqMmVl 05-24-2024 13:10:00: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:00: TRACE: [WIRE] - << Content-Length: 4 05-24-2024 13:10:00: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:00: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:00: TRACE: [WIRE] - << j2ee 05-24-2024 13:10:00:STARTING TEST : getSecurityContextTest() 05-24-2024 13:10:00:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_requestcontext_security_web/resource/' to target server at 'localhost:8080' 05-24-2024 13:10:00:############################### 05-24-2024 13:10:00:FINISHED TEST : getSecurityContextTest() [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.907 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-24-2024 13:10:01:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:01: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/geturiinfo 05-24-2024 13:10:01: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETURIINFO 05-24-2024 13:10:01: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:01: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:01: TRACE: [WIRE] - << Content-Length: 93 05-24-2024 13:10:01: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:01: TRACE: [WIRE] - << http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/geturiinfo;GETURIINFO 05-24-2024 13:10:01:STARTING TEST : getUriInfoTest() 05-24-2024 13:10:01:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/geturiinfo' to target server at 'localhost:8080' 05-24-2024 13:10:01:############################### 05-24-2024 13:10:01:FINISHED TEST : getUriInfoTest() 05-24-2024 13:10:01:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:01:STARTING TEST : getAcceptableLanguagesIsSortedTest() 05-24-2024 13:10:01:Check the #getAcceptableLanguages is sorted according to their q-value 05-24-2024 13:10:01: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getacceptablelanguages 05-24-2024 13:10:01:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getacceptablelanguages' to target server at 'localhost:8080' 05-24-2024 13:10:01:############################### 05-24-2024 13:10:01: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETACCEPTABLELANGUAGES, Accept-Language:da, en-gb;q=0.6, en-us;q=0.7 05-24-2024 13:10:01: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:01: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:01: TRACE: [WIRE] - << Content-Length: 38 05-24-2024 13:10:01: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:01: TRACE: [WIRE] - << da en-us en-gb ;GETACCEPTABLELANGUAGES 05-24-2024 13:10:01:FINISHED TEST : getAcceptableLanguagesIsSortedTest() 05-24-2024 13:10:01:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:01: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getdate 05-24-2024 13:10:01: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETDATE 05-24-2024 13:10:01: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:01: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:01: TRACE: [WIRE] - << Content-Length: 12 05-24-2024 13:10:01: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:01: TRACE: [WIRE] - << NULL;GETDATE 05-24-2024 13:10:01:STARTING TEST : getDateIsNullTest() 05-24-2024 13:10:01:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getdate' to target server at 'localhost:8080' 05-24-2024 13:10:01:############################### 05-24-2024 13:10:01:FINISHED TEST : getDateIsNullTest() 05-24-2024 13:10:01:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:01: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setsecuritycontext 05-24-2024 13:10:01: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETSECURITYCONTEXT 05-24-2024 13:10:01: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:01: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:01: TRACE: [WIRE] - << Content-Length: 32 05-24-2024 13:10:01: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:01: TRACE: [WIRE] - << PrincipalName;SETSECURITYCONTEXT 05-24-2024 13:10:01:STARTING TEST : setSecurityContextTest() 05-24-2024 13:10:01:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setsecuritycontext' to target server at 'localhost:8080' 05-24-2024 13:10:01:############################### 05-24-2024 13:10:01:FINISHED TEST : setSecurityContextTest() 05-24-2024 13:10:01:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:01: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/abortwith 05-24-2024 13:10:01: TRACE: [WIRE] - >> Accept:*/*, OPERATION:ABORTWITH 05-24-2024 13:10:01: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:01: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:01: TRACE: [WIRE] - << Content-Length: 9 05-24-2024 13:10:01: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:01: TRACE: [WIRE] - << ABORTWITH 05-24-2024 13:10:01:STARTING TEST : abortWithTest() 05-24-2024 13:10:01:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/abortwith' to target server at 'localhost:8080' 05-24-2024 13:10:01:############################### 05-24-2024 13:10:01:FINISHED TEST : abortWithTest() 05-24-2024 13:10:01:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:01: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setpropertycontext 05-24-2024 13:10:01: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETPROPERTYCONTEXT 05-24-2024 13:10:01: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:01: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:01: TRACE: [WIRE] - << Content-Length: 33 05-24-2024 13:10:01: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:01: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:01: TRACE: [WIRE] - << getSetProperty SETPROPERTYCONTEXT 05-24-2024 13:10:01:STARTING TEST : setPropertyIsReflectedInServletRequestTest() 05-24-2024 13:10:01:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setpropertycontext' to target server at 'localhost:8080' 05-24-2024 13:10:01:############################### 05-24-2024 13:10:01:FINISHED TEST : setPropertyIsReflectedInServletRequestTest() 05-24-2024 13:10:01:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:01: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getmediatype 05-24-2024 13:10:01: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETMEDIATYPE, Content-Type:application/svg+xml 05-24-2024 13:10:01: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:01: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:01: TRACE: [WIRE] - << Content-Length: 32 05-24-2024 13:10:01: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:01: TRACE: [WIRE] - << application/svg+xml;GETMEDIATYPE 05-24-2024 13:10:01:STARTING TEST : getMediaTypeTest() 05-24-2024 13:10:01:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getmediatype' to target server at 'localhost:8080' 05-24-2024 13:10:01:############################### 05-24-2024 13:10:01:FINISHED TEST : getMediaTypeTest() 05-24-2024 13:10:01:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:01: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource 05-24-2024 13:10:01: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETMETHOD 05-24-2024 13:10:01: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:01: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:01: TRACE: [WIRE] - << Content-Length: 17 05-24-2024 13:10:01: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:01: TRACE: [WIRE] - << OPTIONS;GETMETHOD 05-24-2024 13:10:01:STARTING TEST : getMethodTest() 05-24-2024 13:10:01:[Request] Dispatching request: 'OPTIONS http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource' to target server at 'localhost:8080' 05-24-2024 13:10:01:############################### 05-24-2024 13:10:01:FINISHED TEST : getMethodTest() 05-24-2024 13:10:01:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:01: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/hasentity 05-24-2024 13:10:01: TRACE: [WIRE] - >> Accept:*/*, OPERATION:HASENTITY, Content-Type:*/* 05-24-2024 13:10:01: TRACE: [WIRE] - >> entity 05-24-2024 13:10:01: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:01: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:01: TRACE: [WIRE] - << Content-Length: 14 05-24-2024 13:10:01: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:01: TRACE: [WIRE] - << true;HASENTITY 05-24-2024 13:10:01:STARTING TEST : hasEntityTest() 05-24-2024 13:10:01:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/hasentity' to target server at 'localhost:8080' 05-24-2024 13:10:01:############################### 05-24-2024 13:10:01:[Request] Adding entity: entity 05-24-2024 13:10:01:FINISHED TEST : hasEntityTest() 05-24-2024 13:10:01:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:01: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getheadersismutable 05-24-2024 13:10:01: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETHEADERSISMUTABLE 05-24-2024 13:10:01: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:01: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:01: TRACE: [WIRE] - << Content-Length: 56 05-24-2024 13:10:01: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:01: TRACE: [WIRE] - << #getHeaders() is mutable as expected;GETHEADERSISMUTABLE 05-24-2024 13:10:01:STARTING TEST : getHeadersIsMutableTest() 05-24-2024 13:10:01:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getheadersismutable' to target server at 'localhost:8080' 05-24-2024 13:10:01:############################### 05-24-2024 13:10:01:FINISHED TEST : getHeadersIsMutableTest() 05-24-2024 13:10:01:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:02: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getacceptablemediatypes 05-24-2024 13:10:02: 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-24-2024 13:10:02: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:02: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:02: TRACE: [WIRE] - << Content-Length: 105 05-24-2024 13:10:02: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:02: 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-24-2024 13:10:01:STARTING TEST : getAcceptableMediaTypesIsSortedTest() 05-24-2024 13:10:01:Check the #getAcceptableMediaTypes is sorted according to their q-value 05-24-2024 13:10:01:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getacceptablemediatypes' to target server at 'localhost:8080' 05-24-2024 13:10:01:############################### 05-24-2024 13:10:02:FINISHED TEST : getAcceptableMediaTypesIsSortedTest() 05-24-2024 13:10:02:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:02: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getcookiesisreadonly 05-24-2024 13:10:02: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETCOOKIESISREADONLY 05-24-2024 13:10:02: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:02: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:02: TRACE: [WIRE] - << Content-Length: 57 05-24-2024 13:10:02: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:02: TRACE: [WIRE] - << #getCookies is read-only as expected;GETCOOKIESISREADONLY 05-24-2024 13:10:02:STARTING TEST : getCookiesIsReadonlyTest() 05-24-2024 13:10:02:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getcookiesisreadonly' to target server at 'localhost:8080' 05-24-2024 13:10:02:############################### 05-24-2024 13:10:02:FINISHED TEST : getCookiesIsReadonlyTest() 05-24-2024 13:10:02:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:02: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getlanguage 05-24-2024 13:10:02: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETLANGUAGE, Content-Language:en-gb 05-24-2024 13:10:02: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:02: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:02: TRACE: [WIRE] - << Content-Length: 18 05-24-2024 13:10:02: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:02: TRACE: [WIRE] - << en-gb ;GETLANGUAGE 05-24-2024 13:10:02:STARTING TEST : getLanguageTest() 05-24-2024 13:10:02:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getlanguage' to target server at 'localhost:8080' 05-24-2024 13:10:02:############################### 05-24-2024 13:10:02:FINISHED TEST : getLanguageTest() 05-24-2024 13:10:02:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:02: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setrequesturi1 05-24-2024 13:10:02: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETREQUESTURI1 05-24-2024 13:10:02: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:02: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:02: TRACE: [WIRE] - << Content-Length: 49 05-24-2024 13:10:02: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:02: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:02: TRACE: [WIRE] - << http://xx.yy:888/base/resource/sub SETREQUESTURI1 05-24-2024 13:10:02:STARTING TEST : setRequestUriOneUriTest() 05-24-2024 13:10:02:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setrequesturi1' to target server at 'localhost:8080' 05-24-2024 13:10:02:############################### 05-24-2024 13:10:02:FINISHED TEST : setRequestUriOneUriTest() 05-24-2024 13:10:02:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:02: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getdate 05-24-2024 13:10:02: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETDATE, Date:Fri, 24 May 2024 13:10:02 GMT 05-24-2024 13:10:02: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:02: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:02: TRACE: [WIRE] - << Content-Length: 21 05-24-2024 13:10:02: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:02: TRACE: [WIRE] - << 1716556202000;GETDATE 05-24-2024 13:10:02:STARTING TEST : getDateTest() 05-24-2024 13:10:02:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getdate' to target server at 'localhost:8080' 05-24-2024 13:10:02:############################### 05-24-2024 13:10:02:FINISHED TEST : getDateTest() 05-24-2024 13:10:02:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:02: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getlanguage 05-24-2024 13:10:02: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETLANGUAGE 05-24-2024 13:10:02: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:02: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:02: TRACE: [WIRE] - << Content-Length: 16 05-24-2024 13:10:02: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:02: TRACE: [WIRE] - << NULL;GETLANGUAGE 05-24-2024 13:10:02:STARTING TEST : getLanguageIsNullTest() 05-24-2024 13:10:02:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getlanguage' to target server at 'localhost:8080' 05-24-2024 13:10:02:############################### 05-24-2024 13:10:02:FINISHED TEST : getLanguageIsNullTest() 05-24-2024 13:10:02:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:02: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getheaderstring2 05-24-2024 13:10:02: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETHEADERSTRING2 05-24-2024 13:10:02: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:02: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:02: TRACE: [WIRE] - << Content-Length: 33 05-24-2024 13:10:02: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:02: TRACE: [WIRE] - << GETHEADERSTRING2;GETHEADERSTRING2 05-24-2024 13:10:02:STARTING TEST : getHeaderStringTest() 05-24-2024 13:10:02:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getheaderstring2' to target server at 'localhost:8080' 05-24-2024 13:10:02:############################### 05-24-2024 13:10:02:FINISHED TEST : getHeaderStringTest() 05-24-2024 13:10:02:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:02: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setmethod 05-24-2024 13:10:02: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETMETHOD 05-24-2024 13:10:02: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:02: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:02: TRACE: [WIRE] - << Content-Length: 17 05-24-2024 13:10:02: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:02: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:02: TRACE: [WIRE] - << OPTIONS SETMETHOD 05-24-2024 13:10:02:STARTING TEST : setMethodTest() 05-24-2024 13:10:02:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setmethod' to target server at 'localhost:8080' 05-24-2024 13:10:02:############################### 05-24-2024 13:10:02:FINISHED TEST : setMethodTest() 05-24-2024 13:10:02:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:02: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setpropertynull 05-24-2024 13:10:02: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETPROPERTYNULL 05-24-2024 13:10:02: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:02: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:02: TRACE: [WIRE] - << Content-Length: 20 05-24-2024 13:10:02: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:02: TRACE: [WIRE] - << NULL;SETPROPERTYNULL 05-24-2024 13:10:02:STARTING TEST : setPropertyNullTest() 05-24-2024 13:10:02:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setpropertynull' to target server at 'localhost:8080' 05-24-2024 13:10:02:############################### 05-24-2024 13:10:02:FINISHED TEST : setPropertyNullTest() 05-24-2024 13:10:02:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:02: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getacceptablemediatypesisreadonly 05-24-2024 13:10:02: TRACE: [WIRE] - >> Accept:text/xml, OPERATION:GETACCEPTABLEMEDIATYPESISREADONLY 05-24-2024 13:10:02: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:02: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:02: TRACE: [WIRE] - << Content-Length: 43 05-24-2024 13:10:02: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:02: TRACE: [WIRE] - << text/xml ;GETACCEPTABLEMEDIATYPESISREADONLY 05-24-2024 13:10:02:STARTING TEST : getAcceptableMediaTypesIsReadOnlyTest() 05-24-2024 13:10:02:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getacceptablemediatypesisreadonly' to target server at 'localhost:8080' 05-24-2024 13:10:02:############################### 05-24-2024 13:10:02:FINISHED TEST : getAcceptableMediaTypesIsReadOnlyTest() 05-24-2024 13:10:02:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:02: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getpropertynamesisreadonly 05-24-2024 13:10:02: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETPROPERTYNAMESISREADONLY 05-24-2024 13:10:02: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:02: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:02: TRACE: [WIRE] - << Content-Length: 28 05-24-2024 13:10:02: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:02: TRACE: [WIRE] - << 0;GETPROPERTYNAMESISREADONLY 05-24-2024 13:10:02:STARTING TEST : getPropertyNamesIsReadOnlyTest() 05-24-2024 13:10:02:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getpropertynamesisreadonly' to target server at 'localhost:8080' 05-24-2024 13:10:02:############################### 05-24-2024 13:10:02:FINISHED TEST : getPropertyNamesIsReadOnlyTest() 05-24-2024 13:10:02:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:02: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getlength 05-24-2024 13:10:02: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETLENGTH 05-24-2024 13:10:02: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:02: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:02: TRACE: [WIRE] - << Content-Length: 12 05-24-2024 13:10:02: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:02: TRACE: [WIRE] - << -1;GETLENGTH 05-24-2024 13:10:02:STARTING TEST : getLengthWhenNoEntityTest() 05-24-2024 13:10:02:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getlength' to target server at 'localhost:8080' 05-24-2024 13:10:02:############################### 05-24-2024 13:10:02:FINISHED TEST : getLengthWhenNoEntityTest() 05-24-2024 13:10:02:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:02: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getpropertynames 05-24-2024 13:10:02: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETPROPERTYNAMES 05-24-2024 13:10:02: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:02: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:02: TRACE: [WIRE] - << Content-Length: 187 05-24-2024 13:10:02: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:02: TRACE: [WIRE] - << getsetproperty2 getsetproperty1 org.glassfish.web.requestfacadehelper org.glassfish.jersey.message.internal.tracinglogger getsetproperty4 getsetproperty3 getsetproperty0 ;GETPROPERTYNAMES 05-24-2024 13:10:02:STARTING TEST : getPropertyNamesTest() 05-24-2024 13:10:02:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getpropertynames' to target server at 'localhost:8080' 05-24-2024 13:10:02:############################### 05-24-2024 13:10:02:FINISHED TEST : getPropertyNamesTest() 05-24-2024 13:10:02:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:02: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource 05-24-2024 13:10:02: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETREQUEST 05-24-2024 13:10:02: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:02: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:02: TRACE: [WIRE] - << Content-Length: 18 05-24-2024 13:10:02: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:02: TRACE: [WIRE] - << OPTIONS;GETREQUEST 05-24-2024 13:10:02:STARTING TEST : getRequestTest() 05-24-2024 13:10:02:[Request] Dispatching request: 'OPTIONS http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource' to target server at 'localhost:8080' 05-24-2024 13:10:02:############################### 05-24-2024 13:10:02:FINISHED TEST : getRequestTest() 05-24-2024 13:10:02:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:02: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setentitystream 05-24-2024 13:10:02: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETENTITYSTREAM 05-24-2024 13:10:02: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:02: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:02: TRACE: [WIRE] - << Content-Length: 37 05-24-2024 13:10:02: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:02: TRACE: [WIRE] - << SetEntityStreamEntity;SETENTITYSTREAM 05-24-2024 13:10:02:STARTING TEST : setEntityStreamTest() 05-24-2024 13:10:02:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setentitystream' to target server at 'localhost:8080' 05-24-2024 13:10:02:############################### 05-24-2024 13:10:02:FINISHED TEST : setEntityStreamTest() 05-24-2024 13:10:02:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:02: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getacceptablemediatypes 05-24-2024 13:10:02: TRACE: [WIRE] - >> Accept:application/json, OPERATION:GETACCEPTABLEMEDIATYPES 05-24-2024 13:10:02: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:02: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:02: TRACE: [WIRE] - << Content-Length: 41 05-24-2024 13:10:02: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:02: TRACE: [WIRE] - << application/json ;GETACCEPTABLEMEDIATYPES 05-24-2024 13:10:02:STARTING TEST : getAcceptableMediaTypesTest() 05-24-2024 13:10:02:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getacceptablemediatypes' to target server at 'localhost:8080' 05-24-2024 13:10:02:############################### 05-24-2024 13:10:02:FINISHED TEST : getAcceptableMediaTypesTest() 05-24-2024 13:10:02:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:02: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getheaders 05-24-2024 13:10:02: TRACE: [WIRE] - >> Accept:*/*, header4:header4, header3:header3, header2:header2, header1:header1, OPERATION:GETHEADERS 05-24-2024 13:10:02: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:02: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:02: TRACE: [WIRE] - << Content-Length: 200 05-24-2024 13:10:02: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:02: TRACE: [WIRE] - << accept:*/*;header4:header4;header3:header3;header2:header2;header1:header1;operation:GETHEADERS;user-agent:Jersey/3.1.7 (HttpUrlConnection 11.0.2);host:localhost:8080;connection:keep-alive;;GETHEADERS 05-24-2024 13:10:02:STARTING TEST : getHeadersTest() 05-24-2024 13:10:02:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getheaders' to target server at 'localhost:8080' 05-24-2024 13:10:02:############################### 05-24-2024 13:10:02:FINISHED TEST : getHeadersTest() 05-24-2024 13:10:02:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:02: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getproperty 05-24-2024 13:10:02: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETPROPERTY 05-24-2024 13:10:02: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:02: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:02: TRACE: [WIRE] - << Content-Length: 16 05-24-2024 13:10:02: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:02: TRACE: [WIRE] - << NULL;GETPROPERTY 05-24-2024 13:10:02:STARTING TEST : getPropertyIsNullTest() 05-24-2024 13:10:02:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getproperty' to target server at 'localhost:8080' 05-24-2024 13:10:02:############################### 05-24-2024 13:10:02:FINISHED TEST : getPropertyIsNullTest() 05-24-2024 13:10:02:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:02: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setrequesturi2 05-24-2024 13:10:02: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETREQUESTURI2 05-24-2024 13:10:02: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:02: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:02: TRACE: [WIRE] - << Content-Length: 49 05-24-2024 13:10:02: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:02: TRACE: [WIRE] - << http://xx.yy:888/base/resource/sub;SETREQUESTURI2 05-24-2024 13:10:02:STARTING TEST : setRequestUriTwoUrisTest() 05-24-2024 13:10:02:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setrequesturi2' to target server at 'localhost:8080' 05-24-2024 13:10:02:############################### 05-24-2024 13:10:02:FINISHED TEST : setRequestUriTwoUrisTest() 05-24-2024 13:10:02:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:02: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getlength 05-24-2024 13:10:02: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETLENGTH, Content-Type:*/* 05-24-2024 13:10:02: TRACE: [WIRE] - >> 12345678901234567890 05-24-2024 13:10:02: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:02: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:02: TRACE: [WIRE] - << Content-Length: 12 05-24-2024 13:10:02: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:02: TRACE: [WIRE] - << 20;GETLENGTH 05-24-2024 13:10:02:STARTING TEST : getLengthTest() 05-24-2024 13:10:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getlength' to target server at 'localhost:8080' 05-24-2024 13:10:02:############################### 05-24-2024 13:10:02:[Request] Adding entity: 12345678901234567890 05-24-2024 13:10:02:FINISHED TEST : getLengthTest() 05-24-2024 13:10:02:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:02: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getsecuritycontext 05-24-2024 13:10:02: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETSECURITYCONTEXT 05-24-2024 13:10:02: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:02: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:02: TRACE: [WIRE] - << Content-Length: 23 05-24-2024 13:10:02: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:02: TRACE: [WIRE] - << NULL;GETSECURITYCONTEXT 05-24-2024 13:10:02:STARTING TEST : getSecurityContextPrincipalIsNullTest() 05-24-2024 13:10:02:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getsecuritycontext' to target server at 'localhost:8080' 05-24-2024 13:10:02:############################### 05-24-2024 13:10:02:FINISHED TEST : getSecurityContextPrincipalIsNullTest() 05-24-2024 13:10:02:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:02: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getacceptablelanguages 05-24-2024 13:10:02: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETACCEPTABLELANGUAGES, Accept-Language:en-us 05-24-2024 13:10:02: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:02: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:02: TRACE: [WIRE] - << Content-Length: 29 05-24-2024 13:10:02: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:02: TRACE: [WIRE] - << en-us ;GETACCEPTABLELANGUAGES 05-24-2024 13:10:02:STARTING TEST : getAcceptableLanguagesTest() 05-24-2024 13:10:02:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getacceptablelanguages' to target server at 'localhost:8080' 05-24-2024 13:10:02:############################### 05-24-2024 13:10:02:FINISHED TEST : getAcceptableLanguagesTest() 05-24-2024 13:10:02:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:02: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getmediatype 05-24-2024 13:10:02: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETMEDIATYPE 05-24-2024 13:10:02: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:02: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:02: TRACE: [WIRE] - << Content-Length: 17 05-24-2024 13:10:02: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:02: TRACE: [WIRE] - << NULL;GETMEDIATYPE 05-24-2024 13:10:02:STARTING TEST : getMediaTypeIsNullTest() 05-24-2024 13:10:02:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getmediatype' to target server at 'localhost:8080' 05-24-2024 13:10:02:############################### 05-24-2024 13:10:02:FINISHED TEST : getMediaTypeIsNullTest() 05-24-2024 13:10:02:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:02: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setproperty 05-24-2024 13:10:02: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETPROPERTY 05-24-2024 13:10:02: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:02: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:02: TRACE: [WIRE] - << Content-Length: 26 05-24-2024 13:10:02: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:02: TRACE: [WIRE] - << getSetProperty;SETPROPERTY 05-24-2024 13:10:02:STARTING TEST : setPropertyTest() 05-24-2024 13:10:02:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setproperty' to target server at 'localhost:8080' 05-24-2024 13:10:02:############################### 05-24-2024 13:10:02:FINISHED TEST : setPropertyTest() 05-24-2024 13:10:02:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:02: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/removeproperty 05-24-2024 13:10:02: TRACE: [WIRE] - >> Accept:*/*, OPERATION:REMOVEPROPERTY 05-24-2024 13:10:02: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:02: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:02: TRACE: [WIRE] - << Content-Length: 19 05-24-2024 13:10:02: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:02: TRACE: [WIRE] - << NULL;REMOVEPROPERTY 05-24-2024 13:10:02:STARTING TEST : removePropertyTest() 05-24-2024 13:10:02:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/removeproperty' to target server at 'localhost:8080' 05-24-2024 13:10:02:############################### 05-24-2024 13:10:02:FINISHED TEST : removePropertyTest() 05-24-2024 13:10:02:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:02: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getcookies 05-24-2024 13:10:02: TRACE: [WIRE] - >> Accept:*/*, Cookie:$Version=1; cookie1=cookie1;, OPERATION:GETCOOKIES 05-24-2024 13:10:02: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:02: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:02: TRACE: [WIRE] - << Content-Length: 38 05-24-2024 13:10:02: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:02: TRACE: [WIRE] - << $version=1;cookie1=cookie1 ;GETCOOKIES 05-24-2024 13:10:02: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getcookies 05-24-2024 13:10:02: TRACE: [WIRE] - >> Accept:*/*, Cookie:$Version=1; coookkkie99=coookkkie99;, OPERATION:GETCOOKIES 05-24-2024 13:10:02: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:02: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:02: TRACE: [WIRE] - << Content-Length: 46 05-24-2024 13:10:02: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:02: TRACE: [WIRE] - << $version=1;coookkkie99=coookkkie99 ;GETCOOKIES 05-24-2024 13:10:02: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getcookies 05-24-2024 13:10:02: TRACE: [WIRE] - >> Accept:*/*, Cookie:$Version=1; cookiiieee999=cookiiieee999;, OPERATION:GETCOOKIES 05-24-2024 13:10:02: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:02: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:02: TRACE: [WIRE] - << Content-Length: 50 05-24-2024 13:10:02: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:02: TRACE: [WIRE] - << $version=1;cookiiieee999=cookiiieee999 ;GETCOOKIES 05-24-2024 13:10:02:STARTING TEST : getCookiesTest() 05-24-2024 13:10:02:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getcookies' to target server at 'localhost:8080' 05-24-2024 13:10:02:############################### 05-24-2024 13:10:02:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getcookies' to target server at 'localhost:8080' 05-24-2024 13:10:02:############################### 05-24-2024 13:10:02:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getcookies' to target server at 'localhost:8080' 05-24-2024 13:10:02:############################### 05-24-2024 13:10:02:FINISHED TEST : getCookiesTest() 05-24-2024 13:10:02:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:02: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/hasentity 05-24-2024 13:10:02: TRACE: [WIRE] - >> Accept:*/*, OPERATION:HASENTITY 05-24-2024 13:10:02: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:02: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:02: TRACE: [WIRE] - << Content-Length: 15 05-24-2024 13:10:02: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:02: TRACE: [WIRE] - << false;HASENTITY 05-24-2024 13:10:02:STARTING TEST : hasEntityWhenNoEntityTest() 05-24-2024 13:10:02:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/hasentity' to target server at 'localhost:8080' 05-24-2024 13:10:02:############################### 05-24-2024 13:10:02:FINISHED TEST : hasEntityWhenNoEntityTest() 05-24-2024 13:10:02:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:02: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getentitystream 05-24-2024 13:10:02: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETENTITYSTREAM, Content-Type:*/* 05-24-2024 13:10:02: TRACE: [WIRE] - >> EnTiTyStReAmTeSt 05-24-2024 13:10:02: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:02: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:02: TRACE: [WIRE] - << Content-Length: 32 05-24-2024 13:10:02: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:02: TRACE: [WIRE] - << EnTiTyStReAmTeSt;GETENTITYSTREAM 05-24-2024 13:10:02:STARTING TEST : getEntityStreamTest() 05-24-2024 13:10:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getentitystream' to target server at 'localhost:8080' 05-24-2024 13:10:02:############################### 05-24-2024 13:10:02:[Request] Adding entity: EnTiTyStReAmTeSt 05-24-2024 13:10:02:FINISHED TEST : getEntityStreamTest() 05-24-2024 13:10:02:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:02: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getacceptablelanguagesisreadonly 05-24-2024 13:10:02: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETACCEPTABLELANGUAGESISREADONLY, Accept-Language:da, en-gb;q=0.6, en-us;q=0.7 05-24-2024 13:10:02: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:02: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:02: TRACE: [WIRE] - << Content-Length: 48 05-24-2024 13:10:02: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:02: TRACE: [WIRE] - << da en-us en-gb ;GETACCEPTABLELANGUAGESISREADONLY 05-24-2024 13:10:02:STARTING TEST : getAcceptableLanguagesIsReadOnlyTest() 05-24-2024 13:10:02:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getacceptablelanguagesisreadonly' to target server at 'localhost:8080' 05-24-2024 13:10:02:############################### 05-24-2024 13:10:02:FINISHED TEST : getAcceptableLanguagesIsReadOnlyTest() [INFO] Tests run: 39, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.291 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-24-2024 13:10:03:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:03: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_resourceinfo_web/resource/method 05-24-2024 13:10:03: TRACE: [WIRE] - >> Accept:*/* 05-24-2024 13:10:03: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:03: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:03: TRACE: [WIRE] - << Content-Length: 17 05-24-2024 13:10:03: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:03: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:03: TRACE: [WIRE] - << getResourceMethod 05-24-2024 13:10:03:STARTING TEST : getResourceMethodTest() 05-24-2024 13:10:03:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_resourceinfo_web/resource/method' to target server at 'localhost:8080' 05-24-2024 13:10:03:############################### 05-24-2024 13:10:03:Found expected resource method name 05-24-2024 13:10:03:FINISHED TEST : getResourceMethodTest() 05-24-2024 13:10:03:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:04: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_resourceinfo_web/resource/clazz 05-24-2024 13:10:04: TRACE: [WIRE] - >> Accept:*/* 05-24-2024 13:10:04: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:04: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:04: TRACE: [WIRE] - << Content-Length: 58 05-24-2024 13:10:04: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:04: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:04: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.ee.rs.container.resourceinfo.Resource 05-24-2024 13:10:03:STARTING TEST : getResourceClassTest() 05-24-2024 13:10:03:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_resourceinfo_web/resource/clazz' to target server at 'localhost:8080' 05-24-2024 13:10:03:############################### 05-24-2024 13:10:04:Found expected resource class name 05-24-2024 13:10:04:FINISHED TEST : getResourceClassTest() [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.17 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-24-2024 13:10:05:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:05: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstringheaders 05-24-2024 13:10:05: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:05: TRACE: [WIRE] - >> commaSeparated 05-24-2024 13:10:05: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:05: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:05: TRACE: [WIRE] - << OPERATION: GETSTRINGHEADERS 05-24-2024 13:10:05: TRACE: [WIRE] - << HEADER: ResponseFilterEntity,ResponseFilterEntity 05-24-2024 13:10:05: TRACE: [WIRE] - << Content-Length: 42 05-24-2024 13:10:05: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:05: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:05: TRACE: [WIRE] - << responsefilterentity responsefilterentity 05-24-2024 13:10:05:STARTING TEST : getStringsHeaderMoreItemsTest() 05-24-2024 13:10:05:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstringheaders' to target server at 'localhost:8080' 05-24-2024 13:10:05:############################### 05-24-2024 13:10:05:[Request] Adding entity: commaSeparated 05-24-2024 13:10:05:FINISHED TEST : getStringsHeaderMoreItemsTest() 05-24-2024 13:10:05:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:05: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentityannotations 05-24-2024 13:10:05: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:05: TRACE: [WIRE] - >> false 05-24-2024 13:10:05: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:05: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:05: TRACE: [WIRE] - << OPERATION: GETENTITYANNOTATIONS 05-24-2024 13:10:05: TRACE: [WIRE] - << Content-Length: 38 05-24-2024 13:10:05: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:05: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:05: TRACE: [WIRE] - << jakarta.ws.rs.post jakarta.ws.rs.path 05-24-2024 13:10:05:STARTING TEST : getEntityAnnotationsWhenNoAnnotationsTest() 05-24-2024 13:10:05:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentityannotations' to target server at 'localhost:8080' 05-24-2024 13:10:05:############################### 05-24-2024 13:10:05:[Request] Adding entity: false 05-24-2024 13:10:05:FINISHED TEST : getEntityAnnotationsWhenNoAnnotationsTest() 05-24-2024 13:10:05:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:05: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentity 05-24-2024 13:10:05: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:05: TRACE: [WIRE] - >> ee.jakarta.tck.ws.rs.ee.rs.container.responsecontext.JAXRSClientITentity 05-24-2024 13:10:05: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:05: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:05: TRACE: [WIRE] - << OPERATION: GETENTITY 05-24-2024 13:10:05: TRACE: [WIRE] - << Content-Length: 144 05-24-2024 13:10:05: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:05: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:05: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.ee.rs.container.responsecontext.JAXRSClientITentityee.jakarta.tck.ws.rs.ee.rs.container.responsecontext.JAXRSClientITentity 05-24-2024 13:10:05:STARTING TEST : getEntityTest() 05-24-2024 13:10:05:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentity' to target server at 'localhost:8080' 05-24-2024 13:10:05:############################### 05-24-2024 13:10:05:[Request] Adding entity: ee.jakarta.tck.ws.rs.ee.rs.container.responsecontext.JAXRSClientITentity 05-24-2024 13:10:05:FINISHED TEST : getEntityTest() 05-24-2024 13:10:05:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:05: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getdate 05-24-2024 13:10:05: TRACE: [WIRE] - >> Accept:*/* 05-24-2024 13:10:05: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:05: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:05: TRACE: [WIRE] - << OPERATION: GETDATE 05-24-2024 13:10:05: TRACE: [WIRE] - << Content-Length: 1 05-24-2024 13:10:05: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:05: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:05: TRACE: [WIRE] - << 0 05-24-2024 13:10:05:STARTING TEST : getDateIsNullTest() 05-24-2024 13:10:05:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getdate' to target server at 'localhost:8080' 05-24-2024 13:10:05:############################### 05-24-2024 13:10:05:FINISHED TEST : getDateIsNullTest() 05-24-2024 13:10:05:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:05: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlinks 05-24-2024 13:10:05: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:05: TRACE: [WIRE] - >> http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource;html://localhost:8080/nohttp 05-24-2024 13:10:05: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:05: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:05: TRACE: [WIRE] - << OPERATION: GETLINKS 05-24-2024 13:10:05: TRACE: [WIRE] - << Content-Length: 105 05-24-2024 13:10:05: TRACE: [WIRE] - << Link: , 05-24-2024 13:10:05: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:05: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:05: TRACE: [WIRE] - << ; 05-24-2024 13:10:05:STARTING TEST : getLinksTest() 05-24-2024 13:10:05:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlinks' to target server at 'localhost:8080' 05-24-2024 13:10:05:############################### 05-24-2024 13:10:05:[Request] Adding entity: http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource;html://localhost:8080/nohttp 05-24-2024 13:10:05:FINISHED TEST : getLinksTest() 05-24-2024 13:10:05:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:05: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstringbeanruntime 05-24-2024 13:10:05: TRACE: [WIRE] - >> Accept:*/* 05-24-2024 13:10:05: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:05: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:05: TRACE: [WIRE] - << OPERATION: SETSTRINGBEANRUNTIME 05-24-2024 13:10:05: TRACE: [WIRE] - << Content-Length: 0 05-24-2024 13:10:05: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:05: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstringheaders 05-24-2024 13:10:05: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:05: TRACE: [WIRE] - >> headerDelegate 05-24-2024 13:10:05: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:05: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:05: TRACE: [WIRE] - << OPERATION: GETSTRINGHEADERS 05-24-2024 13:10:05: TRACE: [WIRE] - << HEADER: ResponseFilterEntity 05-24-2024 13:10:05: TRACE: [WIRE] - << Content-Length: 20 05-24-2024 13:10:05: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:05: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:05: TRACE: [WIRE] - << ResponseFilterEntity 05-24-2024 13:10:05: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setoriginalruntime 05-24-2024 13:10:05: TRACE: [WIRE] - >> Accept:*/* 05-24-2024 13:10:05: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:05: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:05: TRACE: [WIRE] - << OPERATION: SETORIGINALRUNTIME 05-24-2024 13:10:05: TRACE: [WIRE] - << Content-Length: 0 05-24-2024 13:10:05: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:05:STARTING TEST : getStringHeadersUsesHeaderDelegateTest() 05-24-2024 13:10:05:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstringbeanruntime' to target server at 'localhost:8080' 05-24-2024 13:10:05:############################### 05-24-2024 13:10:05:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstringheaders' to target server at 'localhost:8080' 05-24-2024 13:10:05:############################### 05-24-2024 13:10:05:[Request] Adding entity: headerDelegate 05-24-2024 13:10:05:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setoriginalruntime' to target server at 'localhost:8080' 05-24-2024 13:10:05:############################### 05-24-2024 13:10:05:FINISHED TEST : getStringHeadersUsesHeaderDelegateTest() 05-24-2024 13:10:05:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:05: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlinkbuilder 05-24-2024 13:10:05: TRACE: [WIRE] - >> Accept:*/* 05-24-2024 13:10:05: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:05: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:05: TRACE: [WIRE] - << OPERATION: GETLINKBUILDER 05-24-2024 13:10:05: TRACE: [WIRE] - << Content-Length: 4 05-24-2024 13:10:05: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:05: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:05: TRACE: [WIRE] - << NULL 05-24-2024 13:10:05:STARTING TEST : getLinkBuilderWhenNoLinkTest() 05-24-2024 13:10:05:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlinkbuilder' to target server at 'localhost:8080' 05-24-2024 13:10:05:############################### 05-24-2024 13:10:05:FINISHED TEST : getLinkBuilderWhenNoLinkTest() 05-24-2024 13:10:05:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:05: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentityclass 05-24-2024 13:10:05: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:05: TRACE: [WIRE] - >> bytearray 05-24-2024 13:10:05: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:05: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:05: TRACE: [WIRE] - << OPERATION: GETENTITYCLASS 05-24-2024 13:10:05: TRACE: [WIRE] - << Content-Length: 2 05-24-2024 13:10:05: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:05: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:05: TRACE: [WIRE] - << [B 05-24-2024 13:10:05:STARTING TEST : getEntityClassByteArrayTest() 05-24-2024 13:10:05:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentityclass' to target server at 'localhost:8080' 05-24-2024 13:10:05:############################### 05-24-2024 13:10:05:[Request] Adding entity: bytearray 05-24-2024 13:10:05:FINISHED TEST : getEntityClassByteArrayTest() 05-24-2024 13:10:05:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:05: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstringheaders 05-24-2024 13:10:05: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:05: TRACE: [WIRE] - >> EnTITY 05-24-2024 13:10:05: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:05: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:05: TRACE: [WIRE] - << OPERATION: GETSTRINGHEADERS 05-24-2024 13:10:05: TRACE: [WIRE] - << HEADER: EnTITY 05-24-2024 13:10:05: TRACE: [WIRE] - << Content-Length: 6 05-24-2024 13:10:05: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:05: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:05: TRACE: [WIRE] - << EnTITY 05-24-2024 13:10:05:STARTING TEST : getStringHeadersTest() 05-24-2024 13:10:05:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstringheaders' to target server at 'localhost:8080' 05-24-2024 13:10:05:############################### 05-24-2024 13:10:05:[Request] Adding entity: EnTITY 05-24-2024 13:10:05:FINISHED TEST : getStringHeadersTest() 05-24-2024 13:10:05:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:05: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getmediatype 05-24-2024 13:10:05: TRACE: [WIRE] - >> Accept:*/* 05-24-2024 13:10:05: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:05: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:05: TRACE: [WIRE] - << OPERATION: GETMEDIATYPE 05-24-2024 13:10:05: TRACE: [WIRE] - << Content-Length: 4 05-24-2024 13:10:05: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:05: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:05: TRACE: [WIRE] - << NULL 05-24-2024 13:10:05:STARTING TEST : getMediaTypeWhenNoMediaTypeTest() 05-24-2024 13:10:05:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getmediatype' to target server at 'localhost:8080' 05-24-2024 13:10:05:############################### 05-24-2024 13:10:05:FINISHED TEST : getMediaTypeWhenNoMediaTypeTest() 05-24-2024 13:10:05:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:05: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlinks 05-24-2024 13:10:05: TRACE: [WIRE] - >> Accept:*/* 05-24-2024 13:10:05: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:05: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:05: TRACE: [WIRE] - << OPERATION: GETLINKS 05-24-2024 13:10:05: TRACE: [WIRE] - << Content-Length: 4 05-24-2024 13:10:05: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:05: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:05: TRACE: [WIRE] - << NULL 05-24-2024 13:10:05:STARTING TEST : getLinksWhenNoLinkTest() 05-24-2024 13:10:05:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlinks' to target server at 'localhost:8080' 05-24-2024 13:10:05:############################### 05-24-2024 13:10:05:FINISHED TEST : getLinksWhenNoLinkTest() 05-24-2024 13:10:05:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:05: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getmediatype 05-24-2024 13:10:05: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:05: TRACE: [WIRE] - >> application/svg+xml 05-24-2024 13:10:05: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:05: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:05: TRACE: [WIRE] - << OPERATION: GETMEDIATYPE 05-24-2024 13:10:05: TRACE: [WIRE] - << Content-Length: 19 05-24-2024 13:10:05: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:05: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:05: TRACE: [WIRE] - << application/svg+xml 05-24-2024 13:10:05:STARTING TEST : getMediaTypeTest() 05-24-2024 13:10:05:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getmediatype' to target server at 'localhost:8080' 05-24-2024 13:10:05:############################### 05-24-2024 13:10:05:[Request] Adding entity: application/svg+xml 05-24-2024 13:10:05:FINISHED TEST : getMediaTypeTest() 05-24-2024 13:10:05:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:05: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentityannotations 05-24-2024 13:10:05: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:05: TRACE: [WIRE] - >> true 05-24-2024 13:10:05: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:05: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:05: TRACE: [WIRE] - << OPERATION: GETENTITYANNOTATIONS 05-24-2024 13:10:05: TRACE: [WIRE] - << Content-Length: 93 05-24-2024 13:10:05: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:05: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:05: TRACE: [WIRE] - << jakarta.ws.rs.post jakarta.ws.rs.path jakarta.ws.rs.ext.provider jakarta.annotation.priority 05-24-2024 13:10:05:STARTING TEST : getEntityAnnotationsTest() 05-24-2024 13:10:05:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentityannotations' to target server at 'localhost:8080' 05-24-2024 13:10:05:############################### 05-24-2024 13:10:05:[Request] Adding entity: true 05-24-2024 13:10:05:FINISHED TEST : getEntityAnnotationsTest() 05-24-2024 13:10:05:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:05: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlink 05-24-2024 13:10:05: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:05: TRACE: [WIRE] - >> http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource 05-24-2024 13:10:05: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:05: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:05: TRACE: [WIRE] - << OPERATION: GETLINK 05-24-2024 13:10:05: TRACE: [WIRE] - << Content-Length: 72 05-24-2024 13:10:05: TRACE: [WIRE] - << Link: ; rel="relation" 05-24-2024 13:10:05: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:05: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:05: TRACE: [WIRE] - << http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource 05-24-2024 13:10:05:STARTING TEST : getLinkTest() 05-24-2024 13:10:05:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlink' to target server at 'localhost:8080' 05-24-2024 13:10:05:############################### 05-24-2024 13:10:05:[Request] Adding entity: http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource 05-24-2024 13:10:05:FINISHED TEST : getLinkTest() 05-24-2024 13:10:05:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:05: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setentity 05-24-2024 13:10:05: TRACE: [WIRE] - >> Accept:*/* 05-24-2024 13:10:05: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:05: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:05: TRACE: [WIRE] - << OPERATION: SETENTITY 05-24-2024 13:10:05: TRACE: [WIRE] - << Content-Length: 20 05-24-2024 13:10:05: TRACE: [WIRE] - << Content-Type: application/svg+xml 05-24-2024 13:10:05: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:05: TRACE: [WIRE] - << ResponseFilterEntity 05-24-2024 13:10:05:STARTING TEST : setEntityTest() 05-24-2024 13:10:05:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setentity' to target server at 'localhost:8080' 05-24-2024 13:10:05:############################### 05-24-2024 13:10:05:FINISHED TEST : setEntityTest() 05-24-2024 13:10:05:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:05: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/hasentity 05-24-2024 13:10:05: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:05:STARTING TEST : hasEntityTest() 05-24-2024 13:10:05:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/hasentity' to target server at 'localhost:8080' 05-24-2024 13:10:05:############################### 05-24-2024 13:10:05:[Request] Adding entity: ResponseFilterEntity 05-24-2024 13:10:05: TRACE: [WIRE] - >> ResponseFilterEntity 05-24-2024 13:10:05: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:05: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:05: TRACE: [WIRE] - << OPERATION: HASENTITY 05-24-2024 13:10:05: TRACE: [WIRE] - << Content-Length: 4 05-24-2024 13:10:05: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:05: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:05: TRACE: [WIRE] - << true 05-24-2024 13:10:05:FINISHED TEST : hasEntityTest() 05-24-2024 13:10:05:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:05: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheadersismutable 05-24-2024 13:10:05: TRACE: [WIRE] - >> Accept:*/* 05-24-2024 13:10:05: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:05: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:05: TRACE: [WIRE] - << OPERATION: GETHEADERSISMUTABLE 05-24-2024 13:10:05: TRACE: [WIRE] - << HEADER: HEADER 05-24-2024 13:10:05: TRACE: [WIRE] - << Content-Length: 24 05-24-2024 13:10:05: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:05: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:05: TRACE: [WIRE] - << HEADER found as expected 05-24-2024 13:10:05:STARTING TEST : getHeadersIsMutableTest() 05-24-2024 13:10:05:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheadersismutable' to target server at 'localhost:8080' 05-24-2024 13:10:05:############################### 05-24-2024 13:10:05:FINISHED TEST : getHeadersIsMutableTest() 05-24-2024 13:10:05:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:05: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/haslink 05-24-2024 13:10:05: TRACE: [WIRE] - >> Accept:*/* 05-24-2024 13:10:05: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:05: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:05: TRACE: [WIRE] - << OPERATION: HASLINK 05-24-2024 13:10:05: TRACE: [WIRE] - << Content-Length: 5 05-24-2024 13:10:05: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:05: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:05: TRACE: [WIRE] - << false 05-24-2024 13:10:05:STARTING TEST : hasLinkWhenNoLinkTest() 05-24-2024 13:10:05:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/haslink' to target server at 'localhost:8080' 05-24-2024 13:10:05:############################### 05-24-2024 13:10:05:FINISHED TEST : hasLinkWhenNoLinkTest() 05-24-2024 13:10:05:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:05: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlanguage 05-24-2024 13:10:05: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:05: TRACE: [WIRE] - >> fr-ca 05-24-2024 13:10:05: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:05: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:05: TRACE: [WIRE] - << OPERATION: GETLANGUAGE 05-24-2024 13:10:05: TRACE: [WIRE] - << Content-Length: 5 05-24-2024 13:10:05: TRACE: [WIRE] - << Content-Language: fr-ca 05-24-2024 13:10:05: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:05: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:05: TRACE: [WIRE] - << fr_CA 05-24-2024 13:10:05:STARTING TEST : getLanguageTest() 05-24-2024 13:10:05:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlanguage' to target server at 'localhost:8080' 05-24-2024 13:10:05:############################### 05-24-2024 13:10:05:[Request] Adding entity: fr-ca 05-24-2024 13:10:05:FINISHED TEST : getLanguageTest() 05-24-2024 13:10:05:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:05: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstringheaders 05-24-2024 13:10:05: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:05: TRACE: [WIRE] - >> toString 05-24-2024 13:10:05: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:05: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:05: TRACE: [WIRE] - << OPERATION: GETSTRINGHEADERS 05-24-2024 13:10:05: TRACE: [WIRE] - << HEADER: ResponseFilterEntity 05-24-2024 13:10:05: TRACE: [WIRE] - << Content-Length: 20 05-24-2024 13:10:05: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:05: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:05: TRACE: [WIRE] - << ResponseFilterEntity 05-24-2024 13:10:05:STARTING TEST : getStringHeadersUsesToStringMethodTest() 05-24-2024 13:10:05:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstringheaders' to target server at 'localhost:8080' 05-24-2024 13:10:05:############################### 05-24-2024 13:10:05:[Request] Adding entity: toString 05-24-2024 13:10:05:FINISHED TEST : getStringHeadersUsesToStringMethodTest() 05-24-2024 13:10:05:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:05: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getdate 05-24-2024 13:10:05: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:05: TRACE: [WIRE] - >> 1716556205000 05-24-2024 13:10:05: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:05: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:05: TRACE: [WIRE] - << OPERATION: GETDATE 05-24-2024 13:10:05: TRACE: [WIRE] - << Content-Length: 13 05-24-2024 13:10:05: TRACE: [WIRE] - << Date: Fri, 24 May 2024 13:10:05 GMT 05-24-2024 13:10:05: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:05: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:05: TRACE: [WIRE] - << 1716556205000 05-24-2024 13:10:05:STARTING TEST : getDateTest() 05-24-2024 13:10:05:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getdate' to target server at 'localhost:8080' 05-24-2024 13:10:05:############################### 05-24-2024 13:10:05:[Request] Adding entity: 1716556205000 05-24-2024 13:10:05:FINISHED TEST : getDateTest() 05-24-2024 13:10:05:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:05: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getcookiesisreadonly 05-24-2024 13:10:05: TRACE: [WIRE] - >> Accept:*/* 05-24-2024 13:10:05: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:05: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:05: TRACE: [WIRE] - << OPERATION: GETCOOKIESISREADONLY 05-24-2024 13:10:05: TRACE: [WIRE] - << Content-Length: 35 05-24-2024 13:10:05: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:05: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:05: TRACE: [WIRE] - << getCookies is read-only as expected 05-24-2024 13:10:05:STARTING TEST : getCookiesIsReadOnlyTest() 05-24-2024 13:10:05:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getcookiesisreadonly' to target server at 'localhost:8080' 05-24-2024 13:10:05:############################### 05-24-2024 13:10:05:FINISHED TEST : getCookiesIsReadOnlyTest() 05-24-2024 13:10:05:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:05: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlanguage 05-24-2024 13:10:05: TRACE: [WIRE] - >> Accept:*/* 05-24-2024 13:10:05: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:05: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:05: TRACE: [WIRE] - << OPERATION: GETLANGUAGE 05-24-2024 13:10:05: TRACE: [WIRE] - << Content-Length: 4 05-24-2024 13:10:05: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:05: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:05: TRACE: [WIRE] - << NULL 05-24-2024 13:10:05:STARTING TEST : getLanguageIsNullTest() 05-24-2024 13:10:05:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlanguage' to target server at 'localhost:8080' 05-24-2024 13:10:05:############################### 05-24-2024 13:10:05:FINISHED TEST : getLanguageIsNullTest() 05-24-2024 13:10:05:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:05: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheaderstringoperation 05-24-2024 13:10:05: TRACE: [WIRE] - >> Accept:*/* 05-24-2024 13:10:05: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:05: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:05: TRACE: [WIRE] - << OPERATION: GETHEADERSTRINGOPERATION 05-24-2024 13:10:05: TRACE: [WIRE] - << Content-Length: 24 05-24-2024 13:10:05: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:05: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:05: TRACE: [WIRE] - << GETHEADERSTRINGOPERATION 05-24-2024 13:10:05:STARTING TEST : getHeaderStringTest() 05-24-2024 13:10:05:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheaderstringoperation' to target server at 'localhost:8080' 05-24-2024 13:10:05:############################### 05-24-2024 13:10:05:FINISHED TEST : getHeaderStringTest() 05-24-2024 13:10:05:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:05:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:06: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/haslink 05-24-2024 13:10:06: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:06: TRACE: [WIRE] - >> http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource 05-24-2024 13:10:06: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:06: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:06: TRACE: [WIRE] - << OPERATION: HASLINK 05-24-2024 13:10:06: TRACE: [WIRE] - << Content-Length: 4 05-24-2024 13:10:06: TRACE: [WIRE] - << Link: ; rel="relation" 05-24-2024 13:10:06: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:06: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:06: TRACE: [WIRE] - << true 05-24-2024 13:10:05:STARTING TEST : hasLinkTest() 05-24-2024 13:10:05:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/haslink' to target server at 'localhost:8080' 05-24-2024 13:10:05:############################### 05-24-2024 13:10:06:[Request] Adding entity: http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource 05-24-2024 13:10:06:FINISHED TEST : hasLinkTest() 05-24-2024 13:10:06:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:06: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getallowedmethods 05-24-2024 13:10:06: TRACE: [WIRE] - >> Accept:*/* 05-24-2024 13:10:06: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:06: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:06: TRACE: [WIRE] - << OPERATION: GETALLOWEDMETHODS 05-24-2024 13:10:06: TRACE: [WIRE] - << Content-Length: 14 05-24-2024 13:10:06: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:06: TRACE: [WIRE] - << Allow: TRACE,OPTIONS 05-24-2024 13:10:06: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:06: TRACE: [WIRE] - << trace options 05-24-2024 13:10:06:STARTING TEST : getAllowedMethodsTest() 05-24-2024 13:10:06:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getallowedmethods' to target server at 'localhost:8080' 05-24-2024 13:10:06:############################### 05-24-2024 13:10:06:FINISHED TEST : getAllowedMethodsTest() 05-24-2024 13:10:06:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:06: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 05-24-2024 13:10:06: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:06: TRACE: [WIRE] - >> 200 05-24-2024 13:10:06: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:06: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:06: TRACE: [WIRE] - << OPERATION: GETSTATUS 05-24-2024 13:10:06: TRACE: [WIRE] - << Content-Length: 3 05-24-2024 13:10:06: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:06: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:06: TRACE: [WIRE] - << 200 05-24-2024 13:10:06: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 05-24-2024 13:10:06: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:06: TRACE: [WIRE] - >> 201 05-24-2024 13:10:06: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:06: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:06: TRACE: [WIRE] - << OPERATION: GETSTATUS 05-24-2024 13:10:06: TRACE: [WIRE] - << Content-Length: 3 05-24-2024 13:10:06: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:06: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:06: TRACE: [WIRE] - << 201 05-24-2024 13:10:06: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 05-24-2024 13:10:06: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:06: TRACE: [WIRE] - >> 202 05-24-2024 13:10:06: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:06: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:06: TRACE: [WIRE] - << OPERATION: GETSTATUS 05-24-2024 13:10:06: TRACE: [WIRE] - << Content-Length: 3 05-24-2024 13:10:06: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:06: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:06: TRACE: [WIRE] - << 202 05-24-2024 13:10:06: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 05-24-2024 13:10:06: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:06: TRACE: [WIRE] - >> 204 05-24-2024 13:10:06: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:06: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:06: TRACE: [WIRE] - << OPERATION: GETSTATUS 05-24-2024 13:10:06: TRACE: [WIRE] - << Content-Length: 3 05-24-2024 13:10:06: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:06: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:06: TRACE: [WIRE] - << 204 05-24-2024 13:10:06: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 05-24-2024 13:10:06: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:06: TRACE: [WIRE] - >> 205 05-24-2024 13:10:06: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:06: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:06: TRACE: [WIRE] - << OPERATION: GETSTATUS 05-24-2024 13:10:06: TRACE: [WIRE] - << Content-Length: 3 05-24-2024 13:10:06: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:06: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:06: TRACE: [WIRE] - << 205 05-24-2024 13:10:06: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 05-24-2024 13:10:06: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:06: TRACE: [WIRE] - >> 206 05-24-2024 13:10:06: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:06: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:06: TRACE: [WIRE] - << OPERATION: GETSTATUS 05-24-2024 13:10:06: TRACE: [WIRE] - << Content-Length: 3 05-24-2024 13:10:06: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:06: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:06: TRACE: [WIRE] - << 206 05-24-2024 13:10:06: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 05-24-2024 13:10:06: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:06: TRACE: [WIRE] - >> 300 05-24-2024 13:10:06: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:06: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:06: TRACE: [WIRE] - << OPERATION: GETSTATUS 05-24-2024 13:10:06: TRACE: [WIRE] - << Content-Length: 3 05-24-2024 13:10:06: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:06: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:06: TRACE: [WIRE] - << 300 05-24-2024 13:10:06: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 05-24-2024 13:10:06: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:06: TRACE: [WIRE] - >> 301 05-24-2024 13:10:06: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:06: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:06: TRACE: [WIRE] - << OPERATION: GETSTATUS 05-24-2024 13:10:06: TRACE: [WIRE] - << Content-Length: 3 05-24-2024 13:10:06: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:06: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:06: TRACE: [WIRE] - << 301 05-24-2024 13:10:06: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 05-24-2024 13:10:06: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:06: TRACE: [WIRE] - >> 302 05-24-2024 13:10:06: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:06: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:06: TRACE: [WIRE] - << OPERATION: GETSTATUS 05-24-2024 13:10:06: TRACE: [WIRE] - << Content-Length: 3 05-24-2024 13:10:06: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:06: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:06: TRACE: [WIRE] - << 302 05-24-2024 13:10:06: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 05-24-2024 13:10:06: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:06: TRACE: [WIRE] - >> 303 05-24-2024 13:10:06: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:06: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:06: TRACE: [WIRE] - << OPERATION: GETSTATUS 05-24-2024 13:10:06: TRACE: [WIRE] - << Content-Length: 3 05-24-2024 13:10:06: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:06: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:06: TRACE: [WIRE] - << 303 05-24-2024 13:10:06: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 05-24-2024 13:10:06: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:06: TRACE: [WIRE] - >> 304 05-24-2024 13:10:06: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:06: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:06: TRACE: [WIRE] - << OPERATION: GETSTATUS 05-24-2024 13:10:06: TRACE: [WIRE] - << Content-Length: 3 05-24-2024 13:10:06: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:06: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:06: TRACE: [WIRE] - << 304 05-24-2024 13:10:06: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 05-24-2024 13:10:06: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:06: TRACE: [WIRE] - >> 305 05-24-2024 13:10:06: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:06: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:06: TRACE: [WIRE] - << OPERATION: GETSTATUS 05-24-2024 13:10:06: TRACE: [WIRE] - << Content-Length: 3 05-24-2024 13:10:06: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:06: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:06: TRACE: [WIRE] - << 305 05-24-2024 13:10:06: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 05-24-2024 13:10:06: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:06: TRACE: [WIRE] - >> 307 05-24-2024 13:10:06: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:06: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:06: TRACE: [WIRE] - << OPERATION: GETSTATUS 05-24-2024 13:10:06: TRACE: [WIRE] - << Content-Length: 3 05-24-2024 13:10:06: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:06: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:06: TRACE: [WIRE] - << 307 05-24-2024 13:10:06: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 05-24-2024 13:10:06: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:06: TRACE: [WIRE] - >> 308 05-24-2024 13:10:06: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:06: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:06: TRACE: [WIRE] - << OPERATION: GETSTATUS 05-24-2024 13:10:06: TRACE: [WIRE] - << Content-Length: 3 05-24-2024 13:10:06: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:06: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:06: TRACE: [WIRE] - << 308 05-24-2024 13:10:06: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 05-24-2024 13:10:06: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:06: TRACE: [WIRE] - >> 400 05-24-2024 13:10:06: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:06: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:06: TRACE: [WIRE] - << OPERATION: GETSTATUS 05-24-2024 13:10:06: TRACE: [WIRE] - << Content-Length: 3 05-24-2024 13:10:06: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:06: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:06: TRACE: [WIRE] - << 400 05-24-2024 13:10:06: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 05-24-2024 13:10:06: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:06: TRACE: [WIRE] - >> 401 05-24-2024 13:10:06: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:06: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:06: TRACE: [WIRE] - << OPERATION: GETSTATUS 05-24-2024 13:10:06: TRACE: [WIRE] - << Content-Length: 3 05-24-2024 13:10:06: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:06: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:06: TRACE: [WIRE] - << 401 05-24-2024 13:10:06: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 05-24-2024 13:10:06: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:06: TRACE: [WIRE] - >> 402 05-24-2024 13:10:06: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:06: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:06: TRACE: [WIRE] - << OPERATION: GETSTATUS 05-24-2024 13:10:06: TRACE: [WIRE] - << Content-Length: 3 05-24-2024 13:10:06: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:06: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:06: TRACE: [WIRE] - << 402 05-24-2024 13:10:06: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 05-24-2024 13:10:06: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:06: TRACE: [WIRE] - >> 403 05-24-2024 13:10:06: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:06: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:06: TRACE: [WIRE] - << OPERATION: GETSTATUS 05-24-2024 13:10:06: TRACE: [WIRE] - << Content-Length: 3 05-24-2024 13:10:06: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:06: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:06: TRACE: [WIRE] - << 403 05-24-2024 13:10:06: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 05-24-2024 13:10:06: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:06: TRACE: [WIRE] - >> 404 05-24-2024 13:10:06: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:06: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:06: TRACE: [WIRE] - << OPERATION: GETSTATUS 05-24-2024 13:10:06: TRACE: [WIRE] - << Content-Length: 3 05-24-2024 13:10:06: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:06: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:06: TRACE: [WIRE] - << 404 05-24-2024 13:10:06: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 05-24-2024 13:10:06: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:06: TRACE: [WIRE] - >> 405 05-24-2024 13:10:06: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:06: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:06: TRACE: [WIRE] - << OPERATION: GETSTATUS 05-24-2024 13:10:06: TRACE: [WIRE] - << Content-Length: 3 05-24-2024 13:10:06: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:06: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:06: TRACE: [WIRE] - << 405 05-24-2024 13:10:06: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 05-24-2024 13:10:06: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:06: TRACE: [WIRE] - >> 406 05-24-2024 13:10:06: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:06: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:06: TRACE: [WIRE] - << OPERATION: GETSTATUS 05-24-2024 13:10:06: TRACE: [WIRE] - << Content-Length: 3 05-24-2024 13:10:06: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:06: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:06: TRACE: [WIRE] - << 406 05-24-2024 13:10:06: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 05-24-2024 13:10:06: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:06: TRACE: [WIRE] - >> 407 05-24-2024 13:10:06: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:06: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:06: TRACE: [WIRE] - << OPERATION: GETSTATUS 05-24-2024 13:10:06: TRACE: [WIRE] - << Content-Length: 3 05-24-2024 13:10:06: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:06: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:06: TRACE: [WIRE] - << 407 05-24-2024 13:10:06: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 05-24-2024 13:10:06: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:06: TRACE: [WIRE] - >> 408 05-24-2024 13:10:06: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:06: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:06: TRACE: [WIRE] - << OPERATION: GETSTATUS 05-24-2024 13:10:06: TRACE: [WIRE] - << Content-Length: 3 05-24-2024 13:10:06: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:06: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:06: TRACE: [WIRE] - << 408 05-24-2024 13:10:06: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 05-24-2024 13:10:06: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:06: TRACE: [WIRE] - >> 409 05-24-2024 13:10:06: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:06: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:06: TRACE: [WIRE] - << OPERATION: GETSTATUS 05-24-2024 13:10:06: TRACE: [WIRE] - << Content-Length: 3 05-24-2024 13:10:06: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:06: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:06: TRACE: [WIRE] - << 409 05-24-2024 13:10:06: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 05-24-2024 13:10:06: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:06: TRACE: [WIRE] - >> 410 05-24-2024 13:10:06: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:06: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:06: TRACE: [WIRE] - << OPERATION: GETSTATUS 05-24-2024 13:10:06: TRACE: [WIRE] - << Content-Length: 3 05-24-2024 13:10:06: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:06: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:06: TRACE: [WIRE] - << 410 05-24-2024 13:10:06: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 05-24-2024 13:10:06: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:06: TRACE: [WIRE] - >> 411 05-24-2024 13:10:06: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:06: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:06: TRACE: [WIRE] - << OPERATION: GETSTATUS 05-24-2024 13:10:06: TRACE: [WIRE] - << Content-Length: 3 05-24-2024 13:10:06: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:06: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:06: TRACE: [WIRE] - << 411 05-24-2024 13:10:06: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 05-24-2024 13:10:06: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:06: TRACE: [WIRE] - >> 412 05-24-2024 13:10:06: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:06: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:06: TRACE: [WIRE] - << OPERATION: GETSTATUS 05-24-2024 13:10:06: TRACE: [WIRE] - << Content-Length: 3 05-24-2024 13:10:06: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:06: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:06: TRACE: [WIRE] - << 412 05-24-2024 13:10:06: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 05-24-2024 13:10:06: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:06: TRACE: [WIRE] - >> 413 05-24-2024 13:10:06: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:06: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:06: TRACE: [WIRE] - << OPERATION: GETSTATUS 05-24-2024 13:10:06: TRACE: [WIRE] - << Content-Length: 3 05-24-2024 13:10:06: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:06: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:06: TRACE: [WIRE] - << 413 05-24-2024 13:10:06: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 05-24-2024 13:10:06: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:06: TRACE: [WIRE] - >> 414 05-24-2024 13:10:06: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:06: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:06: TRACE: [WIRE] - << OPERATION: GETSTATUS 05-24-2024 13:10:06: TRACE: [WIRE] - << Content-Length: 3 05-24-2024 13:10:06: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:06: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:06: TRACE: [WIRE] - << 414 05-24-2024 13:10:06: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 05-24-2024 13:10:06: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:06: TRACE: [WIRE] - >> 415 05-24-2024 13:10:06: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:06: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:06: TRACE: [WIRE] - << OPERATION: GETSTATUS 05-24-2024 13:10:06: TRACE: [WIRE] - << Content-Length: 3 05-24-2024 13:10:06: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:06: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:06: TRACE: [WIRE] - << 415 05-24-2024 13:10:06: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 05-24-2024 13:10:06: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:06: TRACE: [WIRE] - >> 416 05-24-2024 13:10:06: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:06: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:06: TRACE: [WIRE] - << OPERATION: GETSTATUS 05-24-2024 13:10:06: TRACE: [WIRE] - << Content-Length: 3 05-24-2024 13:10:06: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:06: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:06: TRACE: [WIRE] - << 416 05-24-2024 13:10:06:STARTING TEST : getStatusTest() 05-24-2024 13:10:06:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-24-2024 13:10:06:############################### 05-24-2024 13:10:06:[Request] Adding entity: 200 05-24-2024 13:10:06:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-24-2024 13:10:06:############################### 05-24-2024 13:10:06:[Request] Adding entity: 201 05-24-2024 13:10:06:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-24-2024 13:10:06:############################### 05-24-2024 13:10:06:[Request] Adding entity: 202 05-24-2024 13:10:06:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-24-2024 13:10:06:############################### 05-24-2024 13:10:06:[Request] Adding entity: 204 05-24-2024 13:10:06:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-24-2024 13:10:06:############################### 05-24-2024 13:10:06:[Request] Adding entity: 205 05-24-2024 13:10:06:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-24-2024 13:10:06:############################### 05-24-2024 13:10:06:[Request] Adding entity: 206 05-24-2024 13:10:06:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-24-2024 13:10:06:############################### 05-24-2024 13:10:06:[Request] Adding entity: 300 05-24-2024 13:10:06:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-24-2024 13:10:06:############################### 05-24-2024 13:10:06:[Request] Adding entity: 301 05-24-2024 13:10:06:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-24-2024 13:10:06:############################### 05-24-2024 13:10:06:[Request] Adding entity: 302 05-24-2024 13:10:06:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-24-2024 13:10:06:############################### 05-24-2024 13:10:06:[Request] Adding entity: 303 05-24-2024 13:10:06:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-24-2024 13:10:06:############################### 05-24-2024 13:10:06:[Request] Adding entity: 304 05-24-2024 13:10:06:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-24-2024 13:10:06:############################### 05-24-2024 13:10:06:[Request] Adding entity: 305 05-24-2024 13:10:06:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-24-2024 13:10:06:############################### 05-24-2024 13:10:06:[Request] Adding entity: 307 05-24-2024 13:10:06:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-24-2024 13:10:06:############################### 05-24-2024 13:10:06:[Request] Adding entity: 308 05-24-2024 13:10:06:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-24-2024 13:10:06:############################### 05-24-2024 13:10:06:[Request] Adding entity: 400 05-24-2024 13:10:06:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-24-2024 13:10:06:############################### 05-24-2024 13:10:06:[Request] Adding entity: 401 05-24-2024 13:10:06:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-24-2024 13:10:06:############################### 05-24-2024 13:10:06:[Request] Adding entity: 402 05-24-2024 13:10:06:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-24-2024 13:10:06:############################### 05-24-2024 13:10:06:[Request] Adding entity: 403 05-24-2024 13:10:06:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-24-2024 13:10:06:############################### 05-24-2024 13:10:06:[Request] Adding entity: 404 05-24-2024 13:10:06:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-24-2024 13:10:06:############################### 05-24-2024 13:10:06:[Request] Adding entity: 405 05-24-2024 13:10:06:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-24-2024 13:10:06:############################### 05-24-2024 13:10:06:[Request] Adding entity: 406 05-24-2024 13:10:06:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-24-2024 13:10:06:############################### 05-24-2024 13:10:06:[Request] Adding entity: 407 05-24-2024 13:10:06:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-24-2024 13:10:06:############################### 05-24-2024 13:10:06:[Request] Adding entity: 408 05-24-2024 13:10:06:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-24-2024 13:10:06:############################### 05-24-2024 13:10:06:[Request] Adding entity: 409 05-24-2024 13:10:06:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-24-2024 13:10:06:############################### 05-24-2024 13:10:06:[Request] Adding entity: 410 05-24-2024 13:10:06:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-24-2024 13:10:06:############################### 05-24-2024 13:10:06:[Request] Adding entity: 411 05-24-2024 13:10:06:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-24-2024 13:10:06:############################### 05-24-2024 13:10:06:[Request] Adding entity: 412 05-24-2024 13:10:06:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-24-2024 13:10:06:############################### 05-24-2024 13:10:06:[Request] Adding entity: 413 05-24-2024 13:10:06:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-24-2024 13:10:06:############################### 05-24-2024 13:10:06:[Request] Adding entity: 414 05-24-2024 13:10:06:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-24-2024 13:10:06:############################### 05-24-2024 13:10:06:[Request] Adding entity: 415 05-24-2024 13:10:06:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-24-2024 13:10:06:############################### 05-24-2024 13:10:06:[Request] Adding entity: 416 05-24-2024 13:10:06:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-24-2024 13:10:06:############################### 05-24-2024 13:10:06: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 05-24-2024 13:10:06: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:06: TRACE: [WIRE] - >> 417 05-24-2024 13:10:06: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:06: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:06: TRACE: [WIRE] - << OPERATION: GETSTATUS 05-24-2024 13:10:06: TRACE: [WIRE] - << Content-Length: 3 05-24-2024 13:10:06: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:06: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:06: TRACE: [WIRE] - << 417 05-24-2024 13:10:06:[Request] Adding entity: 417 05-24-2024 13:10:06:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-24-2024 13:10:06:############################### 05-24-2024 13:10:06:[Request] Adding entity: 428 05-24-2024 13:10:06: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 05-24-2024 13:10:06: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:06: TRACE: [WIRE] - >> 428 05-24-2024 13:10:06: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:06: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:06: TRACE: [WIRE] - << OPERATION: GETSTATUS 05-24-2024 13:10:06: TRACE: [WIRE] - << Content-Length: 3 05-24-2024 13:10:06: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:06: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:06: TRACE: [WIRE] - << 428 05-24-2024 13:10:06:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-24-2024 13:10:06:############################### 05-24-2024 13:10:06:[Request] Adding entity: 42905-24-2024 13:10:06: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 05-24-2024 13:10:06: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:06: TRACE: [WIRE] - >> 429 05-24-2024 13:10:06: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:06: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:06: TRACE: [WIRE] - << OPERATION: GETSTATUS 05-24-2024 13:10:06: TRACE: [WIRE] - << Content-Length: 3 05-24-2024 13:10:06: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:06: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:06: TRACE: [WIRE] - << 429 05-24-2024 13:10:06:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-24-2024 13:10:06:############################### 05-24-2024 13:10:06: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 05-24-2024 13:10:06: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:06:[Request] Adding entity: 431 05-24-2024 13:10:06: TRACE: [WIRE] - >> 431 05-24-2024 13:10:06: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:06: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:06: TRACE: [WIRE] - << OPERATION: GETSTATUS 05-24-2024 13:10:06: TRACE: [WIRE] - << Content-Length: 3 05-24-2024 13:10:06: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:06: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:06: TRACE: [WIRE] - << 431 05-24-2024 13:10:06:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-24-2024 13:10:06:###############################05-24-2024 13:10:06: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 05-24-2024 13:10:06:[Request] Adding entity: 451 05-24-2024 13:10:06: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:06: TRACE: [WIRE] - >> 451 05-24-2024 13:10:06: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:06: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:06: TRACE: [WIRE] - << OPERATION: GETSTATUS 05-24-2024 13:10:06: TRACE: [WIRE] - << Content-Length: 3 05-24-2024 13:10:06: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:06: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:06: TRACE: [WIRE] - << 451 05-24-2024 13:10:06:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-24-2024 13:10:06:############################### 05-24-2024 13:10:06:[Request] Adding entity: 500 05-24-2024 13:10:06: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 05-24-2024 13:10:06: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:06: TRACE: [WIRE] - >> 500 05-24-2024 13:10:06: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:06: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:06: TRACE: [WIRE] - << OPERATION: GETSTATUS 05-24-2024 13:10:06: TRACE: [WIRE] - << Content-Length: 3 05-24-2024 13:10:06: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:06: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:06: TRACE: [WIRE] - << 500 05-24-2024 13:10:06:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-24-2024 13:10:06: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 05-24-2024 13:10:06: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:06:############################### 05-24-2024 13:10:06:[Request] Adding entity: 501 05-24-2024 13:10:06: TRACE: [WIRE] - >> 501 05-24-2024 13:10:06: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:06: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:06: TRACE: [WIRE] - << OPERATION: GETSTATUS 05-24-2024 13:10:06: TRACE: [WIRE] - << Content-Length: 3 05-24-2024 13:10:06: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:06: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:06: TRACE: [WIRE] - << 501 05-24-2024 13:10:06: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 05-24-2024 13:10:06: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:06: TRACE: [WIRE] - >> 502 05-24-2024 13:10:06:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-24-2024 13:10:06:############################### 05-24-2024 13:10:06:[Request] Adding entity: 502 05-24-2024 13:10:06: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:06: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:06: TRACE: [WIRE] - << OPERATION: GETSTATUS 05-24-2024 13:10:06: TRACE: [WIRE] - << Content-Length: 3 05-24-2024 13:10:06: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:06: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:06: TRACE: [WIRE] - << 502 05-24-2024 13:10:07: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 05-24-2024 13:10:07: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:07: TRACE: [WIRE] - >> 503 05-24-2024 13:10:07: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:07: TRACE: [WIRE] - << OPERATION: GETSTATUS 05-24-2024 13:10:07: TRACE: [WIRE] - << Content-Length: 3 05-24-2024 13:10:07: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:07: TRACE: [WIRE] - << 503 05-24-2024 13:10:06:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-24-2024 13:10:06:############################### 05-24-2024 13:10:07:[Request] Adding entity: 503 05-24-2024 13:10:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-24-2024 13:10:07:############################### 05-24-2024 13:10:07: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 05-24-2024 13:10:07: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:07: TRACE: [WIRE] - >> 504 05-24-2024 13:10:07: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:07: TRACE: [WIRE] - << OPERATION: GETSTATUS 05-24-2024 13:10:07: TRACE: [WIRE] - << Content-Length: 3 05-24-2024 13:10:07: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:07: TRACE: [WIRE] - << 504 05-24-2024 13:10:07: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 05-24-2024 13:10:07: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:07: TRACE: [WIRE] - >> 505 05-24-2024 13:10:07: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:07: TRACE: [WIRE] - << OPERATION: GETSTATUS 05-24-2024 13:10:07: TRACE: [WIRE] - << Content-Length: 3 05-24-2024 13:10:07:[Request] Adding entity: 504 05-24-2024 13:10:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-24-2024 13:10:07:############################### 05-24-2024 13:10:07:[Request] Adding entity: 505 05-24-2024 13:10:07: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:07: TRACE: [WIRE] - << 505 05-24-2024 13:10:07: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus 05-24-2024 13:10:07: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:07: TRACE: [WIRE] - >> 511 05-24-2024 13:10:07: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:07: TRACE: [WIRE] - << OPERATION: GETSTATUS 05-24-2024 13:10:07: TRACE: [WIRE] - << Content-Length: 3 05-24-2024 13:10:07: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-24-2024 13:10:07:############################### 05-24-2024 13:10:07:[Request] Adding entity: 511 05-24-2024 13:10:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:07: TRACE: [WIRE] - << 511 05-24-2024 13:10:07:FINISHED TEST : getStatusTest() 05-24-2024 13:10:07:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:07: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheaderstringheader 05-24-2024 13:10:07: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:07: TRACE: [WIRE] - >> commaSeparated 05-24-2024 13:10:07: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:07: TRACE: [WIRE] - << OPERATION: GETHEADERSTRINGHEADER 05-24-2024 13:10:07: TRACE: [WIRE] - << HEADER: ResponseFilterEntity,ResponseFilterEntity 05-24-2024 13:10:07: TRACE: [WIRE] - << Content-Length: 41 05-24-2024 13:10:07: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:07: TRACE: [WIRE] - << ResponseFilterEntity,ResponseFilterEntity 05-24-2024 13:10:07:STARTING TEST : getHeaderStringHeaderIsCommaSepearatedTest() 05-24-2024 13:10:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheaderstringheader' to target server at 'localhost:8080' 05-24-2024 13:10:07:############################### 05-24-2024 13:10:07:[Request] Adding entity: commaSeparated 05-24-2024 13:10:07:FINISHED TEST : getHeaderStringHeaderIsCommaSepearatedTest() 05-24-2024 13:10:07:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:07: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlength 05-24-2024 13:10:07: TRACE: [WIRE] - >> Accept:*/* 05-24-2024 13:10:07: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:07: TRACE: [WIRE] - << OPERATION: GETLENGTH 05-24-2024 13:10:07: TRACE: [WIRE] - << Content-Length: 2 05-24-2024 13:10:07: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:07: TRACE: [WIRE] - << -1 05-24-2024 13:10:07:STARTING TEST : getLengthWhenNoEntityTest() 05-24-2024 13:10:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlength' to target server at 'localhost:8080' 05-24-2024 13:10:07:############################### 05-24-2024 13:10:07:FINISHED TEST : getLengthWhenNoEntityTest() 05-24-2024 13:10:07:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:07: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentityclass 05-24-2024 13:10:07: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:07: TRACE: [WIRE] - >> inputstream 05-24-2024 13:10:07: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:07: TRACE: [WIRE] - << OPERATION: GETENTITYCLASS 05-24-2024 13:10:07: TRACE: [WIRE] - << Content-Length: 28 05-24-2024 13:10:07: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:07: TRACE: [WIRE] - << java.io.ByteArrayInputStream 05-24-2024 13:10:07:STARTING TEST : getEntityClassInputStreamTest() 05-24-2024 13:10:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentityclass' to target server at 'localhost:8080' 05-24-2024 13:10:07:############################### 05-24-2024 13:10:07:[Request] Adding entity: inputstream 05-24-2024 13:10:07:FINISHED TEST : getEntityClassInputStreamTest() 05-24-2024 13:10:07:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:07: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstringbeanruntime 05-24-2024 13:10:07: TRACE: [WIRE] - >> Accept:*/* 05-24-2024 13:10:07: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:07: TRACE: [WIRE] - << OPERATION: SETSTRINGBEANRUNTIME 05-24-2024 13:10:07: TRACE: [WIRE] - << Content-Length: 0 05-24-2024 13:10:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:07: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheaderstringheader 05-24-2024 13:10:07: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:07: TRACE: [WIRE] - >> headerDelegate 05-24-2024 13:10:07: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:07: TRACE: [WIRE] - << OPERATION: GETHEADERSTRINGHEADER 05-24-2024 13:10:07: TRACE: [WIRE] - << HEADER: ResponseFilterEntity 05-24-2024 13:10:07: TRACE: [WIRE] - << Content-Length: 20 05-24-2024 13:10:07: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:07: TRACE: [WIRE] - << ResponseFilterEntity 05-24-2024 13:10:07: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setoriginalruntime 05-24-2024 13:10:07: TRACE: [WIRE] - >> Accept:*/* 05-24-2024 13:10:07: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:07: TRACE: [WIRE] - << OPERATION: SETORIGINALRUNTIME 05-24-2024 13:10:07: TRACE: [WIRE] - << Content-Length: 0 05-24-2024 13:10:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:07:STARTING TEST : getHeaderStringHeaderUsesHeaderDelegateTest() 05-24-2024 13:10:07:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstringbeanruntime' to target server at 'localhost:8080' 05-24-2024 13:10:07:############################### 05-24-2024 13:10:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheaderstringheader' to target server at 'localhost:8080' 05-24-2024 13:10:07:############################### 05-24-2024 13:10:07:[Request] Adding entity: headerDelegate 05-24-2024 13:10:07:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setoriginalruntime' to target server at 'localhost:8080' 05-24-2024 13:10:07:############################### 05-24-2024 13:10:07:FINISHED TEST : getHeaderStringHeaderUsesHeaderDelegateTest() 05-24-2024 13:10:07:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:07: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheaderstringheader 05-24-2024 13:10:07: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:07: TRACE: [WIRE] - >> null 05-24-2024 13:10:07: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:07: TRACE: [WIRE] - << OPERATION: GETHEADERSTRINGHEADER 05-24-2024 13:10:07: TRACE: [WIRE] - << Content-Length: 4 05-24-2024 13:10:07: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:07: TRACE: [WIRE] - << NULL 05-24-2024 13:10:07:STARTING TEST : getHeaderStringHeaderIsNullTest() 05-24-2024 13:10:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheaderstringheader' to target server at 'localhost:8080' 05-24-2024 13:10:07:############################### 05-24-2024 13:10:07:[Request] Adding entity: null 05-24-2024 13:10:07:FINISHED TEST : getHeaderStringHeaderIsNullTest() 05-24-2024 13:10:07:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:07: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlastmodified 05-24-2024 13:10:07: TRACE: [WIRE] - >> Accept:*/* 05-24-2024 13:10:07: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:07: TRACE: [WIRE] - << OPERATION: GETLASTMODIFIED 05-24-2024 13:10:07: TRACE: [WIRE] - << Content-Length: 4 05-24-2024 13:10:07: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:07: TRACE: [WIRE] - << NULL 05-24-2024 13:10:07:STARTING TEST : getLastModifiedIsNullTest() 05-24-2024 13:10:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlastmodified' to target server at 'localhost:8080' 05-24-2024 13:10:07:############################### 05-24-2024 13:10:07:FINISHED TEST : getLastModifiedIsNullTest() 05-24-2024 13:10:07:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:07: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentitytype 05-24-2024 13:10:07: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:07: TRACE: [WIRE] - >> inputstream 05-24-2024 13:10:07: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:07: TRACE: [WIRE] - << OPERATION: GETENTITYTYPE 05-24-2024 13:10:07: TRACE: [WIRE] - << Content-Length: 28 05-24-2024 13:10:07: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:07: TRACE: [WIRE] - << java.io.ByteArrayInputStream 05-24-2024 13:10:07:STARTING TEST : getEntityTypeInputStreamTest() 05-24-2024 13:10:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentitytype' to target server at 'localhost:8080' 05-24-2024 13:10:07:############################### 05-24-2024 13:10:07:[Request] Adding entity: inputstream 05-24-2024 13:10:07:FINISHED TEST : getEntityTypeInputStreamTest() 05-24-2024 13:10:07:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:07: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentitytag 05-24-2024 13:10:07: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:07: TRACE: [WIRE] - >> ResponseFilterEntity 05-24-2024 13:10:07: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:07: TRACE: [WIRE] - << ETag: "ResponseFilterEntity" 05-24-2024 13:10:07: TRACE: [WIRE] - << OPERATION: GETENTITYTAG 05-24-2024 13:10:07: TRACE: [WIRE] - << Content-Length: 20 05-24-2024 13:10:07: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:07: TRACE: [WIRE] - << ResponseFilterEntity 05-24-2024 13:10:07:STARTING TEST : getEntityTagTest() 05-24-2024 13:10:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentitytag' to target server at 'localhost:8080' 05-24-2024 13:10:07:############################### 05-24-2024 13:10:07:[Request] Adding entity: ResponseFilterEntity 05-24-2024 13:10:07:FINISHED TEST : getEntityTagTest() 05-24-2024 13:10:07:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:07:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:07: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentity 05-24-2024 13:10:07: TRACE: [WIRE] - >> Accept:*/* 05-24-2024 13:10:07: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:07: TRACE: [WIRE] - << OPERATION: GETENTITY 05-24-2024 13:10:07: TRACE: [WIRE] - << Content-Length: 4 05-24-2024 13:10:07: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:07: TRACE: [WIRE] - << NULL 05-24-2024 13:10:07:STARTING TEST : getEntityIsNullTest() 05-24-2024 13:10:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentity' to target server at 'localhost:8080' 05-24-2024 13:10:07:############################### 05-24-2024 13:10:07:FINISHED TEST : getEntityIsNullTest() 05-24-2024 13:10:07:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:07: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheaders 05-24-2024 13:10:07: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:07: TRACE: [WIRE] - >> header 05-24-2024 13:10:07: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:07: TRACE: [WIRE] - << header4: header 05-24-2024 13:10:07: TRACE: [WIRE] - << header3: header 05-24-2024 13:10:07: TRACE: [WIRE] - << header2: header 05-24-2024 13:10:07: TRACE: [WIRE] - << header1: header 05-24-2024 13:10:07: TRACE: [WIRE] - << header0: header 05-24-2024 13:10:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:07: TRACE: [WIRE] - << OPERATION: GETHEADERS 05-24-2024 13:10:07: TRACE: [WIRE] - << Content-Length: 50 05-24-2024 13:10:07: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:07: TRACE: [WIRE] - << operation header0 header1 header2 header3 header4 05-24-2024 13:10:07:STARTING TEST : getHeadersTest() 05-24-2024 13:10:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheaders' to target server at 'localhost:8080' 05-24-2024 13:10:07:############################### 05-24-2024 13:10:07:[Request] Adding entity: header 05-24-2024 13:10:07:FINISHED TEST : getHeadersTest() 05-24-2024 13:10:07:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:07: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentityclass 05-24-2024 13:10:07: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:07: TRACE: [WIRE] - >> string 05-24-2024 13:10:07: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:07: TRACE: [WIRE] - << OPERATION: GETENTITYCLASS 05-24-2024 13:10:07: TRACE: [WIRE] - << Content-Length: 16 05-24-2024 13:10:07: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:07: TRACE: [WIRE] - << java.lang.String 05-24-2024 13:10:07:STARTING TEST : getEntityClassStringTest() 05-24-2024 13:10:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentityclass' to target server at 'localhost:8080' 05-24-2024 13:10:07:############################### 05-24-2024 13:10:07:[Request] Adding entity: string 05-24-2024 13:10:07:FINISHED TEST : getEntityClassStringTest() 05-24-2024 13:10:07:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:07: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 05-24-2024 13:10:07: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:07: TRACE: [WIRE] - >> 200 05-24-2024 13:10:07: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:07: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 05-24-2024 13:10:07: TRACE: [WIRE] - << Content-Length: 3 05-24-2024 13:10:07: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:07: TRACE: [WIRE] - << 200 05-24-2024 13:10:07: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 05-24-2024 13:10:07: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:07: TRACE: [WIRE] - >> 201 05-24-2024 13:10:07: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:07: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 05-24-2024 13:10:07: TRACE: [WIRE] - << Content-Length: 3 05-24-2024 13:10:07: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:07: TRACE: [WIRE] - << 201 05-24-2024 13:10:07: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 05-24-2024 13:10:07: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:07: TRACE: [WIRE] - >> 202 05-24-2024 13:10:07: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:07: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 05-24-2024 13:10:07: TRACE: [WIRE] - << Content-Length: 3 05-24-2024 13:10:07: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:07: TRACE: [WIRE] - << 202 05-24-2024 13:10:07: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 05-24-2024 13:10:07: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:07: TRACE: [WIRE] - >> 204 05-24-2024 13:10:07: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:07: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 05-24-2024 13:10:07: TRACE: [WIRE] - << Content-Length: 3 05-24-2024 13:10:07: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:07: TRACE: [WIRE] - << 204 05-24-2024 13:10:07: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 05-24-2024 13:10:07: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:07: TRACE: [WIRE] - >> 205 05-24-2024 13:10:07: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:07: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 05-24-2024 13:10:07: TRACE: [WIRE] - << Content-Length: 3 05-24-2024 13:10:07: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:07: TRACE: [WIRE] - << 205 05-24-2024 13:10:07:STARTING TEST : getStatusInfoTest() 05-24-2024 13:10:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-24-2024 13:10:07:############################### 05-24-2024 13:10:07:[Request] Adding entity: 200 05-24-2024 13:10:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-24-2024 13:10:07:############################### 05-24-2024 13:10:07:[Request] Adding entity: 201 05-24-2024 13:10:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-24-2024 13:10:07:############################### 05-24-2024 13:10:07:[Request] Adding entity: 202 05-24-2024 13:10:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-24-2024 13:10:07:############################### 05-24-2024 13:10:07:[Request] Adding entity: 204 05-24-2024 13:10:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-24-2024 13:10:07:############################### 05-24-2024 13:10:07:[Request] Adding entity: 205 05-24-2024 13:10:07: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 05-24-2024 13:10:07: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:07: TRACE: [WIRE] - >> 206 05-24-2024 13:10:07: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:07: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 05-24-2024 13:10:07: TRACE: [WIRE] - << Content-Length: 3 05-24-2024 13:10:07: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:07: TRACE: [WIRE] - << 206 05-24-2024 13:10:07: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 05-24-2024 13:10:07: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:07: TRACE: [WIRE] - >> 300 05-24-2024 13:10:07: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:07: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 05-24-2024 13:10:07: TRACE: [WIRE] - << Content-Length: 3 05-24-2024 13:10:07: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:07: TRACE: [WIRE] - << 300 05-24-2024 13:10:07: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 05-24-2024 13:10:07: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:07: TRACE: [WIRE] - >> 301 05-24-2024 13:10:07: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:07: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 05-24-2024 13:10:07: TRACE: [WIRE] - << Content-Length: 3 05-24-2024 13:10:07: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:07: TRACE: [WIRE] - << 301 05-24-2024 13:10:07: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 05-24-2024 13:10:07: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:07: TRACE: [WIRE] - >> 302 05-24-2024 13:10:07: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:07: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 05-24-2024 13:10:07: TRACE: [WIRE] - << Content-Length: 3 05-24-2024 13:10:07: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:07: TRACE: [WIRE] - << 302 05-24-2024 13:10:07: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 05-24-2024 13:10:07: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:07: TRACE: [WIRE] - >> 303 05-24-2024 13:10:07: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:07: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 05-24-2024 13:10:07: TRACE: [WIRE] - << Content-Length: 3 05-24-2024 13:10:07: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:07: TRACE: [WIRE] - << 303 05-24-2024 13:10:07: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 05-24-2024 13:10:07: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:07: TRACE: [WIRE] - >> 304 05-24-2024 13:10:07: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:07: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 05-24-2024 13:10:07: TRACE: [WIRE] - << Content-Length: 3 05-24-2024 13:10:07: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:07: TRACE: [WIRE] - << 304 05-24-2024 13:10:07: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 05-24-2024 13:10:07: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:07: TRACE: [WIRE] - >> 305 05-24-2024 13:10:07: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:07: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 05-24-2024 13:10:07: TRACE: [WIRE] - << Content-Length: 3 05-24-2024 13:10:07: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:07: TRACE: [WIRE] - << 305 05-24-2024 13:10:07: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 05-24-2024 13:10:07: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:07: TRACE: [WIRE] - >> 307 05-24-2024 13:10:07: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:07: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 05-24-2024 13:10:07: TRACE: [WIRE] - << Content-Length: 3 05-24-2024 13:10:07: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:07: TRACE: [WIRE] - << 307 05-24-2024 13:10:07: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 05-24-2024 13:10:07: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:07: TRACE: [WIRE] - >> 308 05-24-2024 13:10:07: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:07: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 05-24-2024 13:10:07: TRACE: [WIRE] - << Content-Length: 3 05-24-2024 13:10:07: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:07: TRACE: [WIRE] - << 308 05-24-2024 13:10:07: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 05-24-2024 13:10:07: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:07: TRACE: [WIRE] - >> 400 05-24-2024 13:10:07: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:07: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 05-24-2024 13:10:07: TRACE: [WIRE] - << Content-Length: 3 05-24-2024 13:10:07: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:07: TRACE: [WIRE] - << 400 05-24-2024 13:10:07: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 05-24-2024 13:10:07: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:07: TRACE: [WIRE] - >> 401 05-24-2024 13:10:07: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:07: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 05-24-2024 13:10:07: TRACE: [WIRE] - << Content-Length: 3 05-24-2024 13:10:07: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:07: TRACE: [WIRE] - << 401 05-24-2024 13:10:07: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 05-24-2024 13:10:07: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:07: TRACE: [WIRE] - >> 402 05-24-2024 13:10:07: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:07: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 05-24-2024 13:10:07: TRACE: [WIRE] - << Content-Length: 3 05-24-2024 13:10:07: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:07: TRACE: [WIRE] - << 402 05-24-2024 13:10:07: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 05-24-2024 13:10:07: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:07: TRACE: [WIRE] - >> 403 05-24-2024 13:10:07: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:07: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 05-24-2024 13:10:07: TRACE: [WIRE] - << Content-Length: 3 05-24-2024 13:10:07: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:07: TRACE: [WIRE] - << 403 05-24-2024 13:10:07: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 05-24-2024 13:10:07: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:07: TRACE: [WIRE] - >> 404 05-24-2024 13:10:07: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:07: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 05-24-2024 13:10:07: TRACE: [WIRE] - << Content-Length: 3 05-24-2024 13:10:07: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:07: TRACE: [WIRE] - << 404 05-24-2024 13:10:07: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 05-24-2024 13:10:07: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:07: TRACE: [WIRE] - >> 405 05-24-2024 13:10:07: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:07: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 05-24-2024 13:10:07: TRACE: [WIRE] - << Content-Length: 3 05-24-2024 13:10:07: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:07: TRACE: [WIRE] - << 405 05-24-2024 13:10:07: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 05-24-2024 13:10:07: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:07: TRACE: [WIRE] - >> 406 05-24-2024 13:10:07: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:07: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 05-24-2024 13:10:07: TRACE: [WIRE] - << Content-Length: 3 05-24-2024 13:10:07: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:07: TRACE: [WIRE] - << 406 05-24-2024 13:10:07: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 05-24-2024 13:10:07: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:07: TRACE: [WIRE] - >> 407 05-24-2024 13:10:07: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:07: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 05-24-2024 13:10:07: TRACE: [WIRE] - << Content-Length: 3 05-24-2024 13:10:07: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:07: TRACE: [WIRE] - << 407 05-24-2024 13:10:08: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 05-24-2024 13:10:08: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:08: TRACE: [WIRE] - >> 408 05-24-2024 13:10:08: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:08: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 05-24-2024 13:10:08: TRACE: [WIRE] - << Content-Length: 3 05-24-2024 13:10:08: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:08: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:08: TRACE: [WIRE] - << 408 05-24-2024 13:10:08: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 05-24-2024 13:10:08: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:08: TRACE: [WIRE] - >> 409 05-24-2024 13:10:08: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:08: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 05-24-2024 13:10:08: TRACE: [WIRE] - << Content-Length: 3 05-24-2024 13:10:08: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:08: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:08: TRACE: [WIRE] - << 409 05-24-2024 13:10:08: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 05-24-2024 13:10:08: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:08: TRACE: [WIRE] - >> 410 05-24-2024 13:10:08: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:08: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 05-24-2024 13:10:08: TRACE: [WIRE] - << Content-Length: 3 05-24-2024 13:10:08: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:08: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:08: TRACE: [WIRE] - << 410 05-24-2024 13:10:08: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 05-24-2024 13:10:08: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:08: TRACE: [WIRE] - >> 411 05-24-2024 13:10:08: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:08: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 05-24-2024 13:10:08: TRACE: [WIRE] - << Content-Length: 3 05-24-2024 13:10:08: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:08: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:08: TRACE: [WIRE] - << 411 05-24-2024 13:10:08: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 05-24-2024 13:10:08: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:08: TRACE: [WIRE] - >> 412 05-24-2024 13:10:08: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:08: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 05-24-2024 13:10:08: TRACE: [WIRE] - << Content-Length: 3 05-24-2024 13:10:08: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:08: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:08: TRACE: [WIRE] - << 412 05-24-2024 13:10:08: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 05-24-2024 13:10:08: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:08: TRACE: [WIRE] - >> 413 05-24-2024 13:10:08: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:08: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 05-24-2024 13:10:08: TRACE: [WIRE] - << Content-Length: 3 05-24-2024 13:10:08: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:08: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:08: TRACE: [WIRE] - << 413 05-24-2024 13:10:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-24-2024 13:10:07:############################### 05-24-2024 13:10:07:[Request] Adding entity: 206 05-24-2024 13:10:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-24-2024 13:10:07:############################### 05-24-2024 13:10:07:[Request] Adding entity: 300 05-24-2024 13:10:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-24-2024 13:10:07:############################### 05-24-2024 13:10:07:[Request] Adding entity: 301 05-24-2024 13:10:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-24-2024 13:10:07:############################### 05-24-2024 13:10:07:[Request] Adding entity: 302 05-24-2024 13:10:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-24-2024 13:10:07:############################### 05-24-2024 13:10:07:[Request] Adding entity: 303 05-24-2024 13:10:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-24-2024 13:10:07:############################### 05-24-2024 13:10:07:[Request] Adding entity: 304 05-24-2024 13:10:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-24-2024 13:10:07:############################### 05-24-2024 13:10:07:[Request] Adding entity: 305 05-24-2024 13:10:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-24-2024 13:10:07:############################### 05-24-2024 13:10:07:[Request] Adding entity: 307 05-24-2024 13:10:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-24-2024 13:10:07:############################### 05-24-2024 13:10:07:[Request] Adding entity: 308 05-24-2024 13:10:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-24-2024 13:10:07:############################### 05-24-2024 13:10:07:[Request] Adding entity: 400 05-24-2024 13:10:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-24-2024 13:10:07:############################### 05-24-2024 13:10:07:[Request] Adding entity: 401 05-24-2024 13:10:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-24-2024 13:10:07:############################### 05-24-2024 13:10:07:[Request] Adding entity: 402 05-24-2024 13:10:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-24-2024 13:10:07:############################### 05-24-2024 13:10:07:[Request] Adding entity: 403 05-24-2024 13:10:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-24-2024 13:10:07:############################### 05-24-2024 13:10:07:[Request] Adding entity: 404 05-24-2024 13:10:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-24-2024 13:10:07:############################### 05-24-2024 13:10:07:[Request] Adding entity: 405 05-24-2024 13:10:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-24-2024 13:10:07:############################### 05-24-2024 13:10:07:[Request] Adding entity: 406 05-24-2024 13:10:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-24-2024 13:10:07:############################### 05-24-2024 13:10:07:[Request] Adding entity: 407 05-24-2024 13:10:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-24-2024 13:10:07:############################### 05-24-2024 13:10:08:[Request] Adding entity: 408 05-24-2024 13:10:08:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-24-2024 13:10:08:############################### 05-24-2024 13:10:08:[Request] Adding entity: 409 05-24-2024 13:10:08:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-24-2024 13:10:08:############################### 05-24-2024 13:10:08:[Request] Adding entity: 410 05-24-2024 13:10:08:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-24-2024 13:10:08:############################### 05-24-2024 13:10:08:[Request] Adding entity: 411 05-24-2024 13:10:08:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-24-2024 13:10:08:############################### 05-24-2024 13:10:08:[Request] Adding entity: 412 05-24-2024 13:10:08:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-24-2024 13:10:08:############################### 05-24-2024 13:10:08:[Request] Adding entity: 413 05-24-2024 13:10:08: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 05-24-2024 13:10:08: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:08: TRACE: [WIRE] - >> 414 05-24-2024 13:10:08: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:08: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 05-24-2024 13:10:08: TRACE: [WIRE] - << Content-Length: 3 05-24-2024 13:10:08: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:08: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:08: TRACE: [WIRE] - << 414 05-24-2024 13:10:08: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 05-24-2024 13:10:08: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:08: TRACE: [WIRE] - >> 415 05-24-2024 13:10:08: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:08: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 05-24-2024 13:10:08: TRACE: [WIRE] - << Content-Length: 3 05-24-2024 13:10:08: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:08: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:08: TRACE: [WIRE] - << 415 05-24-2024 13:10:08: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 05-24-2024 13:10:08: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:08: TRACE: [WIRE] - >> 416 05-24-2024 13:10:08: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:08: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 05-24-2024 13:10:08: TRACE: [WIRE] - << Content-Length: 3 05-24-2024 13:10:08: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:08:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-24-2024 13:10:08:############################### 05-24-2024 13:10:08:[Request] Adding entity: 414 05-24-2024 13:10:08:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-24-2024 13:10:08:############################### 05-24-2024 13:10:08:[Request] Adding entity: 415 05-24-2024 13:10:08:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-24-2024 13:10:08:############################### 05-24-2024 13:10:08:[Request] Adding entity: 416 05-24-2024 13:10:08: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:08: TRACE: [WIRE] - << 416 05-24-2024 13:10:08: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 05-24-2024 13:10:08: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:08: TRACE: [WIRE] - >> 417 05-24-2024 13:10:08: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:08: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 05-24-2024 13:10:08: TRACE: [WIRE] - << Content-Length: 3 05-24-2024 13:10:08: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:08: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:08: TRACE: [WIRE] - << 417 05-24-2024 13:10:08: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 05-24-2024 13:10:08: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:08: TRACE: [WIRE] - >> 428 05-24-2024 13:10:08: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:08: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 05-24-2024 13:10:08: TRACE: [WIRE] - << Content-Length: 3 05-24-2024 13:10:08: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:08: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:08: TRACE: [WIRE] - << 428 05-24-2024 13:10:08:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-24-2024 13:10:08:############################### 05-24-2024 13:10:08:[Request] Adding entity: 417 05-24-2024 13:10:08:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-24-2024 13:10:08:############################### 05-24-2024 13:10:08:[Request] Adding entity: 428 05-24-2024 13:10:08: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 05-24-2024 13:10:08: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:08: TRACE: [WIRE] - >> 429 05-24-2024 13:10:08: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:08:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-24-2024 13:10:08:############################### 05-24-2024 13:10:08:[Request] Adding entity: 429 05-24-2024 13:10:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:08: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 05-24-2024 13:10:08: TRACE: [WIRE] - << Content-Length: 3 05-24-2024 13:10:08: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:08: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:08: TRACE: [WIRE] - << 429 05-24-2024 13:10:08: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 05-24-2024 13:10:08: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:08: TRACE: [WIRE] - >> 431 05-24-2024 13:10:08: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:08: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 05-24-2024 13:10:08: TRACE: [WIRE] - << Content-Length: 3 05-24-2024 13:10:08: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:08: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:08: TRACE: [WIRE] - << 431 05-24-2024 13:10:08:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-24-2024 13:10:08:############################### 05-24-2024 13:10:08:[Request] Adding entity: 431 05-24-2024 13:10:08: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 05-24-2024 13:10:08: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:08: TRACE: [WIRE] - >> 451 05-24-2024 13:10:08: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:08: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 05-24-2024 13:10:08: TRACE: [WIRE] - << Content-Length: 3 05-24-2024 13:10:08: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:08: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:08: TRACE: [WIRE] - << 451 05-24-2024 13:10:08: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 05-24-2024 13:10:08: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:08: TRACE: [WIRE] - >> 500 05-24-2024 13:10:08: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:08: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 05-24-2024 13:10:08: TRACE: [WIRE] - << Content-Length: 3 05-24-2024 13:10:08: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:08: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:08: TRACE: [WIRE] - << 500 05-24-2024 13:10:08: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 05-24-2024 13:10:08: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:08: TRACE: [WIRE] - >> 501 05-24-2024 13:10:08: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:08: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 05-24-2024 13:10:08: TRACE: [WIRE] - << Content-Length: 3 05-24-2024 13:10:08: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:08: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:08: TRACE: [WIRE] - << 501 05-24-2024 13:10:08: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 05-24-2024 13:10:08: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:08: TRACE: [WIRE] - >> 502 05-24-2024 13:10:08: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:08: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 05-24-2024 13:10:08: TRACE: [WIRE] - << Content-Length: 3 05-24-2024 13:10:08: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:08:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-24-2024 13:10:08:############################### 05-24-2024 13:10:08:[Request] Adding entity: 451 05-24-2024 13:10:08:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-24-2024 13:10:08:############################### 05-24-2024 13:10:08:[Request] Adding entity: 500 05-24-2024 13:10:08:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-24-2024 13:10:08:############################### 05-24-2024 13:10:08:[Request] Adding entity: 501 05-24-2024 13:10:08:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-24-2024 13:10:08:############################### 05-24-2024 13:10:08:[Request] Adding entity: 502 05-24-2024 13:10:08: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:08: TRACE: [WIRE] - << 502 05-24-2024 13:10:08:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-24-2024 13:10:08:############################### 05-24-2024 13:10:08: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 05-24-2024 13:10:08: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:08: TRACE: [WIRE] - >> 503 05-24-2024 13:10:08:[Request] Adding entity: 503 05-24-2024 13:10:08: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:08: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 05-24-2024 13:10:08: TRACE: [WIRE] - << Content-Length: 3 05-24-2024 13:10:08: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:08: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:08: TRACE: [WIRE] - << 503 05-24-2024 13:10:08: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 05-24-2024 13:10:08: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:08: TRACE: [WIRE] - >> 504 05-24-2024 13:10:08: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:08: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 05-24-2024 13:10:08: TRACE: [WIRE] - << Content-Length: 3 05-24-2024 13:10:08: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:08:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-24-2024 13:10:08:############################### 05-24-2024 13:10:08:[Request] Adding entity: 504 05-24-2024 13:10:08: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:08: TRACE: [WIRE] - << 504 05-24-2024 13:10:08: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 05-24-2024 13:10:08: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:08: TRACE: [WIRE] - >> 505 05-24-2024 13:10:08: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:08: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 05-24-2024 13:10:08: TRACE: [WIRE] - << Content-Length: 3 05-24-2024 13:10:08: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:08: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:08: TRACE: [WIRE] - << 505 05-24-2024 13:10:08: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo 05-24-2024 13:10:08:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-24-2024 13:10:08:############################### 05-24-2024 13:10:08:[Request] Adding entity: 505 05-24-2024 13:10:08:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-24-2024 13:10:08:############################### 05-24-2024 13:10:08:[Request] Adding entity: 511 05-24-2024 13:10:08: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:08: TRACE: [WIRE] - >> 511 05-24-2024 13:10:08: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:08: TRACE: [WIRE] - << OPERATION: GETSTATUSINFO 05-24-2024 13:10:08: TRACE: [WIRE] - << Content-Length: 3 05-24-2024 13:10:08: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:08: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:08: TRACE: [WIRE] - << 511 05-24-2024 13:10:08:FINISHED TEST : getStatusInfoTest() 05-24-2024 13:10:08:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:08:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:08: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlinkbuilder 05-24-2024 13:10:08: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:08: TRACE: [WIRE] - >> http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource 05-24-2024 13:10:08: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:08:STARTING TEST : getLinkBuilderTest() 05-24-2024 13:10:08:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlinkbuilder' to target server at 'localhost:8080' 05-24-2024 13:10:08:############################### 05-24-2024 13:10:08:[Request] Adding entity: http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource 05-24-2024 13:10:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:08: TRACE: [WIRE] - << OPERATION: GETLINKBUILDER 05-24-2024 13:10:08: TRACE: [WIRE] - << Content-Length: 72 05-24-2024 13:10:08: TRACE: [WIRE] - << Link: ; rel="relation" 05-24-2024 13:10:08: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:08: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:08: TRACE: [WIRE] - << http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource 05-24-2024 13:10:08:FINISHED TEST : getLinkBuilderTest() 05-24-2024 13:10:08:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:08: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentityannotationsonentity 05-24-2024 13:10:08: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:08: TRACE: [WIRE] - >> getEntityAnnotationsWhenAnnotationsOnEntityTest 05-24-2024 13:10:08: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:08: TRACE: [WIRE] - << OPERATION: GETENTITYANNOTATIONSONENTITY 05-24-2024 13:10:08: TRACE: [WIRE] - << Content-Length: 49 05-24-2024 13:10:08: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:08: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:08: TRACE: [WIRE] - << getEntityAnnotationsWhenAnnotationsOnEntityTest 2 05-24-2024 13:10:08:STARTING TEST : getEntityAnnotationsWhenAnnotationsOnEntityTest() 05-24-2024 13:10:08:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentityannotationsonentity' to target server at 'localhost:8080' 05-24-2024 13:10:08:############################### 05-24-2024 13:10:08:[Request] Adding entity: getEntityAnnotationsWhenAnnotationsOnEntityTest 05-24-2024 13:10:08:FINISHED TEST : getEntityAnnotationsWhenAnnotationsOnEntityTest() 05-24-2024 13:10:08:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:08: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlength 05-24-2024 13:10:08: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:08: TRACE: [WIRE] - >> ResponseFilterEntity 05-24-2024 13:10:08: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:08: TRACE: [WIRE] - << OPERATION: GETLENGTH 05-24-2024 13:10:08: TRACE: [WIRE] - << Content-Length: 20 05-24-2024 13:10:08: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:08:STARTING TEST : getLengthTest() 05-24-2024 13:10:08:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlength' to target server at 'localhost:8080' 05-24-2024 13:10:08:############################### 05-24-2024 13:10:08:[Request] Adding entity: ResponseFilterEntity 05-24-2024 13:10:08: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:08: TRACE: [WIRE] - << 20sponseFilterEntity 05-24-2024 13:10:08:FINISHED TEST : getLengthTest() 05-24-2024 13:10:08:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:08: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlink 05-24-2024 13:10:08: TRACE: [WIRE] - >> Accept:*/* 05-24-2024 13:10:08: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:08: TRACE: [WIRE] - << OPERATION: GETLINK 05-24-2024 13:10:08: TRACE: [WIRE] - << Content-Length: 4 05-24-2024 13:10:08: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:08: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:08: TRACE: [WIRE] - << NULL 05-24-2024 13:10:08:STARTING TEST : getLinkWhenNoLinkTest() 05-24-2024 13:10:08:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlink' to target server at 'localhost:8080' 05-24-2024 13:10:08:############################### 05-24-2024 13:10:08:FINISHED TEST : getLinkWhenNoLinkTest() 05-24-2024 13:10:08:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:08: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstringheaders 05-24-2024 13:10:08: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:08: TRACE: [WIRE] - >> null 05-24-2024 13:10:08: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:08: TRACE: [WIRE] - << OPERATION: GETSTRINGHEADERS 05-24-2024 13:10:08: TRACE: [WIRE] - << Content-Length: 4 05-24-2024 13:10:08: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:08: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:08: TRACE: [WIRE] - << NULL 05-24-2024 13:10:08:STARTING TEST : getStringHeadersHeaderIsNullTest() 05-24-2024 13:10:08:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstringheaders' to target server at 'localhost:8080' 05-24-2024 13:10:08:############################### 05-24-2024 13:10:08:[Request] Adding entity: null 05-24-2024 13:10:08:FINISHED TEST : getStringHeadersHeaderIsNullTest() 05-24-2024 13:10:08:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:08: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlastmodified 05-24-2024 13:10:08:STARTING TEST : getLastModifiedTest() 05-24-2024 13:10:08:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlastmodified' to target server at 'localhost:8080' 05-24-2024 13:10:08:############################### 05-24-2024 13:10:08: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:08: TRACE: [WIRE] - >> 1716556208000 05-24-2024 13:10:08: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:08: TRACE: [WIRE] - << OPERATION: GETLASTMODIFIED 05-24-2024 13:10:08: TRACE: [WIRE] - << Last-Modified: Fri, 24 May 2024 13:10:08 GMT 05-24-2024 13:10:08: TRACE: [WIRE] - << Content-Length: 13 05-24-2024 13:10:08: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:08: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:08: TRACE: [WIRE] - << 1716556208000 05-24-2024 13:10:08:[Request] Adding entity: 1716556208000 05-24-2024 13:10:08:FINISHED TEST : getLastModifiedTest() 05-24-2024 13:10:08:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:08: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentitytype 05-24-2024 13:10:08: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:08: TRACE: [WIRE] - >> bytearray 05-24-2024 13:10:08:STARTING TEST : getEntityTypeByteArrayTest() 05-24-2024 13:10:08:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentitytype' to target server at 'localhost:8080' 05-24-2024 13:10:08:############################### 05-24-2024 13:10:08:[Request] Adding entity: bytearray 05-24-2024 13:10:08: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:08: TRACE: [WIRE] - << OPERATION: GETENTITYTYPE 05-24-2024 13:10:08: TRACE: [WIRE] - << Content-Length: 2 05-24-2024 13:10:08: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:08: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:08: TRACE: [WIRE] - << [B 05-24-2024 13:10:08:FINISHED TEST : getEntityTypeByteArrayTest() 05-24-2024 13:10:08:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:08: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentitytype 05-24-2024 13:10:08: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:08: TRACE: [WIRE] - >> string 05-24-2024 13:10:08: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:08:STARTING TEST : getEntityTypeStringTest() 05-24-2024 13:10:08:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentitytype' to target server at 'localhost:8080' 05-24-2024 13:10:08:############################### 05-24-2024 13:10:08:[Request] Adding entity: string 05-24-2024 13:10:08: TRACE: [WIRE] - << OPERATION: GETENTITYTYPE 05-24-2024 13:10:08: TRACE: [WIRE] - << Content-Length: 16 05-24-2024 13:10:08: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:08: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:08: TRACE: [WIRE] - << java.lang.String 05-24-2024 13:10:08:FINISHED TEST : getEntityTypeStringTest() 05-24-2024 13:10:08:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:08: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheaderstringheader 05-24-2024 13:10:08: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:08: TRACE: [WIRE] - >> toString 05-24-2024 13:10:08: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:08: TRACE: [WIRE] - << OPERATION: GETHEADERSTRINGHEADER 05-24-2024 13:10:08: TRACE: [WIRE] - << HEADER: ResponseFilterEntity 05-24-2024 13:10:08: TRACE: [WIRE] - << Content-Length: 20 05-24-2024 13:10:08: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:08: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:08: TRACE: [WIRE] - << ResponseFilterEntity 05-24-2024 13:10:08:STARTING TEST : getHeaderStringHeaderUsesToStringMethodTest() 05-24-2024 13:10:08:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheaderstringheader' to target server at 'localhost:8080' 05-24-2024 13:10:08:############################### 05-24-2024 13:10:08:[Request] Adding entity: toString 05-24-2024 13:10:08:FINISHED TEST : getHeaderStringHeaderUsesToStringMethodTest() 05-24-2024 13:10:08:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:09: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlocation 05-24-2024 13:10:09: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:09: TRACE: [WIRE] - >> http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource 05-24-2024 13:10:09: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:09: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:09: TRACE: [WIRE] - << OPERATION: GETLOCATION 05-24-2024 13:10:09: TRACE: [WIRE] - << Content-Length: 72 05-24-2024 13:10:09: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:09: TRACE: [WIRE] - << Location: http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource 05-24-2024 13:10:09: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:09: TRACE: [WIRE] - << http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource 05-24-2024 13:10:08:STARTING TEST : getLocationTest() 05-24-2024 13:10:08:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlocation' to target server at 'localhost:8080' 05-24-2024 13:10:08:############################### 05-24-2024 13:10:09:[Request] Adding entity: http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource 05-24-2024 13:10:09:FINISHED TEST : getLocationTest() 05-24-2024 13:10:09:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:09: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlocation 05-24-2024 13:10:09: TRACE: [WIRE] - >> Accept:*/* 05-24-2024 13:10:09: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:09: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:09: TRACE: [WIRE] - << OPERATION: GETLOCATION 05-24-2024 13:10:09: TRACE: [WIRE] - << Content-Length: 4 05-24-2024 13:10:09: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:09: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:09: TRACE: [WIRE] - << NULL 05-24-2024 13:10:09:STARTING TEST : getLocationWhenNoLocationTest() 05-24-2024 13:10:09:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlocation' to target server at 'localhost:8080' 05-24-2024 13:10:09:############################### 05-24-2024 13:10:09:FINISHED TEST : getLocationWhenNoLocationTest() 05-24-2024 13:10:09:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:09: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentitytag 05-24-2024 13:10:09: TRACE: [WIRE] - >> Accept:*/* 05-24-2024 13:10:09: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:09: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:09: TRACE: [WIRE] - << OPERATION: GETENTITYTAG 05-24-2024 13:10:09: TRACE: [WIRE] - << Content-Length: 4 05-24-2024 13:10:09: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:09: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:09: TRACE: [WIRE] - << NULL 05-24-2024 13:10:09:STARTING TEST : getEntityTagIsNullTest() 05-24-2024 13:10:09:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentitytag' to target server at 'localhost:8080' 05-24-2024 13:10:09:############################### 05-24-2024 13:10:09:FINISHED TEST : getEntityTagIsNullTest() 05-24-2024 13:10:09:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:09: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getcookies 05-24-2024 13:10:09:STARTING TEST : getCookiesTest() 05-24-2024 13:10:09:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getcookies' to target server at 'localhost:8080' 05-24-2024 13:10:09:############################### 05-24-2024 13:10:09: TRACE: [WIRE] - >> Accept:*/* 05-24-2024 13:10:09: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:09: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:09: TRACE: [WIRE] - << OPERATION: GETCOOKIES 05-24-2024 13:10:09: TRACE: [WIRE] - << Set-Cookie: CookieName=CookieName;Version=1 05-24-2024 13:10:09: TRACE: [WIRE] - << Content-Length: 11 05-24-2024 13:10:09: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:09: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:09: TRACE: [WIRE] - << cookiename 05-24-2024 13:10:09:FINISHED TEST : getCookiesTest() 05-24-2024 13:10:09:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:09:STARTING TEST : hasEntityWhenNoEntityTest() 05-24-2024 13:10:09:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/hasentity' to target server at 'localhost:8080' 05-24-2024 13:10:09: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/hasentity 05-24-2024 13:10:09: TRACE: [WIRE] - >> Accept:*/* 05-24-2024 13:10:09: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:09:############################### 05-24-2024 13:10:09: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:09: TRACE: [WIRE] - << OPERATION: HASENTITY 05-24-2024 13:10:09: TRACE: [WIRE] - << Content-Length: 5 05-24-2024 13:10:09: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:09: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:09: TRACE: [WIRE] - << false 05-24-2024 13:10:09:FINISHED TEST : hasEntityWhenNoEntityTest() 05-24-2024 13:10:09:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:09: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentitystream 05-24-2024 13:10:09: TRACE: [WIRE] - >> Accept:*/* 05-24-2024 13:10:09: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:09: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:09: TRACE: [WIRE] - << OPERATION: GETENTITYSTREAM 05-24-2024 13:10:09:STARTING TEST : getEntityStreamTest() 05-24-2024 13:10:09:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentitystream' to target server at 'localhost:8080' 05-24-2024 13:10:09:############################### 05-24-2024 13:10:09: TRACE: [WIRE] - << Content-Length: 20 05-24-2024 13:10:09: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:09: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:09: TRACE: [WIRE] - << ResponseFilterEntity 05-24-2024 13:10:09:FINISHED TEST : getEntityStreamTest() [WARNING] Tests run: 57, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 5.085 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-24-2024 13:10:11:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:11:[JAXRSCommonClient] Test setup OK May 24, 2024 1:10:11 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:10:11 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:10:11:STARTING TEST : cookieParamListEntityWithFromStringTest() 05-24-2024 13:10:11:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_cookieparam_locator_web/resource/locator?todo= HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:10:11:[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-24-2024 13:10:11:Found cookie ListParamEntityWithFromString=JAXRS_SPEC_5.4 as expected 05-24-2024 13:10:11:[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-24-2024 13:10:11:FINISHED TEST : cookieParamListEntityWithFromStringTest() 05-24-2024 13:10:11:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:11:[JAXRSCommonClient] Test setup OK May 24, 2024 1:10:11 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:10:11 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:10:11:STARTING TEST : cookieParamEntityWithFromStringTest() 05-24-2024 13:10:11:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_cookieparam_locator_web/resource/locator?todo= HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:10:11:[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-24-2024 13:10:11:Found cookie ParamEntityWithFromString=JAXRS_SPEC_5.3 as expected 05-24-2024 13:10:11:[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-24-2024 13:10:11:FINISHED TEST : cookieParamEntityWithFromStringTest() 05-24-2024 13:10:11:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:11:[JAXRSCommonClient] Test setup OK May 24, 2024 1:10:11 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:10:11 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:10:11:STARTING TEST : cookieParamSetEntityWithFromStringTest() 05-24-2024 13:10:11:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_cookieparam_locator_web/resource/locator?todo= HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:10:11:[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-24-2024 13:10:11:Found cookie SetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected 05-24-2024 13:10:11:[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-24-2024 13:10:11:FINISHED TEST : cookieParamSetEntityWithFromStringTest() 05-24-2024 13:10:11:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:11:[JAXRSCommonClient] Test setup OK May 24, 2024 1:10:11 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:10:11 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:10:11:STARTING TEST : cookieParamSortedSetEntityWithFromStringTest() 05-24-2024 13:10:11:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_cookieparam_locator_web/resource/locator?todo= HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:10:11:[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-24-2024 13:10:11:Found cookie SortedSetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected 05-24-2024 13:10:11:[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-24-2024 13:10:11:FINISHED TEST : cookieParamSortedSetEntityWithFromStringTest() 05-24-2024 13:10:11:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:11:[JAXRSCommonClient] Test setup OK May 24, 2024 1:10:11 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:10:11:STARTING TEST : cookieParamThrowingIllegalArgumentExceptionTest() 05-24-2024 13:10:11:[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-24-2024 13:10:11:Found cookie ParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException as expected 05-24-2024 13:10:11:[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-24-2024 13:10:11:FINISHED TEST : cookieParamThrowingIllegalArgumentExceptionTest() 05-24-2024 13:10:11:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:11:[JAXRSCommonClient] Test setup OK May 24, 2024 1:10:11 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:10:11 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:10:11:STARTING TEST : cookieParamSubTest() 05-24-2024 13:10:11:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_cookieparam_locator_web/resource/locator?todo=setcookie HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:10:11:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_cookieparam_locator_web/resource/locator?todo=verifycookie HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:10:11:FINISHED TEST : cookieParamSubTest() 05-24-2024 13:10:11:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:11:[JAXRSCommonClient] Test setup OK May 24, 2024 1:10:12 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:10:12 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:10:11:STARTING TEST : cookieParamEntityWithValueOfTest() 05-24-2024 13:10:11:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_cookieparam_locator_web/resource/locator?todo= HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:10:12:[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-24-2024 13:10:12:Found cookie ParamEntityWithValueOf=JAXRS_SPEC_5.3 as expected 05-24-2024 13:10:12:[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-24-2024 13:10:12:FINISHED TEST : cookieParamEntityWithValueOfTest() 05-24-2024 13:10:12:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:12:[JAXRSCommonClient] Test setup OK May 24, 2024 1:10:12 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:10:12 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:10:12:STARTING TEST : cookieParamEntityWithConstructorTest() 05-24-2024 13:10:12:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_cookieparam_locator_web/resource/locator?todo= HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:10:12:[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-24-2024 13:10:12:Found cookie ParamEntityWithConstructor=JAXRS_SPEC_5.2 as expected 05-24-2024 13:10:12:[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-24-2024 13:10:12:FINISHED TEST : cookieParamEntityWithConstructorTest() 05-24-2024 13:10:12:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:12:[JAXRSCommonClient] Test setup OK May 24, 2024 1:10:12 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:10:12:STARTING TEST : cookieParamThrowingWebApplicationExceptionTest() 05-24-2024 13:10:12:[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-24-2024 13:10:12:Found cookie ParamEntityThrowingWebApplicationException=CREATED as expected 05-24-2024 13:10:12:[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-24-2024 13:10:12:FINISHED TEST : cookieParamThrowingWebApplicationExceptionTest() [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.917 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-24-2024 13:10:14:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:14:[JAXRSCommonClient] Test setup OK May 24, 2024 1:10:14 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:10:14 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:10:14:STARTING TEST : cookieParamListEntityWithFromStringTest() 05-24-2024 13:10:14:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo= HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:10:14:[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-24-2024 13:10:14:Found cookie ListParamEntityWithFromString=JAXRS_SPEC_5.4 as expected 05-24-2024 13:10:14:[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-24-2024 13:10:14:FINISHED TEST : cookieParamListEntityWithFromStringTest() 05-24-2024 13:10:14:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:14:[JAXRSCommonClient] Test setup OK May 24, 2024 1:10:14 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:10:14 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:10:14:STARTING TEST : cookieParamEntityWithFromStringTest() 05-24-2024 13:10:14:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo= HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:10:14:[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-24-2024 13:10:14:Found cookie ParamEntityWithFromString=JAXRS_SPEC_5.3 as expected 05-24-2024 13:10:14:[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-24-2024 13:10:14:FINISHED TEST : cookieParamEntityWithFromStringTest() 05-24-2024 13:10:14:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:14:[JAXRSCommonClient] Test setup OK May 24, 2024 1:10:14 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:10:14 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:10:14:STARTING TEST : cookieFieldParamEntityWithFromStringTest() 05-24-2024 13:10:14:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo= HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:10:14:[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-24-2024 13:10:14:Found cookie FieldParamEntityWithFromString=JAXRS_SPEC_5.3 as expected 05-24-2024 13:10:14:[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-24-2024 13:10:14:FINISHED TEST : cookieFieldParamEntityWithFromStringTest() 05-24-2024 13:10:14:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:14:[JAXRSCommonClient] Test setup OK May 24, 2024 1:10:14 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:10:14 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:10:14:STARTING TEST : cookieFieldParamEntityWithConstructorTest() 05-24-2024 13:10:14:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo= HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:10:14:[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-24-2024 13:10:14:Found cookie FieldParamEntityWithConstructor=JAXRS_SPEC_5.2 as expected 05-24-2024 13:10:14:[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-24-2024 13:10:14:FINISHED TEST : cookieFieldParamEntityWithConstructorTest() 05-24-2024 13:10:14:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:14:[JAXRSCommonClient] Test setup OK May 24, 2024 1:10:14 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:10:14 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:10:14:STARTING TEST : cookieFieldParamListEntityWithFromStringTest() 05-24-2024 13:10:14:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo= HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:10:14:[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-24-2024 13:10:14:Found cookie FieldListParamEntityWithFromString=JAXRS_SPEC_5.4 as expected 05-24-2024 13:10:14:[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-24-2024 13:10:14:FINISHED TEST : cookieFieldParamListEntityWithFromStringTest() 05-24-2024 13:10:14:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:14:[JAXRSCommonClient] Test setup OK May 24, 2024 1:10:14 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:10:14 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:10:14:STARTING TEST : cookieParamSetEntityWithFromStringTest() 05-24-2024 13:10:14:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo= HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:10:14:[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-24-2024 13:10:14:Found cookie SetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected 05-24-2024 13:10:14:[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-24-2024 13:10:14:FINISHED TEST : cookieParamSetEntityWithFromStringTest() 05-24-2024 13:10:14:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:14:[JAXRSCommonClient] Test setup OK May 24, 2024 1:10:14 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:10:14 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:10:14:STARTING TEST : cookieParamSortedSetEntityWithFromStringTest() 05-24-2024 13:10:14:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo= HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:10:14:[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-24-2024 13:10:14:Found cookie SortedSetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected 05-24-2024 13:10:14:[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-24-2024 13:10:14:FINISHED TEST : cookieParamSortedSetEntityWithFromStringTest() 05-24-2024 13:10:14:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:14:[JAXRSCommonClient] Test setup OK May 24, 2024 1:10:14 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:10:14:STARTING TEST : cookieFieldParamThrowingIllegalArgumentExceptionTest() 05-24-2024 13:10:14:[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-24-2024 13:10:14:Found cookie FieldParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException as expected 05-24-2024 13:10:14:[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-24-2024 13:10:14:FINISHED TEST : cookieFieldParamThrowingIllegalArgumentExceptionTest() 05-24-2024 13:10:14:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:14:[JAXRSCommonClient] Test setup OK May 24, 2024 1:10:14 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:10:14:STARTING TEST : cookieParamThrowingIllegalArgumentExceptionTest() 05-24-2024 13:10:14:[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-24-2024 13:10:14:Found cookie ParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException as expected 05-24-2024 13:10:14:[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-24-2024 13:10:14:FINISHED TEST : cookieParamThrowingIllegalArgumentExceptionTest() 05-24-2024 13:10:14:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:14:[JAXRSCommonClient] Test setup OK May 24, 2024 1:10:14 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:10:14 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:10:14:STARTING TEST : cookieParamSubTest() 05-24-2024 13:10:14:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo=setcookie HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:10:14:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo=verifycookie HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:10:14:FINISHED TEST : cookieParamSubTest() 05-24-2024 13:10:14:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:14:[JAXRSCommonClient] Test setup OK May 24, 2024 1:10:15 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:10:14:STARTING TEST : cookieFieldThrowingWebApplicationExceptionTest() 05-24-2024 13:10:14:[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-24-2024 13:10:15:Found cookie FieldParamEntityThrowingWebApplicationException=CREATED as expected 05-24-2024 13:10:15:[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-24-2024 13:10:15:FINISHED TEST : cookieFieldThrowingWebApplicationExceptionTest() 05-24-2024 13:10:15:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:15:[JAXRSCommonClient] Test setup OK May 24, 2024 1:10:15 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:10:15 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:10:15:STARTING TEST : cookieFieldSortedSetEntityWithFromStringTest() 05-24-2024 13:10:15:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo= HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:10:15:[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-24-2024 13:10:15:Found cookie FieldSortedSetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected 05-24-2024 13:10:15:[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-24-2024 13:10:15:FINISHED TEST : cookieFieldSortedSetEntityWithFromStringTest() 05-24-2024 13:10:15:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:15:[JAXRSCommonClient] Test setup OK May 24, 2024 1:10:15 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:10:15 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:10:15:STARTING TEST : cookieParamEntityWithValueOfTest() 05-24-2024 13:10:15:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo= HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:10:15:[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-24-2024 13:10:15:Found cookie ParamEntityWithValueOf=JAXRS_SPEC_5.3 as expected 05-24-2024 13:10:15:[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-24-2024 13:10:15:FINISHED TEST : cookieParamEntityWithValueOfTest() 05-24-2024 13:10:15:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:15:[JAXRSCommonClient] Test setup OK May 24, 2024 1:10:15 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:10:15 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:10:15:STARTING TEST : cookieParamEntityWithConstructorTest() 05-24-2024 13:10:15:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo= HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:10:15:[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-24-2024 13:10:15:Found cookie ParamEntityWithConstructor=JAXRS_SPEC_5.2 as expected 05-24-2024 13:10:15:[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-24-2024 13:10:15:FINISHED TEST : cookieParamEntityWithConstructorTest() 05-24-2024 13:10:15:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:15:[JAXRSCommonClient] Test setup OK May 24, 2024 1:10:15 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:10:15 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:10:15:STARTING TEST : cookieFieldParamSetEntityWithFromStringTest() 05-24-2024 13:10:15:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo= HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:10:15:[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-24-2024 13:10:15:Found cookie FieldSetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected 05-24-2024 13:10:15:[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-24-2024 13:10:15:FINISHED TEST : cookieFieldParamSetEntityWithFromStringTest() 05-24-2024 13:10:15:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:15:[JAXRSCommonClient] Test setup OK May 24, 2024 1:10:15 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:10:15 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:10:15:STARTING TEST : cookieFieldParamEntityWithValueOfTest() 05-24-2024 13:10:15:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo= HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:10:15:[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-24-2024 13:10:15:Found cookie FieldParamEntityWithValueOf=JAXRS_SPEC_5.3 as expected 05-24-2024 13:10:15:[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-24-2024 13:10:15:FINISHED TEST : cookieFieldParamEntityWithValueOfTest() 05-24-2024 13:10:15:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:15:[JAXRSCommonClient] Test setup OK May 24, 2024 1:10:15 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:10:15:STARTING TEST : cookieParamThrowingWebApplicationExceptionTest() 05-24-2024 13:10:15:[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-24-2024 13:10:15:Found cookie ParamEntityThrowingWebApplicationException=CREATED as expected 05-24-2024 13:10:15:[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-24-2024 13:10:15:FINISHED TEST : cookieParamThrowingWebApplicationExceptionTest() [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.188 s - in ee.jakarta.tck.ws.rs.ee.rs.cookieparam.sub.JAXRSSubClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.cookieparam.JAXRSClientIT 05-24-2024 13:10:16:[JAXRSCommonClient] Test setup OK May 24, 2024 1:10:16 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:10:16 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:10:16:STARTING TEST : cookieParamListEntityWithFromStringTest() 05-24-2024 13:10:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo= HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:10:16:[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-24-2024 13:10:16:Found cookie ListParamEntityWithFromString=JAXRS_SPEC_5.4 as expected 05-24-2024 13:10:16:[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-24-2024 13:10:16:FINISHED TEST : cookieParamListEntityWithFromStringTest() 05-24-2024 13:10:16:[JAXRSCommonClient] Test setup OK May 24, 2024 1:10:16 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:10:16 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:10:16:STARTING TEST : cookieParamTest() 05-24-2024 13:10:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo=setcookie HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:10:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo=verifycookie HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:10:16:FINISHED TEST : cookieParamTest() 05-24-2024 13:10:16:[JAXRSCommonClient] Test setup OK May 24, 2024 1:10:16 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:10:16 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:10:16:STARTING TEST : cookieParamEntityWithFromStringTest() 05-24-2024 13:10:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo= HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:10:16:[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-24-2024 13:10:16:Found cookie ParamEntityWithFromString=JAXRS_SPEC_5.3 as expected 05-24-2024 13:10:16:[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-24-2024 13:10:16:FINISHED TEST : cookieParamEntityWithFromStringTest() 05-24-2024 13:10:16:[JAXRSCommonClient] Test setup OK May 24, 2024 1:10:16 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:10:16 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:10:16:STARTING TEST : cookieFieldParamEntityWithFromStringTest() 05-24-2024 13:10:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo= HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:10:16:[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-24-2024 13:10:16:Found cookie FieldParamEntityWithFromString=JAXRS_SPEC_5.3 as expected 05-24-2024 13:10:16:[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-24-2024 13:10:16:FINISHED TEST : cookieFieldParamEntityWithFromStringTest() 05-24-2024 13:10:16:[JAXRSCommonClient] Test setup OK May 24, 2024 1:10:16 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:10:16 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:10:16:STARTING TEST : cookieFieldParamEntityWithConstructorTest() 05-24-2024 13:10:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo= HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:10:16:[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-24-2024 13:10:16:Found cookie FieldParamEntityWithConstructor=JAXRS_SPEC_5.2 as expected 05-24-2024 13:10:16:[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-24-2024 13:10:16:FINISHED TEST : cookieFieldParamEntityWithConstructorTest() 05-24-2024 13:10:16:[JAXRSCommonClient] Test setup OK May 24, 2024 1:10:16 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:10:16 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:10:16:STARTING TEST : cookieFieldParamListEntityWithFromStringTest() 05-24-2024 13:10:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo= HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:10:16:[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-24-2024 13:10:16:Found cookie FieldListParamEntityWithFromString=JAXRS_SPEC_5.4 as expected 05-24-2024 13:10:16:[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-24-2024 13:10:16:FINISHED TEST : cookieFieldParamListEntityWithFromStringTest() 05-24-2024 13:10:16:[JAXRSCommonClient] Test setup OK May 24, 2024 1:10:16 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:10:16:STARTING TEST : cookieParamSetEntityWithFromStringTest() 05-24-2024 13:10:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo= HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:10:16:[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 24, 2024 1:10:16 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:10:16:Found cookie SetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected 05-24-2024 13:10:16:[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-24-2024 13:10:16:FINISHED TEST : cookieParamSetEntityWithFromStringTest() 05-24-2024 13:10:16:[JAXRSCommonClient] Test setup OK May 24, 2024 1:10:16 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:10:16 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:10:16:STARTING TEST : cookieParamSortedSetEntityWithFromStringTest() 05-24-2024 13:10:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo= HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:10:16:[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-24-2024 13:10:16:Found cookie SortedSetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected 05-24-2024 13:10:16:[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-24-2024 13:10:16:FINISHED TEST : cookieParamSortedSetEntityWithFromStringTest() 05-24-2024 13:10:16:[JAXRSCommonClient] Test setup OK May 24, 2024 1:10:16 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:10:16:STARTING TEST : cookieFieldParamThrowingIllegalArgumentExceptionTest() 05-24-2024 13:10:16:[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-24-2024 13:10:16:Found cookie FieldParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException as expected 05-24-2024 13:10:16:[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-24-2024 13:10:16:FINISHED TEST : cookieFieldParamThrowingIllegalArgumentExceptionTest() 05-24-2024 13:10:16:[JAXRSCommonClient] Test setup OK May 24, 2024 1:10:16 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:10:16:STARTING TEST : cookieParamThrowingIllegalArgumentExceptionTest() 05-24-2024 13:10:16:[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-24-2024 13:10:16:Found cookie ParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException as expected 05-24-2024 13:10:16:[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-24-2024 13:10:16:FINISHED TEST : cookieParamThrowingIllegalArgumentExceptionTest() 05-24-2024 13:10:16:[JAXRSCommonClient] Test setup OK May 24, 2024 1:10:16 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:10:16:STARTING TEST : cookieFieldThrowingWebApplicationExceptionTest() 05-24-2024 13:10:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo=FieldParamEntityThrowingWebApplicationException%3dCREATED HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:10:16:Found cookie FieldParamEntityThrowingWebApplicationException=CREATED as expected 05-24-2024 13:10:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo=FieldParamEntityThrowingWebApplicationException%3dCREATED HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:10:16:FINISHED TEST : cookieFieldThrowingWebApplicationExceptionTest() 05-24-2024 13:10:16:[JAXRSCommonClient] Test setup OK May 24, 2024 1:10:16 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:10:16 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:10:16:STARTING TEST : cookieFieldSortedSetEntityWithFromStringTest() 05-24-2024 13:10:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo= HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:10:16:[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-24-2024 13:10:16:Found cookie FieldSortedSetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected 05-24-2024 13:10:16:[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-24-2024 13:10:16:FINISHED TEST : cookieFieldSortedSetEntityWithFromStringTest() 05-24-2024 13:10:16:[JAXRSCommonClient] Test setup OK May 24, 2024 1:10:16 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:10:16 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:10:16:STARTING TEST : cookieParamEntityWithValueOfTest() 05-24-2024 13:10:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo= HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:10:16:[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-24-2024 13:10:16:Found cookie ParamEntityWithValueOf=JAXRS_SPEC_5.3 as expected 05-24-2024 13:10:16:[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-24-2024 13:10:16:FINISHED TEST : cookieParamEntityWithValueOfTest() 05-24-2024 13:10:16:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:16:STARTING TEST : cookieParamEntityWithConstructorTest() May 24, 2024 1:10:16 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:10:16 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:10:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo= HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:10:16:[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-24-2024 13:10:16:Found cookie ParamEntityWithConstructor=JAXRS_SPEC_5.2 as expected 05-24-2024 13:10:16:[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-24-2024 13:10:16:FINISHED TEST : cookieParamEntityWithConstructorTest() 05-24-2024 13:10:16:[JAXRSCommonClient] Test setup OK May 24, 2024 1:10:16 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:10:16 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:10:16:STARTING TEST : cookieFieldParamSetEntityWithFromStringTest() 05-24-2024 13:10:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo= HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:10:16:[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-24-2024 13:10:16:Found cookie FieldSetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected 05-24-2024 13:10:16:[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-24-2024 13:10:16:FINISHED TEST : cookieFieldParamSetEntityWithFromStringTest() 05-24-2024 13:10:16:[JAXRSCommonClient] Test setup OK May 24, 2024 1:10:16 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:10:16:STARTING TEST : cookieFieldParamEntityWithValueOfTest() 05-24-2024 13:10:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo= HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:10:16:[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-24-2024 13:10:16:Found cookie FieldParamEntityWithValueOf=JAXRS_SPEC_5.3 as expected 05-24-2024 13:10:16:[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 24, 2024 1:10:16 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:10:16:FINISHED TEST : cookieFieldParamEntityWithValueOfTest() 05-24-2024 13:10:16:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:16:STARTING TEST : cookieParamThrowingWebApplicationExceptionTest() 05-24-2024 13:10:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo=ParamEntityThrowingWebApplicationException%3dCREATED HTTP/1.1' to target server at 'localhost:8080' May 24, 2024 1:10:16 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:10:16:Found cookie ParamEntityThrowingWebApplicationException=CREATED as expected 05-24-2024 13:10:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo=ParamEntityThrowingWebApplicationException%3dCREATED HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:10:16:FINISHED TEST : cookieParamThrowingWebApplicationExceptionTest() [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.177 s - in ee.jakarta.tck.ws.rs.ee.rs.cookieparam.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.core.application.JAXRSClientIT 05-24-2024 13:10:17:[JAXRSCommonClient] Test setup OK May 24, 2024 1:10:17 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:10:17:STARTING TEST : getSingletonsTest() 05-24-2024 13:10:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_application_web/ApplicationTest/GetSingletons HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:10:17:FINISHED TEST : getSingletonsTest() 05-24-2024 13:10:17:[JAXRSCommonClient] Test setup OK May 24, 2024 1:10:17 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:10:17:STARTING TEST : getClassesTest() 05-24-2024 13:10:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_application_web/ApplicationTest/GetClasses HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:10:17:FINISHED TEST : getClassesTest() 05-24-2024 13:10:17:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:17:STARTING TEST : defaultGetPropertiesIsEmptyTest() 05-24-2024 13:10:17:Default implementation gets empty map as expected 05-24-2024 13:10:17:FINISHED TEST : defaultGetPropertiesIsEmptyTest() 05-24-2024 13:10:17:[JAXRSCommonClient] Test setup OK May 24, 2024 1:10:17 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:10:17:STARTING TEST : getPropertiesTest() 05-24-2024 13:10:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_application_web/ApplicationTest/properties HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:10:17:FINISHED TEST : getPropertiesTest() [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.054 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-24-2024 13:10:18:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:18:STARTING TEST : registerClassBindingPriorityFirstIsSecondTest() 05-24-2024 13:10:18:Check on Configurable Client 05-24-2024 13:10:18:Already registered 0 classes 05-24-2024 13:10:18:Already registered 0 instances 05-24-2024 13:10:18:Found 2 provider(s) as expected 05-24-2024 13:10:18:Found 2 provider(s) as expected 05-24-2024 13:10:18:ee.jakarta.tck.ws.rs.ee.rs.core.configurable.FirstFilter has been executed as second, as expected 05-24-2024 13:10:18:Check on Configurable WebTarget 05-24-2024 13:10:18:Already registered 0 classes 05-24-2024 13:10:18:Already registered 0 instances 05-24-2024 13:10:18:Found 0 provider(s) as expected 05-24-2024 13:10:18:Found 2 provider(s) as expected 05-24-2024 13:10:18:ee.jakarta.tck.ws.rs.ee.rs.core.configurable.FirstFilter has been executed as second, as expected 05-24-2024 13:10:18:FINISHED TEST : registerClassBindingPriorityFirstIsSecondTest() 05-24-2024 13:10:18:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:18:STARTING TEST : registerClassWriterContractsTest() 05-24-2024 13:10:18:Check on Configurable Client 05-24-2024 13:10:18:Already registered 0 classes 05-24-2024 13:10:18:Already registered 0 instances 05-24-2024 13:10:18:Found 1 provider(s) as expected 05-24-2024 13:10:18:Found 1 provider(s) as expected 05-24-2024 13:10:18:sucessufully wrote Callable by provider registered on Configurable Client 05-24-2024 13:10:18: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-24-2024 13:10:18:Check on Configurable WebTarget 05-24-2024 13:10:18:Already registered 0 classes 05-24-2024 13:10:18:Already registered 0 instances 05-24-2024 13:10:18:Found 0 provider(s) as expected 05-24-2024 13:10:18:Found 1 provider(s) as expected 05-24-2024 13:10:18:sucessufully wrote Callable by provider registered on Configurable WebTarget 05-24-2024 13:10:18: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-24-2024 13:10:18:FINISHED TEST : registerClassWriterContractsTest() 05-24-2024 13:10:18:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:18:STARTING TEST : registerObjectReaderContractsTest() 05-24-2024 13:10:18:Check on Configurable Client 05-24-2024 13:10:18:Already registered 0 classes 05-24-2024 13:10:18:Already registered 0 instances 05-24-2024 13:10:18:Found 1 provider(s) as expected 05-24-2024 13:10:18:Found 1 provider(s) as expected 05-24-2024 13:10:18:sucessufully read Callable by provider registered on Configurable Client 05-24-2024 13:10:18:Check on Configurable WebTarget 05-24-2024 13:10:18:Already registered 0 classes 05-24-2024 13:10:18:Already registered 0 instances 05-24-2024 13:10:18:Found 0 provider(s) as expected 05-24-2024 13:10:18:Found 1 provider(s) as expected 05-24-2024 13:10:18:sucessufully read Callable by provider registered on Configurable WebTarget 05-24-2024 13:10:18:FINISHED TEST : registerObjectReaderContractsTest() 05-24-2024 13:10:18:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:18:STARTING TEST : registerObjectBindingPriorityTest() 05-24-2024 13:10:18:Check on Configurable Client 05-24-2024 13:10:18:Already registered 0 classes 05-24-2024 13:10:18:Already registered 0 instances 05-24-2024 13:10:18:Found 2 provider(s) as expected 05-24-2024 13:10:18:Found 2 provider(s) as expected 05-24-2024 13:10:18:ee.jakarta.tck.ws.rs.ee.rs.core.configurable.FirstFilter has been executed as second, as expected 05-24-2024 13:10:18:Check on Configurable WebTarget 05-24-2024 13:10:18:Already registered 0 classes 05-24-2024 13:10:18:Already registered 0 instances 05-24-2024 13:10:18:Found 0 provider(s) as expected 05-24-2024 13:10:18:Found 2 provider(s) as expected 05-24-2024 13:10:18:ee.jakarta.tck.ws.rs.ee.rs.core.configurable.FirstFilter has been executed as second, as expected 05-24-2024 13:10:18:FINISHED TEST : registerObjectBindingPriorityTest() 05-24-2024 13:10:18:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:18:STARTING TEST : registerClassReaderContractsInMapTest() 05-24-2024 13:10:18:Check on Configurable Client 05-24-2024 13:10:18:Already registered 0 classes 05-24-2024 13:10:18:Already registered 0 instances 05-24-2024 13:10:18:Found 1 provider(s) as expected 05-24-2024 13:10:18:Found 1 provider(s) as expected 05-24-2024 13:10:18:sucessufully read Callable by provider registered on Configurable Client 05-24-2024 13:10:18:Check on Configurable WebTarget 05-24-2024 13:10:18:Already registered 0 classes 05-24-2024 13:10:18:Already registered 0 instances 05-24-2024 13:10:18:Found 0 provider(s) as expected 05-24-2024 13:10:18:Found 1 provider(s) as expected 05-24-2024 13:10:18:sucessufully read Callable by provider registered on Configurable WebTarget 05-24-2024 13:10:18:FINISHED TEST : registerClassReaderContractsInMapTest() 05-24-2024 13:10:18:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:18:STARTING TEST : registerObjectWriterContractsInMapTest() 05-24-2024 13:10:18:Check on Configurable Client 05-24-2024 13:10:18:Already registered 0 classes 05-24-2024 13:10:18:Already registered 0 instances 05-24-2024 13:10:18:Found 1 provider(s) as expected 05-24-2024 13:10:18:Found 1 provider(s) as expected 05-24-2024 13:10:18:sucessufully wrote Callable by provider registered on Configurable Client 05-24-2024 13:10:18: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-24-2024 13:10:18:Check on Configurable WebTarget 05-24-2024 13:10:18:Already registered 0 classes 05-24-2024 13:10:18:Already registered 0 instances 05-24-2024 13:10:18:Found 0 provider(s) as expected 05-24-2024 13:10:18:Found 1 provider(s) as expected 05-24-2024 13:10:18:sucessufully wrote Callable by provider registered on Configurable WebTarget 05-24-2024 13:10:18: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-24-2024 13:10:18:FINISHED TEST : registerObjectWriterContractsInMapTest() 05-24-2024 13:10:18:[JAXRSCommonClient] Test setup OK May 24, 2024 1:10:18 PM org.glassfish.jersey.model.internal.CommonConfig register WARNING: Attempt to register component of type class ee.jakarta.tck.ws.rs.api.rs.core.configurable.CallableProvider to null or empty array of contracts is ignored. May 24, 2024 1:10:18 PM org.glassfish.jersey.model.internal.CommonConfig register WARNING: Attempt to register component of type class ee.jakarta.tck.ws.rs.api.rs.core.configurable.CallableProvider to null or empty array of contracts is ignored. 05-24-2024 13:10:18:STARTING TEST : registerClassEmptyContractsTest() 05-24-2024 13:10:18:Check on Configurable Client 05-24-2024 13:10:18:Already registered 0 classes 05-24-2024 13:10:18:Already registered 0 instances 05-24-2024 13:10:18:Found 0 provider(s) as expected 05-24-2024 13:10:18:Found 0 provider(s) as expected 05-24-2024 13:10:18:The provider of with contracts has ben ignored as expected 05-24-2024 13:10:18:Check on Configurable WebTarget 05-24-2024 13:10:18:Already registered 0 classes 05-24-2024 13:10:18:Already registered 0 instances 05-24-2024 13:10:18:Found 0 provider(s) as expected 05-24-2024 13:10:18:Found 0 provider(s) as expected 05-24-2024 13:10:19:The provider of with contracts has ben ignored as expected 05-24-2024 13:10:19:FINISHED TEST : registerClassEmptyContractsTest() 05-24-2024 13:10:19:[JAXRSCommonClient] Test setup OK May 24, 2024 1:10:19 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Contract interface jakarta.ws.rs.client.ClientRequestFilter can not be registered for component class ee.jakarta.tck.ws.rs.api.rs.core.configurable.CallableProvider: Contract not assignable to component. 05-24-2024 13:10:19:STARTING TEST : registerClassNotAssignableContractsInMapTest() 05-24-2024 13:10:19:Check on Configurable Client 05-24-2024 13:10:19:Already registered 0 classes 05-24-2024 13:10:19:Already registered 0 instances 05-24-2024 13:10:19:Found 0 provider(s) as expected 05-24-2024 13:10:19:Found 0 provider(s) as expected 05-24-2024 13:10:19:The provider with unassignable contract has ben ignored as expected 05-24-2024 13:10:19:Check on Configurable WebTarget 05-24-2024 13:10:19:Already registered 0 classes 05-24-2024 13:10:19:Already registered 0 instancesMay 24, 2024 1:10:19 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Contract interface jakarta.ws.rs.client.ClientRequestFilter can not be registered for component class ee.jakarta.tck.ws.rs.api.rs.core.configurable.CallableProvider: Contract not assignable to component. 05-24-2024 13:10:19:Found 0 provider(s) as expected 05-24-2024 13:10:19:Found 0 provider(s) as expected 05-24-2024 13:10:19:The provider with unassignable contract has ben ignored as expected 05-24-2024 13:10:19:FINISHED TEST : registerClassNotAssignableContractsInMapTest() 05-24-2024 13:10:19:[JAXRSCommonClient] Test setup OK May 24, 2024 1:10:19 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Contract interface jakarta.ws.rs.client.ClientRequestFilter can not be registered for component class ee.jakarta.tck.ws.rs.ee.rs.core.configurable.JAXRSClientIT$24: Contract not assignable to component. May 24, 2024 1:10:19 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Contract interface jakarta.ws.rs.client.ClientRequestFilter can not be registered for component class ee.jakarta.tck.ws.rs.ee.rs.core.configurable.JAXRSClientIT$25: Contract not assignable to component. 05-24-2024 13:10:19:STARTING TEST : registerObjectNotAssignableContractsInMapTest() 05-24-2024 13:10:19:Check on Configurable Client 05-24-2024 13:10:19:Already registered 0 classes 05-24-2024 13:10:19:Already registered 0 instances 05-24-2024 13:10:19:Found 0 provider(s) as expected 05-24-2024 13:10:19:Found 0 provider(s) as expected 05-24-2024 13:10:19:The provider with unassignable contract has ben ignored as expected 05-24-2024 13:10:19:Check on Configurable WebTarget 05-24-2024 13:10:19:Already registered 0 classes 05-24-2024 13:10:19:Already registered 0 instances 05-24-2024 13:10:19:Found 0 provider(s) as expected 05-24-2024 13:10:19:Found 0 provider(s) as expected 05-24-2024 13:10:19:The provider with unassignable contract has ben ignored as expected 05-24-2024 13:10:19:FINISHED TEST : registerObjectNotAssignableContractsInMapTest() 05-24-2024 13:10:19:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:19:STARTING TEST : registerClassReaderContractsTest() 05-24-2024 13:10:19:Check on Configurable Client 05-24-2024 13:10:19:Already registered 0 classes 05-24-2024 13:10:19:Already registered 0 instances 05-24-2024 13:10:19:Found 1 provider(s) as expected 05-24-2024 13:10:19:Found 1 provider(s) as expected 05-24-2024 13:10:19:sucessufully read Callable by provider registered on Configurable Client 05-24-2024 13:10:19:Check on Configurable WebTarget 05-24-2024 13:10:19:Already registered 0 classes 05-24-2024 13:10:19:Already registered 0 instances 05-24-2024 13:10:19:Found 0 provider(s) as expected 05-24-2024 13:10:19:Found 1 provider(s) as expected 05-24-2024 13:10:19:sucessufully read Callable by provider registered on Configurable WebTarget 05-24-2024 13:10:19:FINISHED TEST : registerClassReaderContractsTest() 05-24-2024 13:10:19:[JAXRSCommonClient] Test setup OK May 24, 2024 1:10:19 PM org.glassfish.jersey.model.internal.CommonConfig register WARNING: Attempt to register component of type class ee.jakarta.tck.ws.rs.ee.rs.core.configurable.JAXRSClientIT$24 to null or empty array of contracts is ignored. May 24, 2024 1:10:19 PM org.glassfish.jersey.model.internal.CommonConfig register WARNING: Attempt to register component of type class ee.jakarta.tck.ws.rs.ee.rs.core.configurable.JAXRSClientIT$25 to null or empty array of contracts is ignored. 05-24-2024 13:10:19:STARTING TEST : registerObjectEmptyContractsTest() 05-24-2024 13:10:19:Check on Configurable Client 05-24-2024 13:10:19:Already registered 0 classes 05-24-2024 13:10:19:Already registered 0 instances 05-24-2024 13:10:19:Found 0 provider(s) as expected 05-24-2024 13:10:19:Found 0 provider(s) as expected 05-24-2024 13:10:19:The provider with empty contracts has ben ignored as expected 05-24-2024 13:10:19:Check on Configurable WebTarget 05-24-2024 13:10:19:Already registered 0 classes 05-24-2024 13:10:19:Already registered 0 instances 05-24-2024 13:10:19:Found 0 provider(s) as expected 05-24-2024 13:10:19:Found 0 provider(s) as expected 05-24-2024 13:10:19:The provider with empty contracts has ben ignored as expected 05-24-2024 13:10:19:FINISHED TEST : registerObjectEmptyContractsTest() 05-24-2024 13:10:19:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:19:STARTING TEST : registerClassBindingPriorityInMapTest() 05-24-2024 13:10:19:Check on Configurable Client 05-24-2024 13:10:19:Already registered 0 classes 05-24-2024 13:10:19:Already registered 0 instances 05-24-2024 13:10:19:Found 2 provider(s) as expected 05-24-2024 13:10:19:Found 2 provider(s) as expected 05-24-2024 13:10:19:ee.jakarta.tck.ws.rs.ee.rs.core.configurable.FirstFilter has been executed as second, as expected 05-24-2024 13:10:19:Check on Configurable WebTarget 05-24-2024 13:10:19:Already registered 0 classes 05-24-2024 13:10:19:Already registered 0 instances 05-24-2024 13:10:19:Found 0 provider(s) as expected 05-24-2024 13:10:19:Found 2 provider(s) as expected 05-24-2024 13:10:19:ee.jakarta.tck.ws.rs.ee.rs.core.configurable.FirstFilter has been executed as second, as expected 05-24-2024 13:10:19:FINISHED TEST : registerClassBindingPriorityInMapTest() 05-24-2024 13:10:19:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:19:STARTING TEST : registerObjectReaderContractsInMapTest() 05-24-2024 13:10:19:Check on Configurable Client 05-24-2024 13:10:19:Already registered 0 classes 05-24-2024 13:10:19:Already registered 0 instances 05-24-2024 13:10:19:Found 1 provider(s) as expected 05-24-2024 13:10:19:Found 1 provider(s) as expected 05-24-2024 13:10:19:sucessufully read Callable by provider registered on Configurable Client 05-24-2024 13:10:19:Check on Configurable WebTarget 05-24-2024 13:10:19:Already registered 0 classes 05-24-2024 13:10:19:Already registered 0 instances 05-24-2024 13:10:19:Found 0 provider(s) as expected 05-24-2024 13:10:19:Found 1 provider(s) as expected 05-24-2024 13:10:19:sucessufully read Callable by provider registered on Configurable WebTarget 05-24-2024 13:10:19:FINISHED TEST : registerObjectReaderContractsInMapTest() 05-24-2024 13:10:19:[JAXRSCommonClient] Test setup OK May 24, 2024 1:10:19 PM org.glassfish.jersey.model.internal.CommonConfig register WARNING: Attempt to register component of type class ee.jakarta.tck.ws.rs.api.rs.core.configurable.CallableProvider to null or empty array of contracts is ignored. May 24, 2024 1:10:19 PM org.glassfish.jersey.model.internal.CommonConfig register WARNING: Attempt to register component of type class ee.jakarta.tck.ws.rs.api.rs.core.configurable.CallableProvider to null or empty array of contracts is ignored. 05-24-2024 13:10:19:STARTING TEST : registerClassNullContractsTest() 05-24-2024 13:10:19:Check on Configurable Client 05-24-2024 13:10:19:Already registered 0 classes 05-24-2024 13:10:19:Already registered 0 instances 05-24-2024 13:10:19:Found 0 provider(s) as expected 05-24-2024 13:10:19:Found 0 provider(s) as expected 05-24-2024 13:10:19:The provider with null contract has ben ignored as expected 05-24-2024 13:10:19:Check on Configurable WebTarget 05-24-2024 13:10:19:Already registered 0 classes 05-24-2024 13:10:19:Already registered 0 instances 05-24-2024 13:10:19:Found 0 provider(s) as expected 05-24-2024 13:10:19:Found 0 provider(s) as expected 05-24-2024 13:10:19:The provider with null contract has ben ignored as expected 05-24-2024 13:10:19:FINISHED TEST : registerClassNullContractsTest() 05-24-2024 13:10:19:[JAXRSCommonClient] Test setup OK May 24, 2024 1:10:19 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Contract interface jakarta.ws.rs.client.ClientRequestFilter can not be registered for component class ee.jakarta.tck.ws.rs.ee.rs.core.configurable.JAXRSClientIT$24: Contract not assignable to component. May 24, 2024 1:10:19 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Contract interface jakarta.ws.rs.client.ClientRequestFilter can not be registered for component class ee.jakarta.tck.ws.rs.ee.rs.core.configurable.JAXRSClientIT$25: Contract not assignable to component. 05-24-2024 13:10:19:STARTING TEST : registerObjectNotAssignableContractsTest() 05-24-2024 13:10:19:Check on Configurable Client 05-24-2024 13:10:19:Already registered 0 classes 05-24-2024 13:10:19:Already registered 0 instances 05-24-2024 13:10:19:Found 0 provider(s) as expected 05-24-2024 13:10:19:Found 0 provider(s) as expected 05-24-2024 13:10:19:The provider withO unassignable contract has ben ignored as expected 05-24-2024 13:10:19:Check on Configurable WebTarget 05-24-2024 13:10:19:Already registered 0 classes 05-24-2024 13:10:19:Already registered 0 instances 05-24-2024 13:10:19:Found 0 provider(s) as expected 05-24-2024 13:10:19:Found 0 provider(s) as expected 05-24-2024 13:10:19:The provider withO unassignable contract has ben ignored as expected 05-24-2024 13:10:19:FINISHED TEST : registerObjectNotAssignableContractsTest() 05-24-2024 13:10:19:[JAXRSCommonClient] Test setup OK May 24, 2024 1:10:19 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Contract interface jakarta.ws.rs.client.ClientRequestFilter can not be registered for component class ee.jakarta.tck.ws.rs.api.rs.core.configurable.CallableProvider: Contract not assignable to component. 05-24-2024 13:10:19:STARTING TEST : registerClassNotAssignableContractsTest() 05-24-2024 13:10:19:Check on Configurable Client 05-24-2024 13:10:19:Already registered 0 classes 05-24-2024 13:10:19:Already registered 0 instances 05-24-2024 13:10:19:Found 0 provider(s) as expected 05-24-2024 13:10:19:Found 0 provider(s) as expected 05-24-2024 13:10:19:The provider with unassignable contract has ben ignored as expected 05-24-2024 13:10:19:Check on Configurable WebTarget 05-24-2024 13:10:19:Already registered 0 classes May 24, 2024 1:10:19 PM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Contract interface jakarta.ws.rs.client.ClientRequestFilter can not be registered for component class ee.jakarta.tck.ws.rs.api.rs.core.configurable.CallableProvider: Contract not assignable to component. 05-24-2024 13:10:19:Already registered 0 instances 05-24-2024 13:10:19:Found 0 provider(s) as expected 05-24-2024 13:10:19:Found 0 provider(s) as expected 05-24-2024 13:10:19:The provider with unassignable contract has ben ignored as expected 05-24-2024 13:10:19:FINISHED TEST : registerClassNotAssignableContractsTest() 05-24-2024 13:10:19:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:19:STARTING TEST : registerObjectWriterContractsTest() 05-24-2024 13:10:19:Check on Configurable Client 05-24-2024 13:10:19:Already registered 0 classes 05-24-2024 13:10:19:Already registered 0 instances 05-24-2024 13:10:19:Found 1 provider(s) as expected 05-24-2024 13:10:19:Found 1 provider(s) as expected 05-24-2024 13:10:19:sucessufully wrote Callable by provider registered on Configurable Client 05-24-2024 13:10:19: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-24-2024 13:10:19:Check on Configurable WebTarget 05-24-2024 13:10:19:Already registered 0 classes 05-24-2024 13:10:19:Already registered 0 instances 05-24-2024 13:10:19:Found 0 provider(s) as expected 05-24-2024 13:10:19:Found 1 provider(s) as expected 05-24-2024 13:10:19:sucessufully wrote Callable by provider registered on Configurable WebTarget 05-24-2024 13:10:19: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-24-2024 13:10:19:FINISHED TEST : registerObjectWriterContractsTest() 05-24-2024 13:10:19:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:19:STARTING TEST : registerObjectBindingPriorityInMapTest() 05-24-2024 13:10:19:Check on Configurable Client 05-24-2024 13:10:19:Already registered 0 classes 05-24-2024 13:10:19:Already registered 0 instances 05-24-2024 13:10:19:Found 2 provider(s) as expected 05-24-2024 13:10:19:Found 2 provider(s) as expected 05-24-2024 13:10:19:ee.jakarta.tck.ws.rs.ee.rs.core.configurable.FirstFilter has been executed as second, as expected 05-24-2024 13:10:19:Check on Configurable WebTarget 05-24-2024 13:10:19:Already registered 0 classes 05-24-2024 13:10:19:Already registered 0 instances 05-24-2024 13:10:19:Found 0 provider(s) as expected 05-24-2024 13:10:19:Found 2 provider(s) as expected 05-24-2024 13:10:19:ee.jakarta.tck.ws.rs.ee.rs.core.configurable.FirstFilter has been executed as second, as expected 05-24-2024 13:10:19:FINISHED TEST : registerObjectBindingPriorityInMapTest() 05-24-2024 13:10:19:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:19:STARTING TEST : registerClassWriterContractsInMapTest() 05-24-2024 13:10:19:Check on Configurable Client 05-24-2024 13:10:19:Already registered 0 classes 05-24-2024 13:10:19:Already registered 0 instances 05-24-2024 13:10:19:Found 1 provider(s) as expected 05-24-2024 13:10:19:Found 1 provider(s) as expected 05-24-2024 13:10:19:sucessufully wrote Callable by provider registered on Configurable Client 05-24-2024 13:10:19: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-24-2024 13:10:19:Check on Configurable WebTarget 05-24-2024 13:10:19:Already registered 0 classes 05-24-2024 13:10:19:Already registered 0 instances 05-24-2024 13:10:19:Found 0 provider(s) as expected 05-24-2024 13:10:19:Found 1 provider(s) as expected 05-24-2024 13:10:19:sucessufully wrote Callable by provider registered on Configurable WebTarget 05-24-2024 13:10:19: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-24-2024 13:10:19:FINISHED TEST : registerClassWriterContractsInMapTest() 05-24-2024 13:10:19:[JAXRSCommonClient] Test setup OK May 24, 2024 1:10:19 PM org.glassfish.jersey.model.internal.CommonConfig register WARNING: Attempt to register component of type class ee.jakarta.tck.ws.rs.ee.rs.core.configurable.JAXRSClientIT$24 to null or empty array of contracts is ignored. May 24, 2024 1:10:19 PM org.glassfish.jersey.model.internal.CommonConfig register WARNING: Attempt to register component of type class ee.jakarta.tck.ws.rs.ee.rs.core.configurable.JAXRSClientIT$25 to null or empty array of contracts is ignored. 05-24-2024 13:10:19:STARTING TEST : registerObjectNullContractsTest() 05-24-2024 13:10:19:Check on Configurable Client 05-24-2024 13:10:19:Already registered 0 classes 05-24-2024 13:10:19:Already registered 0 instances 05-24-2024 13:10:19:Found 0 provider(s) as expected 05-24-2024 13:10:19:Found 0 provider(s) as expected 05-24-2024 13:10:19:The provider with null contract has ben ignored as expected 05-24-2024 13:10:19:Check on Configurable WebTarget 05-24-2024 13:10:19:Already registered 0 classes 05-24-2024 13:10:19:Already registered 0 instances 05-24-2024 13:10:19:Found 0 provider(s) as expected 05-24-2024 13:10:19:Found 0 provider(s) as expected 05-24-2024 13:10:19:The provider with null contract has ben ignored as expected 05-24-2024 13:10:19:FINISHED TEST : registerObjectNullContractsTest() 05-24-2024 13:10:19:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:19:STARTING TEST : registerClassBindingPriorityFirstIsFirstTest() 05-24-2024 13:10:19:Check on Configurable Client 05-24-2024 13:10:19:Already registered 0 classes 05-24-2024 13:10:19:Already registered 0 instances 05-24-2024 13:10:19:Found 2 provider(s) as expected 05-24-2024 13:10:19:Found 2 provider(s) as expected 05-24-2024 13:10:19:ee.jakarta.tck.ws.rs.ee.rs.core.configurable.SecondFilter has been executed as second, as expected 05-24-2024 13:10:19:Check on Configurable WebTarget 05-24-2024 13:10:19:Already registered 0 classes 05-24-2024 13:10:19:Already registered 0 instances 05-24-2024 13:10:19:Found 0 provider(s) as expected 05-24-2024 13:10:19:Found 2 provider(s) as expected 05-24-2024 13:10:19:ee.jakarta.tck.ws.rs.ee.rs.core.configurable.SecondFilter has been executed as second, as expected 05-24-2024 13:10:19:FINISHED TEST : registerClassBindingPriorityFirstIsFirstTest() [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.348 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-24-2024 13:10:20:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:20:STARTING TEST : isEnabledFeatureReturningFalseTest() 05-24-2024 13:10:20:Registering on Client 05-24-2024 13:10:20:Registering on WebTarget 05-24-2024 13:10:20:Feature feature2 has NOT been enabled as expected 05-24-2024 13:10:20:Feature feature3 has NOT been enabled as expected 05-24-2024 13:10:20:Feature feature4 has NOT been enabled as expected 05-24-2024 13:10:20:Feature feature1 has NOT been enabled as expected 05-24-2024 13:10:20:Feature feature3 has NOT been enabled as expected 05-24-2024 13:10:20:Feature feature4 has NOT been enabled as expected 05-24-2024 13:10:21:No feature enabled as expected on Client configuration 05-24-2024 13:10:21:No feature enabled as expected on Client configuration 05-24-2024 13:10:21:No feature enabled as expected on Client configuration 05-24-2024 13:10:21:No feature enabled as expected on Client configuration 05-24-2024 13:10:21:No feature enabled as expected on WebTarget configuration 05-24-2024 13:10:21:No feature enabled as expected on WebTarget configuration 05-24-2024 13:10:21:No feature enabled as expected on WebTarget configuration 05-24-2024 13:10:21:No feature enabled as expected on WebTarget configuration 05-24-2024 13:10:21:The provider with unassignable contract has ben ignored as expected 05-24-2024 13:10:21:FINISHED TEST : isEnabledFeatureReturningFalseTest() 05-24-2024 13:10:21:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:21:STARTING TEST : isEnabledClassReturningFalseTest() 05-24-2024 13:10:21:Registering on Client 05-24-2024 13:10:21:Registering on WebTarget 05-24-2024 13:10:21:Feature ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT$FeatureReturningFalse2 has NOT been enabled as expected 05-24-2024 13:10:21:Feature ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT$FeatureReturningFalse3 has NOT been enabled as expected 05-24-2024 13:10:21:Feature ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT$FeatureReturningFalse4 has NOT been enabled as expected 05-24-2024 13:10:21:Feature ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT$FeatureReturningFalse1 has NOT been enabled as expected 05-24-2024 13:10:21:Feature ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT$FeatureReturningFalse3 has NOT been enabled as expected 05-24-2024 13:10:21:Feature ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT$FeatureReturningFalse4 has NOT been enabled as expected 05-24-2024 13:10:21:No feature enabled as expected on Client configuration 05-24-2024 13:10:21:No feature enabled as expected on Client configuration 05-24-2024 13:10:21:No feature enabled as expected on Client configuration 05-24-2024 13:10:21:No feature enabled as expected on Client configuration 05-24-2024 13:10:21:No feature enabled as expected on WebTarget configuration 05-24-2024 13:10:21:No feature enabled as expected on WebTarget configuration 05-24-2024 13:10:21:No feature enabled as expected on WebTarget configuration 05-24-2024 13:10:21:No feature enabled as expected on WebTarget configuration 05-24-2024 13:10:21:The provider with unassignable contract has ben ignored as expected 05-24-2024 13:10:21:FINISHED TEST : isEnabledClassReturningFalseTest() 05-24-2024 13:10:21:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:21:STARTING TEST : isEnabledFeatureClassReturningTrueTest() 05-24-2024 13:10:21:Registering on Client 05-24-2024 13:10:21:Registering on WebTarget 05-24-2024 13:10:21:Feature ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT$FeatureReturningTrue2 has NOT been enabled as expected 05-24-2024 13:10:21:Feature ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT$FeatureReturningTrue3 has NOT been enabled as expected 05-24-2024 13:10:21:Feature ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT$FeatureReturningTrue4 has NOT been enabled as expected 05-24-2024 13:10:21:Feature ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT$FeatureReturningTrue1 has been enabled as expected 05-24-2024 13:10:21:Feature ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT$FeatureReturningTrue3 has NOT been enabled as expected 05-24-2024 13:10:21:Feature ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT$FeatureReturningTrue4 has NOT been enabled as expected 05-24-2024 13:10:21:Feature feature1 registered as expected on Client configuration 05-24-2024 13:10:21:Feature feature2 NOT registered as expected on Client configuration 05-24-2024 13:10:21:Feature feature3 NOT registered as expected on Client configuration 05-24-2024 13:10:21:Feature feature4 NOT registered as expected on Client configuration 05-24-2024 13:10:21:Feature feature1 registered as expected on WebTarget configuration 05-24-2024 13:10:21:Feature feature2 registered as expected on WebTarget configuration 05-24-2024 13:10:21:Feature feature3 NOT registered as expected on WebTarget configuration 05-24-2024 13:10:21:Feature feature4 NOT registered as expected on WebTarget configuration 05-24-2024 13:10:21:The provider with unassignable contract has ben ignored as expected 05-24-2024 13:10:21:FINISHED TEST : isEnabledFeatureClassReturningTrueTest() 05-24-2024 13:10:21:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:21:STARTING TEST : isEnabledFeatureReturningTrueTest() 05-24-2024 13:10:21:Registering on Client 05-24-2024 13:10:21:Registering on WebTarget 05-24-2024 13:10:21:Feature feature2 has NOT been enabled as expected 05-24-2024 13:10:21:Feature feature3 has NOT been enabled as expected 05-24-2024 13:10:21:Feature feature4 has NOT been enabled as expected 05-24-2024 13:10:21:Feature feature1 has been enabled as expected 05-24-2024 13:10:21:Feature feature3 has NOT been enabled as expected 05-24-2024 13:10:21:Feature feature4 has NOT been enabled as expected 05-24-2024 13:10:21:Feature feature1 registered as expected on Client configuration 05-24-2024 13:10:21:Feature feature2 NOT registered as expected on Client configuration 05-24-2024 13:10:21:Feature feature3 NOT registered as expected on Client configuration 05-24-2024 13:10:21:Feature feature4 NOT registered as expected on Client configuration 05-24-2024 13:10:21:Feature feature1 registered as expected on WebTarget configuration 05-24-2024 13:10:21:Feature feature2 registered as expected on WebTarget configuration 05-24-2024 13:10:21:Feature feature3 NOT registered as expected on WebTarget configuration 05-24-2024 13:10:21:Feature feature4 NOT registered as expected on WebTarget configuration 05-24-2024 13:10:21:The provider with unassignable contract has ben ignored as expected 05-24-2024 13:10:21:FINISHED TEST : isEnabledFeatureReturningTrueTest() [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.181 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-24-2024 13:10:22:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:22: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/cookie 05-24-2024 13:10:22: TRACE: [WIRE] - >> Accept:*/*, Cookie:$Version=1; name1=value1; $Domain=localhost; $Path=/jaxrs_ee_core_headers_web 05-24-2024 13:10:22: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:22: TRACE: [WIRE] - << Content-Length: 229 05-24-2024 13:10:22: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:22: 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-24-2024 13:10:22:STARTING TEST : cookieTest() 05-24-2024 13:10:22:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/cookie' to target server at 'localhost:8080' 05-24-2024 13:10:22:############################### 05-24-2024 13:10:22:FINISHED TEST : cookieTest() 05-24-2024 13:10:22:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:22: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/ 05-24-2024 13:10:22: TRACE: [WIRE] - >> Accept:text/plain, Content-Type:*/*, Content-Language:en-us 05-24-2024 13:10:22: TRACE: [WIRE] - >> anything 05-24-2024 13:10:22: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:22: TRACE: [WIRE] - << Content-Length: 21 05-24-2024 13:10:22: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:22: TRACE: [WIRE] - << Content-Languageen-US 05-24-2024 13:10:22:STARTING TEST : contentLanguageTest() 05-24-2024 13:10:22:[Request] Dispatching request: 'PUT http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/' to target server at 'localhost:8080' 05-24-2024 13:10:22:############################### 05-24-2024 13:10:22:[Request] Adding entity: Entity{entity=anything, variant=Variant[mediaType=*/*, language=en-us, encoding=null], annotations=[]} 05-24-2024 13:10:22:FINISHED TEST : contentLanguageTest() 05-24-2024 13:10:22:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:22: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/acl 05-24-2024 13:10:22: TRACE: [WIRE] - >> Accept:text/plain, Accept-Language:en-US 05-24-2024 13:10:22: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:22: TRACE: [WIRE] - << Content-Length: 35 05-24-2024 13:10:22:STARTING TEST : acceptLanguageTest() 05-24-2024 13:10:22:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/acl' to target server at 'localhost:8080' 05-24-2024 13:10:22:############################### 05-24-2024 13:10:22: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:22: TRACE: [WIRE] - << Accept-LanguagegetLanguage= en-US; 05-24-2024 13:10:22:FINISHED TEST : acceptLanguageTest() 05-24-2024 13:10:22:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:22: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/date 05-24-2024 13:10:22: TRACE: [WIRE] - >> Accept:*/*, Date:Fri, 24 May 2024 13:10:22 GMT, Content-Type:*/* 05-24-2024 13:10:22: TRACE: [WIRE] - >> getDate 05-24-2024 13:10:22: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:22: TRACE: [WIRE] - << Content-Length: 13 05-24-2024 13:10:22: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:22: TRACE: [WIRE] - << 1716556222000 05-24-2024 13:10:22:STARTING TEST : getDateTest() 05-24-2024 13:10:22:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/date' to target server at 'localhost:8080' 05-24-2024 13:10:22:############################### 05-24-2024 13:10:22:[Request] Adding entity: getDate 05-24-2024 13:10:22:#getDate() returned expected Date instance 05-24-2024 13:10:22:FINISHED TEST : getDateTest() 05-24-2024 13:10:22:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:22: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/headerstring 05-24-2024 13:10:22: TRACE: [WIRE] - >> Accept:*/*, askdjb:askdjbaskdjb, Content-Type:*/* 05-24-2024 13:10:22: TRACE: [WIRE] - >> askdjb 05-24-2024 13:10:22: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:22: TRACE: [WIRE] - << Content-Length: 12 05-24-2024 13:10:22: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:22: TRACE: [WIRE] - << askdjbaskdjb 05-24-2024 13:10:22: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/headerstring 05-24-2024 13:10:22: TRACE: [WIRE] - >> Accept:*/*, ksadbva:ksadbvaksadbva, Content-Type:*/* 05-24-2024 13:10:22: TRACE: [WIRE] - >> ksadbva 05-24-2024 13:10:22: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:22: TRACE: [WIRE] - << Content-Length: 14 05-24-2024 13:10:22: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:22: TRACE: [WIRE] - << ksadbvaksadbva 05-24-2024 13:10:22: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/headerstring 05-24-2024 13:10:22: TRACE: [WIRE] - >> Accept:*/*, klwiaslkfn:klwiaslkfnklwiaslkfn, Content-Type:*/* 05-24-2024 13:10:22: TRACE: [WIRE] - >> klwiaslkfn 05-24-2024 13:10:22: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:22: TRACE: [WIRE] - << Content-Length: 20 05-24-2024 13:10:22: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:22: TRACE: [WIRE] - << klwiaslkfnklwiaslkfn 05-24-2024 13:10:22: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/headerstring 05-24-2024 13:10:22: TRACE: [WIRE] - >> Accept:*/*, klwvasbk:klwvasbkklwvasbk, Content-Type:*/* 05-24-2024 13:10:22: TRACE: [WIRE] - >> klwvasbk 05-24-2024 13:10:22: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:22:STARTING TEST : getHeaderStringTest() 05-24-2024 13:10:22:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/headerstring' to target server at 'localhost:8080' 05-24-2024 13:10:22:############################### 05-24-2024 13:10:22:[Request] Adding entity: askdjb 05-24-2024 13:10:22:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/headerstring' to target server at 'localhost:8080' 05-24-2024 13:10:22:############################### 05-24-2024 13:10:22:[Request] Adding entity: ksadbva 05-24-2024 13:10:22:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/headerstring' to target server at 'localhost:8080' 05-24-2024 13:10:22:############################### 05-24-2024 13:10:22:[Request] Adding entity: klwiaslkfn 05-24-2024 13:10:22:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/headerstring' to target server at 'localhost:8080' 05-24-2024 13:10:22:############################### 05-24-2024 13:10:22:[Request] Adding entity: klwvasbk 05-24-2024 13:10:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:22: TRACE: [WIRE] - << Content-Length: 16 05-24-2024 13:10:22: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:22: TRACE: [WIRE] - << klwvasbkklwvasbk 05-24-2024 13:10:22:#getHeaderString() returned expected header values 05-24-2024 13:10:22:FINISHED TEST : getHeaderStringTest() 05-24-2024 13:10:22:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:22: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/mt 05-24-2024 13:10:22: TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/xml;charset=utf8 05-24-2024 13:10:22: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:22: TRACE: [WIRE] - << Content-Length: 136 05-24-2024 13:10:22: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:22: TRACE: [WIRE] - << getMediaTypeapplication/xml MediaType size=1Key charset; Value utf8application/xml;charset=utf8MediaType= application/xml;charset=utf8; 05-24-2024 13:10:22:STARTING TEST : mediaTypeTest() 05-24-2024 13:10:22:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/mt' to target server at 'localhost:8080' 05-24-2024 13:10:22:############################### 05-24-2024 13:10:22:FINISHED TEST : mediaTypeTest() 05-24-2024 13:10:22:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:22: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/headerstring 05-24-2024 13:10:22: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*, bean:StringBean. To get a value, use rather #get() method. 05-24-2024 13:10:22: TRACE: [WIRE] - >> bean 05-24-2024 13:10:22: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:22: TRACE: [WIRE] - << Content-Length: 53 05-24-2024 13:10:22: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:22: TRACE: [WIRE] - << StringBean. To get a value, use rather #get() method. 05-24-2024 13:10:22:STARTING TEST : getHeaderStringUsesToStringTest() 05-24-2024 13:10:22:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/headerstring' to target server at 'localhost:8080' 05-24-2024 13:10:22:############################### 05-24-2024 13:10:22:[Request] Adding entity: bean 05-24-2024 13:10:22:#getHeaderString() returned expected header converted by toString() method 05-24-2024 13:10:22:FINISHED TEST : getHeaderStringUsesToStringTest() 05-24-2024 13:10:22:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:22: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/amt 05-24-2024 13:10:22: TRACE: [WIRE] - >> Accept:text/*, text/html, text/html;level=1, */* 05-24-2024 13:10:22: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:22: TRACE: [WIRE] - << Content-Length: 50 05-24-2024 13:10:22: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:22: TRACE: [WIRE] - << getAcceptableMediaTypestext/htmltext/htmltext/**/* 05-24-2024 13:10:22:STARTING TEST : mediaTypeAcceptableTest() 05-24-2024 13:10:22:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/amt' to target server at 'localhost:8080' 05-24-2024 13:10:22:############################### 05-24-2024 13:10:22:FINISHED TEST : mediaTypeAcceptableTest() 05-24-2024 13:10:22:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:22: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/length 05-24-2024 13:10:22: TRACE: [WIRE] - >> Accept:*/* 05-24-2024 13:10:22: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:22: TRACE: [WIRE] - << Content-Length: 2 05-24-2024 13:10:22: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:22: TRACE: [WIRE] - << -1 05-24-2024 13:10:22:STARTING TEST : getLengthTest() 05-24-2024 13:10:22:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/length' to target server at 'localhost:8080' 05-24-2024 13:10:22:############################### 05-24-2024 13:10:22:#getLength() returned expected length -1 05-24-2024 13:10:22:FINISHED TEST : getLengthTest() 05-24-2024 13:10:22:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:22: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/headers 05-24-2024 13:10:22: TRACE: [WIRE] - >> Accept:text/*, text/html, text/html;level=1, */*, Content-Type:application/xml;charset=utf8 05-24-2024 13:10:22: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:22: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:22: TRACE: [WIRE] - << Content-Length: 130 05-24-2024 13:10:22: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:22: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:22: TRACE: [WIRE] - << getRequestHeaders= Found Accept: [text/*, text/html, text/html;level=1, */*]; Found Content-Type: [application/xml;charset=utf8]; 05-24-2024 13:10:22:STARTING TEST : requestHeadersTest() 05-24-2024 13:10:22:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/headers' to target server at 'localhost:8080' 05-24-2024 13:10:22:############################### 05-24-2024 13:10:22:FINISHED TEST : requestHeadersTest() [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.464 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-24-2024 13:10:23:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:23:STARTING TEST : evaluatePreconditionsTagIfNonMatchGetTest() 05-24-2024 13:10:23:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_request_web/RequestTest/preconditionsGet HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:10:23:FINISHED TEST : evaluatePreconditionsTagIfNonMatchGetTest() 05-24-2024 13:10:23:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:23:STARTING TEST : evaluatePreconditionsIfModSinceAgesAgoGetTest() 05-24-2024 13:10:23:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_request_web/RequestTest/preconditionsAgesAgoGet HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:10:23:FINISHED TEST : evaluatePreconditionsIfModSinceAgesAgoGetTest() 05-24-2024 13:10:23:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:23:STARTING TEST : evaluatePreconditionsTagIfModSinceNowAAAGetTest() 05-24-2024 13:10:23:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_request_web/RequestTest/preconditionsNowAAAGet HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:10:23:FINISHED TEST : evaluatePreconditionsTagIfModSinceNowAAAGetTest() 05-24-2024 13:10:23:[JAXRSCommonClient] Test setup OK May 24, 2024 1:10:23 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:10:23:STARTING TEST : selectVariantGetRequestTest() 05-24-2024 13:10:23:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_request_web/RequestTest/SelectVariantTestGet HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:10:23:FINISHED TEST : selectVariantGetRequestTest() 05-24-2024 13:10:23:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:23:STARTING TEST : evaluatePreconditionsTagIfModAAASinceGetTest() 05-24-2024 13:10:23:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_request_web/RequestTest/preconditionsAAAAgesAgoGet HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:10:23:FINISHED TEST : evaluatePreconditionsTagIfModAAASinceGetTest() 05-24-2024 13:10:23:[JAXRSCommonClient] Test setup OK May 24, 2024 1:10:23 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:10:23:STARTING TEST : selectVariantDeleteRequestTest() 05-24-2024 13:10:23:[HttpRequest] Dispatching request: 'DELETE /jaxrs_ee_core_request_web/RequestTest/SelectVariantTestDelete HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:10:23:FINISHED TEST : selectVariantDeleteRequestTest() 05-24-2024 13:10:23:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:23:STARTING TEST : evaluatePreconditionsIfUnmodSinceNowGetTest() 05-24-2024 13:10:23:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_request_web/RequestTest/preconditionsNowGet HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:10:23:FINISHED TEST : evaluatePreconditionsIfUnmodSinceNowGetTest() 05-24-2024 13:10:23:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:23:STARTING TEST : evaluatePreconditionsTagNullAndSimpleGetTest() 05-24-2024 13:10:23:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_request_web/RequestTest/preconditionsSimpleGet HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:10:23:FINISHED TEST : evaluatePreconditionsTagNullAndSimpleGetTest() 05-24-2024 13:10:23:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:23:STARTING TEST : evaluatePreconditionsTagIfNonMatchAAAPutTest() 05-24-2024 13:10:23:[HttpRequest] Dispatching request: 'PUT /jaxrs_ee_core_request_web/RequestTest/preconditionsAAAPut HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:10:23:FINISHED TEST : evaluatePreconditionsTagIfNonMatchAAAPutTest() 05-24-2024 13:10:23:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:23:STARTING TEST : evaluatePreconditionsTagIfNonMatchAAAGetTest() 05-24-2024 13:10:23:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_request_web/RequestTest/preconditionsAAAGet HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:10:23:FINISHED TEST : evaluatePreconditionsTagIfNonMatchAAAGetTest() 05-24-2024 13:10:23:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:23:STARTING TEST : evaluatePreconditionsIfUnmodSinceAgesAgoGetTest() 05-24-2024 13:10:23:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_request_web/RequestTest/preconditionsAgesAgoGet HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:10:23:FINISHED TEST : evaluatePreconditionsIfUnmodSinceAgesAgoGetTest() 05-24-2024 13:10:23:[JAXRSCommonClient] Test setup OK May 24, 2024 1:10:23 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:10:23:STARTING TEST : selectVariantPostRequestTest() 05-24-2024 13:10:23:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_core_request_web/RequestTest/SelectVariantTestPost HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:10:23:FINISHED TEST : selectVariantPostRequestTest() 05-24-2024 13:10:23:[JAXRSCommonClient] Test setup OK May 24, 2024 1:10:23 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:10:23:STARTING TEST : getMethodPutRequestTest() 05-24-2024 13:10:23:[HttpRequest] Dispatching request: 'PUT /jaxrs_ee_core_request_web/RequestTest/GetMethodPutTest HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:10:23:FINISHED TEST : getMethodPutRequestTest() 05-24-2024 13:10:23:[JAXRSCommonClient] Test setup OK May 24, 2024 1:10:23 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:10:23:STARTING TEST : evaluatePreconditionsTagIfNonMatchAAAHeadTest() 05-24-2024 13:10:23:[HttpRequest] Dispatching request: 'HEAD /jaxrs_ee_core_request_web/RequestTest/preconditionsAAAHead HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:10:23:FINISHED TEST : evaluatePreconditionsTagIfNonMatchAAAHeadTest() 05-24-2024 13:10:23:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:23:STARTING TEST : selectVariantResponseVaryTest() 05-24-2024 13:10:23:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_request_web/RequestTest/SelectVariantTestResponse HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:10:23:FINISHED TEST : selectVariantResponseVaryTest() 05-24-2024 13:10:23:[JAXRSCommonClient] Test setup OK May 24, 2024 1:10:23 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:10:23:STARTING TEST : getMethodGetRequestTest() 05-24-2024 13:10:23:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_request_web/RequestTest/GetMethodGetTest HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:10:23:FINISHED TEST : getMethodGetRequestTest() 05-24-2024 13:10:23:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:23:STARTING TEST : evaluatePreconditionsIfModSinceNowGetTest() 05-24-2024 13:10:23:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_request_web/RequestTest/preconditionsNowGet HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:10:23:FINISHED TEST : evaluatePreconditionsIfModSinceNowGetTest() 05-24-2024 13:10:23:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:23:STARTING TEST : evaluatePreconditionsTagIfUnmodSinceNowAAAGetTest() 05-24-2024 13:10:23:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_request_web/RequestTest/preconditionsNowAAAGet HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:10:23:FINISHED TEST : evaluatePreconditionsTagIfUnmodSinceNowAAAGetTest() 05-24-2024 13:10:23:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:23:STARTING TEST : evaluatePreconditionsEntityTagIfMatchBBBPutTest() 05-24-2024 13:10:23:[HttpRequest] Dispatching request: 'PUT /jaxrs_ee_core_request_web/RequestTest/preconditionsAAAPut HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:10:23:FINISHED TEST : evaluatePreconditionsEntityTagIfMatchBBBPutTest() 05-24-2024 13:10:23:[JAXRSCommonClient] Test setup OK May 24, 2024 1:10:23 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:10:23:STARTING TEST : evaluatePreconditionsIfNonMatchHeadTest() 05-24-2024 13:10:23:[HttpRequest] Dispatching request: 'HEAD /jaxrs_ee_core_request_web/RequestTest/preconditionsHead HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:10:23:FINISHED TEST : evaluatePreconditionsIfNonMatchHeadTest() 05-24-2024 13:10:23:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:23:STARTING TEST : evaluatePreconditionsEntityTagIfMatchBBBGetTest() 05-24-2024 13:10:23:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_request_web/RequestTest/preconditionsAAAGet HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:10:23:FINISHED TEST : evaluatePreconditionsEntityTagIfMatchBBBGetTest() 05-24-2024 13:10:23:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:23:STARTING TEST : evaluatePreconditionsEntityTagIfMatchAAAPutTest() 05-24-2024 13:10:23:[HttpRequest] Dispatching request: 'PUT /jaxrs_ee_core_request_web/RequestTest/preconditionsAAAPut HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:10:23:FINISHED TEST : evaluatePreconditionsEntityTagIfMatchAAAPutTest() 05-24-2024 13:10:23:[JAXRSCommonClient] Test setup OK May 24, 2024 1:10:23 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:10:23:STARTING TEST : getMethodPostRequestTest() 05-24-2024 13:10:23:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_core_request_web/RequestTest/GetMethodPostTest HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:10:23:FINISHED TEST : getMethodPostRequestTest() 05-24-2024 13:10:23:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:23:STARTING TEST : evaluatePreconditionsEntityTagIfMatchAAAGetTest() 05-24-2024 13:10:23:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_request_web/RequestTest/preconditionsAAAGet HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:10:23:FINISHED TEST : evaluatePreconditionsEntityTagIfMatchAAAGetTest() 05-24-2024 13:10:23:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:23:STARTING TEST : evaluatePreconditionsTagIfUnmodSinceAAAGetTest() 05-24-2024 13:10:23:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_request_web/RequestTest/preconditionsAAAAgesAgoGet HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:10:23:FINISHED TEST : evaluatePreconditionsTagIfUnmodSinceAAAGetTest() 05-24-2024 13:10:23:[JAXRSCommonClient] Test setup OK May 24, 2024 1:10:23 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:10:23:STARTING TEST : getMethodHeadRequestTest() 05-24-2024 13:10:23:[HttpRequest] Dispatching request: 'HEAD /jaxrs_ee_core_request_web/RequestTest/GetMethodHeadTest HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:10:23:FINISHED TEST : getMethodHeadRequestTest() 05-24-2024 13:10:23:[JAXRSCommonClient] Test setup OK May 24, 2024 1:10:23 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:10:23:STARTING TEST : getMethodDeleteRequestTest() 05-24-2024 13:10:23:[HttpRequest] Dispatching request: 'DELETE /jaxrs_ee_core_request_web/RequestTest/GetMethodDeleteTest HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:10:23:FINISHED TEST : getMethodDeleteRequestTest() 05-24-2024 13:10:23:[JAXRSCommonClient] Test setup OK May 24, 2024 1:10:23 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:10:23:STARTING TEST : selectVariantPutRequestTest() 05-24-2024 13:10:23:[HttpRequest] Dispatching request: 'PUT /jaxrs_ee_core_request_web/RequestTest/SelectVariantTestPut HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:10:23:FINISHED TEST : selectVariantPutRequestTest() [INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.336 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-24-2024 13:10:25:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:25: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity 05-24-2024 13:10:25: TRACE: [WIRE] - >> Accept:text/plain 05-24-2024 13:10:25: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:25: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:25: TRACE: [WIRE] - << Content-Length: 6 05-24-2024 13:10:25: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:25: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:25: TRACE: [WIRE] - << ENtiTy 05-24-2024 13:10:25:STARTING TEST : readEntityClassAnnotationThrowsProcessingExceptionTest() 05-24-2024 13:10:25:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080' 05-24-2024 13:10:25:############################### 05-24-2024 13:10:25:ProcessingException has been thrown as expected 05-24-2024 13:10:25:FINISHED TEST : readEntityClassAnnotationThrowsProcessingExceptionTest() 05-24-2024 13:10:25:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:25: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity 05-24-2024 13:10:25: TRACE: [WIRE] - >> Accept:text/plain 05-24-2024 13:10:25: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:25: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:25: TRACE: [WIRE] - << Content-Length: 6 05-24-2024 13:10:25: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:25: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:25: TRACE: [WIRE] - << ENtiTy 05-24-2024 13:10:25:STARTING TEST : getEntityThrowsIllegalStateExceptionWhenConsumedTest() 05-24-2024 13:10:25:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080' 05-24-2024 13:10:25:############################### 05-24-2024 13:10:25:#getEntity throws IllegalStateException as expected java.lang.IllegalStateException: Entity input stream has already been closed. 05-24-2024 13:10:25:FINISHED TEST : getEntityThrowsIllegalStateExceptionWhenConsumedTest() 05-24-2024 13:10:25:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:25: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity 05-24-2024 13:10:25: TRACE: [WIRE] - >> Accept:text/plain 05-24-2024 13:10:25: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:25: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:25: TRACE: [WIRE] - << Content-Length: 6 05-24-2024 13:10:25: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:25: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:25: TRACE: [WIRE] - << ENtiTy 05-24-2024 13:10:25:STARTING TEST : getLocationNotPresentTest() 05-24-2024 13:10:25:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080' 05-24-2024 13:10:25:############################### 05-24-2024 13:10:25:response#getLocation() was null as expected 05-24-2024 13:10:25:FINISHED TEST : getLocationNotPresentTest() 05-24-2024 13:10:25:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:25: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/setstringbeanruntime 05-24-2024 13:10:25: TRACE: [WIRE] - >> Accept:text/plain 05-24-2024 13:10:25: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:25: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:25: TRACE: [WIRE] - << Content-Length: 0 05-24-2024 13:10:25: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:25: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headerstring 05-24-2024 13:10:25: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:25: TRACE: [WIRE] - >> delegate 05-24-2024 13:10:25: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:25: TRACE: [WIRE] - << s3: s3 05-24-2024 13:10:25: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:25: TRACE: [WIRE] - << Content-Length: 0 05-24-2024 13:10:25: TRACE: [WIRE] - << s1: s1 05-24-2024 13:10:25: TRACE: [WIRE] - << s2: s2 05-24-2024 13:10:25: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:25: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/setoriginalruntime 05-24-2024 13:10:25: TRACE: [WIRE] - >> Accept:text/plain 05-24-2024 13:10:25: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:25: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:25: TRACE: [WIRE] - << Content-Length: 0 05-24-2024 13:10:25: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:25:STARTING TEST : getHeaderStringUsingHeaderDelegateTest() 05-24-2024 13:10:25:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/setstringbeanruntime' to target server at 'localhost:8080' 05-24-2024 13:10:25:############################### 05-24-2024 13:10:25:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headerstring' to target server at 'localhost:8080' 05-24-2024 13:10:25:############################### 05-24-2024 13:10:25:[Request] Adding entity: delegate 05-24-2024 13:10:25:HeaderDelegate is used for header as expected 05-24-2024 13:10:25:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/setoriginalruntime' to target server at 'localhost:8080' 05-24-2024 13:10:25:############################### 05-24-2024 13:10:25:FINISHED TEST : getHeaderStringUsingHeaderDelegateTest() 05-24-2024 13:10:25:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:25: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted 05-24-2024 13:10:25: TRACE: [WIRE] - >> Accept:text/plain 05-24-2024 13:10:25: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:25: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:25: TRACE: [WIRE] - << Content-Length: 6 05-24-2024 13:10:25: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:25: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:25:STARTING TEST : readEntityGenericTypeAnnotationCloseIsCalledTest() 05-24-2024 13:10:25:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted' to target server at 'localhost:8080' 05-24-2024 13:10:25:############################### 05-24-2024 13:10:25:Close() has been called on an entity stream as expected 05-24-2024 13:10:25:FINISHED TEST : readEntityGenericTypeAnnotationCloseIsCalledTest() 05-24-2024 13:10:25:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:25: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity 05-24-2024 13:10:25: TRACE: [WIRE] - >> Accept:text/plain 05-24-2024 13:10:25: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:25: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:25: TRACE: [WIRE] - << Content-Length: 6 05-24-2024 13:10:25: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:25: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:25: TRACE: [WIRE] - << ENtiTy 05-24-2024 13:10:25:STARTING TEST : getLinksIsNotNullTest() 05-24-2024 13:10:25:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080' 05-24-2024 13:10:25:############################### 05-24-2024 13:10:25:#getLinks contains no links as expected 05-24-2024 13:10:25:FINISHED TEST : getLinksIsNotNullTest() 05-24-2024 13:10:25:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:25: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted 05-24-2024 13:10:25: TRACE: [WIRE] - >> Accept:text/plain 05-24-2024 13:10:25: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:25: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:25: TRACE: [WIRE] - << Content-Length: 6 05-24-2024 13:10:25: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:25: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:25:STARTING TEST : readEntityClassAnnotationCloseIsNotCalledOnInputStreamTest() 05-24-2024 13:10:25:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted' to target server at 'localhost:8080' 05-24-2024 13:10:25:############################### 05-24-2024 13:10:25:Close() has not been called on entity stream as expected 05-24-2024 13:10:25:FINISHED TEST : readEntityClassAnnotationCloseIsNotCalledOnInputStreamTest() 05-24-2024 13:10:25:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:25: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted 05-24-2024 13:10:25: TRACE: [WIRE] - >> Accept:text/plain 05-24-2024 13:10:25: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:25: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:25: TRACE: [WIRE] - << Content-Length: 6 05-24-2024 13:10:25: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:25: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:25:STARTING TEST : bufferEntityThrowsExceptionTest() 05-24-2024 13:10:25:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted' to target server at 'localhost:8080' 05-24-2024 13:10:25:############################### 05-24-2024 13:10:25:ProcessingException has been thrown as expected 05-24-2024 13:10:25:FINISHED TEST : bufferEntityThrowsExceptionTest() 05-24-2024 13:10:25:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:25: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/linkbuilder 05-24-2024 13:10:25: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:25: TRACE: [WIRE] - >> anyrelation 05-24-2024 13:10:25: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:25: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:25: TRACE: [WIRE] - << Content-Length: 0 05-24-2024 13:10:25: TRACE: [WIRE] - << Link: ; rel="anyrelation" 05-24-2024 13:10:25: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:25:STARTING TEST : getLinkBuilderForTheRelationTest() 05-24-2024 13:10:25:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/linkbuilder' to target server at 'localhost:8080' 05-24-2024 13:10:25:############################### 05-24-2024 13:10:25:[Request] Adding entity: anyrelation 05-24-2024 13:10:25:#getLinkBuilder creates correct Link for given relation 05-24-2024 13:10:25:FINISHED TEST : getLinkBuilderForTheRelationTest() 05-24-2024 13:10:25:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:25: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/entitytag 05-24-2024 13:10:25: TRACE: [WIRE] - >> Accept:*/* 05-24-2024 13:10:25: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:25: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:25: TRACE: [WIRE] - << Content-Length: 0 05-24-2024 13:10:25: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:25:STARTING TEST : getEntityTagNotPresentTest() 05-24-2024 13:10:25:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/entitytag' to target server at 'localhost:8080' 05-24-2024 13:10:25:############################### 05-24-2024 13:10:25:response#getEntityTag() was null as expected 05-24-2024 13:10:25:FINISHED TEST : getEntityTagNotPresentTest() 05-24-2024 13:10:25:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:25: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/created 05-24-2024 13:10:25: TRACE: [WIRE] - >> Accept:text/plain 05-24-2024 13:10:25: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:25: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:25: TRACE: [WIRE] - << Content-Length: 0 05-24-2024 13:10:25: TRACE: [WIRE] - << Location: http://localhost:8080/jaxrs_ee_core_response_web/created 05-24-2024 13:10:25: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:25:STARTING TEST : responseCreatedRelativeURITest() 05-24-2024 13:10:25:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/created' to target server at 'localhost:8080' 05-24-2024 13:10:25:############################### 05-24-2024 13:10:25:FINISHED TEST : responseCreatedRelativeURITest() 05-24-2024 13:10:25:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:25: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/links 05-24-2024 13:10:25: TRACE: [WIRE] - >> Accept:text/plain 05-24-2024 13:10:25: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:25: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:25: TRACE: [WIRE] - << Content-Length: 0 05-24-2024 13:10:25: TRACE: [WIRE] - << Link: ; rel="rel2",; rel="rel1" 05-24-2024 13:10:25: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:25:STARTING TEST : getLinksTest() 05-24-2024 13:10:25:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/links' to target server at 'localhost:8080' 05-24-2024 13:10:25:############################### 05-24-2024 13:10:25:#getLinks contains expected links 05-24-2024 13:10:25:FINISHED TEST : getLinksTest() 05-24-2024 13:10:25:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:25: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/setstringbeanruntime 05-24-2024 13:10:25: TRACE: [WIRE] - >> Accept:text/plain 05-24-2024 13:10:25: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:25: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:25: TRACE: [WIRE] - << Content-Length: 0 05-24-2024 13:10:25: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:25: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headerstring 05-24-2024 13:10:25: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:25: TRACE: [WIRE] - >> stringheaders 05-24-2024 13:10:25: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:25: TRACE: [WIRE] - << s3: s3 05-24-2024 13:10:25: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:25: TRACE: [WIRE] - << Content-Length: 0 05-24-2024 13:10:25: TRACE: [WIRE] - << s1: s1 05-24-2024 13:10:25: TRACE: [WIRE] - << s2: s2 05-24-2024 13:10:25: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:25: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/setoriginalruntime 05-24-2024 13:10:25: TRACE: [WIRE] - >> Accept:text/plain 05-24-2024 13:10:25: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:25: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:25: TRACE: [WIRE] - << Content-Length: 0 05-24-2024 13:10:25: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:25:STARTING TEST : getStringHeadersUsingHeaderDelegateTest() 05-24-2024 13:10:25:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/setstringbeanruntime' to target server at 'localhost:8080' 05-24-2024 13:10:25:############################### 05-24-2024 13:10:25:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headerstring' to target server at 'localhost:8080' 05-24-2024 13:10:25:############################### 05-24-2024 13:10:25:[Request] Adding entity: stringheaders 05-24-2024 13:10:25:#getStringHeaders contains expected values s3=[s3],Server=[Eclipse GlassFish 7.0.14],Content-Length=[0],s1=[s1],s2=[s2],X-Powered-By=[Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11)] 05-24-2024 13:10:25:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/setoriginalruntime' to target server at 'localhost:8080' 05-24-2024 13:10:25:############################### 05-24-2024 13:10:25:FINISHED TEST : getStringHeadersUsingHeaderDelegateTest() 05-24-2024 13:10:25:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:25:STARTING TEST : readEntityClassThrowsIllegalStateExceptionTest() 05-24-2024 13:10:25:IllegalStateException has been thrown as expected 05-24-2024 13:10:25:FINISHED TEST : readEntityClassThrowsIllegalStateExceptionTest() 05-24-2024 13:10:25:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:25: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/language 05-24-2024 13:10:25: TRACE: [WIRE] - >> Accept:*/* 05-24-2024 13:10:25: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:25: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:25: TRACE: [WIRE] - << Content-Length: 0 05-24-2024 13:10:25: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:25:STARTING TEST : getLanguageNotPresentTest() 05-24-2024 13:10:25:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/language' to target server at 'localhost:8080' 05-24-2024 13:10:25:############################### 05-24-2024 13:10:25:response#getLanguage() was null as expected 05-24-2024 13:10:25:FINISHED TEST : getLanguageNotPresentTest() 05-24-2024 13:10:25:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:25: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted 05-24-2024 13:10:25: TRACE: [WIRE] - >> Accept:text/plain 05-24-2024 13:10:25: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:25: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:25: TRACE: [WIRE] - << Content-Length: 6 05-24-2024 13:10:25: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:25: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:25:STARTING TEST : readEntityClassAnnotationCloseIsCalledTest() 05-24-2024 13:10:25:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted' to target server at 'localhost:8080' 05-24-2024 13:10:25:############################### 05-24-2024 13:10:25:Close() has been called on an entity stream as expected 05-24-2024 13:10:25:FINISHED TEST : readEntityClassAnnotationCloseIsCalledTest() 05-24-2024 13:10:25:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:25: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted 05-24-2024 13:10:25: TRACE: [WIRE] - >> Accept:text/plain 05-24-2024 13:10:25: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:25: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:25: TRACE: [WIRE] - << Content-Length: 6 05-24-2024 13:10:25: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:25: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:25:STARTING TEST : readEntityClassCloseIsNotCalledOnInputStreamTest() 05-24-2024 13:10:25:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted' to target server at 'localhost:8080' 05-24-2024 13:10:25:############################### 05-24-2024 13:10:25:Close() has not been called on entity stream as expected 05-24-2024 13:10:25:FINISHED TEST : readEntityClassCloseIsNotCalledOnInputStreamTest() 05-24-2024 13:10:25:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:25: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity 05-24-2024 13:10:25: TRACE: [WIRE] - >> Accept:text/plain 05-24-2024 13:10:25: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:25: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:25: TRACE: [WIRE] - << Content-Length: 6 05-24-2024 13:10:25: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:25: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:25: TRACE: [WIRE] - << ENtiTy 05-24-2024 13:10:25:STARTING TEST : readEntityClassTest() 05-24-2024 13:10:25:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080' 05-24-2024 13:10:25:############################### 05-24-2024 13:10:25:Got expected ENtiTy 05-24-2024 13:10:25:FINISHED TEST : readEntityClassTest() 05-24-2024 13:10:25:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:25: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/mediatype 05-24-2024 13:10:25: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:25: TRACE: [WIRE] - >> application/atom+xml 05-24-2024 13:10:25: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:25: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:25: TRACE: [WIRE] - << Content-Length: 0 05-24-2024 13:10:25: TRACE: [WIRE] - << Content-Type: application/atom+xml 05-24-2024 13:10:25: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:25:STARTING TEST : getMediaTypeTest() 05-24-2024 13:10:25:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/mediatype' to target server at 'localhost:8080' 05-24-2024 13:10:25:############################### 05-24-2024 13:10:25:[Request] Adding entity: application/atom+xml 05-24-2024 13:10:25:#getMediaType returned expected MediaType 05-24-2024 13:10:25:FINISHED TEST : getMediaTypeTest() 05-24-2024 13:10:25:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:25: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/link 05-24-2024 13:10:25: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:25: TRACE: [WIRE] - >> getLinkTest 05-24-2024 13:10:25: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:25: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:25: TRACE: [WIRE] - << Content-Length: 0 05-24-2024 13:10:25: TRACE: [WIRE] - << Link: ; rel="getLinkTest" 05-24-2024 13:10:25: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:25:STARTING TEST : getLinkTest() 05-24-2024 13:10:25:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/link' to target server at 'localhost:8080' 05-24-2024 13:10:25:############################### 05-24-2024 13:10:25:[Request] Adding entity: getLinkTest 05-24-2024 13:10:25:#getLink matches expected Link 05-24-2024 13:10:25:FINISHED TEST : getLinkTest() 05-24-2024 13:10:25:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:25: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=200 05-24-2024 13:10:25: TRACE: [WIRE] - >> Accept:text/plain 05-24-2024 13:10:25: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:25: TRACE: [WIRE] - << TESTHEADER: status code in request = 200 05-24-2024 13:10:25: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:25: TRACE: [WIRE] - << Content-Length: 0 05-24-2024 13:10:25: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:25:STARTING TEST : readEntityGenericTypeAnnotationIsNullWhenNoEntityTest() 05-24-2024 13:10:25:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=200' to target server at 'localhost:8080' 05-24-2024 13:10:25:############################### 05-24-2024 13:10:25:Null or zero length entity returned when no entity as expected 05-24-2024 13:10:25:FINISHED TEST : readEntityGenericTypeAnnotationIsNullWhenNoEntityTest() 05-24-2024 13:10:25:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:26: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted 05-24-2024 13:10:26: TRACE: [WIRE] - >> Accept:text/plain 05-24-2024 13:10:26: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:26: TRACE: [WIRE] - << Content-Length: 6 05-24-2024 13:10:26: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:25:STARTING TEST : readEntityGenericCloseIsCalledTest() 05-24-2024 13:10:25:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted' to target server at 'localhost:8080' 05-24-2024 13:10:25:############################### 05-24-2024 13:10:26:Close() has been called on an entity stream as expected 05-24-2024 13:10:26:FINISHED TEST : readEntityGenericCloseIsCalledTest() 05-24-2024 13:10:26:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:26: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity 05-24-2024 13:10:26: TRACE: [WIRE] - >> Accept:text/plain 05-24-2024 13:10:26: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:26: TRACE: [WIRE] - << Content-Length: 6 05-24-2024 13:10:26: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:26: TRACE: [WIRE] - << ENtiTy 05-24-2024 13:10:26:STARTING TEST : hasEntityThrowsIllegalStateExceptionTest() 05-24-2024 13:10:26:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080' 05-24-2024 13:10:26:############################### 05-24-2024 13:10:26:IllegalStateException has been thrown as expected 05-24-2024 13:10:26:FINISHED TEST : hasEntityThrowsIllegalStateExceptionTest() 05-24-2024 13:10:26:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:26: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headers 05-24-2024 13:10:26: TRACE: [WIRE] - >> Accept:*/* 05-24-2024 13:10:26: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:26: TRACE: [WIRE] - << Content-Length: 0 05-24-2024 13:10:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:26:STARTING TEST : getHeadersIsMutableTest() 05-24-2024 13:10:26:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headers' to target server at 'localhost:8080' 05-24-2024 13:10:26:############################### 05-24-2024 13:10:26:getHeaders is mutable 05-24-2024 13:10:26:FINISHED TEST : getHeadersIsMutableTest() 05-24-2024 13:10:26:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:26: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/date?date=1716556226059 05-24-2024 13:10:26: TRACE: [WIRE] - >> Accept:text/plain 05-24-2024 13:10:26: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:26: TRACE: [WIRE] - << Content-Length: 13 05-24-2024 13:10:26: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:26: TRACE: [WIRE] - << 1716556226059 05-24-2024 13:10:26:STARTING TEST : readEntityClassAnnotationTest() 05-24-2024 13:10:26:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/date?date=1716556226059' to target server at 'localhost:8080' 05-24-2024 13:10:26:############################### 05-24-2024 13:10:26:Got expected date Fri May 24 13:10:26 UTC 2024 05-24-2024 13:10:26:FINISHED TEST : readEntityClassAnnotationTest() 05-24-2024 13:10:26:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:26: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity 05-24-2024 13:10:26: TRACE: [WIRE] - >> Accept:text/plain 05-24-2024 13:10:26: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:26: TRACE: [WIRE] - << Content-Length: 6 05-24-2024 13:10:26: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:26: TRACE: [WIRE] - << ENtiTy 05-24-2024 13:10:26:STARTING TEST : hasLinkWhenNoLinkTest() 05-24-2024 13:10:26:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080' 05-24-2024 13:10:26:############################### 05-24-2024 13:10:26:#hasLink has not found any Link as expected 05-24-2024 13:10:26:FINISHED TEST : hasLinkWhenNoLinkTest() 05-24-2024 13:10:26:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:26:STARTING TEST : closeTest() 05-24-2024 13:10:26:#close() closed the stream, and consecutive reading threw IllegalStateException as expected 05-24-2024 13:10:26:FINISHED TEST : closeTest() 05-24-2024 13:10:26:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:26: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/language 05-24-2024 13:10:26: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:26: TRACE: [WIRE] - >> CA 05-24-2024 13:10:26: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:26: TRACE: [WIRE] - << Content-Length: 0 05-24-2024 13:10:26: TRACE: [WIRE] - << Content-Language: fr-CA 05-24-2024 13:10:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:26:STARTING TEST : getLanguageTest() 05-24-2024 13:10:26:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/language' to target server at 'localhost:8080' 05-24-2024 13:10:26:############################### 05-24-2024 13:10:26:[Request] Adding entity: CA 05-24-2024 13:10:26:#getLocale matches the Content-Language HTTP header 05-24-2024 13:10:26:FINISHED TEST : getLanguageTest() 05-24-2024 13:10:26:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:26: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/date 05-24-2024 13:10:26: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:26: TRACE: [WIRE] - >> 1716556226000 05-24-2024 13:10:27: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:27: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:27: TRACE: [WIRE] - << Content-Length: 0 05-24-2024 13:10:27: TRACE: [WIRE] - << Date: Fri, 24 May 2024 13:10:26 GMT 05-24-2024 13:10:27: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:26:STARTING TEST : getDateTest() 05-24-2024 13:10:26:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/date' to target server at 'localhost:8080' 05-24-2024 13:10:26:############################### 05-24-2024 13:10:26:[Request] Adding entity: 1716556226000 05-24-2024 13:10:27:#getDate matches the Date HTTP header 05-24-2024 13:10:27:FINISHED TEST : getDateTest() 05-24-2024 13:10:27:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:27:STARTING TEST : readEntityClassAnnotationThrowsIllegalStateExceptionTest() 05-24-2024 13:10:27:IllegalStateException has been thrown as expected 05-24-2024 13:10:27:FINISHED TEST : readEntityClassAnnotationThrowsIllegalStateExceptionTest() 05-24-2024 13:10:27:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:27: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=200 05-24-2024 13:10:27:STARTING TEST : readEntityClassIsNullWhenNoEntityTest() 05-24-2024 13:10:27:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=200' to target server at 'localhost:8080' 05-24-2024 13:10:27:############################### 05-24-2024 13:10:27: TRACE: [WIRE] - >> Accept:text/plain 05-24-2024 13:10:27: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:27: TRACE: [WIRE] - << TESTHEADER: status code in request = 200 05-24-2024 13:10:27: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:27: TRACE: [WIRE] - << Content-Length: 0 05-24-2024 13:10:27: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:27:Null or zero length entity returned when no entity as expected 05-24-2024 13:10:27:FINISHED TEST : readEntityClassIsNullWhenNoEntityTest() 05-24-2024 13:10:27:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:27: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headers 05-24-2024 13:10:27: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:27: TRACE: [WIRE] - >> headerstring 05-24-2024 13:10:27: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:27: TRACE: [WIRE] - << Cache-Control: no-transform 05-24-2024 13:10:27: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:27: TRACE: [WIRE] - << Content-Encoding: gzip 05-24-2024 13:10:27: TRACE: [WIRE] - << Set-Cookie: cookie=eikooc;Version=1 05-24-2024 13:10:27: TRACE: [WIRE] - << Expires: Fri, 24 May 2024 13:10:27 GMT 05-24-2024 13:10:27: TRACE: [WIRE] - << Content-Length: 0 05-24-2024 13:10:27: TRACE: [WIRE] - << Content-Language: fr-CA 05-24-2024 13:10:27: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:27:STARTING TEST : getHeaderStringTest() 05-24-2024 13:10:27:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headers' to target server at 'localhost:8080' 05-24-2024 13:10:27:############################### 05-24-2024 13:10:27:[Request] Adding entity: headerstring 05-24-2024 13:10:27:Found following objects: 05-24-2024 13:10:27:Cache-Control:no-transform Server:Eclipse GlassFish 7.0.14 Content-Encoding:gzip Set-Cookie:cookie=eikooc;Version=1 Expires:Fri, 24 May 2024 13:10:27 GMT Content-Length:0 Content-Language:fr-CA X-Powered-By:Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:27:FINISHED TEST : getHeaderStringTest() 05-24-2024 13:10:27:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:27:STARTING TEST : readEntityGenericTypeThrowsIllegalStateExceptionTest() 05-24-2024 13:10:27:IllegalStateException has been thrown as expected 05-24-2024 13:10:27:FINISHED TEST : readEntityGenericTypeThrowsIllegalStateExceptionTest() 05-24-2024 13:10:27:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:27: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted 05-24-2024 13:10:27: TRACE: [WIRE] - >> Accept:text/plain 05-24-2024 13:10:27: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:27: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:27: TRACE: [WIRE] - << Content-Length: 6 05-24-2024 13:10:27: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:27: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:27:STARTING TEST : readEntityClassCloseIsCalledTest() 05-24-2024 13:10:27:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted' to target server at 'localhost:8080' 05-24-2024 13:10:27:############################### 05-24-2024 13:10:27:Close() has been called on an entity stream as expected 05-24-2024 13:10:27:FINISHED TEST : readEntityClassCloseIsCalledTest() 05-24-2024 13:10:27:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:27: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity 05-24-2024 13:10:27: TRACE: [WIRE] - >> Accept:text/plain 05-24-2024 13:10:27: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:27: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:27: TRACE: [WIRE] - << Content-Length: 6 05-24-2024 13:10:27: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:27: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:27: TRACE: [WIRE] - << ENtiTy 05-24-2024 13:10:27:STARTING TEST : readEntityGenericTypeThrowsProcessingExceptionTest() 05-24-2024 13:10:27:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080' 05-24-2024 13:10:27:############################### 05-24-2024 13:10:27:ProcessingException has been thrown as expected 05-24-2024 13:10:27:FINISHED TEST : readEntityGenericTypeThrowsProcessingExceptionTest() 05-24-2024 13:10:27:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:27: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headerstring 05-24-2024 13:10:27: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:27: TRACE: [WIRE] - >> stringheaders 05-24-2024 13:10:27: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:27: TRACE: [WIRE] - << s3: StringBean. To get a value, use rather #get() method. 05-24-2024 13:10:27: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:27: TRACE: [WIRE] - << Content-Length: 0 05-24-2024 13:10:27: TRACE: [WIRE] - << s1: s1 05-24-2024 13:10:27: TRACE: [WIRE] - << s2: s2 05-24-2024 13:10:27: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:27:STARTING TEST : getStringHeadersUsingToStringTest() 05-24-2024 13:10:27:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headerstring' to target server at 'localhost:8080' 05-24-2024 13:10:27:############################### 05-24-2024 13:10:27:[Request] Adding entity: stringheaders 05-24-2024 13:10:27:#getStringHeaders contains expected values s3=[StringBean. To get a value, use rather #get() method.],Server=[Eclipse GlassFish 7.0.14],Content-Length=[0],s1=[s1],s2=[s2],X-Powered-By=[Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11)] 05-24-2024 13:10:27:FINISHED TEST : getStringHeadersUsingToStringTest() 05-24-2024 13:10:27:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:27: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/allowedmethods 05-24-2024 13:10:27: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:27: TRACE: [WIRE] - >> POST TRACE 05-24-2024 13:10:27: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:27: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:27: TRACE: [WIRE] - << Content-Length: 0 05-24-2024 13:10:27: TRACE: [WIRE] - << Allow: TRACE,POST 05-24-2024 13:10:27: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:27:STARTING TEST : getAllowedMethodsTest() 05-24-2024 13:10:27:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/allowedmethods' to target server at 'localhost:8080' 05-24-2024 13:10:27:############################### 05-24-2024 13:10:27:[Request] Adding entity: POST TRACE 05-24-2024 13:10:27:#getAllowedMethods returned expected methods TRACE;POST 05-24-2024 13:10:27:FINISHED TEST : getAllowedMethodsTest() 05-24-2024 13:10:27:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:27: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted 05-24-2024 13:10:27: TRACE: [WIRE] - >> Accept:text/plain 05-24-2024 13:10:27: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:27: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:27: TRACE: [WIRE] - << Content-Length: 6 05-24-2024 13:10:27: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:27: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:27:STARTING TEST : readEntityGenericTypeCloseIsNotCalledOnInputStreamTest() 05-24-2024 13:10:27:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted' to target server at 'localhost:8080' 05-24-2024 13:10:27:############################### 05-24-2024 13:10:27:Close() has not been called on entity stream as expected 05-24-2024 13:10:27:FINISHED TEST : readEntityGenericTypeCloseIsNotCalledOnInputStreamTest() 05-24-2024 13:10:27:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:28: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/length 05-24-2024 13:10:28: TRACE: [WIRE] - >> Accept:*/* 05-24-2024 13:10:28: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:28: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:28: TRACE: [WIRE] - << Content-Length: 0 05-24-2024 13:10:28: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:27:STARTING TEST : getLengthNotPresentTest() 05-24-2024 13:10:27:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/length' to target server at 'localhost:8080' 05-24-2024 13:10:27:############################### 05-24-2024 13:10:28:#getLength matches expected Content-Length 0 05-24-2024 13:10:28:FINISHED TEST : getLengthNotPresentTest() 05-24-2024 13:10:28:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:28:STARTING TEST : readEntityGenericTypeAnnotationThrowsIllegalStateExceptionTest() 05-24-2024 13:10:28:IllegalStateException has been thrown as expected 05-24-2024 13:10:28:FINISHED TEST : readEntityGenericTypeAnnotationThrowsIllegalStateExceptionTest() 05-24-2024 13:10:28:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:28: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=200 05-24-2024 13:10:28: TRACE: [WIRE] - >> Accept:text/plain 05-24-2024 13:10:28: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:28: TRACE: [WIRE] - << TESTHEADER: status code in request = 200 05-24-2024 13:10:28: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:28: TRACE: [WIRE] - << Content-Length: 0 05-24-2024 13:10:28: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:28:STARTING TEST : readEntityClassAnnotationIsNullWhenNoEntityTest() 05-24-2024 13:10:28:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=200' to target server at 'localhost:8080' 05-24-2024 13:10:28:############################### 05-24-2024 13:10:28:Null or zero length entity returned when no entity as expected 05-24-2024 13:10:28:FINISHED TEST : readEntityClassAnnotationIsNullWhenNoEntityTest() 05-24-2024 13:10:28:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:28: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity 05-24-2024 13:10:28: TRACE: [WIRE] - >> Accept:text/plain 05-24-2024 13:10:28: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:28: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:28: TRACE: [WIRE] - << Content-Length: 6 05-24-2024 13:10:28: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:28: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:28: TRACE: [WIRE] - << ENtiTy 05-24-2024 13:10:28:STARTING TEST : bufferEntityBuffersDataTest() 05-24-2024 13:10:28:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080' 05-24-2024 13:10:28:############################### 05-24-2024 13:10:28:#bufferEntity did buffer opened stream as expected 05-24-2024 13:10:28:FINISHED TEST : bufferEntityBuffersDataTest() 05-24-2024 13:10:28:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:28: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/cookies 05-24-2024 13:10:28: TRACE: [WIRE] - >> Accept:text/plain 05-24-2024 13:10:28: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:28: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:28: TRACE: [WIRE] - << Set-Cookie: c2=v2;Version=1,c1=v1;Version=1 05-24-2024 13:10:28: TRACE: [WIRE] - << Content-Length: 0 05-24-2024 13:10:28: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:28:STARTING TEST : getCookiesIsImmutableTest() 05-24-2024 13:10:28:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/cookies' to target server at 'localhost:8080' 05-24-2024 13:10:28:############################### 05-24-2024 13:10:28:#getCookies is read-only as expected 05-24-2024 13:10:28:FINISHED TEST : getCookiesIsImmutableTest() 05-24-2024 13:10:28:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:28: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headerstring 05-24-2024 13:10:28: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:28: TRACE: [WIRE] - >> toString 05-24-2024 13:10:28: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:28: TRACE: [WIRE] - << s3: StringBean. To get a value, use rather #get() method. 05-24-2024 13:10:28: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:28: TRACE: [WIRE] - << Content-Length: 0 05-24-2024 13:10:28: TRACE: [WIRE] - << s1: s1 05-24-2024 13:10:28: TRACE: [WIRE] - << s2: s2 05-24-2024 13:10:28: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:28:STARTING TEST : getHeaderStringUsingToStringTest() 05-24-2024 13:10:28:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headerstring' to target server at 'localhost:8080' 05-24-2024 13:10:28:############################### 05-24-2024 13:10:28:[Request] Adding entity: toString 05-24-2024 13:10:28:toString method is used as expected 05-24-2024 13:10:28:FINISHED TEST : getHeaderStringUsingToStringTest() 05-24-2024 13:10:28:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:28: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity 05-24-2024 13:10:28: TRACE: [WIRE] - >> Accept:text/plain 05-24-2024 13:10:28: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:28: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:28: TRACE: [WIRE] - << Content-Length: 6 05-24-2024 13:10:28: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:28: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:28: TRACE: [WIRE] - << ENtiTy 05-24-2024 13:10:28:STARTING TEST : readEntityGenericTypeAnnotationThrowsProcessingExceptionTest() 05-24-2024 13:10:28:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080' 05-24-2024 13:10:28:############################### 05-24-2024 13:10:28:ProcessingException has been thrown as expected 05-24-2024 13:10:28:FINISHED TEST : readEntityGenericTypeAnnotationThrowsProcessingExceptionTest() 05-24-2024 13:10:28:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:28: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=200 05-24-2024 13:10:28: TRACE: [WIRE] - >> Accept:text/plain 05-24-2024 13:10:28: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:28: TRACE: [WIRE] - << TESTHEADER: status code in request = 200 05-24-2024 13:10:28: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:28: TRACE: [WIRE] - << Content-Length: 0 05-24-2024 13:10:28: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:28: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=201 05-24-2024 13:10:28: TRACE: [WIRE] - >> Accept:text/plain 05-24-2024 13:10:28: TRACE: [WIRE] - << 201 CREATED 05-24-2024 13:10:28: TRACE: [WIRE] - << TESTHEADER: status code in request = 201 05-24-2024 13:10:28: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:28: TRACE: [WIRE] - << Content-Length: 0 05-24-2024 13:10:28: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:28: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=202 05-24-2024 13:10:28: TRACE: [WIRE] - >> Accept:text/plain 05-24-2024 13:10:28: TRACE: [WIRE] - << 202 ACCEPTED 05-24-2024 13:10:28: TRACE: [WIRE] - << TESTHEADER: status code in request = 202 05-24-2024 13:10:28: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:28: TRACE: [WIRE] - << Content-Length: 0 05-24-2024 13:10:28: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:28: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=204 05-24-2024 13:10:28: TRACE: [WIRE] - >> Accept:text/plain 05-24-2024 13:10:28: TRACE: [WIRE] - << 204 NO_CONTENT 05-24-2024 13:10:28: TRACE: [WIRE] - << TESTHEADER: status code in request = 204 05-24-2024 13:10:28: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:28: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:28: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=206 05-24-2024 13:10:28: TRACE: [WIRE] - >> Accept:text/plain 05-24-2024 13:10:28: TRACE: [WIRE] - << 206 PARTIAL_CONTENT 05-24-2024 13:10:28: TRACE: [WIRE] - << TESTHEADER: status code in request = 206 05-24-2024 13:10:28: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:28: TRACE: [WIRE] - << Content-Length: 0 05-24-2024 13:10:28: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:28: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=300 05-24-2024 13:10:28: TRACE: [WIRE] - >> Accept:text/plain 05-24-2024 13:10:28: TRACE: [WIRE] - << 300 MULTIPLE_CHOICES 05-24-2024 13:10:28: TRACE: [WIRE] - << TESTHEADER: status code in request = 300 05-24-2024 13:10:28: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:28: TRACE: [WIRE] - << Content-Length: 0 05-24-2024 13:10:28: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:28: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=301 05-24-2024 13:10:28: TRACE: [WIRE] - >> Accept:text/plain 05-24-2024 13:10:28: TRACE: [WIRE] - << 301 MOVED_PERMANENTLY 05-24-2024 13:10:28: TRACE: [WIRE] - << TESTHEADER: status code in request = 301 05-24-2024 13:10:28: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:28: TRACE: [WIRE] - << Content-Length: 0 05-24-2024 13:10:28: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:28: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=302 05-24-2024 13:10:28: TRACE: [WIRE] - >> Accept:text/plain 05-24-2024 13:10:28: TRACE: [WIRE] - << 302 FOUND 05-24-2024 13:10:28: TRACE: [WIRE] - << TESTHEADER: status code in request = 302 05-24-2024 13:10:28: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:28: TRACE: [WIRE] - << Content-Length: 0 05-24-2024 13:10:28: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:28: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=303 05-24-2024 13:10:28: TRACE: [WIRE] - >> Accept:text/plain 05-24-2024 13:10:28: TRACE: [WIRE] - << 303 SEE_OTHER 05-24-2024 13:10:28: TRACE: [WIRE] - << TESTHEADER: status code in request = 303 05-24-2024 13:10:28: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:28: TRACE: [WIRE] - << Content-Length: 0 05-24-2024 13:10:28: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:28: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=304 05-24-2024 13:10:28: TRACE: [WIRE] - >> Accept:text/plain 05-24-2024 13:10:28: TRACE: [WIRE] - << 304 NOT_MODIFIED 05-24-2024 13:10:28: TRACE: [WIRE] - << TESTHEADER: status code in request = 304 05-24-2024 13:10:28: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:28: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:28: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=305 05-24-2024 13:10:28: TRACE: [WIRE] - >> Accept:text/plain 05-24-2024 13:10:28: TRACE: [WIRE] - << 305 USE_PROXY 05-24-2024 13:10:28: TRACE: [WIRE] - << TESTHEADER: status code in request = 305 05-24-2024 13:10:28: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:28: TRACE: [WIRE] - << Content-Length: 0 05-24-2024 13:10:28: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:28: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=307 05-24-2024 13:10:28: TRACE: [WIRE] - >> Accept:text/plain 05-24-2024 13:10:28: TRACE: [WIRE] - << 307 TEMPORARY_REDIRECT 05-24-2024 13:10:28: TRACE: [WIRE] - << TESTHEADER: status code in request = 307 05-24-2024 13:10:28: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:28: TRACE: [WIRE] - << Content-Length: 0 05-24-2024 13:10:28: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:28: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=308 05-24-2024 13:10:28: TRACE: [WIRE] - >> Accept:text/plain 05-24-2024 13:10:28: TRACE: [WIRE] - << 308 PERMANENT_REDIRECT 05-24-2024 13:10:28: TRACE: [WIRE] - << TESTHEADER: status code in request = 308 05-24-2024 13:10:28: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:28: TRACE: [WIRE] - << Content-Length: 0 05-24-2024 13:10:28: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:28: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=400 05-24-2024 13:10:28: TRACE: [WIRE] - >> Accept:text/plain 05-24-2024 13:10:28: TRACE: [WIRE] - << 400 BAD_REQUEST 05-24-2024 13:10:28: TRACE: [WIRE] - << TESTHEADER: status code in request = 400 05-24-2024 13:10:28: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:28: TRACE: [WIRE] - << Connection: close 05-24-2024 13:10:28: TRACE: [WIRE] - << Content-Length: 1069 05-24-2024 13:10:28: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:10:28: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:10:28: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:28: TRACE: [WIRE] - << Eclipse GlassFish 7.0.14 - 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.14

05-24-2024 13:10:28: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=401 05-24-2024 13:10:28: TRACE: [WIRE] - >> Accept:text/plain 05-24-2024 13:10:28: TRACE: [WIRE] - << 401 UNAUTHORIZED 05-24-2024 13:10:28: TRACE: [WIRE] - << TESTHEADER: status code in request = 401 05-24-2024 13:10:28: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:28: TRACE: [WIRE] - << Content-Length: 1054 05-24-2024 13:10:28: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:10:28: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:10:28: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:28: TRACE: [WIRE] - << Eclipse GlassFish 7.0.14 - Error report

HTTP Status 401 - Unauthorized


type Status report

messageUnauthorized

descriptionThis request requires HTTP authentication.


Eclipse GlassFish 7.0.14

05-24-2024 13:10:28: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=402 05-24-2024 13:10:28: TRACE: [WIRE] - >> Accept:text/plain 05-24-2024 13:10:28: TRACE: [WIRE] - << 402 PAYMENT_REQUIRED 05-24-2024 13:10:28: TRACE: [WIRE] - << TESTHEADER: status code in request = 402 05-24-2024 13:10:28: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:28: TRACE: [WIRE] - << Content-Length: 1068 05-24-2024 13:10:28: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:10:28: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:10:28: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:28: TRACE: [WIRE] - << Eclipse GlassFish 7.0.14 - Error report

HTTP Status 402 - Payment Required


type Status report

messagePayment Required

descriptionPayment is required for access to this resource.


Eclipse GlassFish 7.0.14

05-24-2024 13:10:28: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=403 05-24-2024 13:10:28: TRACE: [WIRE] - >> Accept:text/plain 05-24-2024 13:10:28: TRACE: [WIRE] - << 403 FORBIDDEN 05-24-2024 13:10:28: TRACE: [WIRE] - << TESTHEADER: status code in request = 403 05-24-2024 13:10:28: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:28: TRACE: [WIRE] - << Content-Length: 1058 05-24-2024 13:10:28: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:10:28: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:10:28: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:28: TRACE: [WIRE] - << Eclipse GlassFish 7.0.14 - Error report

HTTP Status 403 - Forbidden


type Status report

messageForbidden

descriptionAccess to the specified resource has been forbidden.


Eclipse GlassFish 7.0.14

05-24-2024 13:10:28: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=404 05-24-2024 13:10:28: TRACE: [WIRE] - >> Accept:text/plain 05-24-2024 13:10:28: TRACE: [WIRE] - << 404 NOT_FOUND 05-24-2024 13:10:28: TRACE: [WIRE] - << TESTHEADER: status code in request = 404 05-24-2024 13:10:28: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:28: TRACE: [WIRE] - << Content-Length: 1046 05-24-2024 13:10:28: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:10:28: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:10:28: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:28: TRACE: [WIRE] - << Eclipse GlassFish 7.0.14 - Error report

HTTP Status 404 - Not Found


type Status report

messageNot Found

descriptionThe requested resource is not available.


Eclipse GlassFish 7.0.14

05-24-2024 13:10:28: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=405 05-24-2024 13:10:28:STARTING TEST : statusTest() 05-24-2024 13:10:28:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=200' to target server at 'localhost:8080' 05-24-2024 13:10:28:############################### 05-24-2024 13:10:28:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=201' to target server at 'localhost:8080' 05-24-2024 13:10:28:############################### 05-24-2024 13:10:28:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=202' to target server at 'localhost:8080' 05-24-2024 13:10:28:############################### 05-24-2024 13:10:28:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=204' to target server at 'localhost:8080' 05-24-2024 13:10:28:############################### 05-24-2024 13:10:28:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=206' to target server at 'localhost:8080' 05-24-2024 13:10:28:############################### 05-24-2024 13:10:28:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=300' to target server at 'localhost:8080' 05-24-2024 13:10:28:############################### 05-24-2024 13:10:28:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=301' to target server at 'localhost:8080' 05-24-2024 13:10:28:############################### 05-24-2024 13:10:28:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=302' to target server at 'localhost:8080' 05-24-2024 13:10:28:############################### 05-24-2024 13:10:28:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=303' to target server at 'localhost:8080' 05-24-2024 13:10:28:############################### 05-24-2024 13:10:28:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=304' to target server at 'localhost:8080' 05-24-2024 13:10:28:############################### 05-24-2024 13:10:28:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=305' to target server at 'localhost:8080' 05-24-2024 13:10:28:############################### 05-24-2024 13:10:28:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=307' to target server at 'localhost:8080' 05-24-2024 13:10:28:############################### 05-24-2024 13:10:28:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=308' to target server at 'localhost:8080' 05-24-2024 13:10:28:############################### 05-24-2024 13:10:28:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=400' to target server at 'localhost:8080' 05-24-2024 13:10:28:############################### 05-24-2024 13:10:28:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=401' to target server at 'localhost:8080' 05-24-2024 13:10:28:############################### 05-24-2024 13:10:28:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=402' to target server at 'localhost:8080' 05-24-2024 13:10:28:############################### 05-24-2024 13:10:28:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=403' to target server at 'localhost:8080' 05-24-2024 13:10:28:############################### 05-24-2024 13:10:28:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=404' to target server at 'localhost:8080' 05-24-2024 13:10:28:############################### 05-24-2024 13:10:28:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=405' to target server at 'localhost:8080'05-24-2024 13:10:28: TRACE: [WIRE] - >> Accept:text/plain 05-24-2024 13:10:28: TRACE: [WIRE] - << 405 METHOD_NOT_ALLOWED 05-24-2024 13:10:28: TRACE: [WIRE] - << TESTHEADER: status code in request = 405 05-24-2024 13:10:28: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:28: TRACE: [WIRE] - << Content-Length: 1092 05-24-2024 13:10:28: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:10:28: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:10:28: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:28: TRACE: [WIRE] - << Eclipse GlassFish 7.0.14 - 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.14

05-24-2024 13:10:28:############################### 05-24-2024 13:10:28:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=406' to target server at 'localhost:8080' 05-24-2024 13:10:28:############################### 05-24-2024 13:10:28: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=406 05-24-2024 13:10:28: TRACE: [WIRE] - >> Accept:text/plain 05-24-2024 13:10:28: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:10:28: TRACE: [WIRE] - << TESTHEADER: status code in request = 406 05-24-2024 13:10:28: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:28: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:10:28: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:10:28: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:10:28: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:28: TRACE: [WIRE] - << Eclipse GlassFish 7.0.14 - 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.14

05-24-2024 13:10:28: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=407 05-24-2024 13:10:28: TRACE: [WIRE] - >> Accept:text/plain 05-24-2024 13:10:28: TRACE: [WIRE] - << 407 PROXY_AUTHENTICATION_REQUIRED 05-24-2024 13:10:28: TRACE: [WIRE] - << TESTHEADER: status code in request = 407 05-24-2024 13:10:28: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:28: TRACE: [WIRE] - << Content-Length: 1103 05-24-2024 13:10:28: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:10:28: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:10:28: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:28: TRACE: [WIRE] - << Eclipse GlassFish 7.0.14 - 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.14

05-24-2024 13:10:28: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=408 05-24-2024 13:10:28: TRACE: [WIRE] - >> Accept:text/plain 05-24-2024 13:10:28: TRACE: [WIRE] - << 408 REQUEST_TIMEOUT 05-24-2024 13:10:28: TRACE: [WIRE] - << TESTHEADER: status code in request = 408 05-24-2024 13:10:28: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:28: TRACE: [WIRE] - << Connection: close 05-24-2024 13:10:28: TRACE: [WIRE] - << Content-Length: 1108 05-24-2024 13:10:28: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:10:28: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:10:28: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:28: TRACE: [WIRE] - << Eclipse GlassFish 7.0.14 - 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.14

05-24-2024 13:10:28: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=409 05-24-2024 13:10:28: TRACE: [WIRE] - >> Accept:text/plain 05-24-2024 13:10:28: TRACE: [WIRE] - << 409 CONFLICT 05-24-2024 13:10:28: TRACE: [WIRE] - << TESTHEADER: status code in request = 409 05-24-2024 13:10:28: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:28: TRACE: [WIRE] - << Content-Length: 1096 05-24-2024 13:10:28: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:10:28: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:10:28: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:28: TRACE: [WIRE] - << Eclipse GlassFish 7.0.14 - 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.14

05-24-2024 13:10:28: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=410 05-24-2024 13:10:28: TRACE: [WIRE] - >> Accept:text/plain 05-24-2024 13:10:28: TRACE: [WIRE] - << 410 GONE 05-24-2024 13:10:28: TRACE: [WIRE] - << TESTHEADER: status code in request = 410 05-24-2024 13:10:28: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:28: TRACE: [WIRE] - << Content-Length: 1078 05-24-2024 13:10:28: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:10:28: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:10:28: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:28: TRACE: [WIRE] - << Eclipse GlassFish 7.0.14 - 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.14

05-24-2024 13:10:28: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=411 05-24-2024 13:10:28: TRACE: [WIRE] - >> Accept:text/plain 05-24-2024 13:10:28: TRACE: [WIRE] - << 411 LENGTH_REQUIRED 05-24-2024 13:10:28: TRACE: [WIRE] - << TESTHEADER: status code in request = 411 05-24-2024 13:10:28: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:28: TRACE: [WIRE] - << Connection: close 05-24-2024 13:10:28: TRACE: [WIRE] - << Content-Length: 1082 05-24-2024 13:10:28: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:10:28: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:10:28: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:28: TRACE: [WIRE] - << Eclipse GlassFish 7.0.14 - 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.14

05-24-2024 13:10:28: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=412 05-24-2024 13:10:28: TRACE: [WIRE] - >> Accept:text/plain 05-24-2024 13:10:28: TRACE: [WIRE] - << 412 PRECONDITION_FAILED 05-24-2024 13:10:28: TRACE: [WIRE] - << TESTHEADER: status code in request = 412 05-24-2024 13:10:28: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:28: TRACE: [WIRE] - << Content-Length: 1079 05-24-2024 13:10:28: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:10:28: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:10:28: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:28:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=407' to target server at 'localhost:8080' 05-24-2024 13:10:28:############################### 05-24-2024 13:10:28:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=408' to target server at 'localhost:8080' 05-24-2024 13:10:28:############################### 05-24-2024 13:10:28:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=409' to target server at 'localhost:8080' 05-24-2024 13:10:28:############################### 05-24-2024 13:10:28:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=410' to target server at 'localhost:8080' 05-24-2024 13:10:28:############################### 05-24-2024 13:10:28:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=411' to target server at 'localhost:8080' 05-24-2024 13:10:28:############################### 05-24-2024 13:10:28:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=412' to target server at 'localhost:8080' 05-24-2024 13:10:28:############################### 05-24-2024 13:10:28: TRACE: [WIRE] - << Eclipse GlassFish 7.0.14 - Error report

HTTP Status 412 - Precondition Failed


type Status report

messagePrecondition Failed

descriptionA specified precondition has failed for this request.


Eclipse GlassFish 7.0.14

05-24-2024 13:10:28: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=413 05-24-2024 13:10:28: TRACE: [WIRE] - >> Accept:text/plain 05-24-2024 13:10:28: TRACE: [WIRE] - << 413 REQUEST_ENTITY_TOO_LARGE 05-24-2024 13:10:28: TRACE: [WIRE] - << TESTHEADER: status code in request = 413 05-24-2024 13:10:28: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:28: TRACE: [WIRE] - << Connection: close 05-24-2024 13:10:28: TRACE: [WIRE] - << Content-Length: 1111 05-24-2024 13:10:28: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:10:28: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:10:28: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:28: TRACE: [WIRE] - << Eclipse GlassFish 7.0.14 - 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.14

05-24-2024 13:10:28: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=414 05-24-2024 13:10:28: TRACE: [WIRE] - >> Accept:text/plain 05-24-2024 13:10:28: TRACE: [WIRE] - << 414 REQUEST_URI_TOO_LONG 05-24-2024 13:10:28: TRACE: [WIRE] - << TESTHEADER: status code in request = 414 05-24-2024 13:10:28: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:28: TRACE: [WIRE] - << Connection: close 05-24-2024 13:10:28: TRACE: [WIRE] - << Content-Length: 1097 05-24-2024 13:10:28: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:10:28: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:10:28: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:28: TRACE: [WIRE] - << Eclipse GlassFish 7.0.14 - 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.14

05-24-2024 13:10:28: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=415 05-24-2024 13:10:28: TRACE: [WIRE] - >> Accept:text/plain 05-24-2024 13:10:28: TRACE: [WIRE] - << 415 UNSUPPORTED_MEDIA_TYPE 05-24-2024 13:10:28: TRACE: [WIRE] - << TESTHEADER: status code in request = 415 05-24-2024 13:10:28: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:28: TRACE: [WIRE] - << Content-Length: 1171 05-24-2024 13:10:28: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:10:28: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:10:28: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:28: TRACE: [WIRE] - << Eclipse GlassFish 7.0.14 - 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.14

05-24-2024 13:10:28: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=416 05-24-2024 13:10:28: TRACE: [WIRE] - >> Accept:text/plain 05-24-2024 13:10:28: TRACE: [WIRE] - << 416 REQUESTED_RANGE_NOT_SATISFIABLE 05-24-2024 13:10:28: TRACE: [WIRE] - << TESTHEADER: status code in request = 416 05-24-2024 13:10:28: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:28: TRACE: [WIRE] - << Content-Length: 1095 05-24-2024 13:10:28: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:10:28: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:10:28: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:28: TRACE: [WIRE] - << Eclipse GlassFish 7.0.14 - 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.14

05-24-2024 13:10:28: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=417 05-24-2024 13:10:28: TRACE: [WIRE] - >> Accept:text/plain 05-24-2024 13:10:28: TRACE: [WIRE] - << 417 EXPECTATION_FAILED 05-24-2024 13:10:28: TRACE: [WIRE] - << TESTHEADER: status code in request = 417 05-24-2024 13:10:28: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:28: TRACE: [WIRE] - << Connection: close 05-24-2024 13:10:28: TRACE: [WIRE] - << Content-Length: 1100 05-24-2024 13:10:28: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:10:28: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:10:28: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:28: TRACE: [WIRE] - << Eclipse GlassFish 7.0.14 - 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.14

05-24-2024 13:10:28: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=428 05-24-2024 13:10:28: TRACE: [WIRE] - >> Accept:text/plain 05-24-2024 13:10:28: TRACE: [WIRE] - << 428 PRECONDITION_REQUIRED 05-24-2024 13:10:28: TRACE: [WIRE] - << TESTHEADER: status code in request = 428 05-24-2024 13:10:28: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:28: TRACE: [WIRE] - << Content-Length: 1072 05-24-2024 13:10:28: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:10:28: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:10:28: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:28: TRACE: [WIRE] - << Eclipse GlassFish 7.0.14 - Error report

HTTP Status 428 - Precondition Required


type Status report

messagePrecondition Required

descriptionThe request is required to be conditional.


Eclipse GlassFish 7.0.14

05-24-2024 13:10:28: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=429 05-24-2024 13:10:28: TRACE: [WIRE] - >> Accept:text/plain 05-24-2024 13:10:28: TRACE: [WIRE] - << 429 TOO_MANY_REQUESTS 05-24-2024 13:10:28: TRACE: [WIRE] - << TESTHEADER: status code in request = 429 05-24-2024 13:10:28: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:28: TRACE: [WIRE] - << Content-Length: 1084 05-24-2024 13:10:28: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:10:28: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:10:28: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:28: TRACE: [WIRE] - << Eclipse GlassFish 7.0.14 - 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.14

05-24-2024 13:10:28: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=431 05-24-2024 13:10:29: TRACE: [WIRE] - >> Accept:text/plain 05-24-2024 13:10:29: TRACE: [WIRE] - << 431 REQUEST_HEADER_FIELDS_TOO_LARGE 05-24-2024 13:10:29: TRACE: [WIRE] - << TESTHEADER: status code in request = 431 05-24-2024 13:10:29: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:29: TRACE: [WIRE] - << Content-Length: 1130 05-24-2024 13:10:29: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:10:29: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:10:29: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:29: TRACE: [WIRE] - << Eclipse GlassFish 7.0.14 - 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.14

05-24-2024 13:10:29: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=451 05-24-2024 13:10:29: TRACE: [WIRE] - >> Accept:text/plain 05-24-2024 13:10:29: TRACE: [WIRE] - << 451 UNAVAILABLE_FOR_LEGAL_REASONS 05-24-2024 13:10:29: TRACE: [WIRE] - << TESTHEADER: status code in request = 451 05-24-2024 13:10:29: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:29: TRACE: [WIRE] - << Content-Length: 1094 05-24-2024 13:10:29: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:10:29: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:10:29: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:29: TRACE: [WIRE] - << Eclipse GlassFish 7.0.14 - 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.14

05-24-2024 13:10:29: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=500 05-24-2024 13:10:29: TRACE: [WIRE] - >> Accept:text/plain 05-24-2024 13:10:29: TRACE: [WIRE] - << 500 INTERNAL_SERVER_ERROR 05-24-2024 13:10:29: TRACE: [WIRE] - << TESTHEADER: status code in request = 500 05-24-2024 13:10:29: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:29: TRACE: [WIRE] - << Connection: close 05-24-2024 13:10:29: TRACE: [WIRE] - << Content-Length: 1118 05-24-2024 13:10:29: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:10:29: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:10:29: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:29: TRACE: [WIRE] - << Eclipse GlassFish 7.0.14 - 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.14

05-24-2024 13:10:29: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=501 05-24-2024 13:10:29: TRACE: [WIRE] - >> Accept:text/plain 05-24-2024 13:10:29: TRACE: [WIRE] - << 501 NOT_IMPLEMENTED 05-24-2024 13:10:29: TRACE: [WIRE] - << TESTHEADER: status code in request = 501 05-24-2024 13:10:29: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:29: TRACE: [WIRE] - << Connection: close 05-24-2024 13:10:29: TRACE: [WIRE] - << Content-Length: 1095 05-24-2024 13:10:29: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:10:29: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:10:29: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:29: TRACE: [WIRE] - << Eclipse GlassFish 7.0.14 - 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.14

05-24-2024 13:10:29: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=502 05-24-2024 13:10:29: TRACE: [WIRE] - >> Accept:text/plain 05-24-2024 13:10:29: TRACE: [WIRE] - << 502 BAD_GATEWAY 05-24-2024 13:10:29: TRACE: [WIRE] - << TESTHEADER: status code in request = 502 05-24-2024 13:10:29: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:29: TRACE: [WIRE] - << Content-Length: 1112 05-24-2024 13:10:29: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:10:29: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:10:29: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:29: TRACE: [WIRE] - << Eclipse GlassFish 7.0.14 - 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.14

05-24-2024 13:10:29: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=503 05-24-2024 13:10:29: TRACE: [WIRE] - >> Accept:text/plain 05-24-2024 13:10:29: TRACE: [WIRE] - << 503 SERVICE_UNAVAILABLE 05-24-2024 13:10:29: TRACE: [WIRE] - << TESTHEADER: status code in request = 503 05-24-2024 13:10:29: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:29: TRACE: [WIRE] - << Connection: close 05-24-2024 13:10:29: TRACE: [WIRE] - << Content-Length: 1075 05-24-2024 13:10:29: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:10:29: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:10:29: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:29: TRACE: [WIRE] - << Eclipse GlassFish 7.0.14 - Error report

HTTP Status 503 - Service Unavailable


type Status report

messageService Unavailable

descriptionThe requested service is not currently available.


Eclipse GlassFish 7.0.14

05-24-2024 13:10:29: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=504 05-24-2024 13:10:29: TRACE: [WIRE] - >> Accept:text/plain 05-24-2024 13:10:29: TRACE: [WIRE] - << 504 GATEWAY_TIMEOUT 05-24-2024 13:10:29: TRACE: [WIRE] - << TESTHEADER: status code in request = 504 05-24-2024 13:10:29: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:29: TRACE: [WIRE] - << Content-Length: 1107 05-24-2024 13:10:29: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:10:29: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:10:29: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:29: TRACE: [WIRE] - << Eclipse GlassFish 7.0.14 - 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.14

05-24-2024 13:10:29: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=505 05-24-2024 13:10:29: TRACE: [WIRE] - >> Accept:text/plain 05-24-2024 13:10:29: TRACE: [WIRE] - << 505 HTTP_VERSION_NOT_SUPPORTED 05-24-2024 13:10:29: TRACE: [WIRE] - << TESTHEADER: status code in request = 505 05-24-2024 13:10:29: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:29: TRACE: [WIRE] - << Connection: close 05-24-2024 13:10:29: TRACE: [WIRE] - << Content-Length: 1104 05-24-2024 13:10:29: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:10:29: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:10:29: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:29: TRACE: [WIRE] - << Eclipse GlassFish 7.0.14 - 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.14

05-24-2024 13:10:29: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=511 05-24-2024 13:10:29: TRACE: [WIRE] - >> Accept:text/plain 05-24-2024 13:10:29: TRACE: [WIRE] - << 511 NETWORK_AUTHENTICATION_REQUIRED 05-24-2024 13:10:29: TRACE: [WIRE] - << TESTHEADER: status code in request = 511 05-24-2024 13:10:29: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:29: TRACE: [WIRE] - << Content-Length: 1106 05-24-2024 13:10:29: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:10:29: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:10:29: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:29: TRACE: [WIRE] - << Eclipse GlassFish 7.0.14 - 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.14

05-24-2024 13:10:28:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=413' to target server at 'localhost:8080' 05-24-2024 13:10:28:############################### 05-24-2024 13:10:28:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=414' to target server at 'localhost:8080' 05-24-2024 13:10:28:############################### 05-24-2024 13:10:28:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=415' to target server at 'localhost:8080' 05-24-2024 13:10:28:############################### 05-24-2024 13:10:28:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=416' to target server at 'localhost:8080' 05-24-2024 13:10:28:############################### 05-24-2024 13:10:28:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=417' to target server at 'localhost:8080' 05-24-2024 13:10:28:############################### 05-24-2024 13:10:28:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=428' to target server at 'localhost:8080' 05-24-2024 13:10:28:############################### 05-24-2024 13:10:28:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=429' to target server at 'localhost:8080' 05-24-2024 13:10:28:############################### 05-24-2024 13:10:28:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=431' to target server at 'localhost:8080' 05-24-2024 13:10:28:############################### 05-24-2024 13:10:29:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=451' to target server at 'localhost:8080' 05-24-2024 13:10:29:############################### 05-24-2024 13:10:29:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=500' to target server at 'localhost:8080' 05-24-2024 13:10:29:############################### 05-24-2024 13:10:29:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=501' to target server at 'localhost:8080' 05-24-2024 13:10:29:############################### 05-24-2024 13:10:29:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=502' to target server at 'localhost:8080' 05-24-2024 13:10:29:############################### 05-24-2024 13:10:29:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=503' to target server at 'localhost:8080' 05-24-2024 13:10:29:############################### 05-24-2024 13:10:29:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=504' to target server at 'localhost:8080' 05-24-2024 13:10:29:############################### 05-24-2024 13:10:29:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=505' to target server at 'localhost:8080' 05-24-2024 13:10:29:############################### 05-24-2024 13:10:29:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=511' to target server at 'localhost:8080' 05-24-2024 13:10:29:############################### 05-24-2024 13:10:29:FINISHED TEST : statusTest() 05-24-2024 13:10:29:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:29: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity 05-24-2024 13:10:29: TRACE: [WIRE] - >> Accept:text/plain 05-24-2024 13:10:29: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:29: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:29: TRACE: [WIRE] - << Content-Length: 6 05-24-2024 13:10:29: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:29: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:29: TRACE: [WIRE] - << ENtiTy 05-24-2024 13:10:29:STARTING TEST : bufferEntityThrowsIllegalStateExceptionTest() 05-24-2024 13:10:29:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080' 05-24-2024 13:10:29:############################### 05-24-2024 13:10:29:#bufferEntity throws IllegalStateException as expected 05-24-2024 13:10:29:FINISHED TEST : bufferEntityThrowsIllegalStateExceptionTest() 05-24-2024 13:10:29:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:29: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity 05-24-2024 13:10:29: TRACE: [WIRE] - >> Accept:text/plain 05-24-2024 13:10:29: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:29: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:29: TRACE: [WIRE] - << Content-Length: 6 05-24-2024 13:10:29: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:29: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:29: TRACE: [WIRE] - << ENtiTy 05-24-2024 13:10:29:STARTING TEST : readEntityClassThrowsProcessingExceptionTest() 05-24-2024 13:10:29:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080' 05-24-2024 13:10:29:############################### 05-24-2024 13:10:29:ProcessingException has been thrown as expected 05-24-2024 13:10:29:FINISHED TEST : readEntityClassThrowsProcessingExceptionTest() 05-24-2024 13:10:29:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:29: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted 05-24-2024 13:10:29: TRACE: [WIRE] - >> Accept:text/plain 05-24-2024 13:10:29: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:29: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:29: TRACE: [WIRE] - << Content-Length: 6 05-24-2024 13:10:29: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:29: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:29:STARTING TEST : closeThrowsExceptionWhenErrorTest() 05-24-2024 13:10:29:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted' to target server at 'localhost:8080' 05-24-2024 13:10:29:############################### 05-24-2024 13:10:29:#close() threw ProcessingException as expected 05-24-2024 13:10:29:FINISHED TEST : closeThrowsExceptionWhenErrorTest() 05-24-2024 13:10:29:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:29: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity 05-24-2024 13:10:29: TRACE: [WIRE] - >> Accept:text/plain 05-24-2024 13:10:29: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:29: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:29: TRACE: [WIRE] - << Content-Length: 6 05-24-2024 13:10:29: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:29: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:29: TRACE: [WIRE] - << ENtiTy 05-24-2024 13:10:29:STARTING TEST : readEntityGenericTypeTest() 05-24-2024 13:10:29:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080' 05-24-2024 13:10:29:############################### 05-24-2024 13:10:29:Got expected ENtiTy 05-24-2024 13:10:29:FINISHED TEST : readEntityGenericTypeTest() 05-24-2024 13:10:29:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:29: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/date?date=1716556229324 05-24-2024 13:10:29:STARTING TEST : readEntityGenericTypeAnnotationTest() 05-24-2024 13:10:29:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/date?date=1716556229324' to target server at 'localhost:8080' 05-24-2024 13:10:29:############################### 05-24-2024 13:10:29: TRACE: [WIRE] - >> Accept:text/plain 05-24-2024 13:10:29: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:29: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:29: TRACE: [WIRE] - << Content-Length: 13 05-24-2024 13:10:29: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:29: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:29: TRACE: [WIRE] - << 1716556229324 05-24-2024 13:10:29:Got expected date Fri May 24 13:10:29 UTC 2024 05-24-2024 13:10:29:FINISHED TEST : readEntityGenericTypeAnnotationTest() 05-24-2024 13:10:29:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:29: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/entitytag 05-24-2024 13:10:29: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:29:STARTING TEST : getEntityTagTest() 05-24-2024 13:10:29:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/entitytag' to target server at 'localhost:8080' 05-24-2024 13:10:29:############################### 05-24-2024 13:10:29:[Request] Adding entity: ABCDEF0123456789 05-24-2024 13:10:29: TRACE: [WIRE] - >> ABCDEF0123456789 05-24-2024 13:10:29: TRACE: [WIRE] - << 304 NOT_MODIFIED 05-24-2024 13:10:29: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:29: TRACE: [WIRE] - << ETag: "ABCDEF0123456789" 05-24-2024 13:10:29: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:29:#getEntityTag is "ABCDEF0123456789" as expected 05-24-2024 13:10:29:FINISHED TEST : getEntityTagTest() 05-24-2024 13:10:29:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:29: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity 05-24-2024 13:10:29: TRACE: [WIRE] - >> Accept:text/plain 05-24-2024 13:10:29: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:29: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:29: TRACE: [WIRE] - << Content-Length: 6 05-24-2024 13:10:29: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:10:29: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:29: TRACE: [WIRE] - << ENtiTy 05-24-2024 13:10:29:STARTING TEST : getEntityThrowsIllegalStateExceptionTestWhenClosed() 05-24-2024 13:10:29:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080' 05-24-2024 13:10:29:############################### 05-24-2024 13:10:29:#getEntity throws IllegalStateException as expected java.lang.IllegalStateException: Entity input stream has already been closed. 05-24-2024 13:10:29:FINISHED TEST : getEntityThrowsIllegalStateExceptionTestWhenClosed() 05-24-2024 13:10:29:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:29:STARTING TEST : getHeadersTest() 05-24-2024 13:10:29:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headers' to target server at 'localhost:8080' 05-24-2024 13:10:29:############################### 05-24-2024 13:10:29: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headers 05-24-2024 13:10:29: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:29: TRACE: [WIRE] - >> notnull 05-24-2024 13:10:29: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:29: TRACE: [WIRE] - << Cache-Control: no-transform 05-24-2024 13:10:29: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:29: TRACE: [WIRE] - << Content-Encoding: gzip 05-24-2024 13:10:29: TRACE: [WIRE] - << Set-Cookie: cookie=eikooc;Version=1 05-24-2024 13:10:29:[Request] Adding entity: notnull 05-24-2024 13:10:29: TRACE: [WIRE] - << Expires: Fri, 24 May 2024 13:10:29 GMT 05-24-2024 13:10:29: TRACE: [WIRE] - << Content-Length: 0 05-24-2024 13:10:29: TRACE: [WIRE] - << Content-Language: fr-CA 05-24-2024 13:10:29: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:29:Found following objects: 05-24-2024 13:10:29:Cache-Control:no-transform Server:Eclipse GlassFish 7.0.14 Content-Encoding:gzip Set-Cookie:cookie=eikooc;Version=1 Expires:Fri, 24 May 2024 13:10:29 GMT Content-Length:0 Content-Language:fr-CA X-Powered-By:Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:29:FINISHED TEST : getHeadersTest() 05-24-2024 13:10:29:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:29: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/lastmodified 05-24-2024 13:10:29: TRACE: [WIRE] - >> Accept:*/* 05-24-2024 13:10:29: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:29: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:29: TRACE: [WIRE] - << Content-Length: 0 05-24-2024 13:10:29: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:29:STARTING TEST : getLastModifiedNotPresentTest() 05-24-2024 13:10:29:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/lastmodified' to target server at 'localhost:8080' 05-24-2024 13:10:29:############################### 05-24-2024 13:10:29:response#getLastModified() was null as expected 05-24-2024 13:10:29:FINISHED TEST : getLastModifiedNotPresentTest() 05-24-2024 13:10:29:[JAXRSCommonClient] Test setup OK 05-24-2024 13:10:29:STARTING TEST : getStatusInfoTest() 05-24-2024 13:10:29: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo 05-24-2024 13:10:29: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:29: TRACE: [WIRE] - >> OK 05-24-2024 13:10:29: TRACE: [WIRE] - << 200 OK 05-24-2024 13:10:29: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:29: TRACE: [WIRE] - << Content-Length: 0 05-24-2024 13:10:29: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:29:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 05-24-2024 13:10:29:############################### 05-24-2024 13:10:29:[Request] Adding entity: OK 05-24-2024 13:10:29:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 05-24-2024 13:10:29:############################### 05-24-2024 13:10:29:[Request] Adding entity: CREATED05-24-2024 13:10:29: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo 05-24-2024 13:10:29: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:29: TRACE: [WIRE] - >> CREATED 05-24-2024 13:10:29: TRACE: [WIRE] - << 201 CREATED 05-24-2024 13:10:29: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:29: TRACE: [WIRE] - << Content-Length: 0 05-24-2024 13:10:29: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:29: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo 05-24-2024 13:10:29: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:29: TRACE: [WIRE] - >> ACCEPTED 05-24-2024 13:10:29: TRACE: [WIRE] - << 202 ACCEPTED 05-24-2024 13:10:29: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:29: TRACE: [WIRE] - << Content-Length: 0 05-24-2024 13:10:29: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:29: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo 05-24-2024 13:10:29: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:29: TRACE: [WIRE] - >> NO_CONTENT 05-24-2024 13:10:29: TRACE: [WIRE] - << 204 NO_CONTENT 05-24-2024 13:10:29: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:29: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:29: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo 05-24-2024 13:10:29: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:29: TRACE: [WIRE] - >> RESET_CONTENT 05-24-2024 13:10:29: TRACE: [WIRE] - << 205 RESET_CONTENT 05-24-2024 13:10:29: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:29: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:59: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo 05-24-2024 13:10:59: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:59: TRACE: [WIRE] - >> PARTIAL_CONTENT 05-24-2024 13:10:59: TRACE: [WIRE] - << 206 PARTIAL_CONTENT 05-24-2024 13:10:59: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:59: TRACE: [WIRE] - << Content-Length: 0 05-24-2024 13:10:59: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:59: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo 05-24-2024 13:10:59: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:59: TRACE: [WIRE] - >> MULTIPLE_CHOICES 05-24-2024 13:10:59: TRACE: [WIRE] - << 300 MULTIPLE_CHOICES 05-24-2024 13:10:59: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:59: TRACE: [WIRE] - << Content-Length: 0 05-24-2024 13:10:59: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:59: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo 05-24-2024 13:10:59: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:59: TRACE: [WIRE] - >> MOVED_PERMANENTLY 05-24-2024 13:10:59: TRACE: [WIRE] - << 301 MOVED_PERMANENTLY 05-24-2024 13:10:59: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:59: TRACE: [WIRE] - << Content-Length: 0 05-24-2024 13:10:59: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:59: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo 05-24-2024 13:10:59: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:59: TRACE: [WIRE] - >> FOUND 05-24-2024 13:10:59: TRACE: [WIRE] - << 302 FOUND 05-24-2024 13:10:59: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:59: TRACE: [WIRE] - << Content-Length: 0 05-24-2024 13:10:59: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:59: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo 05-24-2024 13:10:59: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:59: TRACE: [WIRE] - >> SEE_OTHER 05-24-2024 13:10:59: TRACE: [WIRE] - << 303 SEE_OTHER 05-24-2024 13:10:59: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:59: TRACE: [WIRE] - << Content-Length: 0 05-24-2024 13:10:59: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:59: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo 05-24-2024 13:10:59: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:59: TRACE: [WIRE] - >> NOT_MODIFIED 05-24-2024 13:10:59: TRACE: [WIRE] - << 304 NOT_MODIFIED 05-24-2024 13:10:59: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:59: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:59: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo 05-24-2024 13:10:59: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:59: TRACE: [WIRE] - >> USE_PROXY 05-24-2024 13:10:59: TRACE: [WIRE] - << 305 USE_PROXY 05-24-2024 13:10:59: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:59: TRACE: [WIRE] - << Content-Length: 0 05-24-2024 13:10:59: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:59: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo 05-24-2024 13:10:59: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:59: TRACE: [WIRE] - >> TEMPORARY_REDIRECT 05-24-2024 13:10:59: TRACE: [WIRE] - << 307 TEMPORARY_REDIRECT 05-24-2024 13:10:59: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:59: TRACE: [WIRE] - << Content-Length: 0 05-24-2024 13:10:59: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:59: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo 05-24-2024 13:10:59: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:59: TRACE: [WIRE] - >> PERMANENT_REDIRECT 05-24-2024 13:10:59: TRACE: [WIRE] - << 308 PERMANENT_REDIRECT 05-24-2024 13:10:59: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:59: TRACE: [WIRE] - << Content-Length: 0 05-24-2024 13:10:59: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:59: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo 05-24-2024 13:10:59: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:59: TRACE: [WIRE] - >> BAD_REQUEST 05-24-2024 13:10:59: TRACE: [WIRE] - << 400 BAD_REQUEST 05-24-2024 13:10:59: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:59: TRACE: [WIRE] - << Connection: close 05-24-2024 13:10:59: TRACE: [WIRE] - << Content-Length: 1069 05-24-2024 13:10:59: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:10:59: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:10:59: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:59: TRACE: [WIRE] - << Eclipse GlassFish 7.0.14 - 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.14

05-24-2024 13:10:59: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo 05-24-2024 13:10:59: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:59: TRACE: [WIRE] - >> UNAUTHORIZED 05-24-2024 13:10:59: TRACE: [WIRE] - << 401 UNAUTHORIZED 05-24-2024 13:10:59: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:59: TRACE: [WIRE] - << Content-Length: 1054 05-24-2024 13:10:59: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:10:59: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:10:59: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:59: TRACE: [WIRE] - << Eclipse GlassFish 7.0.14 - Error report

HTTP Status 401 - Unauthorized


type Status report

messageUnauthorized

descriptionThis request requires HTTP authentication.


Eclipse GlassFish 7.0.14

05-24-2024 13:10:59: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo 05-24-2024 13:10:59: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:59: TRACE: [WIRE] - >> PAYMENT_REQUIRED 05-24-2024 13:10:59: TRACE: [WIRE] - << 402 PAYMENT_REQUIRED 05-24-2024 13:10:59: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:59: TRACE: [WIRE] - << Content-Length: 1068 05-24-2024 13:10:59: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:10:59: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:10:59: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:59: TRACE: [WIRE] - << Eclipse GlassFish 7.0.14 - Error report

HTTP Status 402 - Payment Required


type Status report

messagePayment Required

descriptionPayment is required for access to this resource.


Eclipse GlassFish 7.0.14

05-24-2024 13:10:59: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo 05-24-2024 13:10:59: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:59: TRACE: [WIRE] - >> FORBIDDEN 05-24-2024 13:10:59: TRACE: [WIRE] - << 403 FORBIDDEN 05-24-2024 13:10:59: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:59: TRACE: [WIRE] - << Content-Length: 1058 05-24-2024 13:10:59: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:10:59: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:10:59: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:59: TRACE: [WIRE] - << Eclipse GlassFish 7.0.14 - Error report

HTTP Status 403 - Forbidden


type Status report

messageForbidden

descriptionAccess to the specified resource has been forbidden.


Eclipse GlassFish 7.0.14

05-24-2024 13:10:59: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo 05-24-2024 13:10:59: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:59: TRACE: [WIRE] - >> NOT_FOUND 05-24-2024 13:10:59: TRACE: [WIRE] - << 404 NOT_FOUND 05-24-2024 13:10:59: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:59: TRACE: [WIRE] - << Content-Length: 1046 05-24-2024 13:10:59: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:10:59: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:10:59: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:59: TRACE: [WIRE] - << Eclipse GlassFish 7.0.14 - Error report

HTTP Status 404 - Not Found


type Status report

messageNot Found

descriptionThe requested resource is not available.


Eclipse GlassFish 7.0.14

05-24-2024 13:10:59: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo 05-24-2024 13:10:59: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:59: TRACE: [WIRE] - >> METHOD_NOT_ALLOWED 05-24-2024 13:10:59: TRACE: [WIRE] - << 405 METHOD_NOT_ALLOWED 05-24-2024 13:10:59: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:59: TRACE: [WIRE] - << Content-Length: 1092 05-24-2024 13:10:59: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:10:59: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:10:59: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:59: TRACE: [WIRE] - << Eclipse GlassFish 7.0.14 - 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.14

05-24-2024 13:10:59: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo 05-24-2024 13:10:59: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:59: TRACE: [WIRE] - >> NOT_ACCEPTABLE 05-24-2024 13:10:59: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:10:59: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:59: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:10:59: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:10:59: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:10:59: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:59: TRACE: [WIRE] - << Eclipse GlassFish 7.0.14 - 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.14

05-24-2024 13:10:59: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo 05-24-2024 13:10:59: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:59: TRACE: [WIRE] - >> PROXY_AUTHENTICATION_REQUIRED 05-24-2024 13:10:59: TRACE: [WIRE] - << 407 PROXY_AUTHENTICATION_REQUIRED 05-24-2024 13:10:59: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:59: TRACE: [WIRE] - << Content-Length: 1103 05-24-2024 13:10:59: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:10:59: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:10:59: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:59: TRACE: [WIRE] - << Eclipse GlassFish 7.0.14 - 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.14

05-24-2024 13:10:59: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo 05-24-2024 13:10:59: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:10:59: TRACE: [WIRE] - >> REQUEST_TIMEOUT 05-24-2024 13:10:59: TRACE: [WIRE] - << 408 REQUEST_TIMEOUT 05-24-2024 13:10:59: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:10:59: TRACE: [WIRE] - << Connection: close 05-24-2024 13:10:59: TRACE: [WIRE] - << Content-Length: 1108 05-24-2024 13:10:59: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:10:59: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:10:59: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:59: TRACE: [WIRE] - << Eclipse GlassFish 7.0.14 - 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.14

05-24-2024 13:11:00: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo 05-24-2024 13:11:00: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:11:00: TRACE: [WIRE] - >> CONFLICT 05-24-2024 13:11:00: TRACE: [WIRE] - << 409 CONFLICT 05-24-2024 13:11:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:00: TRACE: [WIRE] - << Content-Length: 1096 05-24-2024 13:11:00: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:11:00: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:11:00: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:00: TRACE: [WIRE] - << Eclipse GlassFish 7.0.14 - 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.14

05-24-2024 13:11:00: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo 05-24-2024 13:11:00: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:11:00: TRACE: [WIRE] - >> GONE 05-24-2024 13:11:00: TRACE: [WIRE] - << 410 GONE 05-24-2024 13:11:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:00: TRACE: [WIRE] - << Content-Length: 1078 05-24-2024 13:11:00: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:11:00: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:11:00: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:00: TRACE: [WIRE] - << Eclipse GlassFish 7.0.14 - 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.14

05-24-2024 13:11:00: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo 05-24-2024 13:11:00: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:11:00: TRACE: [WIRE] - >> LENGTH_REQUIRED 05-24-2024 13:11:00: TRACE: [WIRE] - << 411 LENGTH_REQUIRED 05-24-2024 13:11:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:00: TRACE: [WIRE] - << Connection: close 05-24-2024 13:11:00: TRACE: [WIRE] - << Content-Length: 1082 05-24-2024 13:11:00: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:11:00: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:11:00: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:10:29:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 05-24-2024 13:10:29:############################### 05-24-2024 13:10:29:[Request] Adding entity: ACCEPTED 05-24-2024 13:10:29:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 05-24-2024 13:10:29:############################### 05-24-2024 13:10:29:[Request] Adding entity: NO_CONTENT 05-24-2024 13:10:29:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 05-24-2024 13:10:29:############################### 05-24-2024 13:10:29:[Request] Adding entity: RESET_CONTENT 05-24-2024 13:10:59:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 05-24-2024 13:10:59:############################### 05-24-2024 13:10:59:[Request] Adding entity: PARTIAL_CONTENT 05-24-2024 13:10:59:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 05-24-2024 13:10:59:############################### 05-24-2024 13:10:59:[Request] Adding entity: MULTIPLE_CHOICES 05-24-2024 13:10:59:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 05-24-2024 13:10:59:############################### 05-24-2024 13:10:59:[Request] Adding entity: MOVED_PERMANENTLY 05-24-2024 13:10:59:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 05-24-2024 13:10:59:############################### 05-24-2024 13:10:59:[Request] Adding entity: FOUND 05-24-2024 13:10:59:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 05-24-2024 13:10:59:############################### 05-24-2024 13:10:59:[Request] Adding entity: SEE_OTHER 05-24-2024 13:10:59:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 05-24-2024 13:10:59:############################### 05-24-2024 13:10:59:[Request] Adding entity: NOT_MODIFIED 05-24-2024 13:10:59:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 05-24-2024 13:10:59:############################### 05-24-2024 13:10:59:[Request] Adding entity: USE_PROXY 05-24-2024 13:10:59:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 05-24-2024 13:10:59:############################### 05-24-2024 13:10:59:[Request] Adding entity: TEMPORARY_REDIRECT 05-24-2024 13:10:59:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 05-24-2024 13:10:59:############################### 05-24-2024 13:10:59:[Request] Adding entity: PERMANENT_REDIRECT 05-24-2024 13:10:59:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 05-24-2024 13:10:59:############################### 05-24-2024 13:10:59:[Request] Adding entity: BAD_REQUEST 05-24-2024 13:10:59:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 05-24-2024 13:10:59:############################### 05-24-2024 13:10:59:[Request] Adding entity: UNAUTHORIZED 05-24-2024 13:10:59:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 05-24-2024 13:10:59:############################### 05-24-2024 13:10:59:[Request] Adding entity: PAYMENT_REQUIRED 05-24-2024 13:10:59:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 05-24-2024 13:10:59:############################### 05-24-2024 13:10:59:[Request] Adding entity: FORBIDDEN 05-24-2024 13:10:59:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 05-24-2024 13:10:59:############################### 05-24-2024 13:10:59:[Request] Adding entity: NOT_FOUND 05-24-2024 13:10:59:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 05-24-2024 13:10:59:############################### 05-24-2024 13:10:59:[Request] Adding entity: METHOD_NOT_ALLOWED 05-24-2024 13:10:59:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 05-24-2024 13:10:59:############################### 05-24-2024 13:10:59:[Request] Adding entity: NOT_ACCEPTABLE 05-24-2024 13:10:59:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 05-24-2024 13:10:59:############################### 05-24-2024 13:10:59:[Request] Adding entity: PROXY_AUTHENTICATION_REQUIRED 05-24-2024 13:10:59:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 05-24-2024 13:10:59:############################### 05-24-2024 13:10:59:[Request] Adding entity: REQUEST_TIMEOUT 05-24-2024 13:10:59:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 05-24-2024 13:10:59:############################### 05-24-2024 13:11:00:[Request] Adding entity: CONFLICT 05-24-2024 13:11:00:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 05-24-2024 13:11:00:############################### 05-24-2024 13:11:00:[Request] Adding entity: GONE 05-24-2024 13:11:00:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 05-24-2024 13:11:00:############################### 05-24-2024 13:11:00:[Request] Adding entity: LENGTH_REQUIRED 05-24-2024 13:11:00: TRACE: [WIRE] - << Eclipse GlassFish 7.0.14 - 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.14

05-24-2024 13:11:00: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo 05-24-2024 13:11:00: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:11:00: TRACE: [WIRE] - >> PRECONDITION_FAILED 05-24-2024 13:11:00: TRACE: [WIRE] - << 412 PRECONDITION_FAILED 05-24-2024 13:11:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:00: TRACE: [WIRE] - << Content-Length: 1079 05-24-2024 13:11:00: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:11:00: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:11:00: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:00: TRACE: [WIRE] - << Eclipse GlassFish 7.0.14 - Error report

HTTP Status 412 - Precondition Failed


type Status report

messagePrecondition Failed

descriptionA specified precondition has failed for this request.


Eclipse GlassFish 7.0.14

05-24-2024 13:11:00: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo 05-24-2024 13:11:00: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:11:00: TRACE: [WIRE] - >> REQUEST_ENTITY_TOO_LARGE 05-24-2024 13:11:00: TRACE: [WIRE] - << 413 REQUEST_ENTITY_TOO_LARGE 05-24-2024 13:11:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:00: TRACE: [WIRE] - << Connection: close 05-24-2024 13:11:00: TRACE: [WIRE] - << Content-Length: 1111 05-24-2024 13:11:00: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:11:00: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:11:00: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:00: TRACE: [WIRE] - << Eclipse GlassFish 7.0.14 - 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.14

05-24-2024 13:11:00: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo 05-24-2024 13:11:00: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:11:00: TRACE: [WIRE] - >> REQUEST_URI_TOO_LONG 05-24-2024 13:11:00: TRACE: [WIRE] - << 414 REQUEST_URI_TOO_LONG 05-24-2024 13:11:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:00: TRACE: [WIRE] - << Connection: close 05-24-2024 13:11:00: TRACE: [WIRE] - << Content-Length: 1097 05-24-2024 13:11:00: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:11:00: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:11:00: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:00: TRACE: [WIRE] - << Eclipse GlassFish 7.0.14 - 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.14

05-24-2024 13:11:00: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo 05-24-2024 13:11:00: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:11:00: TRACE: [WIRE] - >> UNSUPPORTED_MEDIA_TYPE 05-24-2024 13:11:00: TRACE: [WIRE] - << 415 UNSUPPORTED_MEDIA_TYPE 05-24-2024 13:11:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:00: TRACE: [WIRE] - << Content-Length: 1171 05-24-2024 13:11:00: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:11:00: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:11:00: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:00: TRACE: [WIRE] - << Eclipse GlassFish 7.0.14 - 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.14

05-24-2024 13:11:00: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo 05-24-2024 13:11:00: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:11:00: TRACE: [WIRE] - >> REQUESTED_RANGE_NOT_SATISFIABLE 05-24-2024 13:11:00: TRACE: [WIRE] - << 416 REQUESTED_RANGE_NOT_SATISFIABLE 05-24-2024 13:11:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:00: TRACE: [WIRE] - << Content-Length: 1095 05-24-2024 13:11:00: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:11:00: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:11:00: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:00: TRACE: [WIRE] - << Eclipse GlassFish 7.0.14 - 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.14

05-24-2024 13:11:00: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo 05-24-2024 13:11:00: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:11:00: TRACE: [WIRE] - >> EXPECTATION_FAILED 05-24-2024 13:11:00: TRACE: [WIRE] - << 417 EXPECTATION_FAILED 05-24-2024 13:11:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:00: TRACE: [WIRE] - << Connection: close 05-24-2024 13:11:00: TRACE: [WIRE] - << Content-Length: 1100 05-24-2024 13:11:00: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:11:00: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:11:00: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:00: TRACE: [WIRE] - << Eclipse GlassFish 7.0.14 - 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.14

05-24-2024 13:11:00: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo 05-24-2024 13:11:00: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:11:00: TRACE: [WIRE] - >> PRECONDITION_REQUIRED 05-24-2024 13:11:00: TRACE: [WIRE] - << 428 PRECONDITION_REQUIRED 05-24-2024 13:11:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:00: TRACE: [WIRE] - << Content-Length: 1072 05-24-2024 13:11:00: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:11:00: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:11:00: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:00: TRACE: [WIRE] - << Eclipse GlassFish 7.0.14 - Error report

HTTP Status 428 - Precondition Required


type Status report

messagePrecondition Required

descriptionThe request is required to be conditional.


Eclipse GlassFish 7.0.14

05-24-2024 13:11:00: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo 05-24-2024 13:11:00: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:11:00: TRACE: [WIRE] - >> TOO_MANY_REQUESTS 05-24-2024 13:11:00: TRACE: [WIRE] - << 429 TOO_MANY_REQUESTS 05-24-2024 13:11:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:00: TRACE: [WIRE] - << Content-Length: 1084 05-24-2024 13:11:00: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:11:00: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:11:00: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:00: TRACE: [WIRE] - << Eclipse GlassFish 7.0.14 - 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.14

05-24-2024 13:11:00: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo 05-24-2024 13:11:00: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:11:00: TRACE: [WIRE] - >> REQUEST_HEADER_FIELDS_TOO_LARGE 05-24-2024 13:11:00: TRACE: [WIRE] - << 431 REQUEST_HEADER_FIELDS_TOO_LARGE 05-24-2024 13:11:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:00: TRACE: [WIRE] - << Content-Length: 1130 05-24-2024 13:11:00: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:11:00: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:11:00: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:00: TRACE: [WIRE] - << Eclipse GlassFish 7.0.14 - 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.14

05-24-2024 13:11:00: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo 05-24-2024 13:11:00: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:11:00: TRACE: [WIRE] - >> UNAVAILABLE_FOR_LEGAL_REASONS 05-24-2024 13:11:00: TRACE: [WIRE] - << 451 UNAVAILABLE_FOR_LEGAL_REASONS 05-24-2024 13:11:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:00: TRACE: [WIRE] - << Content-Length: 1094 05-24-2024 13:11:00: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:11:00: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:11:00: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:00: TRACE: [WIRE] - << Eclipse GlassFish 7.0.14 - 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.14

05-24-2024 13:11:00: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo 05-24-2024 13:11:00: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:11:00: TRACE: [WIRE] - >> INTERNAL_SERVER_ERROR 05-24-2024 13:11:00: TRACE: [WIRE] - << 500 INTERNAL_SERVER_ERROR 05-24-2024 13:11:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:00: TRACE: [WIRE] - << Connection: close 05-24-2024 13:11:00: TRACE: [WIRE] - << Content-Length: 1118 05-24-2024 13:11:00: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:11:00: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:11:00: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:00: TRACE: [WIRE] - << Eclipse GlassFish 7.0.14 - 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.14

05-24-2024 13:11:00: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo 05-24-2024 13:11:00: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:11:00: TRACE: [WIRE] - >> NOT_IMPLEMENTED 05-24-2024 13:11:00: TRACE: [WIRE] - << 501 NOT_IMPLEMENTED 05-24-2024 13:11:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:00: TRACE: [WIRE] - << Connection: close 05-24-2024 13:11:00: TRACE: [WIRE] - << Content-Length: 1095 05-24-2024 13:11:00: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:11:00: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:11:00: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:00: TRACE: [WIRE] - << Eclipse GlassFish 7.0.14 - 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.14

05-24-2024 13:11:00: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo 05-24-2024 13:11:00: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:11:00: TRACE: [WIRE] - >> BAD_GATEWAY 05-24-2024 13:11:00: TRACE: [WIRE] - << 502 BAD_GATEWAY 05-24-2024 13:11:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:00: TRACE: [WIRE] - << Content-Length: 1112 05-24-2024 13:11:00: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:11:00: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:11:00: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:00: TRACE: [WIRE] - << Eclipse GlassFish 7.0.14 - 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.14

05-24-2024 13:11:00: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo 05-24-2024 13:11:00: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:11:00: TRACE: [WIRE] - >> SERVICE_UNAVAILABLE 05-24-2024 13:11:00: TRACE: [WIRE] - << 503 SERVICE_UNAVAILABLE 05-24-2024 13:11:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:00: TRACE: [WIRE] - << Connection: close 05-24-2024 13:11:00: TRACE: [WIRE] - << Content-Length: 1075 05-24-2024 13:11:00: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:11:00: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:11:00: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:00: TRACE: [WIRE] - << Eclipse GlassFish 7.0.14 - Error report

HTTP Status 503 - Service Unavailable


type Status report

messageService Unavailable

descriptionThe requested service is not currently available.


Eclipse GlassFish 7.0.14

05-24-2024 13:11:00: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo 05-24-2024 13:11:00: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:11:00: TRACE: [WIRE] - >> GATEWAY_TIMEOUT 05-24-2024 13:11:00: TRACE: [WIRE] - << 504 GATEWAY_TIMEOUT 05-24-2024 13:11:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:00: TRACE: [WIRE] - << Content-Length: 1107 05-24-2024 13:11:00: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:11:00: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:11:00: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:00: TRACE: [WIRE] - << Eclipse GlassFish 7.0.14 - 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.14

05-24-2024 13:11:00: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo 05-24-2024 13:11:00: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:11:00: TRACE: [WIRE] - >> HTTP_VERSION_NOT_SUPPORTED 05-24-2024 13:11:00: TRACE: [WIRE] - << 505 HTTP_VERSION_NOT_SUPPORTED 05-24-2024 13:11:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:00: TRACE: [WIRE] - << Connection: close 05-24-2024 13:11:00: TRACE: [WIRE] - << Content-Length: 1104 05-24-2024 13:11:00: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:11:00: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:11:00: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:00: TRACE: [WIRE] - << Eclipse GlassFish 7.0.14 - 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.14

05-24-2024 13:11:00: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo 05-24-2024 13:11:00: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:11:00: TRACE: [WIRE] - >> NETWORK_AUTHENTICATION_REQUIRED 05-24-2024 13:11:00: TRACE: [WIRE] - << 511 NETWORK_AUTHENTICATION_REQUIRED 05-24-2024 13:11:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:00: TRACE: [WIRE] - << Content-Length: 1106 05-24-2024 13:11:00: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:11:00: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:11:00: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:00: TRACE: [WIRE] - << Eclipse GlassFish 7.0.14 - 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.14

05-24-2024 13:11:00:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 05-24-2024 13:11:00:############################### 05-24-2024 13:11:00:[Request] Adding entity: PRECONDITION_FAILED 05-24-2024 13:11:00:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 05-24-2024 13:11:00:############################### 05-24-2024 13:11:00:[Request] Adding entity: REQUEST_ENTITY_TOO_LARGE 05-24-2024 13:11:00:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 05-24-2024 13:11:00:############################### 05-24-2024 13:11:00:[Request] Adding entity: REQUEST_URI_TOO_LONG 05-24-2024 13:11:00:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 05-24-2024 13:11:00:############################### 05-24-2024 13:11:00:[Request] Adding entity: UNSUPPORTED_MEDIA_TYPE 05-24-2024 13:11:00:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 05-24-2024 13:11:00:############################### 05-24-2024 13:11:00:[Request] Adding entity: REQUESTED_RANGE_NOT_SATISFIABLE 05-24-2024 13:11:00:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 05-24-2024 13:11:00:############################### 05-24-2024 13:11:00:[Request] Adding entity: EXPECTATION_FAILED 05-24-2024 13:11:00:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 05-24-2024 13:11:00:############################### 05-24-2024 13:11:00:[Request] Adding entity: PRECONDITION_REQUIRED 05-24-2024 13:11:00:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 05-24-2024 13:11:00:############################### 05-24-2024 13:11:00:[Request] Adding entity: TOO_MANY_REQUESTS 05-24-2024 13:11:00:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 05-24-2024 13:11:00:############################### 05-24-2024 13:11:00:[Request] Adding entity: REQUEST_HEADER_FIELDS_TOO_LARGE 05-24-2024 13:11:00:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 05-24-2024 13:11:00:############################### 05-24-2024 13:11:00:[Request] Adding entity: UNAVAILABLE_FOR_LEGAL_REASONS 05-24-2024 13:11:00:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 05-24-2024 13:11:00:############################### 05-24-2024 13:11:00:[Request] Adding entity: INTERNAL_SERVER_ERROR 05-24-2024 13:11:00:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 05-24-2024 13:11:00:############################### 05-24-2024 13:11:00:[Request] Adding entity: NOT_IMPLEMENTED 05-24-2024 13:11:00:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 05-24-2024 13:11:00:############################### 05-24-2024 13:11:00:[Request] Adding entity: BAD_GATEWAY 05-24-2024 13:11:00:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 05-24-2024 13:11:00:############################### 05-24-2024 13:11:00:[Request] Adding entity: SERVICE_UNAVAILABLE 05-24-2024 13:11:00:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 05-24-2024 13:11:00:############################### 05-24-2024 13:11:00:[Request] Adding entity: GATEWAY_TIMEOUT 05-24-2024 13:11:00:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 05-24-2024 13:11:00:############################### 05-24-2024 13:11:00:[Request] Adding entity: HTTP_VERSION_NOT_SUPPORTED 05-24-2024 13:11:00:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 05-24-2024 13:11:00:############################### 05-24-2024 13:11:00:[Request] Adding entity: NETWORK_AUTHENTICATION_REQUIRED 05-24-2024 13:11:00:#getStatusInfo returned expected StatusTypes 05-24-2024 13:11:00:FINISHED TEST : getStatusInfoTest() 05-24-2024 13:11:00:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:00: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity 05-24-2024 13:11:00: TRACE: [WIRE] - >> Accept:text/plain 05-24-2024 13:11:00: TRACE: [WIRE] - << 200 OK 05-24-2024 13:11:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:00: TRACE: [WIRE] - << Content-Length: 6 05-24-2024 13:11:00: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:11:00: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:00: TRACE: [WIRE] - << ENtiTy 05-24-2024 13:11:00:STARTING TEST : hasEntityWhenEntityTest() 05-24-2024 13:11:00:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080' 05-24-2024 13:11:00:############################### 05-24-2024 13:11:00:#hasEntity found the entity as expected 05-24-2024 13:11:00:FINISHED TEST : hasEntityWhenEntityTest() 05-24-2024 13:11:00:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:00: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/length 05-24-2024 13:11:00: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:11:00: TRACE: [WIRE] - >> 1234567890 05-24-2024 13:11:00: TRACE: [WIRE] - << 200 OK 05-24-2024 13:11:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:00: TRACE: [WIRE] - << Content-Length: 10 05-24-2024 13:11:00: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:11:00: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:00: TRACE: [WIRE] - << 1234567890 05-24-2024 13:11:00:STARTING TEST : getLengthTest() 05-24-2024 13:11:00:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/length' to target server at 'localhost:8080' 05-24-2024 13:11:00:############################### 05-24-2024 13:11:00:[Request] Adding entity: 1234567890 05-24-2024 13:11:00:#getLength matches expected Content-Length 10 05-24-2024 13:11:00:FINISHED TEST : getLengthTest() 05-24-2024 13:11:00:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:00: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/setstringbeanruntime 05-24-2024 13:11:00: TRACE: [WIRE] - >> Accept:text/plain 05-24-2024 13:11:00: TRACE: [WIRE] - << 200 OK 05-24-2024 13:11:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:00: TRACE: [WIRE] - << Content-Length: 0 05-24-2024 13:11:00: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:00: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headerstring 05-24-2024 13:11:00: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:11:00: TRACE: [WIRE] - >> notnull 05-24-2024 13:11:00: TRACE: [WIRE] - << 200 OK 05-24-2024 13:11:00: TRACE: [WIRE] - << s3: s3 05-24-2024 13:11:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:00: TRACE: [WIRE] - << Content-Length: 0 05-24-2024 13:11:00: TRACE: [WIRE] - << s1: s1 05-24-2024 13:11:00: TRACE: [WIRE] - << s2: s2 05-24-2024 13:11:00: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:00: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/setoriginalruntime 05-24-2024 13:11:00: TRACE: [WIRE] - >> Accept:text/plain 05-24-2024 13:11:00: TRACE: [WIRE] - << 200 OK 05-24-2024 13:11:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:00: TRACE: [WIRE] - << Content-Length: 0 05-24-2024 13:11:00: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:00:STARTING TEST : getHeadersUsingHeaderDelegateTest() 05-24-2024 13:11:00:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/setstringbeanruntime' to target server at 'localhost:8080' 05-24-2024 13:11:00:############################### 05-24-2024 13:11:00:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headerstring' to target server at 'localhost:8080' 05-24-2024 13:11:00:############################### 05-24-2024 13:11:00:[Request] Adding entity: notnull 05-24-2024 13:11:00:Received: 05-24-2024 13:11:00:s3:s3 Server:Eclipse GlassFish 7.0.14 Content-Length:0 s1:s1 s2:s2 X-Powered-By:Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:00:Received expected headers s3:s3;Server:Eclipse GlassFish 7.0.14;Content-Length:0;s1:s1;s2:s2;X-Powered-By:Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:00:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/setoriginalruntime' to target server at 'localhost:8080' 05-24-2024 13:11:00:############################### 05-24-2024 13:11:00:FINISHED TEST : getHeadersUsingHeaderDelegateTest() 05-24-2024 13:11:00:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:00: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted 05-24-2024 13:11:00: TRACE: [WIRE] - >> Accept:text/plain 05-24-2024 13:11:00: TRACE: [WIRE] - << 200 OK 05-24-2024 13:11:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:00: TRACE: [WIRE] - << Content-Length: 6 05-24-2024 13:11:00: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:11:00: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:00:STARTING TEST : readEntityGenericTypeAnnotationCloseIsNotCalledOnInputStreamTest() 05-24-2024 13:11:00:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted' to target server at 'localhost:8080' 05-24-2024 13:11:00:############################### 05-24-2024 13:11:00:Close() has not been called on entity stream as expected 05-24-2024 13:11:00:FINISHED TEST : readEntityGenericTypeAnnotationCloseIsNotCalledOnInputStreamTest() 05-24-2024 13:11:00:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:00: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/lastmodified 05-24-2024 13:11:00: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:11:00:STARTING TEST : getLastModifiedTest() 05-24-2024 13:11:00:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/lastmodified' to target server at 'localhost:8080' 05-24-2024 13:11:00:############################### 05-24-2024 13:11:00:[Request] Adding entity: 1716556260000 05-24-2024 13:11:00: TRACE: [WIRE] - >> 1716556260000 05-24-2024 13:11:00: TRACE: [WIRE] - << 200 OK 05-24-2024 13:11:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:00: TRACE: [WIRE] - << Last-Modified: Fri, 24 May 2024 13:11:00 GMT 05-24-2024 13:11:00: TRACE: [WIRE] - << Content-Length: 0 05-24-2024 13:11:00: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:00:#getLastModified matches the Last-Modified HTTP header 05-24-2024 13:11:00:FINISHED TEST : getLastModifiedTest() 05-24-2024 13:11:00:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:00: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/link 05-24-2024 13:11:00: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:11:00: TRACE: [WIRE] - >> path 05-24-2024 13:11:00: TRACE: [WIRE] - << 200 OK 05-24-2024 13:11:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:00: TRACE: [WIRE] - << Content-Length: 0 05-24-2024 13:11:00: TRACE: [WIRE] - << Link: ; rel="path" 05-24-2024 13:11:00: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:00:STARTING TEST : hasLinkWhenLinkTest() 05-24-2024 13:11:00:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/link' to target server at 'localhost:8080' 05-24-2024 13:11:00:############################### 05-24-2024 13:11:00:[Request] Adding entity: path 05-24-2024 13:11:00:#hasEntity found the Link as expected 05-24-2024 13:11:00:FINISHED TEST : hasLinkWhenLinkTest() 05-24-2024 13:11:00:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:00: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/location 05-24-2024 13:11:00: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:11:00: TRACE: [WIRE] - >> path 05-24-2024 13:11:00: TRACE: [WIRE] - << 200 OK 05-24-2024 13:11:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:00: TRACE: [WIRE] - << Content-Length: 0 05-24-2024 13:11:00: TRACE: [WIRE] - << Location: http://localhost.tck:888/url404/path 05-24-2024 13:11:00: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:00:STARTING TEST : getLocationTest() 05-24-2024 13:11:00:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/location' to target server at 'localhost:8080' 05-24-2024 13:11:00:############################### 05-24-2024 13:11:00:[Request] Adding entity: path 05-24-2024 13:11:00:#getLocation contains expected location 05-24-2024 13:11:00:FINISHED TEST : getLocationTest() 05-24-2024 13:11:00:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:00: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity 05-24-2024 13:11:00: TRACE: [WIRE] - >> Accept:text/plain 05-24-2024 13:11:00: TRACE: [WIRE] - << 200 OK 05-24-2024 13:11:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:00: TRACE: [WIRE] - << Content-Length: 6 05-24-2024 13:11:00: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:11:00: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:00: TRACE: [WIRE] - << ENtiTy 05-24-2024 13:11:00:STARTING TEST : getLinkBuilderForTheNotPresentRelationTest() 05-24-2024 13:11:00:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080' 05-24-2024 13:11:00:############################### 05-24-2024 13:11:00:#getLinkBuilder returned null as expected 05-24-2024 13:11:00:FINISHED TEST : getLinkBuilderForTheNotPresentRelationTest() 05-24-2024 13:11:00:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:00: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/link 05-24-2024 13:11:00: TRACE: [WIRE] - >> Accept:*/* 05-24-2024 13:11:00: TRACE: [WIRE] - << 200 OK 05-24-2024 13:11:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:00: TRACE: [WIRE] - << Content-Length: 0 05-24-2024 13:11:00: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:00:STARTING TEST : getLinkNotPresentTest() 05-24-2024 13:11:00:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/link' to target server at 'localhost:8080' 05-24-2024 13:11:00:############################### 05-24-2024 13:11:00:response#getLink() was null as expected 05-24-2024 13:11:00:FINISHED TEST : getLinkNotPresentTest() 05-24-2024 13:11:00:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:00: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/cookies 05-24-2024 13:11:00: TRACE: [WIRE] - >> Accept:text/plain 05-24-2024 13:11:00: TRACE: [WIRE] - << 200 OK 05-24-2024 13:11:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:00: TRACE: [WIRE] - << Set-Cookie: c2=v2;Version=1,c1=v1;Version=1 05-24-2024 13:11:00: TRACE: [WIRE] - << Content-Length: 0 05-24-2024 13:11:00: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:00:STARTING TEST : getCookiesTest() 05-24-2024 13:11:00:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/cookies' to target server at 'localhost:8080' 05-24-2024 13:11:00:############################### 05-24-2024 13:11:00:#getCookies returned expected cookies 05-24-2024 13:11:00:FINISHED TEST : getCookiesTest() 05-24-2024 13:11:00:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:00: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headerstring 05-24-2024 13:11:00: TRACE: [WIRE] - >> Accept:*/* 05-24-2024 13:11:00: TRACE: [WIRE] - << 200 OK 05-24-2024 13:11:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:00: TRACE: [WIRE] - << Content-Length: 0 05-24-2024 13:11:00: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:00:STARTING TEST : hasEntityWhenNoEntityTest() 05-24-2024 13:11:00:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headerstring' to target server at 'localhost:8080' 05-24-2024 13:11:00:############################### 05-24-2024 13:11:00:#hasEntity has not found any entity as expected 05-24-2024 13:11:00:FINISHED TEST : hasEntityWhenNoEntityTest() 05-24-2024 13:11:00:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:00: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=200 05-24-2024 13:11:00: TRACE: [WIRE] - >> Accept:*/* 05-24-2024 13:11:00: TRACE: [WIRE] - << 200 OK 05-24-2024 13:11:00: TRACE: [WIRE] - << TESTHEADER: status code in request = 200 05-24-2024 13:11:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:00: TRACE: [WIRE] - << Content-Length: 0 05-24-2024 13:11:00: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:00:STARTING TEST : readEntityGenericIsNullWhenNoEntityTest() 05-24-2024 13:11:00:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=200' to target server at 'localhost:8080' 05-24-2024 13:11:00:############################### 05-24-2024 13:11:00:Null or zero length entity returned when no entity as expected 05-24-2024 13:11:00:FINISHED TEST : readEntityGenericIsNullWhenNoEntityTest() [INFO] Tests run: 68, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 36.936 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-24-2024 13:11:01:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:01: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_responsebuilder_web/resource/entity 05-24-2024 13:11:01: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:11:01: TRACE: [WIRE] - >> 1716556261767 05-24-2024 13:11:01: TRACE: [WIRE] - << 200 OK 05-24-2024 13:11:01: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:01: TRACE: [WIRE] - << Content-Length: 123 05-24-2024 13:11:01: TRACE: [WIRE] - << Content-Type: application/json 05-24-2024 13:11:01: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:01: TRACE: [WIRE] - << 1716556261767 ANNOTATION_VALUE jakarta.ws.rs.POST, jakarta.ws.rs.Path, jakarta.ws.rs.ext.Provider, jakarta.ws.rs.Consumes, 05-24-2024 13:11:01:STARTING TEST : entityObjectTest() 05-24-2024 13:11:01:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_responsebuilder_web/resource/entity' to target server at 'localhost:8080' 05-24-2024 13:11:01:############################### 05-24-2024 13:11:01:[Request] Adding entity: 1716556261767 05-24-2024 13:11:01:FINISHED TEST : entityObjectTest() [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.979 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-24-2024 13:11:03:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:03:STARTING TEST : noAuthorizationTest() 05-24-2024 13:11:03:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_securitycontext_basic_web/Servlet/Context HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:03:FINISHED TEST : noAuthorizationTest() 05-24-2024 13:11:03:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:03:STARTING TEST : basicAuthorizationIncorrectUserTest() 05-24-2024 13:11:03:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_securitycontext_basic_web/Servlet/Context HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:03:FINISHED TEST : basicAuthorizationIncorrectUserTest() 05-24-2024 13:11:03:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:03 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:03:STARTING TEST : basicAuthorizationAdminTest() 05-24-2024 13:11:03:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_securitycontext_basic_web/Servlet/Context HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:03:FINISHED TEST : basicAuthorizationAdminTest() 05-24-2024 13:11:03:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:03:STARTING TEST : basicAuthorizationIncorrectPasswordTest() 05-24-2024 13:11:03:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_securitycontext_basic_web/Servlet/Context HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:03:FINISHED TEST : basicAuthorizationIncorrectPasswordTest() 05-24-2024 13:11:03:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:03 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:03:STARTING TEST : basicAuthorizationStandardUserTest() 05-24-2024 13:11:03:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_securitycontext_basic_web/Servlet/Context HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:03:FINISHED TEST : basicAuthorizationStandardUserTest() [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.979 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-24-2024 13:11:04:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:04:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:04:STARTING TEST : getMatchedURIsTest() 05-24-2024 13:11:04:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_uriinfo_web/resource/uri HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:04:FINISHED TEST : getMatchedURIsTest() 05-24-2024 13:11:04:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:04:STARTING TEST : queryTest() 05-24-2024 13:11:04:[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-24-2024 13:11:04:FINISHED TEST : queryTest() 05-24-2024 13:11:04:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:04:STARTING TEST : pathParamTest1() 05-24-2024 13:11:04:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_uriinfo_web/resource/pathparam1/%20/%2010 HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:04:FINISHED TEST : pathParamTest1() 05-24-2024 13:11:04:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:04:STARTING TEST : pathParamTest2() 05-24-2024 13:11:04:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_uriinfo_web/resource/pathparam2/%20/%2010 HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:04:FINISHED TEST : pathParamTest2() 05-24-2024 13:11:04:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:04:STARTING TEST : pathParamTest() 05-24-2024 13:11:04:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_uriinfo_web/resource/pathparam/a/b HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:04:FINISHED TEST : pathParamTest() 05-24-2024 13:11:04:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:04:STARTING TEST : pathTest1() 05-24-2024 13:11:04:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_uriinfo_web/resource/path1%20/%2010 HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:04:FINISHED TEST : pathTest1() 05-24-2024 13:11:04:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:04:STARTING TEST : pathTest2() 05-24-2024 13:11:04:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_uriinfo_web/resource/path2%20/%2010 HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:04:FINISHED TEST : pathTest2() 05-24-2024 13:11:04:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:04:STARTING TEST : pathSegTest() 05-24-2024 13:11:04:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_uriinfo_web/resource/pathseg HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:04:FINISHED TEST : pathSegTest() 05-24-2024 13:11:04:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:04:STARTING TEST : queryTest1() May 24, 2024 1:11:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:04:[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-24-2024 13:11:04:FINISHED TEST : queryTest1() 05-24-2024 13:11:04:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:04:STARTING TEST : queryTest2() 05-24-2024 13:11:04:[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-24-2024 13:11:04:FINISHED TEST : queryTest2() 05-24-2024 13:11:04:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:04:STARTING TEST : pathSegTest1() 05-24-2024 13:11:04:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_uriinfo_web/resource/pathseg1%20/%2010 HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:04:FINISHED TEST : pathSegTest1() 05-24-2024 13:11:04:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:04:STARTING TEST : pathSegTest2() 05-24-2024 13:11:04:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_uriinfo_web/resource/pathseg2%20/%2010 HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:04:FINISHED TEST : pathSegTest2() 05-24-2024 13:11:04:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:04:STARTING TEST : getMatchedURIsTest1() 05-24-2024 13:11:04:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_uriinfo_web/resource/uri1 HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:04:FINISHED TEST : getMatchedURIsTest1() 05-24-2024 13:11:04:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:04:STARTING TEST : getMatchedURIsTest2() 05-24-2024 13:11:04:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_uriinfo_web/resource/uri2 HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:04:FINISHED TEST : getMatchedURIsTest2() 05-24-2024 13:11:04:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:04:STARTING TEST : getMatchedResourcesTest() 05-24-2024 13:11:04:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_uriinfo_web/resource/resource HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:04:FINISHED TEST : getMatchedResourcesTest() 05-24-2024 13:11:04:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:04:STARTING TEST : pathTest() 05-24-2024 13:11:04:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_uriinfo_web/resource/path HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:04:FINISHED TEST : pathTest() 05-24-2024 13:11:04:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:04:STARTING TEST : requestURITest() 05-24-2024 13:11:04:[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-24-2024 13:11:04:FINISHED TEST : requestURITest() 05-24-2024 13:11:04:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:04:STARTING TEST : aPathTest() 05-24-2024 13:11:04:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_uriinfo_web/resource/apath HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:04:FINISHED TEST : aPathTest() 05-24-2024 13:11:04:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:04 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:04:STARTING TEST : baseUriTest() 05-24-2024 13:11:04:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_uriinfo_web/resource/baseuri HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:04:FINISHED TEST : baseUriTest() [WARNING] Tests run: 20, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.967 s - in ee.jakarta.tck.ws.rs.ee.rs.core.uriinfo.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.delete.JAXRSClientIT 05-24-2024 13:11:05:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:05 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:05:STARTING TEST : deleteSubTest() 05-24-2024 13:11:05:[HttpRequest] Dispatching request: 'DELETE /jaxrs_ee_rs_delete_web/DeleteTest/sub HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:05:FINISHED TEST : deleteSubTest() 05-24-2024 13:11:05:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:05 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:05:STARTING TEST : deleteTest1() 05-24-2024 13:11:05:[HttpRequest] Dispatching request: 'DELETE /jaxrs_ee_rs_delete_web/DeleteTest HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:05:FINISHED TEST : deleteTest1() 05-24-2024 13:11:05:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:05 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:05:STARTING TEST : deleteTest2() 05-24-2024 13:11:05:[HttpRequest] Dispatching request: 'DELETE /jaxrs_ee_rs_delete_web/DeleteTest HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:05:FINISHED TEST : deleteTest2() 05-24-2024 13:11:05:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:05:STARTING TEST : deleteSubTest1() 05-24-2024 13:11:05:[HttpRequest] Dispatching request: 'DELETE /jaxrs_ee_rs_delete_web/DeleteTest/sub HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:05:FINISHED TEST : deleteSubTest1() [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.895 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-24-2024 13:11:06:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:06: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/ 05-24-2024 13:11:06: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETANNOTATIONSNULL, Content-Type:*/* 05-24-2024 13:11:06: TRACE: [WIRE] - >> Entity 05-24-2024 13:11:06: TRACE: [WIRE] - << 200 OK 05-24-2024 13:11:06: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:06: TRACE: [WIRE] - << Content-Length: 48 05-24-2024 13:11:06: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:11:06: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:06: TRACE: [WIRE] - << NullPointerException has been thrown as expected 05-24-2024 13:11:06:STARTING TEST : setAnnotationsNullThrowsNPETest() 05-24-2024 13:11:06:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080' 05-24-2024 13:11:06:############################### 05-24-2024 13:11:06:[Request] Adding entity: Entity 05-24-2024 13:11:06:FINISHED TEST : setAnnotationsNullThrowsNPETest() 05-24-2024 13:11:06:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:06: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/ 05-24-2024 13:11:06: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETANNOTATIONS, Content-Type:*/* 05-24-2024 13:11:06: TRACE: [WIRE] - >> Entity 05-24-2024 13:11:06: TRACE: [WIRE] - << 200 OK 05-24-2024 13:11:06: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:06: TRACE: [WIRE] - << Content-Length: 69 05-24-2024 13:11:06: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:11:06: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:06: TRACE: [WIRE] - << @jakarta.ws.rs.ext.Provider();@jakarta.annotation.Priority(value=100) 05-24-2024 13:11:06:STARTING TEST : setAnnotationsTest() 05-24-2024 13:11:06:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080' 05-24-2024 13:11:06:############################### 05-24-2024 13:11:06:[Request] Adding entity: Entity 05-24-2024 13:11:06:FINISHED TEST : setAnnotationsTest() 05-24-2024 13:11:06:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:06: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/ 05-24-2024 13:11:06: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETGENERICTYPE, Content-Type:*/* 05-24-2024 13:11:06: TRACE: [WIRE] - >> Entity 05-24-2024 13:11:06: TRACE: [WIRE] - << 200 OK 05-24-2024 13:11:06: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:06: TRACE: [WIRE] - << Content-Length: 2 05-24-2024 13:11:06: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:11:06: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:06: TRACE: [WIRE] - << [B 05-24-2024 13:11:06:STARTING TEST : setGenericTypeTest() 05-24-2024 13:11:06:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080' 05-24-2024 13:11:06:############################### 05-24-2024 13:11:06:[Request] Adding entity: Entity 05-24-2024 13:11:06:FINISHED TEST : setGenericTypeTest() 05-24-2024 13:11:06:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:06: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/ 05-24-2024 13:11:06: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETMEDIATYPE, Content-Type:application/json 05-24-2024 13:11:06: TRACE: [WIRE] - >> Entity 05-24-2024 13:11:06: TRACE: [WIRE] - << 200 OK 05-24-2024 13:11:06: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:06: TRACE: [WIRE] - << Content-Length: 16 05-24-2024 13:11:06: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:11:06:STARTING TEST : getMediaTypeTest() 05-24-2024 13:11:06:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080' 05-24-2024 13:11:06:############################### 05-24-2024 13:11:06:[Request] Adding entity: Entity{entity=Entity, variant=Variant[mediaType=application/json, language=null, encoding=null], annotations=[]} 05-24-2024 13:11:06: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:06: TRACE: [WIRE] - << application/json 05-24-2024 13:11:06:FINISHED TEST : getMediaTypeTest() 05-24-2024 13:11:06:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:06:STARTING TEST : setPropertyNullTest() 05-24-2024 13:11:06: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/ 05-24-2024 13:11:06:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080' 05-24-2024 13:11:06:############################### 05-24-2024 13:11:06:[Request] Adding entity: Entity 05-24-2024 13:11:06: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETPROPERTYNULL, Content-Type:*/* 05-24-2024 13:11:06: TRACE: [WIRE] - >> Entity 05-24-2024 13:11:06: TRACE: [WIRE] - << 200 OK 05-24-2024 13:11:06: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:06: TRACE: [WIRE] - << Content-Length: 4 05-24-2024 13:11:06: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:11:06: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:06: TRACE: [WIRE] - << None 05-24-2024 13:11:06:FINISHED TEST : setPropertyNullTest() 05-24-2024 13:11:06:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:06: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/ 05-24-2024 13:11:06: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETPROPERTYNAMESISREADONLY, Content-Type:*/* 05-24-2024 13:11:06: TRACE: [WIRE] - >> Entity 05-24-2024 13:11:06: TRACE: [WIRE] - << 200 OK 05-24-2024 13:11:06: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:06: TRACE: [WIRE] - << Content-Length: 4 05-24-2024 13:11:06: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:11:06: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:06: TRACE: [WIRE] - << None 05-24-2024 13:11:06:STARTING TEST : getPropertyNamesIsReadOnlyTest() 05-24-2024 13:11:06:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080' 05-24-2024 13:11:06:############################### 05-24-2024 13:11:06:[Request] Adding entity: Entity 05-24-2024 13:11:06:FINISHED TEST : getPropertyNamesIsReadOnlyTest() 05-24-2024 13:11:06:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:06: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/ 05-24-2024 13:11:06: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETPROPERTYNAMES, Content-Type:*/* 05-24-2024 13:11:06: TRACE: [WIRE] - >> Entity 05-24-2024 13:11:06: TRACE: [WIRE] - << 200 OK 05-24-2024 13:11:06: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:06: TRACE: [WIRE] - << Content-Length: 49 05-24-2024 13:11:06: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:11:06: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:06: TRACE: [WIRE] - << Property4;Property3;Property2;Property1;Property0 05-24-2024 13:11:06:STARTING TEST : getPropertyNamesTest() 05-24-2024 13:11:06:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080' 05-24-2024 13:11:06:############################### 05-24-2024 13:11:06:[Request] Adding entity: Entity 05-24-2024 13:11:06:FINISHED TEST : getPropertyNamesTest() 05-24-2024 13:11:06:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:06: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/ 05-24-2024 13:11:06: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETPROPERTY, Content-Type:*/* 05-24-2024 13:11:06: TRACE: [WIRE] - >> Entity 05-24-2024 13:11:06: TRACE: [WIRE] - << 200 OK 05-24-2024 13:11:06: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:06: TRACE: [WIRE] - << Content-Length: 4 05-24-2024 13:11:06: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:11:06: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:06: TRACE: [WIRE] - << None 05-24-2024 13:11:06:STARTING TEST : getPropertyIsNullTest() 05-24-2024 13:11:06:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080' 05-24-2024 13:11:06:############################### 05-24-2024 13:11:06:[Request] Adding entity: Entity 05-24-2024 13:11:06:FINISHED TEST : getPropertyIsNullTest() 05-24-2024 13:11:06:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:06: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/ 05-24-2024 13:11:06: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETMEDIATYPE, Content-Type:*/* 05-24-2024 13:11:06: TRACE: [WIRE] - >> Entity 05-24-2024 13:11:06: TRACE: [WIRE] - << 200 OK 05-24-2024 13:11:06: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:06: TRACE: [WIRE] - << Content-Length: 33 05-24-2024 13:11:06: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:11:06: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:06: TRACE: [WIRE] - << application/x-www-form-urlencoded 05-24-2024 13:11:06:STARTING TEST : setMediaTypeTest() 05-24-2024 13:11:06:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080' 05-24-2024 13:11:06:############################### 05-24-2024 13:11:06:[Request] Adding entity: Entity 05-24-2024 13:11:06:FINISHED TEST : setMediaTypeTest() 05-24-2024 13:11:06:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:06: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/ 05-24-2024 13:11:06: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETTYPE, Content-Type:*/* 05-24-2024 13:11:06: TRACE: [WIRE] - >> java.io.InputStreamReader@5d3a3383 05-24-2024 13:11:06: TRACE: [WIRE] - << 200 OK 05-24-2024 13:11:06: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:06: TRACE: [WIRE] - << Content-Length: 25 05-24-2024 13:11:06: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:11:06: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:06: TRACE: [WIRE] - << java.io.InputStreamReader 05-24-2024 13:11:06:STARTING TEST : setTypeTest() 05-24-2024 13:11:06:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080' 05-24-2024 13:11:06:############################### 05-24-2024 13:11:06:[Request] Adding entity: java.io.InputStreamReader@5d3a3383 05-24-2024 13:11:06:#setType set correct type java.io.InputStreamReader 05-24-2024 13:11:06:FINISHED TEST : setTypeTest() 05-24-2024 13:11:06:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:06: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/ 05-24-2024 13:11:06: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETTYPE, Content-Type:*/* 05-24-2024 13:11:06: TRACE: [WIRE] - >> Entity 05-24-2024 13:11:06: TRACE: [WIRE] - << 200 OK 05-24-2024 13:11:06: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:06: TRACE: [WIRE] - << Content-Length: 16 05-24-2024 13:11:06: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:11:06: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:06: TRACE: [WIRE] - << java.lang.String 05-24-2024 13:11:06:STARTING TEST : getTypeTest() 05-24-2024 13:11:06:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080' 05-24-2024 13:11:06:############################### 05-24-2024 13:11:06:[Request] Adding entity: Entity 05-24-2024 13:11:06:FINISHED TEST : getTypeTest() 05-24-2024 13:11:06:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:06: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/ 05-24-2024 13:11:06: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETANNOTATIONS, Content-Type:*/* 05-24-2024 13:11:06: TRACE: [WIRE] - >> Entity 05-24-2024 13:11:06: TRACE: [WIRE] - << 200 OK 05-24-2024 13:11:06: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:06: TRACE: [WIRE] - << Content-Length: 69 05-24-2024 13:11:06: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:11:06: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:06: TRACE: [WIRE] - << @jakarta.ws.rs.ext.Provider();@jakarta.annotation.Priority(value=100) 05-24-2024 13:11:06:STARTING TEST : getAnnotationsTest() 05-24-2024 13:11:06:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080' 05-24-2024 13:11:06:############################### 05-24-2024 13:11:06:[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-24-2024 13:11:06:FINISHED TEST : getAnnotationsTest() 05-24-2024 13:11:06:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:06: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/ 05-24-2024 13:11:06: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETGENERICTYPE, Content-Type:*/* 05-24-2024 13:11:06: TRACE: [WIRE] - >> Entity 05-24-2024 13:11:06: TRACE: [WIRE] - << 200 OK 05-24-2024 13:11:06: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:06: TRACE: [WIRE] - << Content-Length: 16 05-24-2024 13:11:06: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:11:06: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:06: TRACE: [WIRE] - << java.lang.String 05-24-2024 13:11:06:STARTING TEST : getGenericTypeTest() 05-24-2024 13:11:06:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080' 05-24-2024 13:11:06:############################### 05-24-2024 13:11:06:[Request] Adding entity: Entity 05-24-2024 13:11:06:FINISHED TEST : getGenericTypeTest() 05-24-2024 13:11:06:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:06: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/ 05-24-2024 13:11:06: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETPROPERTY, Content-Type:*/* 05-24-2024 13:11:06: TRACE: [WIRE] - >> Entity 05-24-2024 13:11:06: TRACE: [WIRE] - << 200 OK 05-24-2024 13:11:06: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:06: TRACE: [WIRE] - << Content-Length: 12 05-24-2024 13:11:06: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:11:06: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:06: TRACE: [WIRE] - << Other Entity 05-24-2024 13:11:06:STARTING TEST : setPropertyTest() 05-24-2024 13:11:06:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080' 05-24-2024 13:11:06:############################### 05-24-2024 13:11:06:[Request] Adding entity: Entity 05-24-2024 13:11:06:FINISHED TEST : setPropertyTest() 05-24-2024 13:11:06:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:06: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/ 05-24-2024 13:11:06: TRACE: [WIRE] - >> Accept:*/*, OPERATION:REMOVEPROPERTY, Content-Type:*/* 05-24-2024 13:11:06: TRACE: [WIRE] - >> Entity 05-24-2024 13:11:06: TRACE: [WIRE] - << 200 OK 05-24-2024 13:11:06: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:06: TRACE: [WIRE] - << Content-Length: 4 05-24-2024 13:11:06: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:11:06: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:06: TRACE: [WIRE] - << None 05-24-2024 13:11:06:STARTING TEST : removePropertyTest() 05-24-2024 13:11:06:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080' 05-24-2024 13:11:06:############################### 05-24-2024 13:11:06:[Request] Adding entity: Entity 05-24-2024 13:11:06:FINISHED TEST : removePropertyTest() [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.212 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-24-2024 13:11:07:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:07: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/ 05-24-2024 13:11:07: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETENTITY, Content-Type:*/* 05-24-2024 13:11:07: TRACE: [WIRE] - >> Entity 05-24-2024 13:11:07: TRACE: [WIRE] - << 200 OK 05-24-2024 13:11:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:07: TRACE: [WIRE] - << Content-Length: 6 05-24-2024 13:11:07: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:11:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:07: TRACE: [WIRE] - << Entity 05-24-2024 13:11:07:STARTING TEST : getEntityTest() 05-24-2024 13:11:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/' to target server at 'localhost:8080' 05-24-2024 13:11:07:############################### 05-24-2024 13:11:07:[Request] Adding entity: Entity 05-24-2024 13:11:07:FINISHED TEST : getEntityTest() 05-24-2024 13:11:07:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:07: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/ 05-24-2024 13:11:07: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETHEADERS, Content-Type:*/* 05-24-2024 13:11:07: TRACE: [WIRE] - >> Entity 05-24-2024 13:11:07: TRACE: [WIRE] - << 200 OK 05-24-2024 13:11:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:07: TRACE: [WIRE] - << Content-Length: 40 05-24-2024 13:11:07: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:11:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:07: TRACE: [WIRE] - << Accept;OPERATION;Content-Type;User-Agent 05-24-2024 13:11:07:STARTING TEST : getHeadersOperationOnlyTest() 05-24-2024 13:11:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/' to target server at 'localhost:8080' 05-24-2024 13:11:07:############################### 05-24-2024 13:11:07:[Request] Adding entity: Entity 05-24-2024 13:11:07:FINISHED TEST : getHeadersOperationOnlyTest() 05-24-2024 13:11:07:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:07: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/ 05-24-2024 13:11:07: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETENTITY, Content-Type:*/* 05-24-2024 13:11:07: TRACE: [WIRE] - >> Entity 05-24-2024 13:11:07: TRACE: [WIRE] - << 200 OK 05-24-2024 13:11:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:07: TRACE: [WIRE] - << Content-Length: 9 05-24-2024 13:11:07: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:11:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:07: TRACE: [WIRE] - << OPERATION 05-24-2024 13:11:07:STARTING TEST : setEntityTest() 05-24-2024 13:11:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/' to target server at 'localhost:8080' 05-24-2024 13:11:07:############################### 05-24-2024 13:11:07:[Request] Adding entity: Entity 05-24-2024 13:11:07:FINISHED TEST : setEntityTest() 05-24-2024 13:11:07:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:07: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/ 05-24-2024 13:11:07: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETHEADERSISMUTABLE, Content-Type:*/* 05-24-2024 13:11:07: TRACE: [WIRE] - >> Entity 05-24-2024 13:11:07: TRACE: [WIRE] - << 200 OK 05-24-2024 13:11:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:07: TRACE: [WIRE] - << Content-Length: 8 05-24-2024 13:11:07: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:11:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:07: TRACE: [WIRE] - << Property 05-24-2024 13:11:07:STARTING TEST : getHeadersIsMutableTest() 05-24-2024 13:11:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/' to target server at 'localhost:8080' 05-24-2024 13:11:07:############################### 05-24-2024 13:11:07:[Request] Adding entity: Entity 05-24-2024 13:11:07:FINISHED TEST : getHeadersIsMutableTest() 05-24-2024 13:11:07:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:07: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/ 05-24-2024 13:11:07: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETOUTPUTSTREAM, Content-Type:*/* 05-24-2024 13:11:07: TRACE: [WIRE] - >> Entity 05-24-2024 13:11:07: TRACE: [WIRE] - << 200 OK 05-24-2024 13:11:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:07: TRACE: [WIRE] - << Content-Length: 8192 05-24-2024 13:11:07: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:11:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:07:STARTING TEST : setOutputStreamTest() 05-24-2024 13:11:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/' to target server at 'localhost:8080' 05-24-2024 13:11:07:############################### 05-24-2024 13:11:07:[Request] Adding entity: Entity 05-24-2024 13:11:07: TRACE: [WIRE] - << Enxixy 05-24-2024 13:11:07:FINISHED TEST : setOutputStreamTest() 05-24-2024 13:11:07:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:08: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/ 05-24-2024 13:11:08: TRACE: [WIRE] - >> Accept:*/*, OPERATION:PROCEEDTHROWSWEBAPPEXCEPTION, Content-Type:*/* 05-24-2024 13:11:08: TRACE: [WIRE] - >> StringBean. To get a value, use rather #get() method. 05-24-2024 13:11:07:STARTING TEST : proceedThrowsWebApplicationExceptionTest() 05-24-2024 13:11:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/' to target server at 'localhost:8080' 05-24-2024 13:11:07:############################### 05-24-2024 13:11:08:[Request] Adding entity: StringBean. To get a value, use rather #get() method. 05-24-2024 13:11:08: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:483) at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:465) at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:420) 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:674) at org.glassfish.jersey.client.JerseyInvocation.call(JerseyInvocation.java:709) at org.glassfish.jersey.client.JerseyInvocation.lambda$runInScope$3(JerseyInvocation.java:703) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:205) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:391) at org.glassfish.jersey.client.JerseyInvocation.runInScope(JerseyInvocation.java:703) at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:673) 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.GeneratedMethodAccessor15.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86) at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(EventContextImpl.java:103) at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:90) at org.jboss.arquillian.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.GeneratedMethodAccessor14.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86) at org.jboss.arquillian.core.impl.EventContextImpl.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.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.proceed(EventContextImpl.java:95) at org.jboss.arquillian.test.impl.TestContextHandler.createTestContext(TestContextHandler.java:116) at jdk.internal.reflect.GeneratedMethodAccessor8.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86) at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:95) at org.jboss.arquillian.test.impl.TestContextHandler.createClassContext(TestContextHandler.java:83) at jdk.internal.reflect.GeneratedMethodAccessor7.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86) at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:95) at org.jboss.arquillian.test.impl.TestContextHandler.createSuiteContext(TestContextHandler.java:69) 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.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 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.GeneratedMethodAccessor15.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86) at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(EventContextImpl.java:103) at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:90) at org.jboss.arquillian.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.GeneratedMethodAccessor14.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86) at org.jboss.arquillian.core.impl.EventContextImpl.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.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.proceed(EventContextImpl.java:95) at org.jboss.arquillian.test.impl.TestContextHandler.createTestContext(TestContextHandler.java:116) at jdk.internal.reflect.GeneratedMethodAccessor8.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86) at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:95) at org.jboss.arquillian.test.impl.TestContextHandler.createClassContext(TestContextHandler.java:83) at jdk.internal.reflect.GeneratedMethodAccessor7.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86) at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:95) at org.jboss.arquillian.test.impl.TestContextHandler.createSuiteContext(TestContextHandler.java:69) 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.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:483) at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:465) at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:420) 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:674) at org.glassfish.jersey.client.JerseyInvocation.call(JerseyInvocation.java:709) at org.glassfish.jersey.client.JerseyInvocation.lambda$runInScope$3(JerseyInvocation.java:703) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:205) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:391) at org.glassfish.jersey.client.JerseyInvocation.runInScope(JerseyInvocation.java:703) at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:673) 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-24-2024 13:11:08:[JAXRSCommonClient] null failed! Check output for cause of failure. 05-24-2024 13:11:08:WebApplicationException has been thrown as expected 05-24-2024 13:11:08:FINISHED TEST : proceedThrowsWebApplicationExceptionTest() 05-24-2024 13:11:08:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:08: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/ 05-24-2024 13:11:08: TRACE: [WIRE] - >> Accept:*/*, Property4:any, Property3:any, Property2:any, Property1:any, Property0:any, OPERATION:GETHEADERS, Content-Type:*/* 05-24-2024 13:11:08: TRACE: [WIRE] - >> Entity 05-24-2024 13:11:08: TRACE: [WIRE] - << 200 OK 05-24-2024 13:11:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:08: TRACE: [WIRE] - << Content-Length: 90 05-24-2024 13:11:08: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:11:08: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:08: TRACE: [WIRE] - << Accept;Property4;Property3;Property2;Property1;Property0;OPERATION;Content-Type;User-Agent 05-24-2024 13:11:08:STARTING TEST : getHeadersTest() 05-24-2024 13:11:08:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/' to target server at 'localhost:8080' 05-24-2024 13:11:08:############################### 05-24-2024 13:11:08:[Request] Adding entity: Entity 05-24-2024 13:11:08:FINISHED TEST : getHeadersTest() 05-24-2024 13:11:08:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:08: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/ 05-24-2024 13:11:08: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETOUTPUTSTREAM, Content-Type:*/* 05-24-2024 13:11:08: TRACE: [WIRE] - >> Entity 05-24-2024 13:11:08: TRACE: [WIRE] - << 200 OK 05-24-2024 13:11:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:08: TRACE: [WIRE] - << Content-Length: 10 05-24-2024 13:11:08: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:11:08: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:08: TRACE: [WIRE] - << NoneEntity 05-24-2024 13:11:08:STARTING TEST : getOutputStreamTest() 05-24-2024 13:11:08:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/' to target server at 'localhost:8080' 05-24-2024 13:11:08:############################### 05-24-2024 13:11:08:[Request] Adding entity: Entity 05-24-2024 13:11:08:FINISHED TEST : getOutputStreamTest() 05-24-2024 13:11:08:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:08: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/ 05-24-2024 13:11:08: TRACE: [WIRE] - >> Accept:*/*, OPERATION:PROCEEDTHROWSIOEXCEPTION, Content-Type:*/* 05-24-2024 13:11:08: TRACE: [WIRE] - >> Entity 05-24-2024 13:11:08: TRACE: [WIRE] - << 200 OK 05-24-2024 13:11:08: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:08: TRACE: [WIRE] - << Content-Length: 39 05-24-2024 13:11:08: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:11:08: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:08: TRACE: [WIRE] - << IOException has been thrown as expected 05-24-2024 13:11:08:STARTING TEST : proceedThrowsIOExceptionTest() 05-24-2024 13:11:08:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/' to target server at 'localhost:8080' 05-24-2024 13:11:08:############################### 05-24-2024 13:11:08:[Request] Adding entity: Entity 05-24-2024 13:11:08:FINISHED TEST : proceedThrowsIOExceptionTest() [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.188 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-24-2024 13:11:09:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:09: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string 05-24-2024 13:11:09: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETANNOTATIONSNULL, Content-Type:*/* 05-24-2024 13:11:09: TRACE: [WIRE] - >> Entity 05-24-2024 13:11:09: TRACE: [WIRE] - << 200 OK 05-24-2024 13:11:09: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:09: TRACE: [WIRE] - << Content-Length: 48 05-24-2024 13:11:09: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:11:09: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:09: TRACE: [WIRE] - << NullPointerException has been thrown as expected 05-24-2024 13:11:09:STARTING TEST : setAnnotationsNullThrowsNPETest() 05-24-2024 13:11:09:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080' 05-24-2024 13:11:09:############################### 05-24-2024 13:11:09:[Request] Adding entity: Entity 05-24-2024 13:11:09:FINISHED TEST : setAnnotationsNullThrowsNPETest() 05-24-2024 13:11:09:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:09: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string 05-24-2024 13:11:09: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETANNOTATIONS, Content-Type:*/* 05-24-2024 13:11:09: TRACE: [WIRE] - >> Entity 05-24-2024 13:11:09: TRACE: [WIRE] - << 200 OK 05-24-2024 13:11:09: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:09: TRACE: [WIRE] - << Content-Length: 69 05-24-2024 13:11:09: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:11:09: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:09: TRACE: [WIRE] - << @jakarta.ws.rs.ext.Provider();@jakarta.annotation.Priority(value=100) 05-24-2024 13:11:09:STARTING TEST : setAnnotationsTest() 05-24-2024 13:11:09:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080' 05-24-2024 13:11:09:############################### 05-24-2024 13:11:09:[Request] Adding entity: Entity 05-24-2024 13:11:09:FINISHED TEST : setAnnotationsTest() 05-24-2024 13:11:09:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:09: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string 05-24-2024 13:11:09: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETGENERICTYPE, Content-Type:*/* 05-24-2024 13:11:09: TRACE: [WIRE] - >> Entity 05-24-2024 13:11:09: TRACE: [WIRE] - << 200 OK 05-24-2024 13:11:09: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:09: TRACE: [WIRE] - << Content-Length: 2 05-24-2024 13:11:09: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:11:09:STARTING TEST : setGenericTypeTest() 05-24-2024 13:11:09:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080' 05-24-2024 13:11:09:############################### 05-24-2024 13:11:09:[Request] Adding entity: Entity 05-24-2024 13:11:09: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:09: TRACE: [WIRE] - << [B 05-24-2024 13:11:09:FINISHED TEST : setGenericTypeTest() 05-24-2024 13:11:09:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:09: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string 05-24-2024 13:11:09: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETMEDIATYPE, Content-Type:application/json 05-24-2024 13:11:09: TRACE: [WIRE] - >> Entity 05-24-2024 13:11:09: TRACE: [WIRE] - << 200 OK 05-24-2024 13:11:09: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:09: TRACE: [WIRE] - << Content-Length: 16 05-24-2024 13:11:09: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:11:09: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:09: TRACE: [WIRE] - << application/json 05-24-2024 13:11:09:STARTING TEST : getMediaTypeTest() 05-24-2024 13:11:09:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080' 05-24-2024 13:11:09:############################### 05-24-2024 13:11:09:[Request] Adding entity: Entity{entity=Entity, variant=Variant[mediaType=application/json, language=null, encoding=null], annotations=[]} 05-24-2024 13:11:09:FINISHED TEST : getMediaTypeTest() 05-24-2024 13:11:09:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:09: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string 05-24-2024 13:11:09:STARTING TEST : setPropertyNullTest() 05-24-2024 13:11:09:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080' 05-24-2024 13:11:09:############################### 05-24-2024 13:11:09:[Request] Adding entity: Entity 05-24-2024 13:11:09: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETPROPERTYNULL, Content-Type:*/* 05-24-2024 13:11:09: TRACE: [WIRE] - >> Entity 05-24-2024 13:11:09: TRACE: [WIRE] - << 200 OK 05-24-2024 13:11:09: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:09: TRACE: [WIRE] - << Content-Length: 4 05-24-2024 13:11:09: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:11:09: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:09: TRACE: [WIRE] - << None 05-24-2024 13:11:09:FINISHED TEST : setPropertyNullTest() 05-24-2024 13:11:09:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:09:STARTING TEST : getPropertyNamesIsReadOnlyTest() 05-24-2024 13:11:09:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080' 05-24-2024 13:11:09:############################### 05-24-2024 13:11:09:[Request] Adding entity: Entity 05-24-2024 13:11:09: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string 05-24-2024 13:11:09: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETPROPERTYNAMESISREADONLY, Content-Type:*/* 05-24-2024 13:11:09: TRACE: [WIRE] - >> Entity 05-24-2024 13:11:09: TRACE: [WIRE] - << 200 OK 05-24-2024 13:11:09: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:09: TRACE: [WIRE] - << Content-Length: 4 05-24-2024 13:11:09: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:11:09: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:09: TRACE: [WIRE] - << None 05-24-2024 13:11:09:FINISHED TEST : getPropertyNamesIsReadOnlyTest() 05-24-2024 13:11:09:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:09: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string 05-24-2024 13:11:09: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETPROPERTYNAMES, Content-Type:*/* 05-24-2024 13:11:09: TRACE: [WIRE] - >> Entity 05-24-2024 13:11:09: TRACE: [WIRE] - << 200 OK 05-24-2024 13:11:09: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:09: TRACE: [WIRE] - << Content-Length: 139 05-24-2024 13:11:09: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:11:09: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:09: TRACE: [WIRE] - << Property4;Property3;org.glassfish.web.RequestFacadeHelper;org.glassfish.jersey.message.internal.TracingLogger;Property2;Property1;Property0 05-24-2024 13:11:09:STARTING TEST : getPropertyNamesTest() 05-24-2024 13:11:09:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080' 05-24-2024 13:11:09:############################### 05-24-2024 13:11:09:[Request] Adding entity: Entity 05-24-2024 13:11:09:FINISHED TEST : getPropertyNamesTest() 05-24-2024 13:11:09:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:09: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string 05-24-2024 13:11:09: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETPROPERTY, Content-Type:*/* 05-24-2024 13:11:09: TRACE: [WIRE] - >> Entity 05-24-2024 13:11:09: TRACE: [WIRE] - << 200 OK 05-24-2024 13:11:09: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:09: TRACE: [WIRE] - << Content-Length: 4 05-24-2024 13:11:09: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:11:09: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:09: TRACE: [WIRE] - << None 05-24-2024 13:11:09:STARTING TEST : getPropertyIsNullTest() 05-24-2024 13:11:09:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080' 05-24-2024 13:11:09:############################### 05-24-2024 13:11:09:[Request] Adding entity: Entity 05-24-2024 13:11:09:FINISHED TEST : getPropertyIsNullTest() 05-24-2024 13:11:09:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:09: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string 05-24-2024 13:11:09: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETMEDIATYPE, Content-Type:*/* 05-24-2024 13:11:09: TRACE: [WIRE] - >> Entity 05-24-2024 13:11:09: TRACE: [WIRE] - << 200 OK 05-24-2024 13:11:09: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:09: TRACE: [WIRE] - << Content-Length: 33 05-24-2024 13:11:09: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:11:09: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:09: TRACE: [WIRE] - << application/x-www-form-urlencoded 05-24-2024 13:11:09:STARTING TEST : setMediaTypeTest() 05-24-2024 13:11:09:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080' 05-24-2024 13:11:09:############################### 05-24-2024 13:11:09:[Request] Adding entity: Entity 05-24-2024 13:11:09:FINISHED TEST : setMediaTypeTest() 05-24-2024 13:11:09:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:09: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/inputstreamreader 05-24-2024 13:11:09: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETTYPE, Content-Type:*/* 05-24-2024 13:11:09: TRACE: [WIRE] - >> java.io.InputStreamReader@7c4eb602 05-24-2024 13:11:09: TRACE: [WIRE] - << 200 OK 05-24-2024 13:11:09: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:09: TRACE: [WIRE] - << Content-Length: 25 05-24-2024 13:11:09: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:11:09: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:09: TRACE: [WIRE] - << java.io.InputStreamReader 05-24-2024 13:11:09:STARTING TEST : setTypeTest() 05-24-2024 13:11:09:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/inputstreamreader' to target server at 'localhost:8080' 05-24-2024 13:11:09:############################### 05-24-2024 13:11:09:[Request] Adding entity: java.io.InputStreamReader@7c4eb602 05-24-2024 13:11:09:#setType set correct type java.io.InputStreamReader 05-24-2024 13:11:09:FINISHED TEST : setTypeTest() 05-24-2024 13:11:09:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:09: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string 05-24-2024 13:11:09: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETTYPE, Content-Type:*/* 05-24-2024 13:11:09: TRACE: [WIRE] - >> Entity 05-24-2024 13:11:09: TRACE: [WIRE] - << 200 OK 05-24-2024 13:11:09: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:09: TRACE: [WIRE] - << Content-Length: 16 05-24-2024 13:11:09: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:11:09: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:09: TRACE: [WIRE] - << java.lang.String 05-24-2024 13:11:09:STARTING TEST : getTypeTest() 05-24-2024 13:11:09:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080' 05-24-2024 13:11:09:############################### 05-24-2024 13:11:09:[Request] Adding entity: Entity 05-24-2024 13:11:09:FINISHED TEST : getTypeTest() 05-24-2024 13:11:09:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:09: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string 05-24-2024 13:11:09: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETANNOTATIONS, Content-Type:*/* 05-24-2024 13:11:09: TRACE: [WIRE] - >> Entity 05-24-2024 13:11:09: TRACE: [WIRE] - << 200 OK 05-24-2024 13:11:09: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:09: TRACE: [WIRE] - << Content-Length: 0 05-24-2024 13:11:09: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:11:09: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:09:STARTING TEST : getAnnotationsTest() 05-24-2024 13:11:09:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080' 05-24-2024 13:11:09:############################### 05-24-2024 13:11:09:[Request] Adding entity: Entity{entity=Entity, variant=Variant[mediaType=*/*, language=null, encoding=null], annotations=[]} 05-24-2024 13:11:09:FINISHED TEST : getAnnotationsTest() 05-24-2024 13:11:09:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:09: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string 05-24-2024 13:11:09: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETGENERICTYPE, Content-Type:*/* 05-24-2024 13:11:09: TRACE: [WIRE] - >> Entity 05-24-2024 13:11:09: TRACE: [WIRE] - << 200 OK 05-24-2024 13:11:09: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:09: TRACE: [WIRE] - << Content-Length: 16 05-24-2024 13:11:09: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:11:09: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:09: TRACE: [WIRE] - << java.lang.String 05-24-2024 13:11:09:STARTING TEST : getGenericTypeTest() 05-24-2024 13:11:09:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080' 05-24-2024 13:11:09:############################### 05-24-2024 13:11:09:[Request] Adding entity: Entity 05-24-2024 13:11:09:FINISHED TEST : getGenericTypeTest() 05-24-2024 13:11:09:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:09: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string 05-24-2024 13:11:09: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETPROPERTY, Content-Type:*/* 05-24-2024 13:11:09: TRACE: [WIRE] - >> Entity 05-24-2024 13:11:09: TRACE: [WIRE] - << 200 OK 05-24-2024 13:11:09: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:09: TRACE: [WIRE] - << Content-Length: 12 05-24-2024 13:11:09: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:11:09: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:09: TRACE: [WIRE] - << Other Entity 05-24-2024 13:11:09:STARTING TEST : setPropertyTest() 05-24-2024 13:11:09:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080' 05-24-2024 13:11:09:############################### 05-24-2024 13:11:09:[Request] Adding entity: Entity 05-24-2024 13:11:09:FINISHED TEST : setPropertyTest() 05-24-2024 13:11:09:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:09: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string 05-24-2024 13:11:09: TRACE: [WIRE] - >> Accept:*/*, OPERATION:REMOVEPROPERTY, Content-Type:*/* 05-24-2024 13:11:09: TRACE: [WIRE] - >> Entity 05-24-2024 13:11:09: TRACE: [WIRE] - << 200 OK 05-24-2024 13:11:09: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:09: TRACE: [WIRE] - << Content-Length: 4 05-24-2024 13:11:09: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:11:09: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:09: TRACE: [WIRE] - << None 05-24-2024 13:11:09:STARTING TEST : removePropertyTest() 05-24-2024 13:11:09:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080' 05-24-2024 13:11:09:############################### 05-24-2024 13:11:09:[Request] Adding entity: Entity 05-24-2024 13:11:09:FINISHED TEST : removePropertyTest() [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.574 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-24-2024 13:11:10:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:10:STARTING TEST : getHeadersHeadersSetTest() 05-24-2024 13:11:10:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web/resource/string' to target server at 'localhost:8080'05-24-2024 13:11:10: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web/resource/string 05-24-2024 13:11:10: TRACE: [WIRE] - >> Accept:*/*, Property4:any, Property3:any, Property2:any, Property1:any, Property0:any, OPERATION:GETHEADERS, Content-Type:*/* 05-24-2024 13:11:10: TRACE: [WIRE] - >> Entity 05-24-2024 13:11:10: TRACE: [WIRE] - << 200 OK 05-24-2024 13:11:10: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:10: TRACE: [WIRE] - << Content-Length: 121 05-24-2024 13:11:10: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:11:10:############################### 05-24-2024 13:11:10:[Request] Adding entity: Entity 05-24-2024 13:11:10: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:10: TRACE: [WIRE] - << accept;property4;property3;property2;property1;property0;operation;content-type;user-agent;host;connection;content-length 05-24-2024 13:11:10:FINISHED TEST : getHeadersHeadersSetTest() 05-24-2024 13:11:10:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:10: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web/resource/string 05-24-2024 13:11:10: TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETINPUTSTREAM, Content-Type:*/* 05-24-2024 13:11:10: TRACE: [WIRE] - >> Entity 05-24-2024 13:11:10: TRACE: [WIRE] - << 200 OK 05-24-2024 13:11:10: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:10: TRACE: [WIRE] - << Content-Length: 12 05-24-2024 13:11:10: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:11:10: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:10: TRACE: [WIRE] - << Other Entity 05-24-2024 13:11:10:STARTING TEST : setInputStreamTest() 05-24-2024 13:11:10:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web/resource/string' to target server at 'localhost:8080' 05-24-2024 13:11:10:############################### 05-24-2024 13:11:10:[Request] Adding entity: Entity 05-24-2024 13:11:10:FINISHED TEST : setInputStreamTest() 05-24-2024 13:11:10:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:10: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web/resource/string 05-24-2024 13:11:10: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETHEADERS, Content-Type:*/* 05-24-2024 13:11:10: TRACE: [WIRE] - >> Entity 05-24-2024 13:11:10: TRACE: [WIRE] - << 200 OK 05-24-2024 13:11:10: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:10: TRACE: [WIRE] - << Content-Length: 71 05-24-2024 13:11:10: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:11:10: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:10: TRACE: [WIRE] - << accept;operation;content-type;user-agent;host;connection;content-length 05-24-2024 13:11:10:STARTING TEST : getHeadersOperationOnlyTest() 05-24-2024 13:11:10:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web/resource/string' to target server at 'localhost:8080' 05-24-2024 13:11:10:############################### 05-24-2024 13:11:10:[Request] Adding entity: Entity 05-24-2024 13:11:10:FINISHED TEST : getHeadersOperationOnlyTest() 05-24-2024 13:11:10:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:10:STARTING TEST : getHeadersIsMutableTest() 05-24-2024 13:11:10:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web/resource/string' to target server at 'localhost:8080' 05-24-2024 13:11:10: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web/resource/string 05-24-2024 13:11:10: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETHEADERSISMUTABLE, Content-Type:*/* 05-24-2024 13:11:10: TRACE: [WIRE] - >> Entity 05-24-2024 13:11:10: TRACE: [WIRE] - << 200 OK 05-24-2024 13:11:10: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:10: TRACE: [WIRE] - << Content-Length: 8 05-24-2024 13:11:10: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:11:10: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:10: TRACE: [WIRE] - << Property 05-24-2024 13:11:10:############################### 05-24-2024 13:11:10:[Request] Adding entity: Entity 05-24-2024 13:11:10:FINISHED TEST : getHeadersIsMutableTest() 05-24-2024 13:11:10:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:10: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web/resource/errorbean 05-24-2024 13:11:10: TRACE: [WIRE] - >> Accept:*/*, OPERATION:PROCEEDTHROWSWEBAPPEXCEPTION, Content-Type:*/* 05-24-2024 13:11:10: TRACE: [WIRE] - >> Entity 05-24-2024 13:11:10: TRACE: [WIRE] - << 200 OK 05-24-2024 13:11:10: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:10: TRACE: [WIRE] - << Content-Length: 51 05-24-2024 13:11:10: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:11:10: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:10: TRACE: [WIRE] - << WebApplicationException has been thrown as expected 05-24-2024 13:11:10:STARTING TEST : proceedThrowsWebApplicationExceptionTest() 05-24-2024 13:11:10:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web/resource/errorbean' to target server at 'localhost:8080' 05-24-2024 13:11:10:############################### 05-24-2024 13:11:10:[Request] Adding entity: Entity 05-24-2024 13:11:10:FINISHED TEST : proceedThrowsWebApplicationExceptionTest() 05-24-2024 13:11:10:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:10: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web/resource/string 05-24-2024 13:11:10: TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETINPUTSTREAM, Content-Type:*/* 05-24-2024 13:11:10: TRACE: [WIRE] - >> getInputStreamEntity 05-24-2024 13:11:10: TRACE: [WIRE] - << 200 OK 05-24-2024 13:11:10: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:10: TRACE: [WIRE] - << Content-Length: 20 05-24-2024 13:11:10: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:11:10: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:10: TRACE: [WIRE] - << getInputStreamEntity 05-24-2024 13:11:10:STARTING TEST : getInputStreamTest() 05-24-2024 13:11:10:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web/resource/string' to target server at 'localhost:8080' 05-24-2024 13:11:10:############################### 05-24-2024 13:11:10:[Request] Adding entity: getInputStreamEntity 05-24-2024 13:11:10:FINISHED TEST : getInputStreamTest() 05-24-2024 13:11:10:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:10: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web/resource/string 05-24-2024 13:11:10: TRACE: [WIRE] - >> Accept:*/*, OPERATION:PROCEEDTHROWSIOEXCEPTION, Content-Type:*/* 05-24-2024 13:11:10: TRACE: [WIRE] - >> Entity 05-24-2024 13:11:10: TRACE: [WIRE] - << 200 OK 05-24-2024 13:11:10: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:10: TRACE: [WIRE] - << Content-Length: 39 05-24-2024 13:11:10: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:11:10: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:10: TRACE: [WIRE] - << IOException has been thrown as expected 05-24-2024 13:11:10:STARTING TEST : proceedThrowsIOExceptionTest() 05-24-2024 13:11:10:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web/resource/string' to target server at 'localhost:8080' 05-24-2024 13:11:10:############################### 05-24-2024 13:11:10:[Request] Adding entity: Entity 05-24-2024 13:11:10:FINISHED TEST : proceedThrowsIOExceptionTest() [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.234 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-24-2024 13:11:11:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:11: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/setannotationsnull 05-24-2024 13:11:11: TRACE: [WIRE] - >> Accept:*/* 05-24-2024 13:11:11: TRACE: [WIRE] - << 200 OK 05-24-2024 13:11:11: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:11: TRACE: [WIRE] - << OPERATION: SETANNOTATIONSNULL 05-24-2024 13:11:11: TRACE: [WIRE] - << Content-Length: 48 05-24-2024 13:11:11: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:11:11: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:11: TRACE: [WIRE] - << NullPointerException has been thrown as expected 05-24-2024 13:11:11:STARTING TEST : setAnnotationsNullThrowsNPETest() 05-24-2024 13:11:11:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/setannotationsnull' to target server at 'localhost:8080' 05-24-2024 13:11:11:############################### 05-24-2024 13:11:11:FINISHED TEST : setAnnotationsNullThrowsNPETest() 05-24-2024 13:11:11:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:11: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/setannotations 05-24-2024 13:11:11: TRACE: [WIRE] - >> Accept:*/* 05-24-2024 13:11:11: TRACE: [WIRE] - << 200 OK 05-24-2024 13:11:11: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:11: TRACE: [WIRE] - << OPERATION: SETANNOTATIONS 05-24-2024 13:11:11: TRACE: [WIRE] - << Content-Length: 69 05-24-2024 13:11:11: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:11:11: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:11: TRACE: [WIRE] - << @jakarta.ws.rs.ext.Provider();@jakarta.annotation.Priority(value=100) 05-24-2024 13:11:11:STARTING TEST : setAnnotationsTest() 05-24-2024 13:11:11:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/setannotations' to target server at 'localhost:8080' 05-24-2024 13:11:11:############################### 05-24-2024 13:11:11:FINISHED TEST : setAnnotationsTest() 05-24-2024 13:11:11:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:11: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/setgenerictype 05-24-2024 13:11:11: TRACE: [WIRE] - >> Accept:*/* 05-24-2024 13:11:11: TRACE: [WIRE] - << 200 OK 05-24-2024 13:11:11: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:11: TRACE: [WIRE] - << OPERATION: SETGENERICTYPE 05-24-2024 13:11:11: TRACE: [WIRE] - << Content-Length: 2 05-24-2024 13:11:11: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:11:11: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:11: TRACE: [WIRE] - << [B 05-24-2024 13:11:11:STARTING TEST : setGenericTypeTest() 05-24-2024 13:11:11:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/setgenerictype' to target server at 'localhost:8080' 05-24-2024 13:11:11:############################### 05-24-2024 13:11:11:FINISHED TEST : setGenericTypeTest() 05-24-2024 13:11:11:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:11: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/getmediatype 05-24-2024 13:11:11: TRACE: [WIRE] - >> Accept:*/* 05-24-2024 13:11:11: TRACE: [WIRE] - << 200 OK 05-24-2024 13:11:11: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:11: TRACE: [WIRE] - << OPERATION: GETMEDIATYPE 05-24-2024 13:11:11: TRACE: [WIRE] - << Content-Length: 16 05-24-2024 13:11:11: TRACE: [WIRE] - << Content-Type: application/json 05-24-2024 13:11:11: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:11: TRACE: [WIRE] - << application/json 05-24-2024 13:11:11:STARTING TEST : getMediaTypeTest() 05-24-2024 13:11:11:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/getmediatype' to target server at 'localhost:8080' 05-24-2024 13:11:11:############################### 05-24-2024 13:11:11:FINISHED TEST : getMediaTypeTest() 05-24-2024 13:11:11:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:11: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/setpropertynull 05-24-2024 13:11:11: TRACE: [WIRE] - >> Accept:*/* 05-24-2024 13:11:11: TRACE: [WIRE] - << 200 OK 05-24-2024 13:11:11: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:11: TRACE: [WIRE] - << OPERATION: SETPROPERTYNULL 05-24-2024 13:11:11: TRACE: [WIRE] - << Content-Length: 4 05-24-2024 13:11:11: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:11:11: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:11: TRACE: [WIRE] - << None 05-24-2024 13:11:11:STARTING TEST : setPropertyNullTest() 05-24-2024 13:11:11:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/setpropertynull' to target server at 'localhost:8080' 05-24-2024 13:11:11:############################### 05-24-2024 13:11:11:FINISHED TEST : setPropertyNullTest() 05-24-2024 13:11:11:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:11: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/getpropertynamesisreadonly 05-24-2024 13:11:11: TRACE: [WIRE] - >> Accept:*/* 05-24-2024 13:11:11: TRACE: [WIRE] - << 200 OK 05-24-2024 13:11:11: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:11: TRACE: [WIRE] - << OPERATION: GETPROPERTYNAMESISREADONLY 05-24-2024 13:11:11: TRACE: [WIRE] - << Content-Length: 4 05-24-2024 13:11:11: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:11:11: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:11: TRACE: [WIRE] - << None 05-24-2024 13:11:11:STARTING TEST : getPropertyNamesIsReadOnlyTest() 05-24-2024 13:11:11:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/getpropertynamesisreadonly' to target server at 'localhost:8080' 05-24-2024 13:11:11:############################### 05-24-2024 13:11:11:FINISHED TEST : getPropertyNamesIsReadOnlyTest() 05-24-2024 13:11:11:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:12: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/getpropertynames 05-24-2024 13:11:12: TRACE: [WIRE] - >> Accept:*/* 05-24-2024 13:11:12: TRACE: [WIRE] - << 200 OK 05-24-2024 13:11:12: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:12: TRACE: [WIRE] - << OPERATION: GETPROPERTYNAMES 05-24-2024 13:11:12: TRACE: [WIRE] - << Content-Length: 139 05-24-2024 13:11:12: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:11:12: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:12: TRACE: [WIRE] - << Property4;Property3;org.glassfish.web.RequestFacadeHelper;org.glassfish.jersey.message.internal.TracingLogger;Property2;Property1;Property0 05-24-2024 13:11:11:STARTING TEST : getPropertyNamesTest() 05-24-2024 13:11:11:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/getpropertynames' to target server at 'localhost:8080' 05-24-2024 13:11:11:############################### 05-24-2024 13:11:12:FINISHED TEST : getPropertyNamesTest() 05-24-2024 13:11:12:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:12: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/getproperty 05-24-2024 13:11:12: TRACE: [WIRE] - >> Accept:*/* 05-24-2024 13:11:12: TRACE: [WIRE] - << 200 OK 05-24-2024 13:11:12: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:12: TRACE: [WIRE] - << OPERATION: GETPROPERTY 05-24-2024 13:11:12: TRACE: [WIRE] - << Content-Length: 4 05-24-2024 13:11:12: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:11:12: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:12: TRACE: [WIRE] - << None 05-24-2024 13:11:12:STARTING TEST : getPropertyIsNullTest() 05-24-2024 13:11:12:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/getproperty' to target server at 'localhost:8080' 05-24-2024 13:11:12:############################### 05-24-2024 13:11:12:FINISHED TEST : getPropertyIsNullTest() 05-24-2024 13:11:12:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:12: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/setmediatype 05-24-2024 13:11:12: TRACE: [WIRE] - >> Accept:*/* 05-24-2024 13:11:12: TRACE: [WIRE] - << 200 OK 05-24-2024 13:11:12: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:12: TRACE: [WIRE] - << OPERATION: SETMEDIATYPE 05-24-2024 13:11:12: TRACE: [WIRE] - << Content-Length: 33 05-24-2024 13:11:12: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:11:12: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:12: TRACE: [WIRE] - << application/x-www-form-urlencoded 05-24-2024 13:11:12:STARTING TEST : setMediaTypeTest() 05-24-2024 13:11:12:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/setmediatype' to target server at 'localhost:8080' 05-24-2024 13:11:12:############################### 05-24-2024 13:11:12:FINISHED TEST : setMediaTypeTest() 05-24-2024 13:11:12:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:12: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/settype 05-24-2024 13:11:12: TRACE: [WIRE] - >> Accept:*/* 05-24-2024 13:11:12: TRACE: [WIRE] - << 200 OK 05-24-2024 13:11:12: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:12: TRACE: [WIRE] - << OPERATION: SETTYPE 05-24-2024 13:11:12: TRACE: [WIRE] - << Content-Length: 25 05-24-2024 13:11:12: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:11:12: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:12: TRACE: [WIRE] - << java.io.InputStreamReader 05-24-2024 13:11:12:STARTING TEST : setTypeTest() 05-24-2024 13:11:12:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/settype' to target server at 'localhost:8080' 05-24-2024 13:11:12:############################### 05-24-2024 13:11:12:#setType set correct type java.io.InputStreamReader 05-24-2024 13:11:12:FINISHED TEST : setTypeTest() 05-24-2024 13:11:12:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:12: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/gettype 05-24-2024 13:11:12: TRACE: [WIRE] - >> Accept:*/* 05-24-2024 13:11:12: TRACE: [WIRE] - << 200 OK 05-24-2024 13:11:12: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:12: TRACE: [WIRE] - << OPERATION: GETTYPE 05-24-2024 13:11:12: TRACE: [WIRE] - << Content-Length: 16 05-24-2024 13:11:12: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:11:12: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:12: TRACE: [WIRE] - << java.lang.String 05-24-2024 13:11:12:STARTING TEST : getTypeTest() 05-24-2024 13:11:12:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/gettype' to target server at 'localhost:8080' 05-24-2024 13:11:12:############################### 05-24-2024 13:11:12:FINISHED TEST : getTypeTest() 05-24-2024 13:11:12:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:12: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/getannotations 05-24-2024 13:11:12: TRACE: [WIRE] - >> Accept:*/* 05-24-2024 13:11:12: TRACE: [WIRE] - << 200 OK 05-24-2024 13:11:12: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:12: TRACE: [WIRE] - << OPERATION: GETANNOTATIONS 05-24-2024 13:11:12: TRACE: [WIRE] - << Content-Length: 124 05-24-2024 13:11:12: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:11:12: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:12: TRACE: [WIRE] - << @jakarta.ws.rs.GET();@jakarta.ws.rs.Path(value="{id}");@jakarta.ws.rs.ext.Provider();@jakarta.annotation.Priority(value=100) 05-24-2024 13:11:12:STARTING TEST : getAnnotationsTest() 05-24-2024 13:11:12:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/getannotations' to target server at 'localhost:8080' 05-24-2024 13:11:12:############################### 05-24-2024 13:11:12:FINISHED TEST : getAnnotationsTest() 05-24-2024 13:11:12:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:12: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/getgenerictype 05-24-2024 13:11:12: TRACE: [WIRE] - >> Accept:*/* 05-24-2024 13:11:12: TRACE: [WIRE] - << 200 OK 05-24-2024 13:11:12: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:12: TRACE: [WIRE] - << OPERATION: GETGENERICTYPE 05-24-2024 13:11:12: TRACE: [WIRE] - << Content-Length: 16 05-24-2024 13:11:12: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:11:12: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:12: TRACE: [WIRE] - << java.lang.String 05-24-2024 13:11:12:STARTING TEST : getGenericTypeTest() 05-24-2024 13:11:12:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/getgenerictype' to target server at 'localhost:8080' 05-24-2024 13:11:12:############################### 05-24-2024 13:11:12:FINISHED TEST : getGenericTypeTest() 05-24-2024 13:11:12:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:12: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/setproperty 05-24-2024 13:11:12: TRACE: [WIRE] - >> Accept:*/* 05-24-2024 13:11:12: TRACE: [WIRE] - << 200 OK 05-24-2024 13:11:12: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:12: TRACE: [WIRE] - << OPERATION: SETPROPERTY 05-24-2024 13:11:12: TRACE: [WIRE] - << Content-Length: 12 05-24-2024 13:11:12: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:11:12: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:12: TRACE: [WIRE] - << Other Entity 05-24-2024 13:11:12:STARTING TEST : setPropertyTest() 05-24-2024 13:11:12:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/setproperty' to target server at 'localhost:8080' 05-24-2024 13:11:12:############################### 05-24-2024 13:11:12:FINISHED TEST : setPropertyTest() 05-24-2024 13:11:12:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:12: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/removeproperty 05-24-2024 13:11:12: TRACE: [WIRE] - >> Accept:*/* 05-24-2024 13:11:12: TRACE: [WIRE] - << 200 OK 05-24-2024 13:11:12: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:12: TRACE: [WIRE] - << OPERATION: REMOVEPROPERTY 05-24-2024 13:11:12: TRACE: [WIRE] - << Content-Length: 4 05-24-2024 13:11:12: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:11:12: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:12: TRACE: [WIRE] - << None 05-24-2024 13:11:12:STARTING TEST : removePropertyTest() 05-24-2024 13:11:12:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/removeproperty' to target server at 'localhost:8080' 05-24-2024 13:11:12:############################### 05-24-2024 13:11:12:FINISHED TEST : removePropertyTest() [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.38 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-24-2024 13:11:13:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:13:STARTING TEST : getEntityTest() 05-24-2024 13:11:13:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/getentity' to target server at 'localhost:8080' 05-24-2024 13:11:13:###############################05-24-2024 13:11:13: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/getentity 05-24-2024 13:11:13: TRACE: [WIRE] - >> Accept:*/* 05-24-2024 13:11:13: TRACE: [WIRE] - << 200 OK 05-24-2024 13:11:13: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:13: TRACE: [WIRE] - << OPERATION: GETENTITY 05-24-2024 13:11:13: TRACE: [WIRE] - << Content-Length: 6 05-24-2024 13:11:13: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:11:13: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:13: TRACE: [WIRE] - << Entity 05-24-2024 13:11:13:FINISHED TEST : getEntityTest() 05-24-2024 13:11:13:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:13: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/getheaders 05-24-2024 13:11:13: TRACE: [WIRE] - >> Accept:*/* 05-24-2024 13:11:13: TRACE: [WIRE] - << 200 OK 05-24-2024 13:11:13: TRACE: [WIRE] - << Property4: any 05-24-2024 13:11:13: TRACE: [WIRE] - << Property3: any 05-24-2024 13:11:13: TRACE: [WIRE] - << Property2: any 05-24-2024 13:11:13: TRACE: [WIRE] - << Property1: any 05-24-2024 13:11:13: TRACE: [WIRE] - << Property0: any 05-24-2024 13:11:13: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:13: TRACE: [WIRE] - << OPERATION: GETHEADERS 05-24-2024 13:11:13: TRACE: [WIRE] - << Content-Length: 72 05-24-2024 13:11:13: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:11:13: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:13: TRACE: [WIRE] - << OPERATION;Property0;Property1;Property2;Property3;Property4;Content-Type 05-24-2024 13:11:13:STARTING TEST : getHeadersOperationOnlyTest() 05-24-2024 13:11:13:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/getheaders' to target server at 'localhost:8080' 05-24-2024 13:11:13:############################### 05-24-2024 13:11:13:FINISHED TEST : getHeadersOperationOnlyTest() 05-24-2024 13:11:13:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:13: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/setentity 05-24-2024 13:11:13:STARTING TEST : setEntityTest() 05-24-2024 13:11:13:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/setentity' to target server at 'localhost:8080' 05-24-2024 13:11:13:############################### 05-24-2024 13:11:13: TRACE: [WIRE] - >> Accept:*/* 05-24-2024 13:11:13: TRACE: [WIRE] - << 200 OK 05-24-2024 13:11:13: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:13: TRACE: [WIRE] - << OPERATION: SETENTITY 05-24-2024 13:11:13: TRACE: [WIRE] - << Content-Length: 9 05-24-2024 13:11:13: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:11:13: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:13: TRACE: [WIRE] - << OPERATION 05-24-2024 13:11:13:FINISHED TEST : setEntityTest() 05-24-2024 13:11:13:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:13: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/getheadersismutable 05-24-2024 13:11:13: TRACE: [WIRE] - >> Accept:*/* 05-24-2024 13:11:13: TRACE: [WIRE] - << 200 OK 05-24-2024 13:11:13: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:13: TRACE: [WIRE] - << OPERATION: GETHEADERSISMUTABLE 05-24-2024 13:11:13: TRACE: [WIRE] - << Content-Length: 8 05-24-2024 13:11:13: TRACE: [WIRE] - << Property: Property 05-24-2024 13:11:13: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:11:13:STARTING TEST : getHeadersIsMutableTest() 05-24-2024 13:11:13:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/getheadersismutable' to target server at 'localhost:8080' 05-24-2024 13:11:13:############################### 05-24-2024 13:11:13: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:13: TRACE: [WIRE] - << Property 05-24-2024 13:11:13:FINISHED TEST : getHeadersIsMutableTest() 05-24-2024 13:11:13:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:13: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/setoutputstream 05-24-2024 13:11:13: TRACE: [WIRE] - >> Accept:*/* 05-24-2024 13:11:13: TRACE: [WIRE] - << 200 OK 05-24-2024 13:11:13: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:13: TRACE: [WIRE] - << OPERATION: SETOUTPUTSTREAM 05-24-2024 13:11:13: TRACE: [WIRE] - << Content-Length: 8192 05-24-2024 13:11:13: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:11:13: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:13:STARTING TEST : setOutputStreamTest() 05-24-2024 13:11:13:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/setoutputstream' to target server at 'localhost:8080' 05-24-2024 13:11:13:############################### 05-24-2024 13:11:13: TRACE: [WIRE] - << Enxixy 05-24-2024 13:11:13:FINISHED TEST : setOutputStreamTest() 05-24-2024 13:11:13:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:13: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/proceedthrowswebappexception 05-24-2024 13:11:13: TRACE: [WIRE] - >> Accept:*/* 05-24-2024 13:11:13: TRACE: [WIRE] - << 200 OK 05-24-2024 13:11:13: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:13: TRACE: [WIRE] - << OPERATION: FROMPROCEEDTHROWSWEBAPPEXCEPTION 05-24-2024 13:11:13: TRACE: [WIRE] - << Content-Length: 51 05-24-2024 13:11:13: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:11:13: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:13: TRACE: [WIRE] - << WebApplicationException has been thrown as expected 05-24-2024 13:11:13:STARTING TEST : proceedThrowsWebApplicationExceptionTest() 05-24-2024 13:11:13:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/proceedthrowswebappexception' to target server at 'localhost:8080' 05-24-2024 13:11:13:############################### 05-24-2024 13:11:13:FINISHED TEST : proceedThrowsWebApplicationExceptionTest() 05-24-2024 13:11:13:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:13: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/getheaders 05-24-2024 13:11:13: TRACE: [WIRE] - >> Accept:*/* 05-24-2024 13:11:13: TRACE: [WIRE] - << 200 OK 05-24-2024 13:11:13:STARTING TEST : getHeadersTest() 05-24-2024 13:11:13:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/getheaders' to target server at 'localhost:8080' 05-24-2024 13:11:13:############################### 05-24-2024 13:11:13: TRACE: [WIRE] - << Property4: any 05-24-2024 13:11:13: TRACE: [WIRE] - << Property3: any 05-24-2024 13:11:13: TRACE: [WIRE] - << Property2: any 05-24-2024 13:11:13: TRACE: [WIRE] - << Property1: any 05-24-2024 13:11:13: TRACE: [WIRE] - << Property0: any 05-24-2024 13:11:13: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:13: TRACE: [WIRE] - << OPERATION: GETHEADERS 05-24-2024 13:11:13: TRACE: [WIRE] - << Content-Length: 72 05-24-2024 13:11:13: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:11:13: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:13: TRACE: [WIRE] - << OPERATION;Property0;Property1;Property2;Property3;Property4;Content-Type 05-24-2024 13:11:13:FINISHED TEST : getHeadersTest() 05-24-2024 13:11:13:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:13:STARTING TEST : getOutputStreamTest() 05-24-2024 13:11:13:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/getoutputstream' to target server at 'localhost:8080' 05-24-2024 13:11:13:###############################05-24-2024 13:11:13: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/getoutputstream 05-24-2024 13:11:13: TRACE: [WIRE] - >> Accept:*/* 05-24-2024 13:11:13: TRACE: [WIRE] - << 200 OK 05-24-2024 13:11:13: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:13: TRACE: [WIRE] - << OPERATION: GETOUTPUTSTREAM 05-24-2024 13:11:13: TRACE: [WIRE] - << Content-Length: 10 05-24-2024 13:11:13: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:11:13: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:13: TRACE: [WIRE] - << NoneEntity 05-24-2024 13:11:13:FINISHED TEST : getOutputStreamTest() 05-24-2024 13:11:13:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:13: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/proceedthrowsioexception 05-24-2024 13:11:13: TRACE: [WIRE] - >> Accept:*/* 05-24-2024 13:11:13: TRACE: [WIRE] - << 200 OK 05-24-2024 13:11:13: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:13: TRACE: [WIRE] - << OPERATION: PROCEEDTHROWSIOEXCEPTION 05-24-2024 13:11:13: TRACE: [WIRE] - << Content-Length: 39 05-24-2024 13:11:13: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:11:13: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:13: TRACE: [WIRE] - << IOException has been thrown as expected 05-24-2024 13:11:13:STARTING TEST : proceedThrowsIOExceptionTest() 05-24-2024 13:11:13:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/proceedthrowsioexception' to target server at 'localhost:8080' 05-24-2024 13:11:13:############################### 05-24-2024 13:11:13:FINISHED TEST : proceedThrowsIOExceptionTest() [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.103 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-24-2024 13:11:14:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:14: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbpath/sbpath/default 05-24-2024 13:11:14: TRACE: [WIRE] - >> Accept:*/* 05-24-2024 13:11:14: TRACE: [WIRE] - << 200 OK 05-24-2024 13:11:14: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:14: TRACE: [WIRE] - << Content-Length: 7 05-24-2024 13:11:14: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:11:14: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:14: TRACE: [WIRE] - << DEFAULT 05-24-2024 13:11:14:STARTING TEST : defaultValuePathParamInLocatorTest() 05-24-2024 13:11:14:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbpath/sbpath/default' to target server at 'localhost:8080' 05-24-2024 13:11:14:############################### 05-24-2024 13:11:14:FINISHED TEST : defaultValuePathParamInLocatorTest() 05-24-2024 13:11:14:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:14: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbform/ 05-24-2024 13:11:14: TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/x-www-form-urlencoded 05-24-2024 13:11:14: TRACE: [WIRE] - << 200 OK 05-24-2024 13:11:14:STARTING TEST : defaultValueInFormParamTest() 05-24-2024 13:11:14:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbform/' to target server at 'localhost:8080' 05-24-2024 13:11:14:############################### 05-24-2024 13:11:14: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:14: TRACE: [WIRE] - << Content-Length: 7 05-24-2024 13:11:14: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:11:14: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:14: TRACE: [WIRE] - << DEFAULT 05-24-2024 13:11:14:FINISHED TEST : defaultValueInFormParamTest() 05-24-2024 13:11:14:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:14: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbcookie 05-24-2024 13:11:14: TRACE: [WIRE] - >> Accept:*/* 05-24-2024 13:11:14: TRACE: [WIRE] - << 200 OK 05-24-2024 13:11:14: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:14: TRACE: [WIRE] - << Content-Length: 7 05-24-2024 13:11:14: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:11:14: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:14: TRACE: [WIRE] - << DEFAULT 05-24-2024 13:11:14:STARTING TEST : defaultValueInCookieParamTest() 05-24-2024 13:11:14:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbcookie' to target server at 'localhost:8080' 05-24-2024 13:11:14:############################### 05-24-2024 13:11:14:FINISHED TEST : defaultValueInCookieParamTest() 05-24-2024 13:11:14:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:14: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbquery/sbquery?ABCDEFGH 05-24-2024 13:11:14: TRACE: [WIRE] - >> Accept:*/* 05-24-2024 13:11:14: TRACE: [WIRE] - << 200 OK 05-24-2024 13:11:14: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:14: TRACE: [WIRE] - << Content-Length: 7 05-24-2024 13:11:14: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:11:14: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:14: TRACE: [WIRE] - << DEFAULT 05-24-2024 13:11:14:STARTING TEST : defaultValueQueryParamInLocatorTest() 05-24-2024 13:11:14:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbquery/sbquery?ABCDEFGH' to target server at 'localhost:8080' 05-24-2024 13:11:14:############################### 05-24-2024 13:11:14:FINISHED TEST : defaultValueQueryParamInLocatorTest() 05-24-2024 13:11:14:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:14: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbpath/sbpath/ABCDEFGH 05-24-2024 13:11:14: TRACE: [WIRE] - >> Accept:*/* 05-24-2024 13:11:14: TRACE: [WIRE] - << 200 OK 05-24-2024 13:11:14: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:14: TRACE: [WIRE] - << Content-Length: 8 05-24-2024 13:11:14: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:11:14: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:14: TRACE: [WIRE] - << ABCDEFGH 05-24-2024 13:11:14:STARTING TEST : pathParamInLocatorTest() 05-24-2024 13:11:14:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbpath/sbpath/ABCDEFGH' to target server at 'localhost:8080' 05-24-2024 13:11:14:############################### 05-24-2024 13:11:14:FINISHED TEST : pathParamInLocatorTest() 05-24-2024 13:11:14:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:14: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbform/ 05-24-2024 13:11:14: TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/x-www-form-urlencoded 05-24-2024 13:11:14: TRACE: [WIRE] - >> param=ABCDEFGH 05-24-2024 13:11:14: TRACE: [WIRE] - << 200 OK 05-24-2024 13:11:14: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:14: TRACE: [WIRE] - << Content-Length: 8 05-24-2024 13:11:14: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:11:14: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:14: TRACE: [WIRE] - << ABCDEFGH 05-24-2024 13:11:14:STARTING TEST : formParamUsesParamConvertorTest() 05-24-2024 13:11:14:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbform/' to target server at 'localhost:8080' 05-24-2024 13:11:14:############################### 05-24-2024 13:11:14:[Request] Adding entity: param=ABCDEFGH 05-24-2024 13:11:14:FINISHED TEST : formParamUsesParamConvertorTest() 05-24-2024 13:11:14:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:14: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbheader 05-24-2024 13:11:14: TRACE: [WIRE] - >> Accept:*/*, param:ABCDEFGH 05-24-2024 13:11:14: TRACE: [WIRE] - << 200 OK 05-24-2024 13:11:14: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:14: TRACE: [WIRE] - << Content-Length: 8 05-24-2024 13:11:14: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:11:14: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:14: TRACE: [WIRE] - << ABCDEFGH 05-24-2024 13:11:14:STARTING TEST : headerParamUsesParamConvertorTest() 05-24-2024 13:11:14:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbheader' to target server at 'localhost:8080' 05-24-2024 13:11:14:############################### 05-24-2024 13:11:14:FINISHED TEST : headerParamUsesParamConvertorTest() 05-24-2024 13:11:14:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:14: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbmatrix; 05-24-2024 13:11:14: TRACE: [WIRE] - >> Accept:*/* 05-24-2024 13:11:14: TRACE: [WIRE] - << 200 OK 05-24-2024 13:11:14: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:14: TRACE: [WIRE] - << Content-Length: 7 05-24-2024 13:11:14: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:11:14: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:14: TRACE: [WIRE] - << DEFAULT 05-24-2024 13:11:14:STARTING TEST : defaultValueInMatrixParamTest() 05-24-2024 13:11:14:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbmatrix;' to target server at 'localhost:8080' 05-24-2024 13:11:14:############################### 05-24-2024 13:11:14:FINISHED TEST : defaultValueInMatrixParamTest() 05-24-2024 13:11:14:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:14: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbquery?param=ABCDEFGH 05-24-2024 13:11:14: TRACE: [WIRE] - >> Accept:*/* 05-24-2024 13:11:14: TRACE: [WIRE] - << 200 OK 05-24-2024 13:11:14: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:14: TRACE: [WIRE] - << Content-Length: 8 05-24-2024 13:11:14: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:11:14: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:14: TRACE: [WIRE] - << ABCDEFGH 05-24-2024 13:11:14:STARTING TEST : isParamCoverterInApplicationClassesUsedTest() 05-24-2024 13:11:14:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbquery?param=ABCDEFGH' to target server at 'localhost:8080' 05-24-2024 13:11:14:############################### 05-24-2024 13:11:14:FINISHED TEST : isParamCoverterInApplicationClassesUsedTest() 05-24-2024 13:11:14:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:14: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbcookie/sbcookie 05-24-2024 13:11:14: TRACE: [WIRE] - >> Accept:*/*, Cookie:param=ABCDEFGH 05-24-2024 13:11:14: TRACE: [WIRE] - << 200 OK 05-24-2024 13:11:14: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:14: TRACE: [WIRE] - << Content-Length: 8 05-24-2024 13:11:14: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:11:14: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:14: TRACE: [WIRE] - << ABCDEFGH 05-24-2024 13:11:14:STARTING TEST : cookieParamInLocatorTest() 05-24-2024 13:11:14:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbcookie/sbcookie' to target server at 'localhost:8080' 05-24-2024 13:11:14:############################### 05-24-2024 13:11:14:FINISHED TEST : cookieParamInLocatorTest() 05-24-2024 13:11:14:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:14: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbmatrix/sbmatrix;param=ABCDEFGH 05-24-2024 13:11:14: TRACE: [WIRE] - >> Accept:*/* 05-24-2024 13:11:14: TRACE: [WIRE] - << 200 OK 05-24-2024 13:11:14: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:14: TRACE: [WIRE] - << Content-Length: 8 05-24-2024 13:11:14: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:11:14: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:14: TRACE: [WIRE] - << ABCDEFGH 05-24-2024 13:11:14:STARTING TEST : matrixParamInLocatorTest() 05-24-2024 13:11:14:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbmatrix/sbmatrix;param=ABCDEFGH' to target server at 'localhost:8080' 05-24-2024 13:11:14:############################### 05-24-2024 13:11:14:FINISHED TEST : matrixParamInLocatorTest() 05-24-2024 13:11:14:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:14: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbmatrix;param=ABCDEFGH 05-24-2024 13:11:14: TRACE: [WIRE] - >> Accept:*/* 05-24-2024 13:11:14: TRACE: [WIRE] - << 200 OK 05-24-2024 13:11:14: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:14: TRACE: [WIRE] - << Content-Length: 8 05-24-2024 13:11:14: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:11:14: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:14: TRACE: [WIRE] - << ABCDEFGH 05-24-2024 13:11:14:STARTING TEST : matrixParamUsesParamConvertorTest() 05-24-2024 13:11:14:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbmatrix;param=ABCDEFGH' to target server at 'localhost:8080' 05-24-2024 13:11:14:############################### 05-24-2024 13:11:14:FINISHED TEST : matrixParamUsesParamConvertorTest() 05-24-2024 13:11:14:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:14: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbpath/default 05-24-2024 13:11:14: TRACE: [WIRE] - >> Accept:*/* 05-24-2024 13:11:14: TRACE: [WIRE] - << 200 OK 05-24-2024 13:11:14: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:14: TRACE: [WIRE] - << Content-Length: 7 05-24-2024 13:11:14: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:11:14: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:14: TRACE: [WIRE] - << DEFAULT 05-24-2024 13:11:14:STARTING TEST : defaultValueInPathParamTest() 05-24-2024 13:11:14:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbpath/default' to target server at 'localhost:8080' 05-24-2024 13:11:14:############################### 05-24-2024 13:11:14:FINISHED TEST : defaultValueInPathParamTest() 05-24-2024 13:11:14:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:14: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/dsquery?param=ABCDEFGH 05-24-2024 13:11:14: TRACE: [WIRE] - >> Accept:*/* 05-24-2024 13:11:14: TRACE: [WIRE] - << 200 OK 05-24-2024 13:11:14: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:14: TRACE: [WIRE] - << Content-Length: 8 05-24-2024 13:11:14: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:11:14: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:14: TRACE: [WIRE] - << ABCDEFGH 05-24-2024 13:11:14:STARTING TEST : isParamCoverterInApplicationSingletonsUsedTest() 05-24-2024 13:11:14:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/dsquery?param=ABCDEFGH' to target server at 'localhost:8080' 05-24-2024 13:11:14:############################### 05-24-2024 13:11:14:FINISHED TEST : isParamCoverterInApplicationSingletonsUsedTest() 05-24-2024 13:11:14:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:14: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbheader/sbheader 05-24-2024 13:11:14: TRACE: [WIRE] - >> Accept:*/*, param:ABCDEFGH 05-24-2024 13:11:14: TRACE: [WIRE] - << 200 OK 05-24-2024 13:11:14: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:14: TRACE: [WIRE] - << Content-Length: 8 05-24-2024 13:11:14: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:11:14: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:14: TRACE: [WIRE] - << ABCDEFGH 05-24-2024 13:11:14:STARTING TEST : headerParamInLocatorTest() 05-24-2024 13:11:14:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbheader/sbheader' to target server at 'localhost:8080' 05-24-2024 13:11:14:############################### 05-24-2024 13:11:14:FINISHED TEST : headerParamInLocatorTest() 05-24-2024 13:11:14:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:14: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbquery/sbquery?param=ABCDEFGH 05-24-2024 13:11:14: TRACE: [WIRE] - >> Accept:*/* 05-24-2024 13:11:14: TRACE: [WIRE] - << 200 OK 05-24-2024 13:11:14: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:14: TRACE: [WIRE] - << Content-Length: 8 05-24-2024 13:11:14: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:11:14: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:14: TRACE: [WIRE] - << ABCDEFGH 05-24-2024 13:11:14:STARTING TEST : queryParamInLocatorTest() 05-24-2024 13:11:14:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbquery/sbquery?param=ABCDEFGH' to target server at 'localhost:8080' 05-24-2024 13:11:14:############################### 05-24-2024 13:11:14:FINISHED TEST : queryParamInLocatorTest() 05-24-2024 13:11:14:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:14: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbcookie/sbcookie 05-24-2024 13:11:14: TRACE: [WIRE] - >> Accept:*/* 05-24-2024 13:11:14: TRACE: [WIRE] - << 200 OK 05-24-2024 13:11:14: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:14: TRACE: [WIRE] - << Content-Length: 7 05-24-2024 13:11:14: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:11:14: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:14: TRACE: [WIRE] - << DEFAULT 05-24-2024 13:11:14:STARTING TEST : defaultValueCookieParamInLocatorTest() 05-24-2024 13:11:14:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbcookie/sbcookie' to target server at 'localhost:8080' 05-24-2024 13:11:14:############################### 05-24-2024 13:11:14:FINISHED TEST : defaultValueCookieParamInLocatorTest() 05-24-2024 13:11:14:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:14: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbpath/ABCDEFGH 05-24-2024 13:11:14: TRACE: [WIRE] - >> Accept:*/* 05-24-2024 13:11:14: TRACE: [WIRE] - << 200 OK 05-24-2024 13:11:14: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:14: TRACE: [WIRE] - << Content-Length: 8 05-24-2024 13:11:14: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:11:14: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:14: TRACE: [WIRE] - << ABCDEFGH 05-24-2024 13:11:14:STARTING TEST : pathParamUsesParamConvertorTest() 05-24-2024 13:11:14:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbpath/ABCDEFGH' to target server at 'localhost:8080' 05-24-2024 13:11:14:############################### 05-24-2024 13:11:14:FINISHED TEST : pathParamUsesParamConvertorTest() 05-24-2024 13:11:14:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:15: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbmatrix/sbmatrix 05-24-2024 13:11:15: TRACE: [WIRE] - >> Accept:*/* 05-24-2024 13:11:15: TRACE: [WIRE] - << 200 OK 05-24-2024 13:11:15: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:15: TRACE: [WIRE] - << Content-Length: 7 05-24-2024 13:11:15: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:11:15: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:15: TRACE: [WIRE] - << DEFAULT 05-24-2024 13:11:14:STARTING TEST : defaultValueMatrixParamInLocatorTest() 05-24-2024 13:11:14:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbmatrix/sbmatrix' to target server at 'localhost:8080' 05-24-2024 13:11:14:############################### 05-24-2024 13:11:15:FINISHED TEST : defaultValueMatrixParamInLocatorTest() 05-24-2024 13:11:15:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:15: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbcookie 05-24-2024 13:11:15: TRACE: [WIRE] - >> Accept:*/*, Cookie:param=ABCDEFGH 05-24-2024 13:11:15: TRACE: [WIRE] - << 200 OK 05-24-2024 13:11:15: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:15: TRACE: [WIRE] - << Content-Length: 8 05-24-2024 13:11:15: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:11:15: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:15: TRACE: [WIRE] - << ABCDEFGH 05-24-2024 13:11:15:STARTING TEST : cookieParamUsesParamConvertorTest() 05-24-2024 13:11:15:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbcookie' to target server at 'localhost:8080' 05-24-2024 13:11:15:############################### 05-24-2024 13:11:15:FINISHED TEST : cookieParamUsesParamConvertorTest() 05-24-2024 13:11:15:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:15: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/aiquery?param=10 05-24-2024 13:11:15: TRACE: [WIRE] - >> Accept:*/* 05-24-2024 13:11:15: TRACE: [WIRE] - << 200 OK 05-24-2024 13:11:15: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:15: TRACE: [WIRE] - << Content-Length: 2 05-24-2024 13:11:15: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:11:15: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:15: TRACE: [WIRE] - << 10 05-24-2024 13:11:15:STARTING TEST : atomicIntegerPassesTest() 05-24-2024 13:11:15:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/aiquery?param=10' to target server at 'localhost:8080' 05-24-2024 13:11:15:############################### 05-24-2024 13:11:15:FINISHED TEST : atomicIntegerPassesTest() 05-24-2024 13:11:15:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:15: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbform/sbform 05-24-2024 13:11:15: TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/x-www-form-urlencoded 05-24-2024 13:11:15: TRACE: [WIRE] - << 200 OK 05-24-2024 13:11:15: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:15: TRACE: [WIRE] - << Content-Length: 7 05-24-2024 13:11:15: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:11:15: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:15: TRACE: [WIRE] - << DEFAULT 05-24-2024 13:11:15:STARTING TEST : defaultValueFormParamInLocatorTest() 05-24-2024 13:11:15:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbform/sbform' to target server at 'localhost:8080' 05-24-2024 13:11:15:############################### 05-24-2024 13:11:15:FINISHED TEST : defaultValueFormParamInLocatorTest() 05-24-2024 13:11:15:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:15: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbheader/sbheader 05-24-2024 13:11:15: TRACE: [WIRE] - >> Accept:*/* 05-24-2024 13:11:15: TRACE: [WIRE] - << 200 OK 05-24-2024 13:11:15: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:15: TRACE: [WIRE] - << Content-Length: 7 05-24-2024 13:11:15: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:11:15: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:15: TRACE: [WIRE] - << DEFAULT 05-24-2024 13:11:15:STARTING TEST : defaultValueHeaderParamInLocatorTest() 05-24-2024 13:11:15:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbheader/sbheader' to target server at 'localhost:8080' 05-24-2024 13:11:15:############################### 05-24-2024 13:11:15:FINISHED TEST : defaultValueHeaderParamInLocatorTest() 05-24-2024 13:11:15:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:15: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbform/sbform 05-24-2024 13:11:15: TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/x-www-form-urlencoded 05-24-2024 13:11:15: TRACE: [WIRE] - >> param=ABCDEFGH 05-24-2024 13:11:15: TRACE: [WIRE] - << 200 OK 05-24-2024 13:11:15: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:15: TRACE: [WIRE] - << Content-Length: 8 05-24-2024 13:11:15: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:11:15: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:15: TRACE: [WIRE] - << ABCDEFGH 05-24-2024 13:11:15:STARTING TEST : formParamInLocatorTest() 05-24-2024 13:11:15:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbform/sbform' to target server at 'localhost:8080' 05-24-2024 13:11:15:############################### 05-24-2024 13:11:15:[Request] Adding entity: param=ABCDEFGH 05-24-2024 13:11:15:FINISHED TEST : formParamInLocatorTest() 05-24-2024 13:11:15:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:15: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/aiquery 05-24-2024 13:11:15: TRACE: [WIRE] - >> Accept:*/* 05-24-2024 13:11:15: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:11:15: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:15: TRACE: [WIRE] - << Content-Length: 5862 05-24-2024 13:11:15: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:11:15: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:15: TRACE: [WIRE] - << java.lang.NumberFormatException: For input string: "DEFAULT" 05-24-2024 13:11:15: TRACE: [WIRE] - << at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:65) 05-24-2024 13:11:15: TRACE: [WIRE] - << at java.base/java.lang.Integer.parseInt(Integer.java:652) 05-24-2024 13:11:15: TRACE: [WIRE] - << at java.base/java.lang.Integer.parseInt(Integer.java:770) 05-24-2024 13:11:15: TRACE: [WIRE] - << at ee.jakarta.tck.ws.rs.ee.rs.ext.paramconverter.AtomicIntegerLazyParamConverter.fromString(AtomicIntegerLazyParamConverter.java:31) 05-24-2024 13:11:15: TRACE: [WIRE] - << at ee.jakarta.tck.ws.rs.ee.rs.ext.paramconverter.AtomicIntegerLazyParamConverter.fromString(AtomicIntegerLazyParamConverter.java:24) 05-24-2024 13:11:15: TRACE: [WIRE] - << at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116) 05-24-2024 13:11:15: TRACE: [WIRE] - << at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor$1.get(AbstractParamValueExtractor.java:62) 05-24-2024 13:11:15: TRACE: [WIRE] - << at org.glassfish.jersey.internal.util.collection.Values$LazyUnsafeValueImpl.get(Values.java:409) 05-24-2024 13:11:15: TRACE: [WIRE] - << at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.defaultValue(AbstractParamValueExtractor.java:147) 05-24-2024 13:11:15: TRACE: [WIRE] - << at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:66) 05-24-2024 13:11:15: TRACE: [WIRE] - << at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:78) 05-24-2024 13:11:15: TRACE: [WIRE] - << at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:65) 05-24-2024 13:11:15: TRACE: [WIRE] - << at org.glassfish.jersey.server.spi.internal.ParamValueFactoryWithSource.apply(ParamValueFactoryWithSource.java:50) 05-24-2024 13:11:15: TRACE: [WIRE] - << at org.glassfish.jersey.server.spi.internal.ParameterValueHelper.getParameterValues(ParameterValueHelper.java:64) 05-24-2024 13:11:15: TRACE: [WIRE] - << at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$AbstractMethodParamInvoker.getParamValues(JavaResourceMethodDispatcherProvider.java:109) 05-24-2024 13:11:15: TRACE: [WIRE] - << at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) 05-24-2024 13:11:15: TRACE: [WIRE] - << at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) 05-24-2024 13:11:15: TRACE: [WIRE] - << at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:478) 05-24-2024 13:11:15: TRACE: [WIRE] - << at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:400) 05-24-2024 13:11:15: TRACE: [WIRE] - << at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:81) 05-24-2024 13:11:15: TRACE: [WIRE] - << at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:274) 05-24-2024 13:11:15: TRACE: [WIRE] - << at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) 05-24-2024 13:11:15: TRACE: [WIRE] - << at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) 05-24-2024 13:11:15: TRACE: [WIRE] - << at org.glassfish.jersey.internal.Errors.process(Errors.java:292) 05-24-2024 13:11:15: TRACE: [WIRE] - << at org.glassfish.jersey.internal.Errors.process(Errors.java:274) 05-24-2024 13:11:15: TRACE: [WIRE] - << at org.glassfish.jersey.internal.Errors.process(Errors.java:244) 05-24-2024 13:11:15: TRACE: [WIRE] - << at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266) 05-24-2024 13:11:15: TRACE: [WIRE] - << at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:253) 05-24-2024 13:11:15: TRACE: [WIRE] - << at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:696) 05-24-2024 13:11:15: TRACE: [WIRE] - << at org.glassfish.jersey.servlet.WebComponent.serviceImpl(WebComponent.java:394) 05-24-2024 13:11:15: TRACE: [WIRE] - << at org.glassfish.jersey.servlet.WebComponent.service(WebComponent.java:346) 05-24-2024 13:11:15: TRACE: [WIRE] - << at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:358) 05-24-2024 13:11:15: TRACE: [WIRE] - << at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:312) 05-24-2024 13:11:15: TRACE: [WIRE] - << at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:205) 05-24-2024 13:11:15: TRACE: [WIRE] - << at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1368) 05-24-2024 13:11:15: TRACE: [WIRE] - << at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:200) 05-24-2024 13:11:15: TRACE: [WIRE] - << at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:118) 05-24-2024 13:11:15: TRACE: [WIRE] - << at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:563) 05-24-2024 13:11:15: TRACE: [WIRE] - << at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:504) 05-24-2024 13:11:15: TRACE: [WIRE] - << at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:71) 05-24-2024 13:11:15: TRACE: [WIRE] - << at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121) 05-24-2024 13:11:15: TRACE: [WIRE] - << at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:293) 05-24-2024 13:11:15: TRACE: [WIRE] - << at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:186) 05-24-2024 13:11:15: TRACE: [WIRE] - << at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:425) 05-24-2024 13:11:15: TRACE: [WIRE] - << at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:144) 05-24-2024 13:11:15: TRACE: [WIRE] - << at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) 05-24-2024 13:11:15: TRACE: [WIRE] - << at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) 05-24-2024 13:11:15: TRACE: [WIRE] - << at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) 05-24-2024 13:11:15: TRACE: [WIRE] - << at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) 05-24-2024 13:11:15: TRACE: [WIRE] - << at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) 05-24-2024 13:11:15: TRACE: [WIRE] - << at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) 05-24-2024 13:11:15: TRACE: [WIRE] - << at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) 05-24-2024 13:11:15: TRACE: [WIRE] - << at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) 05-24-2024 13:11:15: TRACE: [WIRE] - << at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) 05-24-2024 13:11:15: TRACE: [WIRE] - << at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) 05-24-2024 13:11:15: TRACE: [WIRE] - << at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) 05-24-2024 13:11:15: TRACE: [WIRE] - << at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83) 05-24-2024 13:11:15: TRACE: [WIRE] - << at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101) 05-24-2024 13:11:15: TRACE: [WIRE] - << at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) 05-24-2024 13:11:15: TRACE: [WIRE] - << at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) 05-24-2024 13:11:15: TRACE: [WIRE] - << at java.base/java.lang.Thread.run(Thread.java:834) 05-24-2024 13:11:15:STARTING TEST : atomicIntegerIsLazyDeployableAndThrowsErrorTest() 05-24-2024 13:11:15:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/aiquery' to target server at 'localhost:8080' 05-24-2024 13:11:15:############################### 05-24-2024 13:11:15:FINISHED TEST : atomicIntegerIsLazyDeployableAndThrowsErrorTest() 05-24-2024 13:11:15:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:15: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbheader 05-24-2024 13:11:15: TRACE: [WIRE] - >> Accept:*/* 05-24-2024 13:11:15: TRACE: [WIRE] - << 200 OK 05-24-2024 13:11:15: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:15: TRACE: [WIRE] - << Content-Length: 7 05-24-2024 13:11:15: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:11:15: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:15: TRACE: [WIRE] - << DEFAULT 05-24-2024 13:11:15:STARTING TEST : defaultValueInHeaderParamTest() 05-24-2024 13:11:15:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbheader' to target server at 'localhost:8080' 05-24-2024 13:11:15:############################### 05-24-2024 13:11:15:FINISHED TEST : defaultValueInHeaderParamTest() 05-24-2024 13:11:15:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:15: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbquery 05-24-2024 13:11:15: TRACE: [WIRE] - >> Accept:*/* 05-24-2024 13:11:15: TRACE: [WIRE] - << 200 OK 05-24-2024 13:11:15: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:15: TRACE: [WIRE] - << Content-Length: 7 05-24-2024 13:11:15: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:11:15: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:15: TRACE: [WIRE] - << DEFAULT 05-24-2024 13:11:15:STARTING TEST : defaultValueInQueryParamTest() 05-24-2024 13:11:15:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbquery' to target server at 'localhost:8080' 05-24-2024 13:11:15:############################### 05-24-2024 13:11:15:FINISHED TEST : defaultValueInQueryParamTest() [INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.798 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-24-2024 13:11:16:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:16 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:16:STARTING TEST : isRegisteredExceptionMapperNullExceptionTest() 05-24-2024 13:11:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_ext_providers_web/ProvidersServlet/isRegisteredExceptionMapperNullEx HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:16:FINISHED TEST : isRegisteredExceptionMapperNullExceptionTest() 05-24-2024 13:11:16:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:16:STARTING TEST : isRegisteredIOExceptionExceptionMapperTest() 05-24-2024 13:11:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_ext_providers_web/ProvidersServlet/isRegisteredIOExceptionMapper HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:16:FINISHED TEST : isRegisteredIOExceptionExceptionMapperTest() 05-24-2024 13:11:16:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:16:STARTING TEST : readEntityFromBodyTest() 05-24-2024 13:11:16:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_ext_providers_web/ProvidersServlet/readEntityFromBody HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:16:FINISHED TEST : readEntityFromBodyTest() 05-24-2024 13:11:16:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:16:STARTING TEST : readEntityFromHeaderTest() 05-24-2024 13:11:16:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_ext_providers_web/ProvidersServlet/readEntityFromHeader HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:16:FINISHED TEST : readEntityFromHeaderTest() 05-24-2024 13:11:16:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:16 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:16:STARTING TEST : writeBodyEntityUsingWriterTest() 05-24-2024 13:11:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_ext_providers_web/ProvidersServlet/writeBodyEntityUsingWriter HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:16:FINISHED TEST : writeBodyEntityUsingWriterTest() 05-24-2024 13:11:16:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:16:STARTING TEST : isRegisteredRuntimeExceptionExceptionMapperTest() 05-24-2024 13:11:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_ext_providers_web/ProvidersServlet/isRegisteredRuntimeExceptionMapper HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:16:FINISHED TEST : isRegisteredRuntimeExceptionExceptionMapperTest() 05-24-2024 13:11:16:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:16:STARTING TEST : writeHeaderEntityUsingWriterTest() 05-24-2024 13:11:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_ext_providers_web/ProvidersServlet/writeHeaderEntityUsingWriter HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:16:FINISHED TEST : writeHeaderEntityUsingWriterTest() 05-24-2024 13:11:16:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:16 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:16:STARTING TEST : getSingletonsTest() 05-24-2024 13:11:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_ext_providers_web/ProvidersServlet/GetSingletons HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:16:FINISHED TEST : getSingletonsTest() 05-24-2024 13:11:16:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:16 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:16:STARTING TEST : getClassesTest() 05-24-2024 13:11:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_ext_providers_web/ProvidersServlet/GetClasses HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:16:FINISHED TEST : getClassesTest() 05-24-2024 13:11:16:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:16:STARTING TEST : isRegisteredMessageBodyReaderWildcardTest() 05-24-2024 13:11:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_ext_providers_web/ProvidersServlet/isRegisteredMessageReaderWildCard HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:16:FINISHED TEST : isRegisteredMessageBodyReaderWildcardTest() 05-24-2024 13:11:16:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:16:STARTING TEST : isRegisteredMessageBodyWriterXmlTest() 05-24-2024 13:11:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_ext_providers_web/ProvidersServlet/isRegisteredMessageWriterXml HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:16:FINISHED TEST : isRegisteredMessageBodyWriterXmlTest() 05-24-2024 13:11:16:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:16:STARTING TEST : writeIOExceptionWithoutWriterTest() 05-24-2024 13:11:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_ext_providers_web/ProvidersServlet/writeIOExceptionWithoutWriter HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:16:FINISHED TEST : writeIOExceptionWithoutWriterTest() 05-24-2024 13:11:16:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:16:STARTING TEST : isRegisteredExceptionMapperRuntimeExceptionTest() 05-24-2024 13:11:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_ext_providers_web/ProvidersServlet/isRegisteredExceptionMapperRuntimeEx HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:16:FINISHED TEST : isRegisteredExceptionMapperRuntimeExceptionTest() 05-24-2024 13:11:16:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:16:STARTING TEST : isRegisteredMessageBodReaderXmlTest() 05-24-2024 13:11:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_ext_providers_web/ProvidersServlet/isRegisteredMessageReaderXml HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:16:FINISHED TEST : isRegisteredMessageBodReaderXmlTest() 05-24-2024 13:11:16:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:16:STARTING TEST : isRegisteredAppJsonContextResolverTest() 05-24-2024 13:11:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_ext_providers_web/ProvidersServlet/isRegisteredAppJsonContextResolver HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:16:FINISHED TEST : isRegisteredAppJsonContextResolverTest() 05-24-2024 13:11:16:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:16:STARTING TEST : isRegisteredTextPlainContextResolverTest() 05-24-2024 13:11:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_ext_providers_web/ProvidersServlet/isRegisteredTextPlainContextResolver HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:16:FINISHED TEST : isRegisteredTextPlainContextResolverTest() 05-24-2024 13:11:16:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:16:STARTING TEST : writeIOExceptionUsingWriterTest() 05-24-2024 13:11:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_ext_providers_web/ProvidersServlet/writeIOExceptionUsingWriter HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:16:FINISHED TEST : writeIOExceptionUsingWriterTest() 05-24-2024 13:11:16:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:16:STARTING TEST : isRegisteredMessageBodyWriterWildcardTest() 05-24-2024 13:11:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_ext_providers_web/ProvidersServlet/isRegisteredWriterWildcard HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:16:FINISHED TEST : isRegisteredMessageBodyWriterWildcardTest() 05-24-2024 13:11:16:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:16:STARTING TEST : readEntityIOExceptionTest() 05-24-2024 13:11:16:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_ext_providers_web/ProvidersServlet/readEntityIOException HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:16:FINISHED TEST : readEntityIOExceptionTest() 05-24-2024 13:11:16:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:16:STARTING TEST : readEntityWebException400Test() 05-24-2024 13:11:16:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_ext_providers_web/ProvidersServlet/readEntityWebException HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:16:FINISHED TEST : readEntityWebException400Test() 05-24-2024 13:11:16:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:16:STARTING TEST : readEntityWebException410Test() 05-24-2024 13:11:16:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_ext_providers_web/ProvidersServlet/readEntityWebException HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:16:FINISHED TEST : readEntityWebException410Test() [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.261 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-24-2024 13:11:17:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:17:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:18 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:17:STARTING TEST : nonDefaultFormParamFromSortedSetFromStringTest() 05-24-2024 13:11:17:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_locator_web/resource/locatorencoded/SortedSetFromString HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:18:FINISHED TEST : nonDefaultFormParamFromSortedSetFromStringTest() 05-24-2024 13:11:18:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:18:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:18 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:18:STARTING TEST : nonDefaultFormParamNothingSentTest() 05-24-2024 13:11:18:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_locator_web/resource/locator/PostNonDefParam HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:18:FINISHED TEST : nonDefaultFormParamNothingSentTest() 05-24-2024 13:11:18:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:18:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:18 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:18:STARTING TEST : nonDefaultFormParamFromConstructorTest() 05-24-2024 13:11:18:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_locator_web/resource/locator/Constructor HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:18:FINISHED TEST : nonDefaultFormParamFromConstructorTest() 05-24-2024 13:11:18:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:18:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:18 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:18:STARTING TEST : nonDefaultFormParamFromStringTest() 05-24-2024 13:11:18:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_locator_web/resource/locatorencoded/ParamEntityWithFromString HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:18:FINISHED TEST : nonDefaultFormParamFromStringTest() 05-24-2024 13:11:18:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:18:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:18 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:18:STARTING TEST : nonDefaultFormParamFromListConstructorTest() 05-24-2024 13:11:18:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_locator_web/resource/locator/ListConstructor HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:18:FINISHED TEST : nonDefaultFormParamFromListConstructorTest() 05-24-2024 13:11:18:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:18:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:18 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:18:STARTING TEST : nonDefaultFormParamFromSetFromStringTest() 05-24-2024 13:11:18:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_locator_web/resource/locatorencoded/SetFromString HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:18:FINISHED TEST : nonDefaultFormParamFromSetFromStringTest() 05-24-2024 13:11:18:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:18:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:18 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:18:STARTING TEST : nonDefaultFormParamValueOfTest() 05-24-2024 13:11:18:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_locator_web/resource/locator/ParamEntityWithValueOf HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:18:FINISHED TEST : nonDefaultFormParamValueOfTest() 05-24-2024 13:11:18:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:18:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:18 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:18:STARTING TEST : nonDefaultFormParamFromListFromStringTest() 05-24-2024 13:11:18:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_locator_web/resource/locatorencoded/ListFromString HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:18:FINISHED TEST : nonDefaultFormParamFromListFromStringTest() [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.659 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-24-2024 13:11:20:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:20:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:20 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:20:STARTING TEST : defaultFormParamSentTest() 05-24-2024 13:11:20:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/PostDefParam HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:20:FINISHED TEST : defaultFormParamSentTest() 05-24-2024 13:11:20:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:20:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:20 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:20:STARTING TEST : defaultFormParamFromConstructorTest() 05-24-2024 13:11:20:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/Constructor HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:20:FINISHED TEST : defaultFormParamFromConstructorTest() 05-24-2024 13:11:20:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:20:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:20 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:20:STARTING TEST : defaultFormParamFromListConstructorTest() 05-24-2024 13:11:20:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/ListConstructor HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:20:FINISHED TEST : defaultFormParamFromListConstructorTest() 05-24-2024 13:11:20:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:20:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:20 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:20:STARTING TEST : defaultFormParamPutNoArgSentTest() 05-24-2024 13:11:20:[HttpRequest] Dispatching request: 'PUT /jaxrs_ee_formparam_sub_web/resource/sub/DefParam HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:20:FINISHED TEST : defaultFormParamPutNoArgSentTest() 05-24-2024 13:11:20:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:20:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:20 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:20:STARTING TEST : defaultFormParamValueOfTest() 05-24-2024 13:11:20:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/ParamEntityWithValueOf HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:20:FINISHED TEST : defaultFormParamValueOfTest() 05-24-2024 13:11:20:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:20:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:20 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:20:STARTING TEST : defaultFormParamPutArgSentTest() 05-24-2024 13:11:20:[HttpRequest] Dispatching request: 'PUT /jaxrs_ee_formparam_sub_web/resource/sub/DefParam HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:20:FINISHED TEST : defaultFormParamPutArgSentTest() 05-24-2024 13:11:20:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:20:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:20:STARTING TEST : defaultFormParamFromListFromStringTest() May 24, 2024 1:11:20 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:20:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/ListFromString HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:20:FINISHED TEST : defaultFormParamFromListFromStringTest() 05-24-2024 13:11:20:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:20:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:20 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:20:STARTING TEST : nonDefaultFormParamFromSortedSetFromStringTest() 05-24-2024 13:11:20:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/SortedSetFromString HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:20:FINISHED TEST : nonDefaultFormParamFromSortedSetFromStringTest() 05-24-2024 13:11:20:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:20:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:20 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:20:STARTING TEST : formParamThrowingWebApplicationExceptionTest() 05-24-2024 13:11:20:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/ParamEntityThrowingExceptionGivenByName HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:20:FINISHED TEST : formParamThrowingWebApplicationExceptionTest() 05-24-2024 13:11:20:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:20:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:20 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:20:STARTING TEST : nonDefaultFormParamNothingSentTest() 05-24-2024 13:11:20:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/PostNonDefParam HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:20:FINISHED TEST : nonDefaultFormParamNothingSentTest() 05-24-2024 13:11:20:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:20:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:20 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:20:STARTING TEST : defaultFormParamFromStringTest() 05-24-2024 13:11:20:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/ParamEntityWithFromString HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:20:FINISHED TEST : defaultFormParamFromStringTest() 05-24-2024 13:11:20:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:20:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:20 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:20:STARTING TEST : formParamThrowingIllegalArgumentExceptionTest() 05-24-2024 13:11:20:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/ParamEntityThrowingExceptionGivenByName HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:20:FINISHED TEST : formParamThrowingIllegalArgumentExceptionTest() 05-24-2024 13:11:20:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:20:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:20 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:20:STARTING TEST : nonDefaultFormParamFromConstructorTest() 05-24-2024 13:11:20:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/Constructor HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:20:FINISHED TEST : nonDefaultFormParamFromConstructorTest() 05-24-2024 13:11:20:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:20:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:20 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:20:STARTING TEST : nonDefaultFormParamFromStringTest() 05-24-2024 13:11:20:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/ParamEntityWithFromString HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:20:FINISHED TEST : nonDefaultFormParamFromStringTest() 05-24-2024 13:11:20:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:20:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:20 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:20:STARTING TEST : defaultFormParamFromSortedSetFromStringTest() 05-24-2024 13:11:20:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/SortedSetFromString HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:20:FINISHED TEST : defaultFormParamFromSortedSetFromStringTest() 05-24-2024 13:11:20:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:20:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:20 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:20:STARTING TEST : nonDefaultFormParamFromListConstructorTest() 05-24-2024 13:11:20:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/ListConstructor HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:20:FINISHED TEST : nonDefaultFormParamFromListConstructorTest() 05-24-2024 13:11:20:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:20:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:20 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:20:STARTING TEST : defaultFormParamNoArgSentTest() 05-24-2024 13:11:20:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/PostDefParam HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:20:FINISHED TEST : defaultFormParamNoArgSentTest() 05-24-2024 13:11:20:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:20:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:20 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:20:STARTING TEST : nonDefaultFormParamFromSetFromStringTest() 05-24-2024 13:11:20:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/SetFromString HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:20:FINISHED TEST : nonDefaultFormParamFromSetFromStringTest() 05-24-2024 13:11:20:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:20:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:20 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:20:STARTING TEST : defaultFormParamFromSetFromStringTest() 05-24-2024 13:11:20:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/SetFromString HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:20:FINISHED TEST : defaultFormParamFromSetFromStringTest() 05-24-2024 13:11:20:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:20:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:20 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:20:STARTING TEST : nonDefaultFormParamValueOfTest() 05-24-2024 13:11:20:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/ParamEntityWithValueOf HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:20:FINISHED TEST : nonDefaultFormParamValueOfTest() 05-24-2024 13:11:20:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:20:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:20 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:20:STARTING TEST : nonDefaultFormParamFromListFromStringTest() 05-24-2024 13:11:20:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/ListFromString HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:20:FINISHED TEST : nonDefaultFormParamFromListFromStringTest() [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.194 s - in ee.jakarta.tck.ws.rs.ee.rs.formparam.sub.JAXRSSubClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.formparam.JAXRSClientIT 05-24-2024 13:11:21:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:21 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:21:STARTING TEST : defaultFormParamSentTest() 05-24-2024 13:11:21:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/PostDefParam HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:21:FINISHED TEST : defaultFormParamSentTest() 05-24-2024 13:11:21:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:21 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:21:STARTING TEST : defaultFormParamFromConstructorTest() 05-24-2024 13:11:21:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/Constructor HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:21:FINISHED TEST : defaultFormParamFromConstructorTest() 05-24-2024 13:11:21:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:21 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:21:STARTING TEST : defaultFormParamFromListConstructorTest() 05-24-2024 13:11:21:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/ListConstructor HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:21:FINISHED TEST : defaultFormParamFromListConstructorTest() 05-24-2024 13:11:21:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:21 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:21:STARTING TEST : defaultFormParamPutNoArgSentTest() 05-24-2024 13:11:21:[HttpRequest] Dispatching request: 'PUT /jaxrs_ee_formparam_web/FormParamTest/DefParam HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:21:FINISHED TEST : defaultFormParamPutNoArgSentTest() 05-24-2024 13:11:21:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:21 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:21:STARTING TEST : defaultFormParamValueOfTest() 05-24-2024 13:11:21:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/ParamEntityWithValueOf HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:21:FINISHED TEST : defaultFormParamValueOfTest() 05-24-2024 13:11:21:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:21 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:21:STARTING TEST : defaultFormParamPutArgSentTest() 05-24-2024 13:11:21:[HttpRequest] Dispatching request: 'PUT /jaxrs_ee_formparam_web/FormParamTest/DefParam HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:21:FINISHED TEST : defaultFormParamPutArgSentTest() 05-24-2024 13:11:21:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:21 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:21:STARTING TEST : defaultFormParamFromListFromStringTest() 05-24-2024 13:11:21:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/ListFromString HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:21:FINISHED TEST : defaultFormParamFromListFromStringTest() 05-24-2024 13:11:21:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:21 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:21:STARTING TEST : nonDefaultFormParamFromSortedSetFromStringTest() 05-24-2024 13:11:21:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/SortedSetFromString HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:21:FINISHED TEST : nonDefaultFormParamFromSortedSetFromStringTest() 05-24-2024 13:11:21:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:21 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:21 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:21:STARTING TEST : formParamThrowingWebApplicationExceptionTest() 05-24-2024 13:11:21:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/ParamEntityThrowingWebApplicationException HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:21:FINISHED TEST : formParamThrowingWebApplicationExceptionTest() 05-24-2024 13:11:21:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:21:STARTING TEST : nonDefaultFormParamNothingSentTest() 05-24-2024 13:11:21:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/PostNonDefParam HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:21:FINISHED TEST : nonDefaultFormParamNothingSentTest() 05-24-2024 13:11:21:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:21 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:21:STARTING TEST : defaultFormParamFromStringTest() 05-24-2024 13:11:21:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/ParamEntityWithFromString HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:21:FINISHED TEST : defaultFormParamFromStringTest() 05-24-2024 13:11:21:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:21 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:21:STARTING TEST : formParamThrowingIllegalArgumentExceptionTest() 05-24-2024 13:11:21:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/ParamEntityThrowingExceptionGivenByName HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:21:FINISHED TEST : formParamThrowingIllegalArgumentExceptionTest() 05-24-2024 13:11:21:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:21 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:21:STARTING TEST : nonDefaultFormParamFromConstructorTest() 05-24-2024 13:11:21:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/Constructor HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:21:FINISHED TEST : nonDefaultFormParamFromConstructorTest() 05-24-2024 13:11:21:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:21 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:21:STARTING TEST : nonDefaultFormParamFromStringTest() 05-24-2024 13:11:21:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/ParamEntityWithFromString HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:21:FINISHED TEST : nonDefaultFormParamFromStringTest() 05-24-2024 13:11:21:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:21 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:21:STARTING TEST : defaultFormParamFromSortedSetFromStringTest() 05-24-2024 13:11:21:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/SortedSetFromString HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:21:FINISHED TEST : defaultFormParamFromSortedSetFromStringTest() 05-24-2024 13:11:21:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:21 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:21 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:21:STARTING TEST : nonDefaultFormParamFromListConstructorTest() 05-24-2024 13:11:21:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/ListConstructor HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:21:FINISHED TEST : nonDefaultFormParamFromListConstructorTest() 05-24-2024 13:11:21:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:21:STARTING TEST : defaultFormParamNoArgSentTest() 05-24-2024 13:11:21:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/PostDefParam HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:21:FINISHED TEST : defaultFormParamNoArgSentTest() 05-24-2024 13:11:21:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:21 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:21:STARTING TEST : nonDefaultFormParamFromSetFromStringTest() 05-24-2024 13:11:21:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/SetFromString HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:21:FINISHED TEST : nonDefaultFormParamFromSetFromStringTest() 05-24-2024 13:11:21:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:21 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:21 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:21:STARTING TEST : formParamEntityWithEncodedTest() 05-24-2024 13:11:21:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/ParamEntityWithValueOf HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:21:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/ParamEntityWithFromString HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:21:FINISHED TEST : formParamEntityWithEncodedTest() 05-24-2024 13:11:21:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:21 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:21:STARTING TEST : defaultFormParamFromSetFromStringTest() 05-24-2024 13:11:21:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/SetFromString HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:21:FINISHED TEST : defaultFormParamFromSetFromStringTest() 05-24-2024 13:11:21:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:21 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:21 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:21:STARTING TEST : nonDefaultFormParamValueOfTest() 05-24-2024 13:11:21:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/ParamEntityWithValueOf HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:21:FINISHED TEST : nonDefaultFormParamValueOfTest() 05-24-2024 13:11:21:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:21:STARTING TEST : nonDefaultFormParamFromListFromStringTest() 05-24-2024 13:11:21:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/ListFromString HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:21:FINISHED TEST : nonDefaultFormParamFromListFromStringTest() [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.952 s - in ee.jakarta.tck.ws.rs.ee.rs.formparam.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.get.JAXRSClientIT 05-24-2024 13:11:22:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:22 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:22:STARTING TEST : headSubTest() 05-24-2024 13:11:22:[HttpRequest] Dispatching request: 'HEAD /jaxrs_ee_rs_get_web/GetTest/sub HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:22:FINISHED TEST : headSubTest() 05-24-2024 13:11:22:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:22 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:22:STARTING TEST : getSubTest() 05-24-2024 13:11:22:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_get_web/GetTest/sub HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:22:FINISHED TEST : getSubTest() 05-24-2024 13:11:22:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:22:STARTING TEST : recursiveResourceLocatorTest() May 24, 2024 1:11:22 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:22:[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-24-2024 13:11:22:FINISHED TEST : recursiveResourceLocatorTest() 05-24-2024 13:11:22:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:22:STARTING TEST : headTest1() May 24, 2024 1:11:22 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:22:[HttpRequest] Dispatching request: 'HEAD /jaxrs_ee_rs_get_web/GetTest/ HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:22:FINISHED TEST : headTest1() 05-24-2024 13:11:22:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:22 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:22:STARTING TEST : headTest2() 05-24-2024 13:11:22:[HttpRequest] Dispatching request: 'HEAD /jaxrs_ee_rs_get_web/GetTest/ HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:22:FINISHED TEST : headTest2() 05-24-2024 13:11:22:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:22 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:22:STARTING TEST : dynamicGetTest() 05-24-2024 13:11:22:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_get_web/GetTest/123 HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:22:FINISHED TEST : dynamicGetTest() 05-24-2024 13:11:22:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:22:STARTING TEST : optionSubTest() 05-24-2024 13:11:22:[HttpRequest] Dispatching request: 'OPTIONS /jaxrs_ee_rs_get_web/GetTest/sub HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:22:FINISHED TEST : optionSubTest() 05-24-2024 13:11:22:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:22 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:22:STARTING TEST : getTest1() 05-24-2024 13:11:22:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_get_web/GetTest/ HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:22:FINISHED TEST : getTest1() 05-24-2024 13:11:22:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:22:STARTING TEST : getTest2() May 24, 2024 1:11:22 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:22:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_get_web/GetTest/ HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:22:FINISHED TEST : getTest2() [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.025 s - in ee.jakarta.tck.ws.rs.ee.rs.get.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.head.JAXRSClientIT 05-24-2024 13:11:23:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:23 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:23:STARTING TEST : headSubTest() 05-24-2024 13:11:23:[HttpRequest] Dispatching request: 'HEAD /jaxrs_ee_rs_head_web/HeadTest/sub HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:23:FINISHED TEST : headSubTest() 05-24-2024 13:11:23:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:23 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:23:STARTING TEST : headTest1() 05-24-2024 13:11:23:[HttpRequest] Dispatching request: 'HEAD /jaxrs_ee_rs_head_web/HeadTest/ HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:23:FINISHED TEST : headTest1() 05-24-2024 13:11:23:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:23 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:23:STARTING TEST : headTest2() 05-24-2024 13:11:23:[HttpRequest] Dispatching request: 'HEAD /jaxrs_ee_rs_head_web/HeadTest/ HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:23:FINISHED TEST : headTest2() 05-24-2024 13:11:23:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:23 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:23:STARTING TEST : headGetTest() 05-24-2024 13:11:23:[HttpRequest] Dispatching request: 'HEAD /jaxrs_ee_rs_head_web/HeadTest/get HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:23:FINISHED TEST : headGetTest() [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.69 s - in ee.jakarta.tck.ws.rs.ee.rs.head.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.headerparam.locator.JAXRSLocatorClientIT 05-24-2024 13:11:24:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:24:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:24 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:24 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:24:STARTING TEST : headerParamEntityWithConstructorTest() 05-24-2024 13:11:24:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:24:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:24:FINISHED TEST : headerParamEntityWithConstructorTest() 05-24-2024 13:11:24:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:24:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:24 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:24 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:24 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:24 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:24:STARTING TEST : headerParamStringTest() 05-24-2024 13:11:24:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:24:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:24:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:24:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:24:FINISHED TEST : headerParamStringTest() 05-24-2024 13:11:24:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:24:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:24 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:24 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:24 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:24 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:24:STARTING TEST : headerParamLongTest() 05-24-2024 13:11:24:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:24:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:24:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:24:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:24:FINISHED TEST : headerParamLongTest() 05-24-2024 13:11:24:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:24:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:24 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:24 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:24 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:24 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:24:STARTING TEST : headerParamByteTest() 05-24-2024 13:11:24:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:24:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:24:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:24:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:24:FINISHED TEST : headerParamByteTest() 05-24-2024 13:11:24:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:24:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:24 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:24 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:24 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:24 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:24:STARTING TEST : headerParamBooleanTest() 05-24-2024 13:11:24:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:24:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:24:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:24:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:24:FINISHED TEST : headerParamBooleanTest() 05-24-2024 13:11:24:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:24:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:24 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:24 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:24:STARTING TEST : headerParamListEntityWithFromStringTest() 05-24-2024 13:11:24:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:24:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:24:FINISHED TEST : headerParamListEntityWithFromStringTest() 05-24-2024 13:11:24:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:24:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:24 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:24 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:24 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:24 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:24:STARTING TEST : headerParamFloatTest() 05-24-2024 13:11:24:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:24:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:24:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:24:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:24:FINISHED TEST : headerParamFloatTest() 05-24-2024 13:11:24:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:24:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:24 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:24 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:24 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:24 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:24:STARTING TEST : headerParamShortTest() 05-24-2024 13:11:24:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:24:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:24:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:24:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:24:FINISHED TEST : headerParamShortTest() 05-24-2024 13:11:24:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:24:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:24 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:24:STARTING TEST : headerParamThrowingWebApplicationExceptionTest() 05-24-2024 13:11:24:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:24:FINISHED TEST : headerParamThrowingWebApplicationExceptionTest() 05-24-2024 13:11:24:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:24:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:24 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:24 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:24:STARTING TEST : headerParamEntityWithValueOfTest() 05-24-2024 13:11:24:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:24:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:24:FINISHED TEST : headerParamEntityWithValueOfTest() 05-24-2024 13:11:24:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:24:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:25 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:24:STARTING TEST : headerParamThrowingIllegalArgumentExceptionTest() 05-24-2024 13:11:24:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:25:FINISHED TEST : headerParamThrowingIllegalArgumentExceptionTest() 05-24-2024 13:11:25:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:25:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:25 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:25:STARTING TEST : headerParamNoQueryTest() 05-24-2024 13:11:25:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:25:FINISHED TEST : headerParamNoQueryTest() 05-24-2024 13:11:25:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:25:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:25 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:25 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:25 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:25 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:25:STARTING TEST : headerParamDoubleTest() 05-24-2024 13:11:25:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:25:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:25:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:25:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:25:FINISHED TEST : headerParamDoubleTest() 05-24-2024 13:11:25:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:25:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:25 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:25 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:25:STARTING TEST : headerParamSetEntityWithFromStringTest() 05-24-2024 13:11:25:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:25:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:25:FINISHED TEST : headerParamSetEntityWithFromStringTest() 05-24-2024 13:11:25:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:25:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:25 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:25 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:25:STARTING TEST : headerParamSortedSetEntityWithFromStringTest() 05-24-2024 13:11:25:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:25:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:25:FINISHED TEST : headerParamSortedSetEntityWithFromStringTest() 05-24-2024 13:11:25:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:25:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:25 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:25 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:25 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:25 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:25:STARTING TEST : headerParamIntTest() 05-24-2024 13:11:25:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:25:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:25:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:25:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:25:FINISHED TEST : headerParamIntTest() 05-24-2024 13:11:25:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:25:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:25 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:25 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:25:STARTING TEST : headerParamEntityWithFromStringTest() 05-24-2024 13:11:25:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:25:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:25:FINISHED TEST : headerParamEntityWithFromStringTest() [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.139 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-24-2024 13:11:26:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:26:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:26 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:26:STARTING TEST : headerFieldThrowingIllegalArgumentExceptionTest() 05-24-2024 13:11:26:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:26:FINISHED TEST : headerFieldThrowingIllegalArgumentExceptionTest() 05-24-2024 13:11:26:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:26:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:26 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:27 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:26:STARTING TEST : headerParamEntityWithConstructorTest() 05-24-2024 13:11:26:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:27:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:27:FINISHED TEST : headerParamEntityWithConstructorTest() 05-24-2024 13:11:27:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:27:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:27:STARTING TEST : headerFieldThrowingWebApplicationExceptionTest()May 24, 2024 1:11:27 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:27:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:27:FINISHED TEST : headerFieldThrowingWebApplicationExceptionTest() 05-24-2024 13:11:27:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:27:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:27 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:27:STARTING TEST : headerParamStringTest() 05-24-2024 13:11:27:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' May 24, 2024 1:11:27 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:27:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:27:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' May 24, 2024 1:11:27 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:27:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' May 24, 2024 1:11:27 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:27:FINISHED TEST : headerParamStringTest() 05-24-2024 13:11:27:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:27:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:27:STARTING TEST : headerParamLongTest()May 24, 2024 1:11:27 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:27 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:27 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:27:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:27:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:27:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:27:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' May 24, 2024 1:11:27 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:27:FINISHED TEST : headerParamLongTest() 05-24-2024 13:11:27:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:27:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:27 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:27 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:27 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:27 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:27:STARTING TEST : headerParamByteTest() 05-24-2024 13:11:27:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:27:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:27:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:27:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:27:FINISHED TEST : headerParamByteTest() 05-24-2024 13:11:27:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:27:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:27 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:27:STARTING TEST : headerFieldParamEntityWithValueOfTest() 05-24-2024 13:11:27:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' May 24, 2024 1:11:27 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:27:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:27:FINISHED TEST : headerFieldParamEntityWithValueOfTest() 05-24-2024 13:11:27:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:27:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:27 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:27:STARTING TEST : headerParamBooleanTest() 05-24-2024 13:11:27:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' May 24, 2024 1:11:27 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:27 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:27:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:27:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:27:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' May 24, 2024 1:11:27 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:27:FINISHED TEST : headerParamBooleanTest() 05-24-2024 13:11:27:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:27:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:27 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:27:STARTING TEST : headerFieldParamSortedSetEntityWithFromStringTest() 05-24-2024 13:11:27:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' May 24, 2024 1:11:27 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:27:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:27:FINISHED TEST : headerFieldParamSortedSetEntityWithFromStringTest() 05-24-2024 13:11:27:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:27:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:27 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:27:STARTING TEST : headerParamListEntityWithFromStringTest() 05-24-2024 13:11:27:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' May 24, 2024 1:11:27 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:27:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:27:FINISHED TEST : headerParamListEntityWithFromStringTest() 05-24-2024 13:11:27:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:27:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:27 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:27:STARTING TEST : headerParamFloatTest() 05-24-2024 13:11:27:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:27:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' May 24, 2024 1:11:27 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:27:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' May 24, 2024 1:11:27 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:27:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' May 24, 2024 1:11:27 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:27:FINISHED TEST : headerParamFloatTest() 05-24-2024 13:11:27:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:27:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:27 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:27 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:27:STARTING TEST : headerParamShortTest() 05-24-2024 13:11:27:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:27:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' May 24, 2024 1:11:27 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:27:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:27:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' May 24, 2024 1:11:27 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:27:FINISHED TEST : headerParamShortTest() 05-24-2024 13:11:27:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:27:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:27 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:27:STARTING TEST : headerParamThrowingWebApplicationExceptionTest() 05-24-2024 13:11:27:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:27:FINISHED TEST : headerParamThrowingWebApplicationExceptionTest() 05-24-2024 13:11:27:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:27:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:27 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:27:STARTING TEST : headerParamEntityWithValueOfTest() 05-24-2024 13:11:27:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' May 24, 2024 1:11:27 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:27:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:27:FINISHED TEST : headerParamEntityWithValueOfTest() 05-24-2024 13:11:27:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:27:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:27:STARTING TEST : headerParamThrowingIllegalArgumentExceptionTest()May 24, 2024 1:11:27 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:27:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:27:FINISHED TEST : headerParamThrowingIllegalArgumentExceptionTest() 05-24-2024 13:11:27:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:27:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:27 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:27 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:27:STARTING TEST : headerFieldParamEntityWithConstructorTest() 05-24-2024 13:11:27:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:27:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:27:FINISHED TEST : headerFieldParamEntityWithConstructorTest() 05-24-2024 13:11:27:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:27:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:27 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:27 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:27:STARTING TEST : headerFieldParamEntityWithFromStringTest() 05-24-2024 13:11:27:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:27:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:27:FINISHED TEST : headerFieldParamEntityWithFromStringTest() 05-24-2024 13:11:27:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:27:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:27 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:27:STARTING TEST : headerFieldParamSetEntityWithFromStringTest() 05-24-2024 13:11:27:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' May 24, 2024 1:11:27 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:27:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:27:FINISHED TEST : headerFieldParamSetEntityWithFromStringTest() 05-24-2024 13:11:27:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:27:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:27:STARTING TEST : headerParamNoQueryTest() May 24, 2024 1:11:27 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:27:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:27:FINISHED TEST : headerParamNoQueryTest() 05-24-2024 13:11:27:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:27:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:27 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:27:STARTING TEST : headerParamDoubleTest() 05-24-2024 13:11:27:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' May 24, 2024 1:11:27 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:27:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:27:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' May 24, 2024 1:11:27 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:27 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:27:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:27:FINISHED TEST : headerParamDoubleTest() 05-24-2024 13:11:27:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:27:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:27:STARTING TEST : headerParamSetEntityWithFromStringTest()May 24, 2024 1:11:27 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:27:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:27:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' May 24, 2024 1:11:27 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:27:FINISHED TEST : headerParamSetEntityWithFromStringTest() 05-24-2024 13:11:27:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:27:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:27 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:27:STARTING TEST : headerFieldParamListEntityWithFromStringTest() 05-24-2024 13:11:27:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' May 24, 2024 1:11:27 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:27:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:27:FINISHED TEST : headerFieldParamListEntityWithFromStringTest() 05-24-2024 13:11:27:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:27:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:27 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:27:STARTING TEST : headerParamSortedSetEntityWithFromStringTest() 05-24-2024 13:11:27:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' May 24, 2024 1:11:27 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:27:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:27:FINISHED TEST : headerParamSortedSetEntityWithFromStringTest() 05-24-2024 13:11:27:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:27:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:27 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:27:STARTING TEST : headerParamIntTest() 05-24-2024 13:11:27:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:27:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'May 24, 2024 1:11:27 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:27 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:27 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:27:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:27:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:27:FINISHED TEST : headerParamIntTest() 05-24-2024 13:11:27:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:27:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:27:STARTING TEST : headerParamEntityWithFromStringTest() 05-24-2024 13:11:27:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'May 24, 2024 1:11:27 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:27:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' May 24, 2024 1:11:27 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:27:FINISHED TEST : headerParamEntityWithFromStringTest() [INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.343 s - in ee.jakarta.tck.ws.rs.ee.rs.headerparam.sub.JAXRSSubClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.headerparam.JAXRSClientIT 05-24-2024 13:11:28:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:28:STARTING TEST : headerFieldThrowingIllegalArgumentExceptionTest() May 24, 2024 1:11:28 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:28:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:28:FINISHED TEST : headerFieldThrowingIllegalArgumentExceptionTest() 05-24-2024 13:11:28:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:28:STARTING TEST : headerParamEntityWithConstructorTest() May 24, 2024 1:11:28 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:28 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:28:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:28:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:28:FINISHED TEST : headerParamEntityWithConstructorTest() 05-24-2024 13:11:28:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:28 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:28:STARTING TEST : headerFieldThrowingWebApplicationExceptionTest() 05-24-2024 13:11:28:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:28:FINISHED TEST : headerFieldThrowingWebApplicationExceptionTest() 05-24-2024 13:11:28:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:28 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:28:STARTING TEST : headerParamStringTest() 05-24-2024 13:11:28:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' May 24, 2024 1:11:28 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:28 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:28 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:28:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:28:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:28:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:28:FINISHED TEST : headerParamStringTest() 05-24-2024 13:11:28:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:28 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:28:STARTING TEST : headerParamLongTest() 05-24-2024 13:11:28:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' May 24, 2024 1:11:28 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:28 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:28 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:28:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:28:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:28:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:28:FINISHED TEST : headerParamLongTest() 05-24-2024 13:11:28:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:28 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:28 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:28 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:28 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:28:STARTING TEST : headerParamByteTest() 05-24-2024 13:11:28:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:28:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:28:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:28:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:28:FINISHED TEST : headerParamByteTest() 05-24-2024 13:11:28:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:28:STARTING TEST : headerFieldParamEntityWithValueOfTest()May 24, 2024 1:11:28 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:28 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:28:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:28:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:28:FINISHED TEST : headerFieldParamEntityWithValueOfTest() 05-24-2024 13:11:28:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:28 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:28:STARTING TEST : headerParamBooleanTest() 05-24-2024 13:11:28:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' May 24, 2024 1:11:28 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:28 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:28 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:28:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:28:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:28:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:28:FINISHED TEST : headerParamBooleanTest() 05-24-2024 13:11:28:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:28 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:28:STARTING TEST : headerFieldParamSortedSetEntityWithFromStringTest() May 24, 2024 1:11:28 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:28:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:28:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:28:FINISHED TEST : headerFieldParamSortedSetEntityWithFromStringTest() 05-24-2024 13:11:28:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:28 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:28 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:28:STARTING TEST : headerParamListEntityWithFromStringTest() 05-24-2024 13:11:28:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:28:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:28:FINISHED TEST : headerParamListEntityWithFromStringTest() 05-24-2024 13:11:28:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:28 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:28 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:28 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:28:STARTING TEST : headerParamFloatTest() 05-24-2024 13:11:28:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:28:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' May 24, 2024 1:11:28 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:28:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:28:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:28:FINISHED TEST : headerParamFloatTest() 05-24-2024 13:11:28:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:28 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:28 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:28 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:28:STARTING TEST : headerParamShortTest() 05-24-2024 13:11:28:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:28:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' May 24, 2024 1:11:28 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:28:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:28:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:28:FINISHED TEST : headerParamShortTest() 05-24-2024 13:11:28:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:28:STARTING TEST : headerParamThrowingWebApplicationExceptionTest() 05-24-2024 13:11:28:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' May 24, 2024 1:11:28 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:28:FINISHED TEST : headerParamThrowingWebApplicationExceptionTest() 05-24-2024 13:11:28:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:28 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:28:STARTING TEST : headerParamEntityWithValueOfTest() 05-24-2024 13:11:28:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' May 24, 2024 1:11:28 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:28:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:28:FINISHED TEST : headerParamEntityWithValueOfTest() 05-24-2024 13:11:28:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:28:STARTING TEST : headerParamThrowingIllegalArgumentExceptionTest() May 24, 2024 1:11:28 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:28:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:28:FINISHED TEST : headerParamThrowingIllegalArgumentExceptionTest() 05-24-2024 13:11:28:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:28:STARTING TEST : headerFieldParamEntityWithConstructorTest() May 24, 2024 1:11:28 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:28 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:28:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:28:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:28:FINISHED TEST : headerFieldParamEntityWithConstructorTest() 05-24-2024 13:11:28:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:28:STARTING TEST : headerFieldParamEntityWithFromStringTest() May 24, 2024 1:11:28 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:28 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:28:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:28:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:28:FINISHED TEST : headerFieldParamEntityWithFromStringTest() 05-24-2024 13:11:28:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:28 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:28:STARTING TEST : headerFieldParamSetEntityWithFromStringTest() May 24, 2024 1:11:28 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:28:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:28:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:28:FINISHED TEST : headerFieldParamSetEntityWithFromStringTest() 05-24-2024 13:11:28:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:28 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:28:STARTING TEST : headerParamNoQueryTest() 05-24-2024 13:11:28:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:28:FINISHED TEST : headerParamNoQueryTest() 05-24-2024 13:11:28:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:28 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:28 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:28:STARTING TEST : headerParamDoubleTest() 05-24-2024 13:11:28:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' May 24, 2024 1:11:28 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:28 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:28:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:28:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:28:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:28:FINISHED TEST : headerParamDoubleTest() 05-24-2024 13:11:28:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:28 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:28:STARTING TEST : headerParamSetEntityWithFromStringTest() 05-24-2024 13:11:28:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' May 24, 2024 1:11:28 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:28:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:28:FINISHED TEST : headerParamSetEntityWithFromStringTest() 05-24-2024 13:11:28:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:28 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:28:STARTING TEST : headerFieldParamListEntityWithFromStringTest() 05-24-2024 13:11:28:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:28:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'May 24, 2024 1:11:28 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:28:FINISHED TEST : headerFieldParamListEntityWithFromStringTest() 05-24-2024 13:11:28:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:28 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:28 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:28:STARTING TEST : headerParamSortedSetEntityWithFromStringTest() 05-24-2024 13:11:28:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:28:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:28:FINISHED TEST : headerParamSortedSetEntityWithFromStringTest() 05-24-2024 13:11:28:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:28 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:28 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:28 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:28 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:28:STARTING TEST : headerParamIntTest() 05-24-2024 13:11:28:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:28:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:28:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:28:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:28:FINISHED TEST : headerParamIntTest() 05-24-2024 13:11:28:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:28 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:28:STARTING TEST : headerParamEntityWithFromStringTest() 05-24-2024 13:11:28:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' May 24, 2024 1:11:28 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:28:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:28:FINISHED TEST : headerParamEntityWithFromStringTest() [INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.408 s - in ee.jakarta.tck.ws.rs.ee.rs.headerparam.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.matrixparam.locator.JAXRSLocatorClientIT 05-24-2024 13:11:30:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:30:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:30 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:30:STARTING TEST : matrixParamDoubleTest() 05-24-2024 13:11:30:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;doubletest1=123 HTTP/1.1' to target server at 'localhost:8080' May 24, 2024 1:11:30 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:30:[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-24-2024 13:11:30:FINISHED TEST : matrixParamDoubleTest() 05-24-2024 13:11:30:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:30:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:30 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:30:STARTING TEST : matrixParamEntityWithEncodedTest() 05-24-2024 13:11:30:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;ParamEntityWithValueOf=%21 HTTP/1.1' to target server at 'localhost:8080' May 24, 2024 1:11:30 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:30:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;ParamEntityWithFromString=%21 HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:30:FINISHED TEST : matrixParamEntityWithEncodedTest() 05-24-2024 13:11:30:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:30:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:30:STARTING TEST : matrixParamEntityWithFromStringTest() May 24, 2024 1:11:30 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:30 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:30:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator; HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:30:[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' 05-24-2024 13:11:30:FINISHED TEST : matrixParamEntityWithFromStringTest() 05-24-2024 13:11:30:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:30:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:30 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:30:STARTING TEST : matrixParamThrowingWebApplicationExceptionTest() 05-24-2024 13:11:30:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;ParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:30:FINISHED TEST : matrixParamThrowingWebApplicationExceptionTest() 05-24-2024 13:11:30:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:30:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:30 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:30 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:30:STARTING TEST : matrixParamLongTest() 05-24-2024 13:11:30:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;longtest=-9223372036854775808 HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:30:[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' 05-24-2024 13:11:30:FINISHED TEST : matrixParamLongTest() 05-24-2024 13:11:30:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:30:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:30 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:30:STARTING TEST : matrixParamBooleanTest() 05-24-2024 13:11:30:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;booleantest=true HTTP/1.1' to target server at 'localhost:8080' May 24, 2024 1:11:30 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:30:[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-24-2024 13:11:30:FINISHED TEST : matrixParamBooleanTest() 05-24-2024 13:11:30:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:30:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:30 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:30:STARTING TEST : matrixParamIntTest() 05-24-2024 13:11:30:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;inttest1=2147483647 HTTP/1.1' to target server at 'localhost:8080' May 24, 2024 1:11:30 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:30:[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' 05-24-2024 13:11:30:FINISHED TEST : matrixParamIntTest() 05-24-2024 13:11:30:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:30:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:30 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:30:STARTING TEST : matrixParamByteTest() 05-24-2024 13:11:30:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;bytetest=127 HTTP/1.1' to target server at 'localhost:8080' May 24, 2024 1:11:30 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:30:[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' 05-24-2024 13:11:30:FINISHED TEST : matrixParamByteTest() 05-24-2024 13:11:30:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:30:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:30 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:30:STARTING TEST : matrixParamEntityWithValueOfTest() 05-24-2024 13:11:30:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator; HTTP/1.1' to target server at 'localhost:8080' May 24, 2024 1:11:30 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:30:[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' 05-24-2024 13:11:30:FINISHED TEST : matrixParamEntityWithValueOfTest() 05-24-2024 13:11:30:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:30:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:30 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:30 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:30:STARTING TEST : matrixParamSortedSetEntityWithFromStringTest() 05-24-2024 13:11:30:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator; HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:30:[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-24-2024 13:11:30:FINISHED TEST : matrixParamSortedSetEntityWithFromStringTest() 05-24-2024 13:11:30:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:30:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:30 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:30 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:30:STARTING TEST : matrixParamStringTest() 05-24-2024 13:11:30:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;stringtest=cts HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:30:[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' 05-24-2024 13:11:30:FINISHED TEST : matrixParamStringTest() 05-24-2024 13:11:30:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:30:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:30 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:30:STARTING TEST : matrixParamFloatTest() 05-24-2024 13:11:30:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;floattest1=123 HTTP/1.1' to target server at 'localhost:8080' May 24, 2024 1:11:30 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:30:[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' 05-24-2024 13:11:30:FINISHED TEST : matrixParamFloatTest() 05-24-2024 13:11:30:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:30:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:30 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:30 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:30:STARTING TEST : matrixParamShortTest() 05-24-2024 13:11:30:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;shorttest=-32768 HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:30:[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' 05-24-2024 13:11:30:FINISHED TEST : matrixParamShortTest() 05-24-2024 13:11:30:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:30:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:30 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:30 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:30:STARTING TEST : matrixParamSetEntityWithFromStringTest() 05-24-2024 13:11:30:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator; HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:30:[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-24-2024 13:11:30:FINISHED TEST : matrixParamSetEntityWithFromStringTest() 05-24-2024 13:11:30:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:30:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:30 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:30:STARTING TEST : matrixParamListEntityWithFromStringTest() 05-24-2024 13:11:30:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator; HTTP/1.1' to target server at 'localhost:8080' May 24, 2024 1:11:30 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:30:[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' 05-24-2024 13:11:30:FINISHED TEST : matrixParamListEntityWithFromStringTest() 05-24-2024 13:11:30:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:30:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:30:STARTING TEST : matrixParamEntityWithConstructorTest()May 24, 2024 1:11:30 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:30:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator; HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:30:[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 24, 2024 1:11:30 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:30:FINISHED TEST : matrixParamEntityWithConstructorTest() 05-24-2024 13:11:30:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:30:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:30:STARTING TEST : matrixParamThrowingIllegalArgumentExceptionTest() 05-24-2024 13:11:30:[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 24, 2024 1:11:30 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:30:FINISHED TEST : matrixParamThrowingIllegalArgumentExceptionTest() [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.987 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-24-2024 13:11:32:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:32:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:32 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:32 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:32:STARTING TEST : matrixParamDoubleTest() 05-24-2024 13:11:32:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;doubletest1=123 HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:32:[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-24-2024 13:11:32:FINISHED TEST : matrixParamDoubleTest() 05-24-2024 13:11:32:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:32:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:32 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:32 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:32:STARTING TEST : matrixFieldParamEntityWithValueOfTest() 05-24-2024 13:11:32:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource; HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:32:[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-24-2024 13:11:32:FINISHED TEST : matrixFieldParamEntityWithValueOfTest() 05-24-2024 13:11:32:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:32:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:32 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:32 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:32:STARTING TEST : matrixParamEntityWithEncodedTest() 05-24-2024 13:11:32:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;ParamEntityWithValueOf=%21 HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:32:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;ParamEntityWithFromString=%21 HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:32:FINISHED TEST : matrixParamEntityWithEncodedTest() 05-24-2024 13:11:32:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:32:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:32 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:32 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:32:STARTING TEST : matrixParamEntityWithFromStringTest() 05-24-2024 13:11:32:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource; HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:32:[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-24-2024 13:11:32:FINISHED TEST : matrixParamEntityWithFromStringTest() 05-24-2024 13:11:32:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:32:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:32 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:32:STARTING TEST : matrixParamThrowingWebApplicationExceptionTest() 05-24-2024 13:11:32:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;ParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:32:FINISHED TEST : matrixParamThrowingWebApplicationExceptionTest() 05-24-2024 13:11:32:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:32:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:32 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:32:STARTING TEST : matrixParamLongTest() 05-24-2024 13:11:32:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;longtest=-9223372036854775808 HTTP/1.1' to target server at 'localhost:8080' May 24, 2024 1:11:32 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:32:[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' 05-24-2024 13:11:32:FINISHED TEST : matrixParamLongTest() 05-24-2024 13:11:32:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:32:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:32 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:32 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:32:STARTING TEST : matrixParamBooleanTest() 05-24-2024 13:11:32:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;booleantest=true HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:32:[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' 05-24-2024 13:11:32:FINISHED TEST : matrixParamBooleanTest() 05-24-2024 13:11:32:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:32:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:32 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:32 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:32:STARTING TEST : matrixParamIntTest() 05-24-2024 13:11:32:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;inttest1=2147483647 HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:32:[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' 05-24-2024 13:11:32:FINISHED TEST : matrixParamIntTest() 05-24-2024 13:11:32:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:32:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:32 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:32 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:32:STARTING TEST : matrixParamByteTest() 05-24-2024 13:11:32:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;bytetest=127 HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:32:[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-24-2024 13:11:32:FINISHED TEST : matrixParamByteTest() 05-24-2024 13:11:32:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:32:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:32 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:32 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:32:STARTING TEST : matrixParamEntityWithValueOfTest() 05-24-2024 13:11:32:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource; HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:32:[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' 05-24-2024 13:11:32:FINISHED TEST : matrixParamEntityWithValueOfTest() 05-24-2024 13:11:32:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:32:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:32 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:32 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:32:STARTING TEST : matrixFieldParamEntityWithConstructorTest() 05-24-2024 13:11:32:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource; HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:32:[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-24-2024 13:11:32:FINISHED TEST : matrixFieldParamEntityWithConstructorTest() 05-24-2024 13:11:32:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:32:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:32 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:32 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:32:STARTING TEST : matrixFieldParamListEntityWithFromStringTest() 05-24-2024 13:11:32:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource; HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:32:[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-24-2024 13:11:32:FINISHED TEST : matrixFieldParamListEntityWithFromStringTest() 05-24-2024 13:11:32:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:32:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:32 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:32:STARTING TEST : matrixFieldThrowingIllegalArgumentExceptionTest() 05-24-2024 13:11:32:[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' 05-24-2024 13:11:32:FINISHED TEST : matrixFieldThrowingIllegalArgumentExceptionTest() 05-24-2024 13:11:32:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:32:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:32 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:32 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:32:STARTING TEST : matrixFieldParamSortedSetEntityWithFromStringTest() 05-24-2024 13:11:32:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource; HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:32:[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' 05-24-2024 13:11:32:FINISHED TEST : matrixFieldParamSortedSetEntityWithFromStringTest() 05-24-2024 13:11:32:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:32:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:32 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:32 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:32:STARTING TEST : matrixParamSortedSetEntityWithFromStringTest() 05-24-2024 13:11:32:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource; HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:32:[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' 05-24-2024 13:11:32:FINISHED TEST : matrixParamSortedSetEntityWithFromStringTest() 05-24-2024 13:11:32:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:32:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:32 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:32:STARTING TEST : matrixParamStringTest() 05-24-2024 13:11:32:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;stringtest=cts HTTP/1.1' to target server at 'localhost:8080' May 24, 2024 1:11:32 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:32:[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' 05-24-2024 13:11:32:FINISHED TEST : matrixParamStringTest() 05-24-2024 13:11:32:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:32:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:32 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:32:STARTING TEST : matrixParamFloatTest() 05-24-2024 13:11:32:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;floattest1=123 HTTP/1.1' to target server at 'localhost:8080' May 24, 2024 1:11:32 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:32:[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' 05-24-2024 13:11:32:FINISHED TEST : matrixParamFloatTest() 05-24-2024 13:11:32:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:32:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:32 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:32 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:32:STARTING TEST : matrixParamShortTest() 05-24-2024 13:11:32:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;shorttest=-32768 HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:32:[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' 05-24-2024 13:11:32:FINISHED TEST : matrixParamShortTest() 05-24-2024 13:11:32:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:32:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:32 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:32 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:32:STARTING TEST : matrixParamSetEntityWithFromStringTest() 05-24-2024 13:11:32:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource; HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:32:[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-24-2024 13:11:32:FINISHED TEST : matrixParamSetEntityWithFromStringTest() 05-24-2024 13:11:32:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:32:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:32 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:32:STARTING TEST : matrixFieldParamSetEntityWithFromStringTest() 05-24-2024 13:11:32:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource; HTTP/1.1' to target server at 'localhost:8080' May 24, 2024 1:11:32 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:32:[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' 05-24-2024 13:11:32:FINISHED TEST : matrixFieldParamSetEntityWithFromStringTest() 05-24-2024 13:11:32:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:32:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:32 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:32 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:32:STARTING TEST : matrixParamListEntityWithFromStringTest() 05-24-2024 13:11:32:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource; HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:32:[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' 05-24-2024 13:11:32:FINISHED TEST : matrixParamListEntityWithFromStringTest() 05-24-2024 13:11:32:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:32:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:32 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:32:STARTING TEST : matrixFieldParamEntityWithFromStringTest() 05-24-2024 13:11:32:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource; HTTP/1.1' to target server at 'localhost:8080' May 24, 2024 1:11:32 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:32:[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' 05-24-2024 13:11:32:FINISHED TEST : matrixFieldParamEntityWithFromStringTest() 05-24-2024 13:11:32:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:32:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:32 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:32 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:32:STARTING TEST : matrixFieldParamEntityWithEncodedTest() 05-24-2024 13:11:32:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;FieldParamEntityWithValueOf=%21 HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:32:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;FieldParamEntityWithFromString=%21 HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:32:FINISHED TEST : matrixFieldParamEntityWithEncodedTest() 05-24-2024 13:11:32:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:32:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:32 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:32:STARTING TEST : matrixFieldThrowingWebApplicationExceptionTest() 05-24-2024 13:11:32:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;FieldParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:32:FINISHED TEST : matrixFieldThrowingWebApplicationExceptionTest() 05-24-2024 13:11:32:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:32:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:32 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:32 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:32:STARTING TEST : matrixParamEntityWithConstructorTest() 05-24-2024 13:11:32:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource; HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:32:[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-24-2024 13:11:32:FINISHED TEST : matrixParamEntityWithConstructorTest() 05-24-2024 13:11:32:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:32:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:32 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:32:STARTING TEST : matrixParamThrowingIllegalArgumentExceptionTest() 05-24-2024 13:11:32:[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' 05-24-2024 13:11:32:FINISHED TEST : matrixParamThrowingIllegalArgumentExceptionTest() [INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.876 s - in ee.jakarta.tck.ws.rs.ee.rs.matrixparam.sub.JAXRSSubClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.matrixparam.JAXRSClientIT 05-24-2024 13:11:33:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:33 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:33 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:33:STARTING TEST : matrixParamDoubleTest() 05-24-2024 13:11:33:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;doubletest1=123 HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:33:[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-24-2024 13:11:33:FINISHED TEST : matrixParamDoubleTest() 05-24-2024 13:11:33:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:33 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:33 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:33:STARTING TEST : matrixFieldParamEntityWithValueOfTest() 05-24-2024 13:11:33:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest; HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:33:[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-24-2024 13:11:33:FINISHED TEST : matrixFieldParamEntityWithValueOfTest() 05-24-2024 13:11:33:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:33 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:33 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:33:STARTING TEST : matrixParamEntityWithEncodedTest() 05-24-2024 13:11:33:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;ParamEntityWithValueOf=%21 HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:33:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;ParamEntityWithFromString=%21 HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:33:FINISHED TEST : matrixParamEntityWithEncodedTest() 05-24-2024 13:11:33:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:33 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:33 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:33:STARTING TEST : matrixParamEntityWithFromStringTest() 05-24-2024 13:11:33:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest; HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:33:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;ParamEntityWithFromString=JAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:33:FINISHED TEST : matrixParamEntityWithFromStringTest() 05-24-2024 13:11:33:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:33 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:33:STARTING TEST : matrixParamThrowingWebApplicationExceptionTest() 05-24-2024 13:11:33:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;ParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:33:FINISHED TEST : matrixParamThrowingWebApplicationExceptionTest() 05-24-2024 13:11:33:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:33 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:33 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:33:STARTING TEST : matrixParamLongTest() 05-24-2024 13:11:33:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;longtest=-9223372036854775808 HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:33:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;longtest1=-9223372036854775808;longtest2=9223372036854775807 HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:33:FINISHED TEST : matrixParamLongTest() 05-24-2024 13:11:33:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:33 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:33 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:33:STARTING TEST : matrixParamBooleanTest() 05-24-2024 13:11:33:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;booleantest=true HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:33:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;booleantest1=false;booleantest2=true HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:33:FINISHED TEST : matrixParamBooleanTest() 05-24-2024 13:11:33:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:33 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:33 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:33:STARTING TEST : matrixParamIntTest() 05-24-2024 13:11:33:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;inttest1=2147483647 HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:33:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;inttest1=2147483647;inttest2=-2147483648 HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:33:FINISHED TEST : matrixParamIntTest() 05-24-2024 13:11:33:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:33 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:33 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:33:STARTING TEST : matrixParamByteTest() 05-24-2024 13:11:33:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;bytetest=127 HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:33:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;bytetest1=123;bytetest2=-128 HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:33:FINISHED TEST : matrixParamByteTest() 05-24-2024 13:11:33:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:33 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:33 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:33:STARTING TEST : matrixParamEntityWithValueOfTest() 05-24-2024 13:11:33:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest; HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:33:[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-24-2024 13:11:33:FINISHED TEST : matrixParamEntityWithValueOfTest() 05-24-2024 13:11:33:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:33 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:33:STARTING TEST : matrixFieldParamEntityWithConstructorTest() 05-24-2024 13:11:33:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest; HTTP/1.1' to target server at 'localhost:8080' May 24, 2024 1:11:33 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:33:[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-24-2024 13:11:33:FINISHED TEST : matrixFieldParamEntityWithConstructorTest() 05-24-2024 13:11:33:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:33 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:33 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:33:STARTING TEST : matrixFieldParamListEntityWithFromStringTest() 05-24-2024 13:11:33:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest; HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:33:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;FieldListParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:33:FINISHED TEST : matrixFieldParamListEntityWithFromStringTest() 05-24-2024 13:11:33:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:33 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:33:STARTING TEST : matrixFieldThrowingIllegalArgumentExceptionTest() 05-24-2024 13:11:33:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;FieldParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:33:FINISHED TEST : matrixFieldThrowingIllegalArgumentExceptionTest() 05-24-2024 13:11:33:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:33 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:33 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:33:STARTING TEST : matrixFieldParamSortedSetEntityWithFromStringTest() 05-24-2024 13:11:33:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest; HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:33:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;FieldSortedSetParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:33:FINISHED TEST : matrixFieldParamSortedSetEntityWithFromStringTest() 05-24-2024 13:11:33:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:33 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:33 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:33:STARTING TEST : matrixParamSortedSetEntityWithFromStringTest() 05-24-2024 13:11:33:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest; HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:33:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;SortedSetParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:33:FINISHED TEST : matrixParamSortedSetEntityWithFromStringTest() 05-24-2024 13:11:33:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:33 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:33 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:33:STARTING TEST : matrixParamStringTest() 05-24-2024 13:11:33:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;stringtest=cts HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:33:[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-24-2024 13:11:33:FINISHED TEST : matrixParamStringTest() 05-24-2024 13:11:33:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:33 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:33 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:33:STARTING TEST : matrixParamFloatTest() 05-24-2024 13:11:33:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;floattest1=123 HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:33:[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-24-2024 13:11:33:FINISHED TEST : matrixParamFloatTest() 05-24-2024 13:11:33:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:33 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:33 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:33:STARTING TEST : matrixParamShortTest() 05-24-2024 13:11:33:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;shorttest=-32768 HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:33:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;shorttest1=32767;shorttest2=-32768 HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:33:FINISHED TEST : matrixParamShortTest() 05-24-2024 13:11:33:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:33 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:33 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:33:STARTING TEST : matrixParamSetEntityWithFromStringTest() 05-24-2024 13:11:33:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest; HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:33:[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-24-2024 13:11:33:FINISHED TEST : matrixParamSetEntityWithFromStringTest() 05-24-2024 13:11:33:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:34 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:34 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:33:STARTING TEST : matrixFieldParamSetEntityWithFromStringTest() 05-24-2024 13:11:33:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest; HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:34:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;FieldSetParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:34:FINISHED TEST : matrixFieldParamSetEntityWithFromStringTest() 05-24-2024 13:11:34:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:34 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:34 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:34:STARTING TEST : matrixParamListEntityWithFromStringTest() 05-24-2024 13:11:34:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest; HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:34:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;ListParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:34:FINISHED TEST : matrixParamListEntityWithFromStringTest() 05-24-2024 13:11:34:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:34 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:34 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:34:STARTING TEST : matrixFieldParamEntityWithFromStringTest() 05-24-2024 13:11:34:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest; HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:34:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;FieldParamEntityWithFromString=JAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:34:FINISHED TEST : matrixFieldParamEntityWithFromStringTest() 05-24-2024 13:11:34:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:34:STARTING TEST : matrixFieldParamEntityWithEncodedTest() May 24, 2024 1:11:34 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:34 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:34:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;FieldParamEntityWithValueOf=%21 HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:34:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;FieldParamEntityWithFromString=%21 HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:34:FINISHED TEST : matrixFieldParamEntityWithEncodedTest() 05-24-2024 13:11:34:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:34 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:34:STARTING TEST : matrixFieldThrowingWebApplicationExceptionTest() 05-24-2024 13:11:34:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;FieldParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:34:FINISHED TEST : matrixFieldThrowingWebApplicationExceptionTest() 05-24-2024 13:11:34:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:34 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:34:STARTING TEST : matrixParamEntityWithConstructorTest() May 24, 2024 1:11:34 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:34:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest; HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:34:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;ParamEntityWithConstructor=JAXRS_SPEC_5.2 HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:34:FINISHED TEST : matrixParamEntityWithConstructorTest() 05-24-2024 13:11:34:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:34:STARTING TEST : matrixParamThrowingIllegalArgumentExceptionTest() May 24, 2024 1:11:34 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:34:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;ParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:34:FINISHED TEST : matrixParamThrowingIllegalArgumentExceptionTest() [INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.22 s - in ee.jakarta.tck.ws.rs.ee.rs.matrixparam.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.options.JAXRSClientIT 05-24-2024 13:11:34:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:34:STARTING TEST : autoResponseTest() 05-24-2024 13:11:34:[HttpRequest] Dispatching request: 'OPTIONS /jaxrs_ee_rs_options_web/Options/get HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:34:FINISHED TEST : autoResponseTest() 05-24-2024 13:11:34:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:34:STARTING TEST : optionsTest() 05-24-2024 13:11:34:[HttpRequest] Dispatching request: 'OPTIONS /jaxrs_ee_rs_options_web/Options/options HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:34:FINISHED TEST : optionsTest() [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.769 s - in ee.jakarta.tck.ws.rs.ee.rs.options.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.pathparam.locator.JAXRSLocatorClientIT 05-24-2024 13:11:36:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:36:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:36 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:36:STARTING TEST : pathParamEntityWithFromStringTest() 05-24-2024 13:11:36:[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-24-2024 13:11:36:FINISHED TEST : pathParamEntityWithFromStringTest() 05-24-2024 13:11:36:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:36:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:36 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:36:STARTING TEST : pathParamEntityWithValueOfTest() 05-24-2024 13:11:36:[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-24-2024 13:11:36:FINISHED TEST : pathParamEntityWithValueOfTest() 05-24-2024 13:11:36:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:36:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:36 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:36:STARTING TEST : test1() 05-24-2024 13:11:36:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_pathparam_locator_web/resource/locator/a HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:36:FINISHED TEST : test1() 05-24-2024 13:11:36:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:36:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:36 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:36:STARTING TEST : test2() 05-24-2024 13:11:36:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_pathparam_locator_web/resource/locator/a/b HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:36:FINISHED TEST : test2() 05-24-2024 13:11:36:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:36:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:36 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:36 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:36:STARTING TEST : test3() 05-24-2024 13:11:36:[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-24-2024 13:11:36:[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' 05-24-2024 13:11:36:FINISHED TEST : test3() 05-24-2024 13:11:36:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:36:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:36 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:36 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:36:STARTING TEST : test4() 05-24-2024 13:11:36:[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-24-2024 13:11:36:[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' 05-24-2024 13:11:36:FINISHED TEST : test4() 05-24-2024 13:11:36:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:36:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:36 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:36 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:36:STARTING TEST : test5() 05-24-2024 13:11:36:[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-24-2024 13:11:36:[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-24-2024 13:11:36:FINISHED TEST : test5() 05-24-2024 13:11:36:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:36:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:36 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:36:STARTING TEST : test6() 05-24-2024 13:11:36:[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' 05-24-2024 13:11:36:FINISHED TEST : test6() 05-24-2024 13:11:36:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:36:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:36:STARTING TEST : pathParamThrowingIllegalArgumentExceptionTest() May 24, 2024 1:11:36 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:36:[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-24-2024 13:11:36:FINISHED TEST : pathParamThrowingIllegalArgumentExceptionTest() 05-24-2024 13:11:36:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:36:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:36:STARTING TEST : pathParamEntityWithConstructorTest() May 24, 2024 1:11:36 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:36:[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' 05-24-2024 13:11:36:FINISHED TEST : pathParamEntityWithConstructorTest() 05-24-2024 13:11:36:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:36:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:36:STARTING TEST : pathParamSetEntityWithFromStringTest() May 24, 2024 1:11:36 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:36:[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-24-2024 13:11:36:FINISHED TEST : pathParamSetEntityWithFromStringTest() 05-24-2024 13:11:36:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:36:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:36:STARTING TEST : pathParamThrowingWebApplicationExceptionTest() May 24, 2024 1:11:36 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:36:[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-24-2024 13:11:36:FINISHED TEST : pathParamThrowingWebApplicationExceptionTest() 05-24-2024 13:11:36:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:36:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:36 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:36:STARTING TEST : pathParamListEntityWithFromStringTest() 05-24-2024 13:11:36:[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-24-2024 13:11:36:FINISHED TEST : pathParamListEntityWithFromStringTest() [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.124 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-24-2024 13:11:38:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:38:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:38 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:38:STARTING TEST : pathParamEntityWithFromStringTest() 05-24-2024 13:11:38:[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-24-2024 13:11:38:FINISHED TEST : pathParamEntityWithFromStringTest() 05-24-2024 13:11:38:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:38:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:38 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:38 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:38:STARTING TEST : pathParamEntityWithEncodedTest() 05-24-2024 13:11:38:[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-24-2024 13:11:38:[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-24-2024 13:11:38:FINISHED TEST : pathParamEntityWithEncodedTest() 05-24-2024 13:11:38:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:38:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:38 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:38:STARTING TEST : pathParamSortedSetEntityWithFromStringTest() 05-24-2024 13:11:38:[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-24-2024 13:11:38:FINISHED TEST : pathParamSortedSetEntityWithFromStringTest() 05-24-2024 13:11:38:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:38:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:38 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:38:STARTING TEST : pathParamEntityWithValueOfTest() 05-24-2024 13:11:38:[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-24-2024 13:11:38:FINISHED TEST : pathParamEntityWithValueOfTest() 05-24-2024 13:11:38:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:38:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:38 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:38:STARTING TEST : test1() 05-24-2024 13:11:38:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_sub_web/resource/subresource/a HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:38:FINISHED TEST : test1() 05-24-2024 13:11:38:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:38:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:38 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:38:STARTING TEST : test2() 05-24-2024 13:11:38:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_sub_web/resource/subresource/a/b HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:38:FINISHED TEST : test2() 05-24-2024 13:11:38:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:38:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:38 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:38 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:38:STARTING TEST : test3() 05-24-2024 13:11:38:[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-24-2024 13:11:38:[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-24-2024 13:11:38:FINISHED TEST : test3() 05-24-2024 13:11:38:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:38:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:38 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:38 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:38:STARTING TEST : test4() 05-24-2024 13:11:38:[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-24-2024 13:11:38:[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' 05-24-2024 13:11:38:FINISHED TEST : test4() 05-24-2024 13:11:38:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:38:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:38 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:38 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:38:STARTING TEST : test5() 05-24-2024 13:11:38:[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' 05-24-2024 13:11:38:[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-24-2024 13:11:38:FINISHED TEST : test5() 05-24-2024 13:11:38:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:38:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:38 PM 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) 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.GeneratedMethodAccessor15.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86) at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(EventContextImpl.java:103) at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:90) at org.jboss.arquillian.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.GeneratedMethodAccessor14.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86) at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(EventContextImpl.java:103)05-24-2024 13:11:38:STARTING TEST : test6() 05-24-2024 13:11:38:[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-24-2024 13:11:38:[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-24-2024 13:11:38:[JAXRSCommonClient] null failed! Check output for cause of failure. 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.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.proceed(EventContextImpl.java:95) at org.jboss.arquillian.test.impl.TestContextHandler.createTestContext(TestContextHandler.java:116) at jdk.internal.reflect.GeneratedMethodAccessor8.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86) at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:95) at org.jboss.arquillian.test.impl.TestContextHandler.createClassContext(TestContextHandler.java:83) at jdk.internal.reflect.GeneratedMethodAccessor7.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86) at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:95) at org.jboss.arquillian.test.impl.TestContextHandler.createSuiteContext(TestContextHandler.java:69) 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.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 24, 2024 1:11:38 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:38:[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-24-2024 13:11:38:FINISHED TEST : test6() 05-24-2024 13:11:38:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:38:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:38 PM 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) 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.GeneratedMethodAccessor15.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86) at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(EventContextImpl.java:103) at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:90) at org.jboss.arquillian.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.GeneratedMethodAccessor14.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566)05-24-2024 13:11:38:STARTING TEST : test7() 05-24-2024 13:11:38:[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-24-2024 13:11:38:[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-24-2024 13:11:38:[JAXRSCommonClient] null failed! Check output for cause of failure. 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.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.proceed(EventContextImpl.java:95) at org.jboss.arquillian.test.impl.TestContextHandler.createTestContext(TestContextHandler.java:116) at jdk.internal.reflect.GeneratedMethodAccessor8.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86) at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:95) at org.jboss.arquillian.test.impl.TestContextHandler.createClassContext(TestContextHandler.java:83) at jdk.internal.reflect.GeneratedMethodAccessor7.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86) at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:95) at org.jboss.arquillian.test.impl.TestContextHandler.createSuiteContext(TestContextHandler.java:69) 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.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 24, 2024 1:11:38 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:38:[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-24-2024 13:11:38:FINISHED TEST : test7() 05-24-2024 13:11:38:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:38:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:38 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:38:STARTING TEST : pathParamThrowingIllegalArgumentExceptionTest() 05-24-2024 13:11:38:[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' 05-24-2024 13:11:38:FINISHED TEST : pathParamThrowingIllegalArgumentExceptionTest() 05-24-2024 13:11:38:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:38:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:38 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:38:STARTING TEST : pathParamEntityWithConstructorTest() 05-24-2024 13:11:38:[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-24-2024 13:11:38:FINISHED TEST : pathParamEntityWithConstructorTest() 05-24-2024 13:11:38:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:38:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:38 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:38:STARTING TEST : pathParamSetEntityWithFromStringTest() 05-24-2024 13:11:38:[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-24-2024 13:11:38:FINISHED TEST : pathParamSetEntityWithFromStringTest() 05-24-2024 13:11:38:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:38:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:38 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:38:STARTING TEST : pathParamThrowingWebApplicationExceptionTest() 05-24-2024 13:11:38:[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-24-2024 13:11:38:FINISHED TEST : pathParamThrowingWebApplicationExceptionTest() 05-24-2024 13:11:38:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:38:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:38 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:38:STARTING TEST : pathParamListEntityWithFromStringTest() 05-24-2024 13:11:38:[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' 05-24-2024 13:11:38:FINISHED TEST : pathParamListEntityWithFromStringTest() [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.911 s - in ee.jakarta.tck.ws.rs.ee.rs.pathparam.sub.JAXRSSubClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.pathparam.JAXRSClientIT 05-24-2024 13:11:40:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:40 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:40:STARTING TEST : pathParamEntityWithFromStringTest() 05-24-2024 13:11:40:[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' 05-24-2024 13:11:40:FINISHED TEST : pathParamEntityWithFromStringTest() 05-24-2024 13:11:40:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:40 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:40 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:40:STARTING TEST : pathParamEntityWithEncodedTest() 05-24-2024 13:11:40:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_web/PathParamTest/ParamEntityWithValueOf/ParamEntityWithValueOf%3d%21/ HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:40:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_web/PathParamTest/ParamEntityWithFromString/ParamEntityWithFromString%3d%21/ HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:40:FINISHED TEST : pathParamEntityWithEncodedTest() 05-24-2024 13:11:40:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:40 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:40:STARTING TEST : pathParamSortedSetEntityWithFromStringTest() 05-24-2024 13:11:40:[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' 05-24-2024 13:11:40:FINISHED TEST : pathParamSortedSetEntityWithFromStringTest() 05-24-2024 13:11:40:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:40 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:40:STARTING TEST : pathParamEntityWithValueOfTest() 05-24-2024 13:11:40:[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' 05-24-2024 13:11:40:FINISHED TEST : pathParamEntityWithValueOfTest() 05-24-2024 13:11:40:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:40 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:40:STARTING TEST : test1() 05-24-2024 13:11:40:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_web/PathParamTest/a HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:40:FINISHED TEST : test1() 05-24-2024 13:11:40:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:40 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:40:STARTING TEST : test2() 05-24-2024 13:11:40:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_web/PathParamTest/a/b HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:40:FINISHED TEST : test2() 05-24-2024 13:11:40:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:40 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:40 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:40:STARTING TEST : test3() 05-24-2024 13:11:40:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_web/PathParamTest/2147483647/b/12.345 HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:40:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_web/PathParamTest/-2147483648/b/123.0 HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:40:FINISHED TEST : test3() 05-24-2024 13:11:40:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:40 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:40 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:40:STARTING TEST : test4() 05-24-2024 13:11:40:[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-24-2024 13:11:40:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_web/PathParamTest/345/false/-128/xyz HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:40:FINISHED TEST : test4() 05-24-2024 13:11:40:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:40 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:40 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:40:STARTING TEST : test5() 05-24-2024 13:11:40:[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-24-2024 13:11:40:[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-24-2024 13:11:40:FINISHED TEST : test5() 05-24-2024 13:11:40:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:40 PM 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) 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.GeneratedMethodAccessor15.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86) at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(EventContextImpl.java:103) at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:90) at org.jboss.arquillian.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.GeneratedMethodAccessor14.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86) at org.jboss.arquillian.core.impl.EventContextImpl.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.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.proceed(EventContextImpl.java:95) at org.jboss.arquillian.test.impl.TestContextHandler.createTestContext(TestContextHandler.java:116) 05-24-2024 13:11:40:STARTING TEST : test6() 05-24-2024 13:11:40:[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-24-2024 13:11:40:[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-24-2024 13:11:40:[JAXRSCommonClient] null failed! Check output for cause of failure. at jdk.internal.reflect.GeneratedMethodAccessor8.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86) at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:95) at org.jboss.arquillian.test.impl.TestContextHandler.createClassContext(TestContextHandler.java:83) at jdk.internal.reflect.GeneratedMethodAccessor7.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86) at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:95) at org.jboss.arquillian.test.impl.TestContextHandler.createSuiteContext(TestContextHandler.java:69) 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.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 24, 2024 1:11:40 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:40:[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-24-2024 13:11:40:FINISHED TEST : test6() 05-24-2024 13:11:40:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:40 PM 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) 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.GeneratedMethodAccessor15.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86) at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(EventContextImpl.java:103) at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:90) at org.jboss.arquillian.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.GeneratedMethodAccessor14.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86) at org.jboss.arquillian.core.impl.EventContextImpl.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.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.proceed(EventContextImpl.java:95) at org.jboss.arquillian.test.impl.TestContextHandler.createTestContext(TestContextHandler.java:116) at jdk.internal.reflect.GeneratedMethodAccessor8.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86) at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:95) at org.jboss.arquillian.test.impl.TestContextHandler.createClassContext(TestContextHandler.java:83) at jdk.internal.reflect.GeneratedMethodAccessor7.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86) at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:95) at org.jboss.arquillian.test.impl.TestContextHandler.createSuiteContext(TestContextHandler.java:69) 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.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 24, 2024 1:11:40 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:40:STARTING TEST : test7() 05-24-2024 13:11:40:[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-24-2024 13:11:40:[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-24-2024 13:11:40:[JAXRSCommonClient] null failed! Check output for cause of failure. 05-24-2024 13:11:40:[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-24-2024 13:11:40:FINISHED TEST : test7() 05-24-2024 13:11:40:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:40 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:40:STARTING TEST : pathParamThrowingIllegalArgumentExceptionTest() 05-24-2024 13:11:40:[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-24-2024 13:11:40:FINISHED TEST : pathParamThrowingIllegalArgumentExceptionTest() 05-24-2024 13:11:40:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:40 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:40:STARTING TEST : pathParamEntityWithConstructorTest() 05-24-2024 13:11:40:[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-24-2024 13:11:40:FINISHED TEST : pathParamEntityWithConstructorTest() 05-24-2024 13:11:40:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:40 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:40:STARTING TEST : pathParamSetEntityWithFromStringTest() 05-24-2024 13:11:40:[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-24-2024 13:11:40:FINISHED TEST : pathParamSetEntityWithFromStringTest() 05-24-2024 13:11:40:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:40 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:40:STARTING TEST : pathParamThrowingWebApplicationExceptionTest() 05-24-2024 13:11:40:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_web/PathParamTest/ParamEntityThrowingWebApplicationException/ParamEntityThrowingWebApplicationException%3dCREATED/ HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:40:FINISHED TEST : pathParamThrowingWebApplicationExceptionTest() 05-24-2024 13:11:40:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:40 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:40:STARTING TEST : pathParamListEntityWithFromStringTest() 05-24-2024 13:11:40:[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-24-2024 13:11:40:FINISHED TEST : pathParamListEntityWithFromStringTest() [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.412 s - in ee.jakarta.tck.ws.rs.ee.rs.pathparam.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.produceconsume.JAXRSClientIT 05-24-2024 13:11:41:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:41 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:41:STARTING TEST : anyUnknownConsumesTest() 05-24-2024 13:11:41:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_produceconsume_web/resource/unknown HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:41:FINISHED TEST : anyUnknownConsumesTest() 05-24-2024 13:11:41:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:41 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:41:STARTING TEST : unknownAnyTest() 05-24-2024 13:11:41:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_produceconsume_web/resource/any HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:41:FINISHED TEST : unknownAnyTest() 05-24-2024 13:11:41:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:41 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:41:STARTING TEST : widgetsXmlAnyTest() 05-24-2024 13:11:41:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_produceconsume_web/resource/any HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:41:FINISHED TEST : widgetsXmlAnyTest() 05-24-2024 13:11:41:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:41 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:41:STARTING TEST : plainPlusConsumeXmlTest() 05-24-2024 13:11:41:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_produceconsume_web/resource/plus HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:41:FINISHED TEST : plainPlusConsumeXmlTest() 05-24-2024 13:11:41:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:41 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:41:STARTING TEST : anyWidgetsxmlConsumesTest() 05-24-2024 13:11:41:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_produceconsume_web/resource/widgetsxml HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:41:FINISHED TEST : anyWidgetsxmlConsumesTest() 05-24-2024 13:11:41:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:41 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:41:STARTING TEST : widgetsXmlAnyConsumesTest() 05-24-2024 13:11:41:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_produceconsume_web/resource/any HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:41:FINISHED TEST : widgetsXmlAnyConsumesTest() 05-24-2024 13:11:41:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:41:STARTING TEST : htmlPlainTest() 05-24-2024 13:11:41:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_produceconsume_web/resource/plain HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:41:FINISHED TEST : htmlPlainTest() 05-24-2024 13:11:41:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:41:STARTING TEST : htmlUnknownConsumesTest() 05-24-2024 13:11:41:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_produceconsume_web/resource/plain HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:41:FINISHED TEST : htmlUnknownConsumesTest() 05-24-2024 13:11:41:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:41:STARTING TEST : htmlPlainConsumesTest() 05-24-2024 13:11:41:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_produceconsume_web/resource/plain HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:41:FINISHED TEST : htmlPlainConsumesTest() 05-24-2024 13:11:41:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:41 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:41:STARTING TEST : plainAnyConsumesTest() 05-24-2024 13:11:41:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_produceconsume_web/resource/any HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:41:FINISHED TEST : plainAnyConsumesTest() 05-24-2024 13:11:41:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:41 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:41:STARTING TEST : plainPlusProducePlainTest() 05-24-2024 13:11:41:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_produceconsume_web/resource/plus HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:41:FINISHED TEST : plainPlusProducePlainTest() 05-24-2024 13:11:41:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:41 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:41:STARTING TEST : unknownAnyConsumesTest() 05-24-2024 13:11:41:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_produceconsume_web/resource/any HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:41:FINISHED TEST : unknownAnyConsumesTest() 05-24-2024 13:11:41:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:41 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:41:STARTING TEST : anyWidgetsxmlTest() 05-24-2024 13:11:41:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_produceconsume_web/resource/widgetsxml HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:41:FINISHED TEST : anyWidgetsxmlTest() 05-24-2024 13:11:41:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:41 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:41:STARTING TEST : anyPlainTest() 05-24-2024 13:11:41:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_produceconsume_web/resource/plain HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:41:FINISHED TEST : anyPlainTest() 05-24-2024 13:11:41:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:41 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:41:STARTING TEST : plainAnyTest() 05-24-2024 13:11:41:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_produceconsume_web/resource/any HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:41:FINISHED TEST : plainAnyTest() 05-24-2024 13:11:41:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:41:STARTING TEST : htmlUnknownTest() 05-24-2024 13:11:41:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_produceconsume_web/resource/plain HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:41:FINISHED TEST : htmlUnknownTest() 05-24-2024 13:11:41:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:41 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:41:STARTING TEST : anyPlainConsumesTest() 05-24-2024 13:11:41:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_produceconsume_web/resource/plain HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:41:FINISHED TEST : anyPlainConsumesTest() 05-24-2024 13:11:41:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:41 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:41:STARTING TEST : anyUnknownTest() 05-24-2024 13:11:41:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_produceconsume_web/resource/unknown HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:41:FINISHED TEST : anyUnknownTest() 05-24-2024 13:11:41:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:41 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:41:STARTING TEST : plainPlusProduceXmlTest() 05-24-2024 13:11:41:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_produceconsume_web/resource/plus HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:41:FINISHED TEST : plainPlusProduceXmlTest() 05-24-2024 13:11:41:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:41 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:41:STARTING TEST : plainPlusConsumePlainTest() 05-24-2024 13:11:41:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_produceconsume_web/resource/plus HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:41:FINISHED TEST : plainPlusConsumePlainTest() [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.808 s - in ee.jakarta.tck.ws.rs.ee.rs.produceconsume.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.put.JAXRSClientIT 05-24-2024 13:11:41:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:41:STARTING TEST : putSubTest() 05-24-2024 13:11:41:[Request] Dispatching request: 'PUT http://localhost:8080/jaxrs_ee_rs_put_web/PutTest/sub' to target server at 'localhost:8080' 05-24-2024 13:11:41:############################### 05-24-2024 13:11:41: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_put_web/PutTest/sub 05-24-2024 13:11:41: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:11:41: TRACE: [WIRE] - >> dummy 05-24-2024 13:11:41: TRACE: [WIRE] - << 200 OK 05-24-2024 13:11:41: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:41: TRACE: [WIRE] - << Content-Length: 88 05-24-2024 13:11:41: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:11:41: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:41: TRACE: [WIRE] - << CTS-get text/htmlCTS-put text/html 05-24-2024 13:11:41:[Request] Adding entity: dummy 05-24-2024 13:11:41:FINISHED TEST : putSubTest() 05-24-2024 13:11:41:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:41: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_put_web/PutTest 05-24-2024 13:11:41: TRACE: [WIRE] - >> Accept:text/plain, Content-Type:*/* 05-24-2024 13:11:41: TRACE: [WIRE] - >> dummy 05-24-2024 13:11:41:STARTING TEST : putTest1() 05-24-2024 13:11:41:[Request] Dispatching request: 'PUT http://localhost:8080/jaxrs_ee_rs_put_web/PutTest' to target server at 'localhost:8080' 05-24-2024 13:11:41:############################### 05-24-2024 13:11:41:[Request] Adding entity: dummy 05-24-2024 13:11:41: TRACE: [WIRE] - << 200 OK 05-24-2024 13:11:41: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:41: TRACE: [WIRE] - << Content-Length: 18 05-24-2024 13:11:41: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:11:41: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:41: TRACE: [WIRE] - << CTS-put text/plain 05-24-2024 13:11:41:FINISHED TEST : putTest1() 05-24-2024 13:11:41:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:42: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_put_web/PutTest 05-24-2024 13:11:42: TRACE: [WIRE] - >> Accept:text/html, Content-Type:*/* 05-24-2024 13:11:42: TRACE: [WIRE] - >> dummy 05-24-2024 13:11:42: TRACE: [WIRE] - << 200 OK 05-24-2024 13:11:42: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:42: TRACE: [WIRE] - << Content-Length: 88 05-24-2024 13:11:42: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:11:42: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:42: TRACE: [WIRE] - << CTS-get text/htmlCTS-put text/html 05-24-2024 13:11:41:STARTING TEST : putTest2() 05-24-2024 13:11:41:[Request] Dispatching request: 'PUT http://localhost:8080/jaxrs_ee_rs_put_web/PutTest' to target server at 'localhost:8080' 05-24-2024 13:11:41:############################### 05-24-2024 13:11:42:[Request] Adding entity: dummy 05-24-2024 13:11:42:FINISHED TEST : putTest2() [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.825 s - in ee.jakarta.tck.ws.rs.ee.rs.put.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.queryparam.sub.JAXRSSubClientIT 05-24-2024 13:11:43:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:43:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:43 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:43 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:43:STARTING TEST : queryFieldParamEntityWithEncodedTest() 05-24-2024 13:11:43:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?FieldParamEntityWithValueOf=%21 HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:43:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?FieldParamEntityWithFromString=%21 HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:43:FINISHED TEST : queryFieldParamEntityWithEncodedTest() 05-24-2024 13:11:43:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:43:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:43 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:43 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:43:STARTING TEST : queryParamEntityWithEncodedTest() 05-24-2024 13:11:43:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?ParamEntityWithValueOf=%21 HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:43:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?ParamEntityWithFromString=%21 HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:43:FINISHED TEST : queryParamEntityWithEncodedTest() 05-24-2024 13:11:43:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:43:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:43 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:43 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:43 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:43 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:43:STARTING TEST : queryParamStringTest() 05-24-2024 13:11:43:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?stringtest=cts HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:43:[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-24-2024 13:11:43:[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-24-2024 13:11:43:[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' 05-24-2024 13:11:43:FINISHED TEST : queryParamStringTest() 05-24-2024 13:11:43:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:43:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:43 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:43 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:43:STARTING TEST : queryFieldParamEntityWithFromStringTest() 05-24-2024 13:11:43:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource? HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:43:[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' 05-24-2024 13:11:43:FINISHED TEST : queryFieldParamEntityWithFromStringTest() 05-24-2024 13:11:43:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:43:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:43 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:43 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:43:STARTING TEST : queryFieldParamSetEntityWithFromStringTest() 05-24-2024 13:11:43:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource? HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:43:[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-24-2024 13:11:43:FINISHED TEST : queryFieldParamSetEntityWithFromStringTest() 05-24-2024 13:11:43:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:43:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:43 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:43 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:43:STARTING TEST : queryFieldParamEntityWithValueOfTest() 05-24-2024 13:11:43:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource? HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:43:[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-24-2024 13:11:43:FINISHED TEST : queryFieldParamEntityWithValueOfTest() 05-24-2024 13:11:43:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:43:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:43 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:43 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:43:STARTING TEST : queryParamEntityWithValueOfTest() 05-24-2024 13:11:43:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource? HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:43:[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' 05-24-2024 13:11:43:FINISHED TEST : queryParamEntityWithValueOfTest() 05-24-2024 13:11:43:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:43:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:43 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:43:STARTING TEST : queryParamThrowingIllegalArgumentExceptionTest() 05-24-2024 13:11:43:[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-24-2024 13:11:43:FINISHED TEST : queryParamThrowingIllegalArgumentExceptionTest() 05-24-2024 13:11:43:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:43:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:43 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:43:STARTING TEST : queryParamSetEntityWithFromStringTest() 05-24-2024 13:11:43:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource? HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:43:[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' May 24, 2024 1:11:43 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:43:FINISHED TEST : queryParamSetEntityWithFromStringTest() 05-24-2024 13:11:43:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:43:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:43 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:43 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:43:STARTING TEST : queryParamListEntityWithFromStringTest() 05-24-2024 13:11:43:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource? HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:43:[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-24-2024 13:11:43:FINISHED TEST : queryParamListEntityWithFromStringTest() 05-24-2024 13:11:43:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:43:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:43 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:43 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:43 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:43 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:43:STARTING TEST : queryParamBooleanTest() 05-24-2024 13:11:43:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?booleantest=true HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:43:[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-24-2024 13:11:43:[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' 05-24-2024 13:11:43:[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' 05-24-2024 13:11:43:FINISHED TEST : queryParamBooleanTest() 05-24-2024 13:11:43:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:43:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:43 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:43 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:43:STARTING TEST : queryFieldParamListEntityWithFromStringTest() 05-24-2024 13:11:43:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource? HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:43:[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-24-2024 13:11:43:FINISHED TEST : queryFieldParamListEntityWithFromStringTest() 05-24-2024 13:11:43:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:43:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:43 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:43:STARTING TEST : queryFieldThrowingWebApplicationExceptionTest() 05-24-2024 13:11:43:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?FieldParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:43:FINISHED TEST : queryFieldThrowingWebApplicationExceptionTest() 05-24-2024 13:11:43:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:43:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:43 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:43 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:43:STARTING TEST : queryFieldParamSortedSetEntityWithFromStringTest() 05-24-2024 13:11:43:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource? HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:43:[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-24-2024 13:11:43:FINISHED TEST : queryFieldParamSortedSetEntityWithFromStringTest() 05-24-2024 13:11:43:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:43:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:43 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:43 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:43:STARTING TEST : queryParamEntityWithFromStringTest() 05-24-2024 13:11:43:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource? HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:43:[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' 05-24-2024 13:11:43:FINISHED TEST : queryParamEntityWithFromStringTest() 05-24-2024 13:11:43:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:43:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:43 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:43:STARTING TEST : queryParamSortedSetEntityWithFromStringTest() 05-24-2024 13:11:43:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource? HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:43:[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'May 24, 2024 1:11:43 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:43:FINISHED TEST : queryParamSortedSetEntityWithFromStringTest() 05-24-2024 13:11:43:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:43:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:43 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:43 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:43:STARTING TEST : queryParamEntityWithConstructorTest() 05-24-2024 13:11:43:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource? HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:43:[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' 05-24-2024 13:11:43:FINISHED TEST : queryParamEntityWithConstructorTest() 05-24-2024 13:11:43:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:43:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:43 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:43 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:43 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:43 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:43:STARTING TEST : queryParamFloatTest() 05-24-2024 13:11:43:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?floattest1=123 HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:43:[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-24-2024 13:11:43:[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-24-2024 13:11:43:[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' 05-24-2024 13:11:43:FINISHED TEST : queryParamFloatTest() 05-24-2024 13:11:43:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:43:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:43 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:43 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:43 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:43 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:43:STARTING TEST : queryParamDoubleTest() 05-24-2024 13:11:43:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?doubletest1=123 HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:43:[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-24-2024 13:11:43:[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-24-2024 13:11:43:[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' 05-24-2024 13:11:43:FINISHED TEST : queryParamDoubleTest() 05-24-2024 13:11:43:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:43:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:43 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:43 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:43 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:43 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:43:STARTING TEST : queryParamShortTest() 05-24-2024 13:11:43:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?shorttest=-32768 HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:43:[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-24-2024 13:11:43:[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-24-2024 13:11:43:[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' 05-24-2024 13:11:43:FINISHED TEST : queryParamShortTest() 05-24-2024 13:11:43:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:43:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:43 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:43:STARTING TEST : queryFieldThrowingIllegalArgumentExceptionTest() 05-24-2024 13:11:43:[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-24-2024 13:11:43:FINISHED TEST : queryFieldThrowingIllegalArgumentExceptionTest() 05-24-2024 13:11:43:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:43:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:43 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:43:STARTING TEST : queryParamThrowingWebApplicationExceptionTest() 05-24-2024 13:11:43:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?ParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:43:FINISHED TEST : queryParamThrowingWebApplicationExceptionTest() 05-24-2024 13:11:43:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:43:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:43 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:43 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:43:STARTING TEST : queryParamIntTest() 05-24-2024 13:11:43:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?inttest1=2147483647 HTTP/1.1' to target server at 'localhost:8080' May 24, 2024 1:11:43 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:43 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:43:[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-24-2024 13:11:43:[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-24-2024 13:11:43:[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' 05-24-2024 13:11:43:FINISHED TEST : queryParamIntTest() 05-24-2024 13:11:43:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:43:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:43 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:43:STARTING TEST : queryParamNoQueryTest() 05-24-2024 13:11:43:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource? HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:43:FINISHED TEST : queryParamNoQueryTest() 05-24-2024 13:11:43:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:43:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:43 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:43 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:43:STARTING TEST : queryParamLongTest() 05-24-2024 13:11:43:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?longtest=-9223372036854775808 HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:43:[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' May 24, 2024 1:11:43 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:43 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:43:[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' 05-24-2024 13:11:43:[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-24-2024 13:11:43:FINISHED TEST : queryParamLongTest() 05-24-2024 13:11:43:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:43:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:44:STARTING TEST : queryFieldParamEntityWithConstructorTest()May 24, 2024 1:11:44 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:44:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource? HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:44:[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' May 24, 2024 1:11:44 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:44:FINISHED TEST : queryFieldParamEntityWithConstructorTest() 05-24-2024 13:11:44:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:44:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:44:STARTING TEST : queryParamByteTest() May 24, 2024 1:11:44 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:44:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?bytetest=127 HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:44:[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' May 24, 2024 1:11:44 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:44 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:44 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:44:[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' 05-24-2024 13:11:44:[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-24-2024 13:11:44:FINISHED TEST : queryParamByteTest() [INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.088 s - in ee.jakarta.tck.ws.rs.ee.rs.queryparam.sub.JAXRSSubClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.queryparam.JAXRSClientIT 05-24-2024 13:11:44:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:44 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:44 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:44:STARTING TEST : queryFieldParamEntityWithEncodedTest() 05-24-2024 13:11:44:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?FieldParamEntityWithValueOf=%21 HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:44:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?FieldParamEntityWithFromString=%21 HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:44:FINISHED TEST : queryFieldParamEntityWithEncodedTest() 05-24-2024 13:11:44:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:44 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:44 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:44:STARTING TEST : queryParamEntityWithEncodedTest() 05-24-2024 13:11:44:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?ParamEntityWithValueOf=%21 HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:44:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?ParamEntityWithFromString=%21 HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:44:FINISHED TEST : queryParamEntityWithEncodedTest() 05-24-2024 13:11:44:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:44 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:44 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:44 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:44 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:44:STARTING TEST : queryParamStringTest() 05-24-2024 13:11:44:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?stringtest=cts HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:44:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?stringtest=cts1&stringtest=cts2 HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:44:[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-24-2024 13:11:44:[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-24-2024 13:11:44:FINISHED TEST : queryParamStringTest() 05-24-2024 13:11:44:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:44 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:44 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:44:STARTING TEST : queryFieldParamEntityWithFromStringTest() 05-24-2024 13:11:44:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest? HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:44:[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-24-2024 13:11:44:FINISHED TEST : queryFieldParamEntityWithFromStringTest() 05-24-2024 13:11:45:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:45 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:45 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:45:STARTING TEST : queryFieldParamSetEntityWithFromStringTest() 05-24-2024 13:11:45:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest? HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:45:[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-24-2024 13:11:45:FINISHED TEST : queryFieldParamSetEntityWithFromStringTest() 05-24-2024 13:11:45:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:45 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:45 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:45:STARTING TEST : queryFieldParamEntityWithValueOfTest() 05-24-2024 13:11:45:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest? HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:45:[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-24-2024 13:11:45:FINISHED TEST : queryFieldParamEntityWithValueOfTest() 05-24-2024 13:11:45:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:45 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:45 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:45:STARTING TEST : queryParamEntityWithValueOfTest() 05-24-2024 13:11:45:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest? HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:45:[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-24-2024 13:11:45:FINISHED TEST : queryParamEntityWithValueOfTest() 05-24-2024 13:11:45:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:45 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:45:STARTING TEST : queryParamThrowingIllegalArgumentExceptionTest() 05-24-2024 13:11:45:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?ParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:45:FINISHED TEST : queryParamThrowingIllegalArgumentExceptionTest() 05-24-2024 13:11:45:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:45 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:45 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:45:STARTING TEST : queryParamSetEntityWithFromStringTest() 05-24-2024 13:11:45:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest? HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:45:[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-24-2024 13:11:45:FINISHED TEST : queryParamSetEntityWithFromStringTest() 05-24-2024 13:11:45:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:45 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:45 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:45:STARTING TEST : queryParamListEntityWithFromStringTest() 05-24-2024 13:11:45:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest? HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:45:[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-24-2024 13:11:45:FINISHED TEST : queryParamListEntityWithFromStringTest() 05-24-2024 13:11:45:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:45 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:45 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:45 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:45 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:45:STARTING TEST : queryParamBooleanTest() 05-24-2024 13:11:45:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?booleantest=true HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:45:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?booleantest=true&booleantest=false HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:45:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?booleantest1=false&booleantest2=true HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:45:[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-24-2024 13:11:45:FINISHED TEST : queryParamBooleanTest() 05-24-2024 13:11:45:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:45 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:45:STARTING TEST : queryFieldParamListEntityWithFromStringTest() 05-24-2024 13:11:45:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest? HTTP/1.1' to target server at 'localhost:8080'May 24, 2024 1:11:45 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:45:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?FieldListParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:45:FINISHED TEST : queryFieldParamListEntityWithFromStringTest() 05-24-2024 13:11:45:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:45 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:45:STARTING TEST : queryFieldThrowingWebApplicationExceptionTest() 05-24-2024 13:11:45:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?FieldParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:45:FINISHED TEST : queryFieldThrowingWebApplicationExceptionTest() 05-24-2024 13:11:45:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:45:STARTING TEST : queryFieldParamSortedSetEntityWithFromStringTest() May 24, 2024 1:11:45 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:45:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest? HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:45:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?FieldSortedSetParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080' May 24, 2024 1:11:45 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:45:FINISHED TEST : queryFieldParamSortedSetEntityWithFromStringTest() 05-24-2024 13:11:45:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:45 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:45 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:45:STARTING TEST : queryParamEntityWithFromStringTest() 05-24-2024 13:11:45:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest? HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:45:[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-24-2024 13:11:45:FINISHED TEST : queryParamEntityWithFromStringTest() 05-24-2024 13:11:45:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:45 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:45 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:45:STARTING TEST : queryParamSortedSetEntityWithFromStringTest() 05-24-2024 13:11:45:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest? HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:45:[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-24-2024 13:11:45:FINISHED TEST : queryParamSortedSetEntityWithFromStringTest() 05-24-2024 13:11:45:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:45 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:45 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:45:STARTING TEST : queryParamEntityWithConstructorTest() 05-24-2024 13:11:45:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest? HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:45:[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-24-2024 13:11:45:FINISHED TEST : queryParamEntityWithConstructorTest() 05-24-2024 13:11:45:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:45 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:45 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:45 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:45 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:45:STARTING TEST : queryParamFloatTest() 05-24-2024 13:11:45:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?floattest1=123 HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:45:[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-24-2024 13:11:45:[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-24-2024 13:11:45:[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' 05-24-2024 13:11:45:FINISHED TEST : queryParamFloatTest() 05-24-2024 13:11:45:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:45 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:45:STARTING TEST : queryParamDoubleTest() May 24, 2024 1:11:45 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:45 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:45 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:45:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?doubletest1=123 HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:45:[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-24-2024 13:11:45:[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-24-2024 13:11:45:[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' 05-24-2024 13:11:45:FINISHED TEST : queryParamDoubleTest() 05-24-2024 13:11:45:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:45 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:45 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:45 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:45 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:45:STARTING TEST : queryParamShortTest() 05-24-2024 13:11:45:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?shorttest=-32768 HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:45:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?shorttest=32767&shorttest=-32768 HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:45:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?shorttest1=32767&shorttest2=-32768 HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:45:[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' 05-24-2024 13:11:45:FINISHED TEST : queryParamShortTest() 05-24-2024 13:11:45:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:45 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:45:STARTING TEST : queryFieldThrowingIllegalArgumentExceptionTest() 05-24-2024 13:11:45:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?FieldParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:45:FINISHED TEST : queryFieldThrowingIllegalArgumentExceptionTest() 05-24-2024 13:11:45:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:45 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:45:STARTING TEST : queryParamThrowingWebApplicationExceptionTest() 05-24-2024 13:11:45:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?ParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:45:FINISHED TEST : queryParamThrowingWebApplicationExceptionTest() 05-24-2024 13:11:45:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:45 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:45 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:45 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:45 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:45:STARTING TEST : queryParamIntTest() 05-24-2024 13:11:45:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?inttest1=2147483647 HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:45:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?inttest=-2147483648&inttest=2147483647 HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:45:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?inttest1=2147483647&inttest2=-2147483648 HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:45:[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-24-2024 13:11:45:FINISHED TEST : queryParamIntTest() 05-24-2024 13:11:45:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:45:STARTING TEST : queryParamNoQueryTest() May 24, 2024 1:11:45 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:45:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest? HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:45:FINISHED TEST : queryParamNoQueryTest() 05-24-2024 13:11:45:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:45 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:45 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:45 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:45 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:45:STARTING TEST : queryParamLongTest() 05-24-2024 13:11:45:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?longtest=-9223372036854775808 HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:45:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?longtest=9223372036854775807&longtest=-9223372036854775808 HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:45:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?longtest1=-9223372036854775808&longtest2=9223372036854775807 HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:45:[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' 05-24-2024 13:11:45:FINISHED TEST : queryParamLongTest() 05-24-2024 13:11:45:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:45 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:45 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:45:STARTING TEST : queryFieldParamEntityWithConstructorTest() 05-24-2024 13:11:45:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest? HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:45:[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-24-2024 13:11:45:FINISHED TEST : queryFieldParamEntityWithConstructorTest() 05-24-2024 13:11:45:[JAXRSCommonClient] Test setup OK May 24, 2024 1:11:45 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:45 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:45 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. May 24, 2024 1:11:45 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:11:45:STARTING TEST : queryParamByteTest() 05-24-2024 13:11:45:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?bytetest=127 HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:45:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?bytetest=-128&bytetest=26 HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:45:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?bytetest1=123&bytetest2=-128 HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:11:45:[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' 05-24-2024 13:11:45:FINISHED TEST : queryParamByteTest() [INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.392 s - in ee.jakarta.tck.ws.rs.ee.rs.queryparam.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.jaxrs21.ee.client.rxinvoker.JAXRSClientIT 05-24-2024 13:11:46:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:46: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/tracenotok 05-24-2024 13:11:46: TRACE: [WIRE] - >> 05-24-2024 13:11:46: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:11:46:STARTING TEST : traceWithClassThrowsNoWebApplicationExceptionForResponseTest() 05-24-2024 13:11:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:46: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:11:46: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:11:46: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:11:46: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:46:Returned status 406 (NOT_ACCEPTABLE) 05-24-2024 13:11:46:FINISHED TEST : traceWithClassThrowsNoWebApplicationExceptionForResponseTest() 05-24-2024 13:11:46:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:46: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/optionsnotok 05-24-2024 13:11:46: TRACE: [WIRE] - >> 05-24-2024 13:11:46: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:11:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:46: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:11:46: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:11:46: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:11:46: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:46:STARTING TEST : optionsWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 05-24-2024 13:11:46:Returned status 406 (NOT_ACCEPTABLE) 05-24-2024 13:11:46:FINISHED TEST : optionsWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 05-24-2024 13:11:46:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:46: TRACE: [WIRE] - >> DELETE http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/delete 05-24-2024 13:11:46: TRACE: [WIRE] - >> 05-24-2024 13:11:46:STARTING TEST : methodWithClassThrowsProcessingExceptionTest() 05-24-2024 13:11:46: TRACE: [WIRE] - >> GET http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/get 05-24-2024 13:11:46: TRACE: [WIRE] - >> 05-24-2024 13:11:46: TRACE: [WIRE] - >> OPTIONS http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/options 05-24-2024 13:11:46: TRACE: [WIRE] - >> 05-24-2024 13:11:46:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-24-2024 13:11:46:ExecutionException.getCause is ProcessingException as expected 05-24-2024 13:11:46:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-24-2024 13:11:46:ExecutionException.getCause is ProcessingException as expected 05-24-2024 13:11:46:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-24-2024 13:11:46:ExecutionException.getCause is ProcessingException as expected 05-24-2024 13:11:46:FINISHED TEST : methodWithClassThrowsProcessingExceptionTest() 05-24-2024 13:11:46:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:46: TRACE: [WIRE] - >> PUT http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/put 05-24-2024 13:11:46: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:11:46:STARTING TEST : methodWithClassWithEntityThrowsProcessingExceptionTest() 05-24-2024 13:11:46: TRACE: [WIRE] - >> POST http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/post 05-24-2024 13:11:46: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:11:46:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-24-2024 13:11:46:ExecutionException.getCause is ProcessingException as expected 05-24-2024 13:11:46:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-24-2024 13:11:46:ExecutionException.getCause is ProcessingException as expected 05-24-2024 13:11:46:FINISHED TEST : methodWithClassWithEntityThrowsProcessingExceptionTest() 05-24-2024 13:11:46:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:46:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:46: TRACE: [WIRE] - >> TRACE http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/trace 05-24-2024 13:11:46: TRACE: [WIRE] - >> 05-24-2024 13:11:46:STARTING TEST : traceWithGenericTypeThrowsProcessingExceptionTest() 05-24-2024 13:11:46:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-24-2024 13:11:46:ExecutionException.getCause is ProcessingException as expected 05-24-2024 13:11:46:FINISHED TEST : traceWithGenericTypeThrowsProcessingExceptionTest() 05-24-2024 13:11:46:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:46: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/optionsnotok 05-24-2024 13:11:46: TRACE: [WIRE] - >> 05-24-2024 13:11:46: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:11:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:46: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:11:46: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:11:46: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:11:46: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:46:STARTING TEST : optionsWithGenericTypeThrowsWebApplicationExceptionTest() 05-24-2024 13:11:46:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-24-2024 13:11:46:ExecutionException.getCause is WebApplicationException as expected 05-24-2024 13:11:46:FINISHED TEST : optionsWithGenericTypeThrowsWebApplicationExceptionTest() 05-24-2024 13:11:46:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:46:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:46:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:46:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:46: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/getnotok 05-24-2024 13:11:46: TRACE: [WIRE] - >> 05-24-2024 13:11:46: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:11:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:46: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:11:46: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:11:46:STARTING TEST : getWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 05-24-2024 13:11:46: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:11:46: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:46:Returned status 406 (NOT_ACCEPTABLE) 05-24-2024 13:11:46:FINISHED TEST : getWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 05-24-2024 13:11:46:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:46:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:46:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:46:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:46: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/putnotok 05-24-2024 13:11:46:STARTING TEST : methodWithClassWithEntityThrowsWebApplicationExceptionTest() 05-24-2024 13:11:46: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:11:46: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:11:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:46: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:11:46: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:11:46: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:11:46: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:46: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/postnotok 05-24-2024 13:11:46: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:11:46: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:11:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:46: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:11:46: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:11:46: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:11:46: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:46:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-24-2024 13:11:46:ExecutionException.getCause is WebApplicationException as expected 05-24-2024 13:11:46:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-24-2024 13:11:46:ExecutionException.getCause is WebApplicationException as expected 05-24-2024 13:11:46:FINISHED TEST : methodWithClassWithEntityThrowsWebApplicationExceptionTest() 05-24-2024 13:11:46:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:46: TRACE: [WIRE] - >> GET http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/get 05-24-2024 13:11:46: TRACE: [WIRE] - >> 05-24-2024 13:11:46:STARTING TEST : getThrowsProcessingExceptionTest() 05-24-2024 13:11:46:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-24-2024 13:11:46:ExecutionException.getCause is ProcessingException as expected 05-24-2024 13:11:46:FINISHED TEST : getThrowsProcessingExceptionTest() 05-24-2024 13:11:46:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:46: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/putnotok 05-24-2024 13:11:46: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:11:46: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:11:46:STARTING TEST : putWithClassThrowsWebApplicationExceptionTest() 05-24-2024 13:11:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:46: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:11:46: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:11:46: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:11:46: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:46:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-24-2024 13:11:46:ExecutionException.getCause is WebApplicationException as expected 05-24-2024 13:11:46:FINISHED TEST : putWithClassThrowsWebApplicationExceptionTest() 05-24-2024 13:11:46:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:46:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:46:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:46: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/postnotok 05-24-2024 13:11:46:STARTING TEST : postWithClassThrowsWebApplicationExceptionTest() 05-24-2024 13:11:46: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:11:46: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:11:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:46: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:11:46: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:11:46: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:11:46: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:46:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-24-2024 13:11:46:ExecutionException.getCause is WebApplicationException as expected 05-24-2024 13:11:46:FINISHED TEST : postWithClassThrowsWebApplicationExceptionTest() 05-24-2024 13:11:46:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:46:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:46: TRACE: [WIRE] - >> PUT http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/put 05-24-2024 13:11:46: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:11:46:STARTING TEST : putWithClassThrowsProcessingExceptionTest() 05-24-2024 13:11:46:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-24-2024 13:11:46:ExecutionException.getCause is ProcessingException as expected 05-24-2024 13:11:46:FINISHED TEST : putWithClassThrowsProcessingExceptionTest() 05-24-2024 13:11:46:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:46: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/deletenotok 05-24-2024 13:11:46:STARTING TEST : deleteWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest()05-24-2024 13:11:46: TRACE: [WIRE] - >> 05-24-2024 13:11:46: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:11:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:46: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:11:46: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:11:46: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:11:46: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:46:Returned status 406 (NOT_ACCEPTABLE) 05-24-2024 13:11:46:FINISHED TEST : deleteWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 05-24-2024 13:11:46:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:46:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:46: TRACE: [WIRE] - >> POST http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/post 05-24-2024 13:11:46: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:11:46:STARTING TEST : postWithClassThrowsProcessingExceptionTest() 05-24-2024 13:11:46:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-24-2024 13:11:46:ExecutionException.getCause is ProcessingException as expected 05-24-2024 13:11:46:FINISHED TEST : postWithClassThrowsProcessingExceptionTest() 05-24-2024 13:11:46:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:46:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:46:STARTING TEST : deleteWithGenericTypeThrowsWebApplicationExceptionTest() 05-24-2024 13:11:46: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/deletenotok 05-24-2024 13:11:46: TRACE: [WIRE] - >> 05-24-2024 13:11:46: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:11:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:46: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:11:46: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:11:46: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:11:46: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:46:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-24-2024 13:11:46:ExecutionException.getCause is WebApplicationException as expected 05-24-2024 13:11:46:FINISHED TEST : deleteWithGenericTypeThrowsWebApplicationExceptionTest() 05-24-2024 13:11:46:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:46:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:46: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/postnotok 05-24-2024 13:11:46: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:11:46: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:11:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:46: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:11:46: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:11:46: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:11:46: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:46:STARTING TEST : postWithClassThrowsNoWebApplicationExceptionForResponseTest() 05-24-2024 13:11:46:Returned status 406 (NOT_ACCEPTABLE) 05-24-2024 13:11:46:FINISHED TEST : postWithClassThrowsNoWebApplicationExceptionForResponseTest() 05-24-2024 13:11:46:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:46:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:46: TRACE: [WIRE] - >> TRACE http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/trace 05-24-2024 13:11:46:STARTING TEST : traceWithClassThrowsProcessingExceptionTest() 05-24-2024 13:11:46: TRACE: [WIRE] - >> 05-24-2024 13:11:46:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-24-2024 13:11:46:ExecutionException.getCause is ProcessingException as expected 05-24-2024 13:11:46:FINISHED TEST : traceWithClassThrowsProcessingExceptionTest() 05-24-2024 13:11:46:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:46: TRACE: [WIRE] - >> PUT http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/put 05-24-2024 13:11:46: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:11:46:STARTING TEST : putThrowsProcessingExceptionTest() 05-24-2024 13:11:46:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-24-2024 13:11:46:ExecutionException.getCause is ProcessingException as expected 05-24-2024 13:11:46:FINISHED TEST : putThrowsProcessingExceptionTest() 05-24-2024 13:11:46:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:46: TRACE: [WIRE] - >> DELETE http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/delete 05-24-2024 13:11:46:STARTING TEST : deleteWithGenericTypeThrowsProcessingExceptionTest() 05-24-2024 13:11:46: TRACE: [WIRE] - >> 05-24-2024 13:11:46:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-24-2024 13:11:46:ExecutionException.getCause is ProcessingException as expected 05-24-2024 13:11:46:FINISHED TEST : deleteWithGenericTypeThrowsProcessingExceptionTest() 05-24-2024 13:11:46:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:46:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:46: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/tracenotok 05-24-2024 13:11:46: TRACE: [WIRE] - >> 05-24-2024 13:11:46: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:11:46:STARTING TEST : traceWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 05-24-2024 13:11:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:46: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:11:46: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:11:46: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:11:46: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:46:Returned status 406 (NOT_ACCEPTABLE) 05-24-2024 13:11:46:FINISHED TEST : traceWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 05-24-2024 13:11:46:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:46: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/tracenotok 05-24-2024 13:11:46: TRACE: [WIRE] - >> 05-24-2024 13:11:46: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:11:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:46:STARTING TEST : traceWithGenericTypeThrowsWebApplicationExceptionTest() 05-24-2024 13:11:46: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:11:46: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:11:46: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:11:46: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:46:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-24-2024 13:11:46:ExecutionException.getCause is WebApplicationException as expected 05-24-2024 13:11:46:FINISHED TEST : traceWithGenericTypeThrowsWebApplicationExceptionTest() 05-24-2024 13:11:46:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:46:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:46:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:46: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/options 05-24-2024 13:11:46:STARTING TEST : optionsTest() 05-24-2024 13:11:46: TRACE: [WIRE] - >> 05-24-2024 13:11:46: TRACE: [WIRE] - << 200 OK 05-24-2024 13:11:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:46: TRACE: [WIRE] - << Content-Length: 7 05-24-2024 13:11:46: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:11:46: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:46:Returned status 200 (OK) 05-24-2024 13:11:46:FINISHED TEST : optionsTest() 05-24-2024 13:11:46:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:46: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/getnotok 05-24-2024 13:11:46: TRACE: [WIRE] - >> 05-24-2024 13:11:46:STARTING TEST : getWithGenericTypeThrowsWebApplicationExceptionTest() 05-24-2024 13:11:46: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:11:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:46: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:11:46: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:11:46: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:11:46: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:46:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-24-2024 13:11:46:ExecutionException.getCause is WebApplicationException as expected 05-24-2024 13:11:46:FINISHED TEST : getWithGenericTypeThrowsWebApplicationExceptionTest() 05-24-2024 13:11:46:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:46:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:46:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:46:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:46:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:46: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/putnotok 05-24-2024 13:11:46: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:11:46: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:11:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:46: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:11:46: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:11:46: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:11:46: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:46: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/postnotok 05-24-2024 13:11:46: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:11:46: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:11:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:46: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:11:46: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:11:46: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:11:46: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:46:STARTING TEST : methodWithClassWithEntityThrowsNoWebApplicationExceptionForResponseTest() 05-24-2024 13:11:46:Returned status 406 (NOT_ACCEPTABLE) 05-24-2024 13:11:46:Returned status 406 (NOT_ACCEPTABLE) 05-24-2024 13:11:46:FINISHED TEST : methodWithClassWithEntityThrowsNoWebApplicationExceptionForResponseTest() 05-24-2024 13:11:46:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:46:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:46: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/putnotok 05-24-2024 13:11:46: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:11:46: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:11:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:46: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:11:46: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:11:46: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:11:46: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:46: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/postnotok 05-24-2024 13:11:46: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:11:46: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:11:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:46: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:11:46: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:11:46: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:11:46: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:46:STARTING TEST : methodWithGenericTypeWithEntityThrowsWebApplicationExceptionTest() 05-24-2024 13:11:46:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-24-2024 13:11:46:ExecutionException.getCause is WebApplicationException as expected 05-24-2024 13:11:46:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-24-2024 13:11:46:ExecutionException.getCause is WebApplicationException as expected 05-24-2024 13:11:46:FINISHED TEST : methodWithGenericTypeWithEntityThrowsWebApplicationExceptionTest() 05-24-2024 13:11:46:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:46: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/postnotok 05-24-2024 13:11:46: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:11:46: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:11:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:46: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:11:46: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:11:46: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:11:46: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:46:STARTING TEST : postWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 05-24-2024 13:11:46:Returned status 406 (NOT_ACCEPTABLE) 05-24-2024 13:11:46:FINISHED TEST : postWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 05-24-2024 13:11:46:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:46:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:46:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:46: TRACE: [WIRE] - >> DELETE http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/delete 05-24-2024 13:11:46: TRACE: [WIRE] - >> 05-24-2024 13:11:46:STARTING TEST : methodThrowsProcessingExceptionTest() 05-24-2024 13:11:46: TRACE: [WIRE] - >> GET http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/get 05-24-2024 13:11:46: TRACE: [WIRE] - >> 05-24-2024 13:11:46: TRACE: [WIRE] - >> OPTIONS http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/options 05-24-2024 13:11:46: TRACE: [WIRE] - >> 05-24-2024 13:11:46:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-24-2024 13:11:46:ExecutionException.getCause is ProcessingException as expected 05-24-2024 13:11:46:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-24-2024 13:11:46:ExecutionException.getCause is ProcessingException as expected 05-24-2024 13:11:46:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-24-2024 13:11:46:ExecutionException.getCause is ProcessingException as expected 05-24-2024 13:11:46:FINISHED TEST : methodThrowsProcessingExceptionTest() 05-24-2024 13:11:46:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:46: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/deletenotok 05-24-2024 13:11:46: TRACE: [WIRE] - >> 05-24-2024 13:11:46: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:11:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:46:STARTING TEST : methodWithClassThrowsWebApplicationExceptionTest() 05-24-2024 13:11:46: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:11:46: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:11:46: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:11:46: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:46:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-24-2024 13:11:46:ExecutionException.getCause is WebApplicationException as expected 05-24-2024 13:11:46: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/getnotok 05-24-2024 13:11:46: TRACE: [WIRE] - >> 05-24-2024 13:11:46: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:11:46: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:46: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:11:46: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:11:46: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:11:46: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:47: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/optionsnotok 05-24-2024 13:11:47: TRACE: [WIRE] - >> 05-24-2024 13:11:47: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:11:47: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:47: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:11:47: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:11:47: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:11:47: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:46:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-24-2024 13:11:46:ExecutionException.getCause is WebApplicationException as expected 05-24-2024 13:11:47:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-24-2024 13:11:47:ExecutionException.getCause is WebApplicationException as expected 05-24-2024 13:11:47:FINISHED TEST : methodWithClassThrowsWebApplicationExceptionTest() 05-24-2024 13:11:47:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:47: TRACE: [WIRE] - >> DELETE http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/delete 05-24-2024 13:11:47: TRACE: [WIRE] - >> 05-24-2024 13:11:47:STARTING TEST : deleteThrowsExceptionTest() 05-24-2024 13:11:47:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-24-2024 13:11:47:ExecutionException.getCause is ProcessingException as expected 05-24-2024 13:11:47:FINISHED TEST : deleteThrowsExceptionTest() 05-24-2024 13:11:47:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:47: TRACE: [WIRE] - >> PUT http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/put 05-24-2024 13:11:47: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:11:47: TRACE: [WIRE] - >> POST http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/post 05-24-2024 13:11:47:STARTING TEST : methodWithEntityThrowsProcessingExceptionTest() 05-24-2024 13:11:47:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site05-24-2024 13:11:47: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:11:47:ExecutionException.getCause is ProcessingException as expected 05-24-2024 13:11:47:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-24-2024 13:11:47:ExecutionException.getCause is ProcessingException as expected 05-24-2024 13:11:47:FINISHED TEST : methodWithEntityThrowsProcessingExceptionTest() 05-24-2024 13:11:47:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:47: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/getnotok 05-24-2024 13:11:47: TRACE: [WIRE] - >> 05-24-2024 13:11:47: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:11:47: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:47: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:11:47: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:11:47: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:11:47: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:47:STARTING TEST : getWithClassThrowsNoWebApplicationExceptionForResponseTest() 05-24-2024 13:11:47:Returned status 406 (NOT_ACCEPTABLE) 05-24-2024 13:11:47:FINISHED TEST : getWithClassThrowsNoWebApplicationExceptionForResponseTest() 05-24-2024 13:11:47:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:47: TRACE: [WIRE] - >> PUT http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/put 05-24-2024 13:11:47: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:11:47:STARTING TEST : putWithGenericTypeThrowsProcessingExceptionTest() 05-24-2024 13:11:47:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-24-2024 13:11:47:ExecutionException.getCause is ProcessingException as expected 05-24-2024 13:11:47:FINISHED TEST : putWithGenericTypeThrowsProcessingExceptionTest() 05-24-2024 13:11:47:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:47: TRACE: [WIRE] - >> TRACE http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/trace 05-24-2024 13:11:47: TRACE: [WIRE] - >> 05-24-2024 13:11:47:STARTING TEST : traceThrowsProcessingExceptionTest() 05-24-2024 13:11:47:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-24-2024 13:11:47:ExecutionException.getCause is ProcessingException as expected 05-24-2024 13:11:47:FINISHED TEST : traceThrowsProcessingExceptionTest() 05-24-2024 13:11:47:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:47: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/deletenotok 05-24-2024 13:11:47:STARTING TEST : deleteWithClassThrowsWebApplicationExceptionTest() 05-24-2024 13:11:47: TRACE: [WIRE] - >> 05-24-2024 13:11:47: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:11:47: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:47: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:11:47: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:11:47: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:11:47: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:47:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-24-2024 13:11:47:ExecutionException.getCause is WebApplicationException as expected 05-24-2024 13:11:47:FINISHED TEST : deleteWithClassThrowsWebApplicationExceptionTest() 05-24-2024 13:11:47:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:47: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/deletenotok 05-24-2024 13:11:47: TRACE: [WIRE] - >> 05-24-2024 13:11:47: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:11:47:STARTING TEST : methodWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 05-24-2024 13:11:47: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:47: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:11:47: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:11:47: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:11:47: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:47: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/getnotok 05-24-2024 13:11:47:Returned status 406 (NOT_ACCEPTABLE) 05-24-2024 13:11:47: TRACE: [WIRE] - >> 05-24-2024 13:11:47: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:11:47: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:47: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:11:47: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:11:47: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:11:47: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:47: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/optionsnotok 05-24-2024 13:11:47: TRACE: [WIRE] - >> 05-24-2024 13:11:47:Returned status 406 (NOT_ACCEPTABLE) 05-24-2024 13:11:47: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:11:47: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:47: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:11:47: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:11:47: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:11:47: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:47:Returned status 406 (NOT_ACCEPTABLE) 05-24-2024 13:11:47:FINISHED TEST : methodWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 05-24-2024 13:11:47:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:47:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:47:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:47:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:47: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/getnotok 05-24-2024 13:11:47: TRACE: [WIRE] - >> 05-24-2024 13:11:47: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:11:47: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:47: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:11:47: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:11:47: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:11:47: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:47:STARTING TEST : getWithClassThrowsWebApplicationExceptionTest() 05-24-2024 13:11:47:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-24-2024 13:11:47:ExecutionException.getCause is WebApplicationException as expected 05-24-2024 13:11:47:FINISHED TEST : getWithClassThrowsWebApplicationExceptionTest() 05-24-2024 13:11:47:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:47:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:47:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:47:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:47:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:47:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:47: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/optionsnotok 05-24-2024 13:11:47: TRACE: [WIRE] - >> 05-24-2024 13:11:47: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:11:47: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:47: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:11:47:STARTING TEST : optionsWithClassThrowsNoWebApplicationExceptionForResponseTest() 05-24-2024 13:11:47: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:11:47: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:11:47: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:47:Returned status 406 (NOT_ACCEPTABLE) 05-24-2024 13:11:47:FINISHED TEST : optionsWithClassThrowsNoWebApplicationExceptionForResponseTest() 05-24-2024 13:11:47:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:47: TRACE: [WIRE] - >> POST http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/post 05-24-2024 13:11:47: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:11:47:STARTING TEST : postThrowsProcessingExceptionTest() 05-24-2024 13:11:47:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-24-2024 13:11:47:ExecutionException.getCause is ProcessingException as expected 05-24-2024 13:11:47:FINISHED TEST : postThrowsProcessingExceptionTest() 05-24-2024 13:11:47:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:47:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:47: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/deletenotok 05-24-2024 13:11:47:STARTING TEST : methodWithGenericTypeThrowsWebApplicationExceptionTest() 05-24-2024 13:11:47: TRACE: [WIRE] - >> 05-24-2024 13:11:47: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:11:47: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:47: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:11:47: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:11:47: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:11:47: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:47: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/getnotok 05-24-2024 13:11:47:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-24-2024 13:11:47:ExecutionException.getCause is WebApplicationException as expected 05-24-2024 13:11:47: TRACE: [WIRE] - >> 05-24-2024 13:11:47: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:11:47: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:47: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:11:47: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:11:47: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:11:47: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:47: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/optionsnotok 05-24-2024 13:11:47: TRACE: [WIRE] - >> 05-24-2024 13:11:47: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:11:47: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:47: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:11:47: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:11:47: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:11:47: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:47:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-24-2024 13:11:47:ExecutionException.getCause is WebApplicationException as expected 05-24-2024 13:11:47:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-24-2024 13:11:47:ExecutionException.getCause is WebApplicationException as expected 05-24-2024 13:11:47:FINISHED TEST : methodWithGenericTypeThrowsWebApplicationExceptionTest() 05-24-2024 13:11:47:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:47: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/postnotok 05-24-2024 13:11:47: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:11:47: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:11:47: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:47: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:11:47: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:11:47: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:11:47: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:47:STARTING TEST : postWithGenericTypeThrowsWebApplicationExceptionTest() 05-24-2024 13:11:47:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-24-2024 13:11:47:ExecutionException.getCause is WebApplicationException as expected 05-24-2024 13:11:47:FINISHED TEST : postWithGenericTypeThrowsWebApplicationExceptionTest() 05-24-2024 13:11:47:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:47: TRACE: [WIRE] - >> DELETE http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/delete 05-24-2024 13:11:47: TRACE: [WIRE] - >> 05-24-2024 13:11:47: TRACE: [WIRE] - >> GET http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/get 05-24-2024 13:11:47: TRACE: [WIRE] - >> 05-24-2024 13:11:47: TRACE: [WIRE] - >> OPTIONS http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/options 05-24-2024 13:11:47:STARTING TEST : methodWithGenericTypeThrowsProcessingExceptionTest() 05-24-2024 13:11:47:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-24-2024 13:11:47:ExecutionException.getCause is ProcessingException as expected 05-24-2024 13:11:47:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-24-2024 13:11:47:ExecutionException.getCause is ProcessingException as expected 05-24-2024 13:11:47: TRACE: [WIRE] - >> 05-24-2024 13:11:47:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-24-2024 13:11:47:ExecutionException.getCause is ProcessingException as expected 05-24-2024 13:11:47:FINISHED TEST : methodWithGenericTypeThrowsProcessingExceptionTest() 05-24-2024 13:11:47:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:47:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:47:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:47: TRACE: [WIRE] - >> OPTIONS http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/options 05-24-2024 13:11:47: TRACE: [WIRE] - >> 05-24-2024 13:11:47:STARTING TEST : optionsWithClassThrowsProcessingExceptionTest() 05-24-2024 13:11:47:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-24-2024 13:11:47:ExecutionException.getCause is ProcessingException as expected 05-24-2024 13:11:47:FINISHED TEST : optionsWithClassThrowsProcessingExceptionTest() 05-24-2024 13:11:47:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:47: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/optionsnotok 05-24-2024 13:11:47: TRACE: [WIRE] - >> 05-24-2024 13:11:47:STARTING TEST : optionsWithClassThrowsWebApplicationExceptionTest() 05-24-2024 13:11:47: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:11:47: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:47: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:11:47: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:11:47: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:11:47: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:47:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-24-2024 13:11:47:ExecutionException.getCause is WebApplicationException as expected 05-24-2024 13:11:47:FINISHED TEST : optionsWithClassThrowsWebApplicationExceptionTest() 05-24-2024 13:11:47:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:47: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/deletenotok 05-24-2024 13:11:47: TRACE: [WIRE] - >> 05-24-2024 13:11:47: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:11:47: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:47: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:11:47: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:11:47: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:11:47: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:47: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/getnotok 05-24-2024 13:11:47: TRACE: [WIRE] - >> 05-24-2024 13:11:47: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:11:47: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:47: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:11:47: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:11:47: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:11:47: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:47: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/optionsnotok 05-24-2024 13:11:47: TRACE: [WIRE] - >> 05-24-2024 13:11:47: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:11:47: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:47: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:11:47: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:11:47: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:11:47: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:47:STARTING TEST : methodWithClassThrowsNoWebApplicationExceptionForResponseTest() 05-24-2024 13:11:47:Returned status 406 (NOT_ACCEPTABLE) 05-24-2024 13:11:47:Returned status 406 (NOT_ACCEPTABLE) 05-24-2024 13:11:47:Returned status 406 (NOT_ACCEPTABLE) 05-24-2024 13:11:47:FINISHED TEST : methodWithClassThrowsNoWebApplicationExceptionForResponseTest() 05-24-2024 13:11:47:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:47: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/putnotok 05-24-2024 13:11:47: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:11:47: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:11:47:STARTING TEST : putWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 05-24-2024 13:11:47: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:47: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:11:47: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:11:47: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:11:47: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:47:Returned status 406 (NOT_ACCEPTABLE) 05-24-2024 13:11:47:FINISHED TEST : putWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 05-24-2024 13:11:47:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:47: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/deletenotok 05-24-2024 13:11:47:STARTING TEST : deleteWithClassThrowsNoWebApplicationExceptionForResponseTest() 05-24-2024 13:11:47: TRACE: [WIRE] - >> 05-24-2024 13:11:47: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:11:47: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:47: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:11:47: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:11:47: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:11:47: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:47:Returned status 406 (NOT_ACCEPTABLE) 05-24-2024 13:11:47:FINISHED TEST : deleteWithClassThrowsNoWebApplicationExceptionForResponseTest() 05-24-2024 13:11:47:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:47:STARTING TEST : deleteWithClassThrowsProcessingExceptionTest()05-24-2024 13:11:47: TRACE: [WIRE] - >> DELETE http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/delete 05-24-2024 13:11:47: TRACE: [WIRE] - >> 05-24-2024 13:11:47:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-24-2024 13:11:47:ExecutionException.getCause is ProcessingException as expected 05-24-2024 13:11:47:FINISHED TEST : deleteWithClassThrowsProcessingExceptionTest() 05-24-2024 13:11:47:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:47: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/putnotok 05-24-2024 13:11:47:STARTING TEST : putWithClassThrowsNoWebApplicationExceptionForResponseTest() 05-24-2024 13:11:47: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:11:47: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:11:47: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:47: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:11:47: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:11:47: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:11:47: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:47:Returned status 406 (NOT_ACCEPTABLE) 05-24-2024 13:11:47:FINISHED TEST : putWithClassThrowsNoWebApplicationExceptionForResponseTest() 05-24-2024 13:11:47:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:47:STARTING TEST : getWithGenericTypeThrowsProcessingExceptionTest()05-24-2024 13:11:47: TRACE: [WIRE] - >> GET http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/get 05-24-2024 13:11:47: TRACE: [WIRE] - >> 05-24-2024 13:11:47:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-24-2024 13:11:47:ExecutionException.getCause is ProcessingException as expected 05-24-2024 13:11:47:FINISHED TEST : getWithGenericTypeThrowsProcessingExceptionTest() 05-24-2024 13:11:47:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:47: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/putnotok 05-24-2024 13:11:47: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:11:47:STARTING TEST : putWithGenericTypeThrowsWebApplicationExceptionTest() 05-24-2024 13:11:47: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:11:47: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:47: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:11:47: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:11:47: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:11:47: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:47:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-24-2024 13:11:47:ExecutionException.getCause is WebApplicationException as expected 05-24-2024 13:11:47:FINISHED TEST : putWithGenericTypeThrowsWebApplicationExceptionTest() 05-24-2024 13:11:47:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:47:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:47:STARTING TEST : deleteTest()05-24-2024 13:11:47: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/delete 05-24-2024 13:11:47: TRACE: [WIRE] - >> 05-24-2024 13:11:47: TRACE: [WIRE] - << 200 OK 05-24-2024 13:11:47: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:47: TRACE: [WIRE] - << Content-Length: 6 05-24-2024 13:11:47: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:11:47: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:47:Returned status 200 (OK) 05-24-2024 13:11:47:FINISHED TEST : deleteTest() 05-24-2024 13:11:47:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:47: TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/tracenotok 05-24-2024 13:11:47: TRACE: [WIRE] - >> 05-24-2024 13:11:47: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:11:47: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:47: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:11:47:STARTING TEST : traceWithClassThrowsWebApplicationExceptionTest() 05-24-2024 13:11:47: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:11:47: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:11:47: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:47:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-24-2024 13:11:47:ExecutionException.getCause is WebApplicationException as expected 05-24-2024 13:11:47:FINISHED TEST : traceWithClassThrowsWebApplicationExceptionTest() 05-24-2024 13:11:47:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:47:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:47: TRACE: [WIRE] - >> PUT http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/put 05-24-2024 13:11:47: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:11:47: TRACE: [WIRE] - >> POST http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/post 05-24-2024 13:11:47: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:11:47:STARTING TEST : methodWithGenericTypeWithEntityThrowsProcessingExceptionTest() 05-24-2024 13:11:47:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-24-2024 13:11:47:ExecutionException.getCause is ProcessingException as expected 05-24-2024 13:11:47:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-24-2024 13:11:47:ExecutionException.getCause is ProcessingException as expected 05-24-2024 13:11:47:FINISHED TEST : methodWithGenericTypeWithEntityThrowsProcessingExceptionTest() 05-24-2024 13:11:47:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:47: TRACE: [WIRE] - >> GET http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/get 05-24-2024 13:11:47: TRACE: [WIRE] - >> 05-24-2024 13:11:47:STARTING TEST : getWithClassThrowsProcessingExceptionTest() 05-24-2024 13:11:47:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-24-2024 13:11:47:ExecutionException.getCause is ProcessingException as expected 05-24-2024 13:11:47:FINISHED TEST : getWithClassThrowsProcessingExceptionTest() 05-24-2024 13:11:47:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:47:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:47:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:47: TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/putnotok 05-24-2024 13:11:47: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:11:47: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:11:47: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:47: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:11:47: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:11:47: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:11:47: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:47: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/postnotok 05-24-2024 13:11:47: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:11:47: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:11:47:STARTING TEST : methodWithGenericTypeWithEntityThrowsNoWebApplicationExceptionForResponseTest() 05-24-2024 13:11:47:Returned status 406 (NOT_ACCEPTABLE) 05-24-2024 13:11:47: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:47: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:11:47: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:11:47: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:11:47: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:47:Returned status 406 (NOT_ACCEPTABLE) 05-24-2024 13:11:47:FINISHED TEST : methodWithGenericTypeWithEntityThrowsNoWebApplicationExceptionForResponseTest() 05-24-2024 13:11:47:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:47: TRACE: [WIRE] - >> HEAD http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/head 05-24-2024 13:11:47: TRACE: [WIRE] - >> 05-24-2024 13:11:47:STARTING TEST : headThrowsProcessingExceptionTest() 05-24-2024 13:11:47:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-24-2024 13:11:47:ExecutionException.getCause is ProcessingException as expected 05-24-2024 13:11:47:FINISHED TEST : headThrowsProcessingExceptionTest() 05-24-2024 13:11:47:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:47: TRACE: [WIRE] - >> OPTIONS http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/options 05-24-2024 13:11:47: TRACE: [WIRE] - >> 05-24-2024 13:11:47:STARTING TEST : optionsThrowsProcessingExceptionTest() 05-24-2024 13:11:47:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-24-2024 13:11:47:ExecutionException.getCause is ProcessingException as expected 05-24-2024 13:11:47:FINISHED TEST : optionsThrowsProcessingExceptionTest() 05-24-2024 13:11:47:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:47: TRACE: [WIRE] - >> OPTIONS http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/options 05-24-2024 13:11:47: TRACE: [WIRE] - >> 05-24-2024 13:11:47:STARTING TEST : optionsWithGenericTypeThrowsProcessingExceptionTest() 05-24-2024 13:11:47:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-24-2024 13:11:47:ExecutionException.getCause is ProcessingException as expected 05-24-2024 13:11:47:FINISHED TEST : optionsWithGenericTypeThrowsProcessingExceptionTest() 05-24-2024 13:11:47:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:47: TRACE: [WIRE] - >> POST http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/post 05-24-2024 13:11:47: TRACE: [WIRE] - >> Content-Type:*/* 05-24-2024 13:11:47:STARTING TEST : postWithGenericTypeThrowsProcessingExceptionTest() 05-24-2024 13:11:47:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-24-2024 13:11:47:ExecutionException.getCause is ProcessingException as expected 05-24-2024 13:11:47:FINISHED TEST : postWithGenericTypeThrowsProcessingExceptionTest() [WARNING] Tests run: 98, Failures: 0, Errors: 0, Skipped: 39, Time elapsed: 2.452 s - in ee.jakarta.tck.ws.rs.jaxrs21.ee.client.rxinvoker.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.jaxrs21.ee.client.executor.rx.JAXRSClientIT 05-24-2024 13:11:49:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:49:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:49:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:49:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:49:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:49:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:49:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:49:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:49:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:49:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:49:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:49:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:49:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:49:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:49:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:49:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:49:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:49:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:49:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:49:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:49:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:49:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:49:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:49:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:49: TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_jaxrs21_ee_client_executor_rx_web/resource/options 05-24-2024 13:11:49: TRACE: [WIRE] - >> 05-24-2024 13:11:49: TRACE: [WIRE] - << 200 OK 05-24-2024 13:11:49: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:49: TRACE: [WIRE] - << Content-Length: 7 05-24-2024 13:11:49: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:11:49: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:49:STARTING TEST : optionsTest() 05-24-2024 13:11:49:[Client EXECUTOR SERVICE check]: running from thread JAXRS_TCK_THREAD1 05-24-2024 13:11:49:Returned status 200 (OK) 05-24-2024 13:11:49:FINISHED TEST : optionsTest() 05-24-2024 13:11:49:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:49:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:49:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:49:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:49:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:49:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:49:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:49:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:49:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:49:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:49:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:49:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:49:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:49:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:49:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:49:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:49:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:49:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:49:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:49:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:49:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:49:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:49:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:49:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:49:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:49:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:49:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:49:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:49:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:49:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:49:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:49:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:49: TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_jaxrs21_ee_client_executor_rx_web/resource/delete 05-24-2024 13:11:49: TRACE: [WIRE] - >> 05-24-2024 13:11:49: TRACE: [WIRE] - << 200 OK 05-24-2024 13:11:49: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:49: TRACE: [WIRE] - << Content-Length: 6 05-24-2024 13:11:49: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:11:49: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:49:STARTING TEST : deleteTest() 05-24-2024 13:11:49:[Client EXECUTOR SERVICE check]: running from thread JAXRS_TCK_THREAD2 05-24-2024 13:11:49:Returned status 200 (OK) 05-24-2024 13:11:49:FINISHED TEST : deleteTest() 05-24-2024 13:11:49:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:49:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:49:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:49:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:49:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:49:[JAXRSCommonClient] Test setup OK [WARNING] Tests run: 31, Failures: 0, Errors: 0, Skipped: 29, Time elapsed: 1.298 s - in ee.jakarta.tck.ws.rs.jaxrs21.ee.client.executor.rx.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.jaxrs21.ee.client.executor.async.JAXRSClientIT 05-24-2024 13:11:50:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:50:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:50:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:50:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:50:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:50:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:50:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:50:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:50:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:50:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:50:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:50:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:50:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:50:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:50:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:50:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:50:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:50:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:50:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:50:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:50:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:50:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:50:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:50:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:50:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:50:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:50:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:50:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:50:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:50:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:50:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:50:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:50:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:50:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:50:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:50:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:50:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:50:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:50:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:50:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:50:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:50:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:50:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:50:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:50:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:50:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:50:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:50:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:50:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:50:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:50:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:50:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:50:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:50:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:50:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:50:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:50:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:50:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:50:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:50:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:50:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:50:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:50:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:50:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:50:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:50:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:50:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:50:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:50:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:50:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:50:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:50:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:50:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:50:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:50:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:50:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:50:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:50:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:50:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:50:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:50:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:50:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:50:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:50:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:50:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:50:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:50:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:50:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:50:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:50:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:50:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:50:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:50:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:50:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:50:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:50:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:50:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:50:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:50:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:50:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:50:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:50:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:50:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:50:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:50:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:50:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:50:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:50:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:50:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:50:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:50:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:50:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:50:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:50:[JAXRSCommonClient] Test setup OK [WARNING] Tests run: 57, Failures: 0, Errors: 0, Skipped: 57, Time elapsed: 1.448 s - in ee.jakarta.tck.ws.rs.jaxrs21.ee.client.executor.async.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT 05-24-2024 13:11:51:[JAXRSCommonClient] Test setup OK [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.749 s - in ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.sseeventsink.JAXRSClientIT 05-24-2024 13:11:52:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:52:STARTING TEST : stringTest() 05-24-2024 13:11:52:FINISHED TEST : stringTest() 05-24-2024 13:11:52:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:52:STARTING TEST : streamingOutputTest() 05-24-2024 13:11:53:FINISHED TEST : streamingOutputTest() 05-24-2024 13:11:53:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:53:STARTING TEST : fileTest() 05-24-2024 13:11:53:FINISHED TEST : fileTest() 05-24-2024 13:11:53:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:55: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsink_web/close/closed 05-24-2024 13:11:55: TRACE: [WIRE] - >> Accept:text/plain 05-24-2024 13:11:55: TRACE: [WIRE] - << 200 OK 05-24-2024 13:11:55: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:11:55: TRACE: [WIRE] - << Content-Length: 4 05-24-2024 13:11:55: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:11:55: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:11:55: TRACE: [WIRE] - << true 05-24-2024 13:11:53:STARTING TEST : closeTest() 05-24-2024 13:11:55:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsink_web/close/closed' to target server at 'localhost:8080' 05-24-2024 13:11:55:############################### 05-24-2024 13:11:55:FINISHED TEST : closeTest() 05-24-2024 13:11:55:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:55:STARTING TEST : inputstreamTest() 05-24-2024 13:11:56:FINISHED TEST : inputstreamTest() 05-24-2024 13:11:56:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:56:STARTING TEST : readerTest() 05-24-2024 13:11:57:FINISHED TEST : readerTest() 05-24-2024 13:11:57:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:57:STARTING TEST : transformSourceTest() 05-24-2024 13:11:57:FINISHED TEST : transformSourceTest() 05-24-2024 13:11:57:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:57:STARTING TEST : multivaluedMapTest() 05-24-2024 13:11:58:FINISHED TEST : multivaluedMapTest() 05-24-2024 13:11:58:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:58:STARTING TEST : jaxbElementTest() 05-24-2024 13:11:58:FINISHED TEST : jaxbElementTest() 05-24-2024 13:11:58:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:58:STARTING TEST : sseStageCheckTest() 05-24-2024 13:11:59:FINISHED TEST : sseStageCheckTest() 05-24-2024 13:11:59:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:59:STARTING TEST : doubleTest() 05-24-2024 13:11:59:FINISHED TEST : doubleTest() 05-24-2024 13:11:59:[JAXRSCommonClient] Test setup OK 05-24-2024 13:11:59:STARTING TEST : datasourceTest() 05-24-2024 13:12:00:FINISHED TEST : datasourceTest() 05-24-2024 13:12:00:[JAXRSCommonClient] Test setup OK 05-24-2024 13:12:00:STARTING TEST : charTest() 05-24-2024 13:12:01:FINISHED TEST : charTest() 05-24-2024 13:12:01:[JAXRSCommonClient] Test setup OK 05-24-2024 13:12:01:STARTING TEST : intTest() 05-24-2024 13:12:01:FINISHED TEST : intTest() 05-24-2024 13:12:01:[JAXRSCommonClient] Test setup OK 05-24-2024 13:12:01:STARTING TEST : bytearrayTest() 05-24-2024 13:12:02:FINISHED TEST : bytearrayTest() [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.803 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-24-2024 13:12:03:[JAXRSCommonClient] Test setup OK 05-24-2024 13:12:03: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/available 05-24-2024 13:12:03: TRACE: [WIRE] - >> Accept:*/* 05-24-2024 13:12:03: TRACE: [WIRE] - << 200 OK 05-24-2024 13:12:03: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:12:03: TRACE: [WIRE] - << Content-Length: 2 05-24-2024 13:12:03: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:12:03: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:12:03: TRACE: [WIRE] - << OK 05-24-2024 13:12:03: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/retry 05-24-2024 13:12:03: TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain 05-24-2024 13:12:03: TRACE: [WIRE] - >> 2 05-24-2024 13:12:03: TRACE: [WIRE] - << 200 OK 05-24-2024 13:12:03: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:12:03: TRACE: [WIRE] - << Content-Length: 1 05-24-2024 13:12:03: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:12:03: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:12:03: TRACE: [WIRE] - << 2 05-24-2024 13:12:03:STARTING TEST : wait2Seconds() 05-24-2024 13:12:03:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/available' to target server at 'localhost:8080' 05-24-2024 13:12:03:############################### 05-24-2024 13:12:03:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/retry' to target server at 'localhost:8080' 05-24-2024 13:12:03:############################### 05-24-2024 13:12:03:[Request] Adding entity: 2 05-24-2024 13:12:05:FINISHED TEST : wait2Seconds() 05-24-2024 13:12:05:[JAXRSCommonClient] Test setup OK 05-24-2024 13:12:05: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set 05-24-2024 13:12:05: TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain 05-24-2024 13:12:05: TRACE: [WIRE] - >> text/xml 05-24-2024 13:12:05: TRACE: [WIRE] - << 200 OK 05-24-2024 13:12:05: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:12:05: TRACE: [WIRE] - << Content-Length: 8 05-24-2024 13:12:05: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:12:05: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:12:05: TRACE: [WIRE] - << text/xml 05-24-2024 13:12:05:STARTING TEST : xmlTest() 05-24-2024 13:12:05:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set' to target server at 'localhost:8080' 05-24-2024 13:12:05:############################### 05-24-2024 13:12:05:[Request] Adding entity: text/xml 05-24-2024 13:12:07:FINISHED TEST : xmlTest() 05-24-2024 13:12:07:[JAXRSCommonClient] Test setup OK 05-24-2024 13:12:07: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/reset 05-24-2024 13:12:07: TRACE: [WIRE] - >> Accept:*/* 05-24-2024 13:12:07:STARTING TEST : connectionLostFor1500msTest() 05-24-2024 13:12:07:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/reset' to target server at 'localhost:8080' 05-24-2024 13:12:07:############################### 05-24-2024 13:12:07: TRACE: [WIRE] - << 200 OK 05-24-2024 13:12:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:12:07: TRACE: [WIRE] - << Content-Length: 5 05-24-2024 13:12:07: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:12:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:12:07: TRACE: [WIRE] - << RESET 05-24-2024 13:12:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/lost' to target server at 'localhost:8080' 05-24-2024 13:12:07:############################### 05-24-2024 13:12:07:[Request] Adding entity: 105-24-2024 13:12:07: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/lost 05-24-2024 13:12:07: TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain 05-24-2024 13:12:07: TRACE: [WIRE] - >> 1 05-24-2024 13:12:07: TRACE: [WIRE] - << 200 OK 05-24-2024 13:12:07: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:12:07: TRACE: [WIRE] - << Content-Length: 1 05-24-2024 13:12:07: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:12:07: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:12:07: TRACE: [WIRE] - << 1 05-24-2024 13:12:09: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/count 05-24-2024 13:12:09: TRACE: [WIRE] - >> Accept:*/* 05-24-2024 13:12:09: TRACE: [WIRE] - << 200 OK 05-24-2024 13:12:09: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:12:09: TRACE: [WIRE] - << Content-Length: 1 05-24-2024 13:12:09: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:12:09: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:12:09: TRACE: [WIRE] - << 2 05-24-2024 13:12:09:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/count' to target server at 'localhost:8080' 05-24-2024 13:12:09:############################### 05-24-2024 13:12:09:FINISHED TEST : connectionLostFor1500msTest() 05-24-2024 13:12:09:[JAXRSCommonClient] Test setup OK 05-24-2024 13:12:09:STARTING TEST : stringTest() 05-24-2024 13:12:09: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set 05-24-2024 13:12:09: TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain 05-24-2024 13:12:09: TRACE: [WIRE] - >> text/plain 05-24-2024 13:12:09: TRACE: [WIRE] - << 200 OK 05-24-2024 13:12:09: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:12:09: TRACE: [WIRE] - << Content-Length: 10 05-24-2024 13:12:09: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:12:09: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:12:09: TRACE: [WIRE] - << text/plain 05-24-2024 13:12:09:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set' to target server at 'localhost:8080' 05-24-2024 13:12:09:############################### 05-24-2024 13:12:09:[Request] Adding entity: text/plain 05-24-2024 13:12:11:FINISHED TEST : stringTest() 05-24-2024 13:12:11:[JAXRSCommonClient] Test setup OK 05-24-2024 13:12:11:[JAXRSCommonClient] Test setup OK 05-24-2024 13:12:11:STARTING TEST : dataSourceTest() 05-24-2024 13:12:11:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set' to target server at 'localhost:8080'05-24-2024 13:12:11: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set 05-24-2024 13:12:11: TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain 05-24-2024 13:12:11: TRACE: [WIRE] - >> text/plain 05-24-2024 13:12:11: TRACE: [WIRE] - << 200 OK 05-24-2024 13:12:11: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:12:11:############################### 05-24-2024 13:12:11:[Request] Adding entity: text/plain 05-24-2024 13:12:11: TRACE: [WIRE] - << Content-Length: 10 05-24-2024 13:12:11: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:12:11: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:12:11: TRACE: [WIRE] - << text/plain 05-24-2024 13:12:13:FINISHED TEST : dataSourceTest() 05-24-2024 13:12:13:[JAXRSCommonClient] Test setup OK 05-24-2024 13:12:13:STARTING TEST : reconnectByEventMethodTest() 05-24-2024 13:12:13:FINISHED TEST : reconnectByEventMethodTest() 05-24-2024 13:12:13:[JAXRSCommonClient] Test setup OK 05-24-2024 13:12:13:STARTING TEST : fileTest() 05-24-2024 13:12:13:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set' to target server at 'localhost:8080' 05-24-2024 13:12:13:############################### 05-24-2024 13:12:13: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set 05-24-2024 13:12:13: TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain 05-24-2024 13:12:13: TRACE: [WIRE] - >> text/plain 05-24-2024 13:12:13: TRACE: [WIRE] - << 200 OK 05-24-2024 13:12:13:[Request] Adding entity: text/plain 05-24-2024 13:12:13: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:12:13: TRACE: [WIRE] - << Content-Length: 10 05-24-2024 13:12:13: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:12:13: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:12:13: TRACE: [WIRE] - << text/plain 05-24-2024 13:12:15:FINISHED TEST : fileTest() 05-24-2024 13:12:15:[JAXRSCommonClient] Test setup OK 05-24-2024 13:12:15: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/repeat/set 05-24-2024 13:12:15: TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain 05-24-2024 13:12:15: TRACE: [WIRE] - >> true 05-24-2024 13:12:15: TRACE: [WIRE] - << 200 OK 05-24-2024 13:12:15: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:12:15: TRACE: [WIRE] - << Content-Length: 4 05-24-2024 13:12:15: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:12:15: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:12:15: TRACE: [WIRE] - << true 05-24-2024 13:12:16: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/repeat/isopen 05-24-2024 13:12:16: TRACE: [WIRE] - >> Accept:*/* 05-24-2024 13:12:16: TRACE: [WIRE] - << 200 OK 05-24-2024 13:12:16: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:12:16: TRACE: [WIRE] - << Content-Length: 4 05-24-2024 13:12:16: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:12:16: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:12:16: TRACE: [WIRE] - << true 05-24-2024 13:12:17: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/repeat/isopen 05-24-2024 13:12:17: TRACE: [WIRE] - >> Accept:*/* 05-24-2024 13:12:17: TRACE: [WIRE] - << 200 OK 05-24-2024 13:12:17: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:12:17: TRACE: [WIRE] - << Content-Length: 4 05-24-2024 13:12:17: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:12:17: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:12:17: TRACE: [WIRE] - << true 05-24-2024 13:12:21: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/repeat/isopen 05-24-2024 13:12:21: TRACE: [WIRE] - >> Accept:*/* 05-24-2024 13:12:21: TRACE: [WIRE] - << 200 OK 05-24-2024 13:12:21: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:12:21: TRACE: [WIRE] - << Content-Length: 5 05-24-2024 13:12:21: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:12:21: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:12:21: TRACE: [WIRE] - << false 05-24-2024 13:12:15:STARTING TEST : closeTest() 05-24-2024 13:12:15:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/repeat/set' to target server at 'localhost:8080' 05-24-2024 13:12:15:############################### 05-24-2024 13:12:15:[Request] Adding entity: true 05-24-2024 13:12:16:Received message no 0 05-24-2024 13:12:16:Received message no 1 05-24-2024 13:12:16:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/repeat/isopen' to target server at 'localhost:8080' 05-24-2024 13:12:16:############################### 05-24-2024 13:12:16:Received message no 2 05-24-2024 13:12:17:Received message no 3 05-24-2024 13:12:17:Received message no 4 05-24-2024 13:12:17:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/repeat/isopen' to target server at 'localhost:8080' 05-24-2024 13:12:17:############################### 05-24-2024 13:12:21:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/repeat/isopen' to target server at 'localhost:8080' 05-24-2024 13:12:21:############################### 05-24-2024 13:12:25: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/repeat/set 05-24-2024 13:12:25: TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain 05-24-2024 13:12:25: TRACE: [WIRE] - >> false 05-24-2024 13:12:25: TRACE: [WIRE] - << 200 OK 05-24-2024 13:12:25: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:12:25: TRACE: [WIRE] - << Content-Length: 5 05-24-2024 13:12:25: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:12:25: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:12:25: TRACE: [WIRE] - << false Sending false 05-24-2024 13:12:25:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/repeat/set' to target server at 'localhost:8080' 05-24-2024 13:12:25:############################### 05-24-2024 13:12:25:[Request] Adding entity: false Sent false 05-24-2024 13:12:25:FINISHED TEST : closeTest() 05-24-2024 13:12:25:[JAXRSCommonClient] Test setup OK 05-24-2024 13:12:25:STARTING TEST : userReconnectByEventMethodTest() 05-24-2024 13:12:26:FINISHED TEST : userReconnectByEventMethodTest() 05-24-2024 13:12:26:[JAXRSCommonClient] Test setup OK 05-24-2024 13:12:26: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set 05-24-2024 13:12:26: TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain 05-24-2024 13:12:26: TRACE: [WIRE] - >> text/plain 05-24-2024 13:12:26: TRACE: [WIRE] - << 200 OK 05-24-2024 13:12:26: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:12:26: TRACE: [WIRE] - << Content-Length: 10 05-24-2024 13:12:26: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:12:26: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:12:26: TRACE: [WIRE] - << text/plain 05-24-2024 13:12:26:STARTING TEST : byteArrayTest() 05-24-2024 13:12:26:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set' to target server at 'localhost:8080' 05-24-2024 13:12:26:############################### 05-24-2024 13:12:26:[Request] Adding entity: text/plain 05-24-2024 13:12:27:FINISHED TEST : byteArrayTest() 05-24-2024 13:12:27:[JAXRSCommonClient] Test setup OK 05-24-2024 13:12:28: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set 05-24-2024 13:12:28: TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain 05-24-2024 13:12:28: TRACE: [WIRE] - >> text/plain 05-24-2024 13:12:28: TRACE: [WIRE] - << 200 OK 05-24-2024 13:12:28: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:12:28: TRACE: [WIRE] - << Content-Length: 10 05-24-2024 13:12:28: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:12:27:STARTING TEST : readerTest() 05-24-2024 13:12:27:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set' to target server at 'localhost:8080' 05-24-2024 13:12:27:############################### 05-24-2024 13:12:28:[Request] Adding entity: text/plain 05-24-2024 13:12:28: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:12:28: TRACE: [WIRE] - << text/plain 05-24-2024 13:12:29:FINISHED TEST : readerTest() 05-24-2024 13:12:29:[JAXRSCommonClient] Test setup OK 05-24-2024 13:12:29: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set 05-24-2024 13:12:29: TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain 05-24-2024 13:12:29: TRACE: [WIRE] - >> text/xml 05-24-2024 13:12:29: TRACE: [WIRE] - << 200 OK 05-24-2024 13:12:29: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:12:29: TRACE: [WIRE] - << Content-Length: 8 05-24-2024 13:12:29: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:12:29: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:12:29: TRACE: [WIRE] - << text/xml 05-24-2024 13:12:29:STARTING TEST : transformSourceTest() 05-24-2024 13:12:29:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set' to target server at 'localhost:8080' 05-24-2024 13:12:29:############################### 05-24-2024 13:12:29:[Request] Adding entity: text/xml 05-24-2024 13:12:31:FINISHED TEST : transformSourceTest() 05-24-2024 13:12:31:[JAXRSCommonClient] Test setup OK 05-24-2024 13:12:31: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set 05-24-2024 13:12:31:STARTING TEST : multivaluedMapTest() 05-24-2024 13:12:31:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set' to target server at 'localhost:8080' 05-24-2024 13:12:31:############################### 05-24-2024 13:12:31:[Request] Adding entity: application/x-www-form-urlencoded 05-24-2024 13:12:31: TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain 05-24-2024 13:12:31: TRACE: [WIRE] - >> application/x-www-form-urlencoded 05-24-2024 13:12:31: TRACE: [WIRE] - << 200 OK 05-24-2024 13:12:31: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:12:31: TRACE: [WIRE] - << Content-Length: 33 05-24-2024 13:12:31: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:12:31: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:12:31: TRACE: [WIRE] - << application/x-www-form-urlencoded 05-24-2024 13:12:33:FINISHED TEST : multivaluedMapTest() 05-24-2024 13:12:33:[JAXRSCommonClient] Test setup OK 05-24-2024 13:12:33: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set 05-24-2024 13:12:33: TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain 05-24-2024 13:12:33: TRACE: [WIRE] - >> text/xml 05-24-2024 13:12:33: TRACE: [WIRE] - << 200 OK 05-24-2024 13:12:33: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:12:33: TRACE: [WIRE] - << Content-Length: 8 05-24-2024 13:12:33: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:12:33: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:12:33: TRACE: [WIRE] - << text/xml 05-24-2024 13:12:33:STARTING TEST : jaxbElementTest() 05-24-2024 13:12:33:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set' to target server at 'localhost:8080' 05-24-2024 13:12:33:############################### 05-24-2024 13:12:33:[Request] Adding entity: text/xml 05-24-2024 13:12:35:FINISHED TEST : jaxbElementTest() 05-24-2024 13:12:35:[JAXRSCommonClient] Test setup OK 05-24-2024 13:12:35:STARTING TEST : defaultWaiting1s() 05-24-2024 13:12:35: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/available 05-24-2024 13:12:35: TRACE: [WIRE] - >> Accept:*/* 05-24-2024 13:12:35: TRACE: [WIRE] - << 200 OK 05-24-2024 13:12:35: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:12:35: TRACE: [WIRE] - << Content-Length: 2 05-24-2024 13:12:35: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:12:35: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:12:35: TRACE: [WIRE] - << OK 05-24-2024 13:12:35: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/available 05-24-2024 13:12:35:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/available' to target server at 'localhost:8080' 05-24-2024 13:12:35:############################### 05-24-2024 13:12:35:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/available' to target server at 'localhost:8080' 05-24-2024 13:12:35:############################### 05-24-2024 13:12:35: TRACE: [WIRE] - >> Accept:*/* 05-24-2024 13:12:35: TRACE: [WIRE] - << 200 OK 05-24-2024 13:12:35: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:12:35: TRACE: [WIRE] - << Content-Length: 2 05-24-2024 13:12:35: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:12:35: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:12:35: TRACE: [WIRE] - << OK 05-24-2024 13:12:36:FINISHED TEST : defaultWaiting1s() 05-24-2024 13:12:36:[JAXRSCommonClient] Test setup OK 05-24-2024 13:12:36: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set 05-24-2024 13:12:36: TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain 05-24-2024 13:12:36: TRACE: [WIRE] - >> text/plain 05-24-2024 13:12:36: TRACE: [WIRE] - << 200 OK 05-24-2024 13:12:36:STARTING TEST : inputStreamTest() 05-24-2024 13:12:36:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set' to target server at 'localhost:8080' 05-24-2024 13:12:36:############################### 05-24-2024 13:12:36:[Request] Adding entity: text/plain 05-24-2024 13:12:36: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:12:36: TRACE: [WIRE] - << Content-Length: 10 05-24-2024 13:12:36: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:12:36: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:12:36: TRACE: [WIRE] - << text/plain 05-24-2024 13:12:38:FINISHED TEST : inputStreamTest() [WARNING] Tests run: 17, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 36.206 s - in ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.sseeventsource.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.jaxrs21.ee.priority.JAXRSClientIT 05-24-2024 13:12:39:[JAXRSCommonClient] Test setup OK May 24, 2024 1:12:39 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:12:39:STARTING TEST : exceptionMapperPriorityTest() 05-24-2024 13:12:39:[HttpRequest] Dispatching request: 'GET /jaxrs_jaxrs21_ee_priority_web/exception HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:12:39:FINISHED TEST : exceptionMapperPriorityTest() 05-24-2024 13:12:39:[JAXRSCommonClient] Test setup OK May 24, 2024 1:12:39 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:12:39:STARTING TEST : paramConverterPriorityTest() 05-24-2024 13:12:39:[HttpRequest] Dispatching request: 'GET /jaxrs_jaxrs21_ee_priority_web/converter?id=something HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:12:39:FINISHED TEST : paramConverterPriorityTest() [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.707 s - in ee.jakarta.tck.ws.rs.jaxrs21.ee.priority.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.jaxrs21.ee.patch.server.JAXRSClientIT 05-24-2024 13:12:39:[JAXRSCommonClient] Test setup OK May 24, 2024 1:12:39 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:12:39:STARTING TEST : patchTest() 05-24-2024 13:12:39:[HttpRequest] Dispatching request: 'PATCH /jaxrs_jaxrs21_ee_patch_server_web/resource/patch HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:12:39:FINISHED TEST : patchTest() [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.662 s - in ee.jakarta.tck.ws.rs.jaxrs21.ee.patch.server.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.jaxrs21.spec.classsubresourcelocator.JAXRSClientIT 05-24-2024 13:12:40:[JAXRSCommonClient] Test setup OK 05-24-2024 13:12:40: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_spec_classsubresourcelocator_web/resource/sub 05-24-2024 13:12:40: TRACE: [WIRE] - >> Accept:*/* 05-24-2024 13:12:40: TRACE: [WIRE] - << 200 OK 05-24-2024 13:12:40: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:12:40: TRACE: [WIRE] - << Content-Length: 2 05-24-2024 13:12:40: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:12:40: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:12:40: TRACE: [WIRE] - << OK 05-24-2024 13:12:40:STARTING TEST : subResourceLocatorAsClassTest() 05-24-2024 13:12:40:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_jaxrs21_spec_classsubresourcelocator_web/resource/sub' to target server at 'localhost:8080' 05-24-2024 13:12:40:############################### 05-24-2024 13:12:40:FINISHED TEST : subResourceLocatorAsClassTest() [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.788 s - in ee.jakarta.tck.ws.rs.jaxrs21.spec.classsubresourcelocator.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.jaxrs21.spec.completionstage.JAXRSClientIT 05-24-2024 13:12:41:[JAXRSCommonClient] Test setup OK 05-24-2024 13:12:41: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_spec_completionstage_web/async 05-24-2024 13:12:41: TRACE: [WIRE] - >> 05-24-2024 13:12:42: TRACE: [WIRE] - << 200 OK 05-24-2024 13:12:42: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:12:42: TRACE: [WIRE] - << Content-Length: 73 05-24-2024 13:12:42: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:12:42: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:12:41:STARTING TEST : completionStageReturnedTest() 05-24-2024 13:12:42:FINISHED TEST : completionStageReturnedTest() [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.728 s - in ee.jakarta.tck.ws.rs.jaxrs21.spec.completionstage.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.jaxrs21.api.client.invocationbuilder.JAXRSClientIT 05-24-2024 13:12:42:[JAXRSCommonClient] Test setup OK 05-24-2024 13:12:42:STARTING TEST : testRxClassExecutorServiceThrowsWhenNotRegistered() Illegal state exception has been thrown when no provider is registered as expected 05-24-2024 13:12:42:FINISHED TEST : testRxClassExecutorServiceThrowsWhenNotRegistered() 05-24-2024 13:12:42:[JAXRSCommonClient] Test setup OK 05-24-2024 13:12:42:STARTING TEST : testRxClassGetsClassInstance() Custom rxInvoker has been created as expected 05-24-2024 13:12:42:FINISHED TEST : testRxClassGetsClassInstance() 05-24-2024 13:12:42:[JAXRSCommonClient] Test setup OK 05-24-2024 13:12:42:STARTING TEST : testRxClassThrowsWhenNotRegistered() Illegal state exception has been thrown when no provider is registered as expected 05-24-2024 13:12:43:FINISHED TEST : testRxClassThrowsWhenNotRegistered() 05-24-2024 13:12:43:[JAXRSCommonClient] Test setup OK 05-24-2024 13:12:43:STARTING TEST : testRxClassExceutorServiceGetsClassInstance() Custom rxInvoker has been created as expected 05-24-2024 13:12:43:FINISHED TEST : testRxClassExceutorServiceGetsClassInstance() [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.651 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-24-2024 13:12:43:[JAXRSCommonClient] Test setup OK May 24, 2024 1:12:43 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:12:43:STARTING TEST : writeTest() 05-24-2024 13:12:43:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_streamoutput/StreamOutputTest/Test1 HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:12:43:FINISHED TEST : writeTest() 05-24-2024 13:12:43:[JAXRSCommonClient] Test setup OK 05-24-2024 13:12:43:STARTING TEST : writeIOExceptionTest() 05-24-2024 13:12:43:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_streamoutput/StreamOutputTest/IOExceptionTest HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:12:43:FINISHED TEST : writeIOExceptionTest() 05-24-2024 13:12:43:[JAXRSCommonClient] Test setup OK 05-24-2024 13:12:43:STARTING TEST : writeWebApplicationExceptionTest() 05-24-2024 13:12:43:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_streamoutput/StreamOutputTest/Test2 HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:12:43:FINISHED TEST : writeWebApplicationExceptionTest() [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.743 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 05-24-2024 13:12:44:[JAXRSCommonClient] Test setup OK 05-24-2024 13:12:44: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_servlet3_rs_ext_paramconverter_autodiscovery/resource/sbquery?query=ABCDEFGH 05-24-2024 13:12:44:STARTING TEST : isParamCoverterFoundByAutodiscoveryUsedTest() 05-24-2024 13:12:44:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_servlet3_rs_ext_paramconverter_autodiscovery/resource/sbquery?query=ABCDEFGH' to target server at 'localhost:8080' 05-24-2024 13:12:44:###############################05-24-2024 13:12:44: TRACE: [WIRE] - >> Accept:*/* 05-24-2024 13:12:44: TRACE: [WIRE] - << 200 OK 05-24-2024 13:12:44: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:12:44: TRACE: [WIRE] - << Content-Length: 25 05-24-2024 13:12:44: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:12:44: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:12:44: TRACE: [WIRE] - << Converted value: ABCDEFGH 05-24-2024 13:12:44:FINISHED TEST : isParamCoverterFoundByAutodiscoveryUsedTest() [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.757 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-24-2024 13:12:45:[JAXRSCommonClient] Test setup OK 05-24-2024 13:12:45:STARTING TEST : applicationPathAnnotationEncodedTest() 05-24-2024 13:12:45:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_applicationpath/ApplicationPath!/Resource HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:12:45:FINISHED TEST : applicationPathAnnotationEncodedTest() 05-24-2024 13:12:45:[JAXRSCommonClient] Test setup OK 05-24-2024 13:12:45:STARTING TEST : applicationPathAnnotationNotUsedTest() 05-24-2024 13:12:45:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_applicationpath/Resource HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:12:45:Received expected status code Not Found 05-24-2024 13:12:45:FINISHED TEST : applicationPathAnnotationNotUsedTest() [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.646 s - in ee.jakarta.tck.ws.rs.servlet3.rs.applicationpath.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.signaturetest.jaxrs.JAXRSSigTestIT 05-24-2024 13:12:45:$$$ SigTestEE.setup() called 05-24-2024 13:12:45:$$$ 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-24-2024 13:12:45:$$$ JAXRSSigTestIT.signatureTest() called 05-24-2024 13:12:45:mapFile location is :/tmp/sig-test5213186437484193400.map 05-24-2024 13:12:45:packageFile location is :/tmp/sig-test-pkg-list15745494229088388018.txt 05-24-2024 13:12:45:Package version from mapfile :3.1.0 05-24-2024 13:12:45:signature File location is :/tmp/jakarta.ws.rs.sig_3.1.0 05-24-2024 13:12:45:Executing JImage 05-24-2024 13:12:45:/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 05-24-2024 13:12:54:JImage RC = 0 05-24-2024 13:12:54:optionalPkgToIgnore = jakarta.xml.bind 05-24-2024 13:12:54:********** BEGIN PACKAGE LEVEL SIGNATURE VALIDATION ********** 05-24-2024 13:12:54:********** BEGIN VALIDATE PACKAGE 'jakarta.ws.rs' ********** 05-24-2024 13:12:54:********** VALIDATE IN STATIC MODE - TO CHECK CONSANT VALUES **** 05-24-2024 13:12:54:Static mode supports checks of static constants values null 05-24-2024 13:12:55:********** Status Report 'jakarta.ws.rs' ********** 05-24-2024 13:12:55:SignatureTest report Base version: 3.1.0 Tested version: 3.1.0 Check mode: src [throws normalized] Constant checking: on 05-24-2024 13:12:55:********** Package 'jakarta.ws.rs' - PASSED (STATIC MODE) ********** 05-24-2024 13:12:55: 05-24-2024 13:12:55:********** VALIDATE IN REFLECTIVE MODE **** 05-24-2024 13:12:55:Reflective mode supports verification within containers (ie ejb, servlet, etc) null 05-24-2024 13:12:55:********** Status Report 'jakarta.ws.rs' ********** 05-24-2024 13:12:55:SignatureTest report Base version: 3.1.0 Tested version: 3.1.0 Check mode: src [throws normalized] Constant checking: on 05-24-2024 13:12:55:********** Package 'jakarta.ws.rs' - PASSED (REFLECTION MODE) ********** 05-24-2024 13:12:55:********** END VALIDATE PACKAGE 'jakarta.ws.rs' ********** 05-24-2024 13:12:55: 05-24-2024 13:12:55: 05-24-2024 13:12:55:********** BEGIN VALIDATE PACKAGE 'jakarta.ws.rs.client' ********** 05-24-2024 13:12:55:********** VALIDATE IN STATIC MODE - TO CHECK CONSANT VALUES **** 05-24-2024 13:12:55:Static mode supports checks of static constants values null 05-24-2024 13:12:56:********** Status Report 'jakarta.ws.rs.client' ********** 05-24-2024 13:12:56:SignatureTest report Base version: 3.1.0 Tested version: 3.1.0 Check mode: src [throws normalized] Constant checking: on 05-24-2024 13:12:56:********** Package 'jakarta.ws.rs.client' - PASSED (STATIC MODE) ********** 05-24-2024 13:12:56: 05-24-2024 13:12:56:********** VALIDATE IN REFLECTIVE MODE **** 05-24-2024 13:12:56:Reflective mode supports verification within containers (ie ejb, servlet, etc) null 05-24-2024 13:12:56:********** Status Report 'jakarta.ws.rs.client' ********** 05-24-2024 13:12:56:SignatureTest report Base version: 3.1.0 Tested version: 3.1.0 Check mode: src [throws normalized] Constant checking: on 05-24-2024 13:12:56:********** Package 'jakarta.ws.rs.client' - PASSED (REFLECTION MODE) ********** 05-24-2024 13:12:56:********** END VALIDATE PACKAGE 'jakarta.ws.rs.client' ********** 05-24-2024 13:12:56: 05-24-2024 13:12:56: 05-24-2024 13:12:56:********** BEGIN VALIDATE PACKAGE 'jakarta.ws.rs.core' ********** 05-24-2024 13:12:56:********** VALIDATE IN STATIC MODE - TO CHECK CONSANT VALUES **** 05-24-2024 13:12:56:Static mode supports checks of static constants values null 05-24-2024 13:12:56:********** Status Report 'jakarta.ws.rs.core' ********** 05-24-2024 13:12:56:SignatureTest report Base version: 3.1.0 Tested version: 3.1.0 Check mode: src [throws normalized] Constant checking: on 05-24-2024 13:12:56:********** Package 'jakarta.ws.rs.core' - PASSED (STATIC MODE) ********** 05-24-2024 13:12:56: 05-24-2024 13:12:56:********** VALIDATE IN REFLECTIVE MODE **** 05-24-2024 13:12:56:Reflective mode supports verification within containers (ie ejb, servlet, etc) null 05-24-2024 13:12:57:********** Status Report 'jakarta.ws.rs.core' ********** 05-24-2024 13:12:57:SignatureTest report Base version: 3.1.0 Tested version: 3.1.0 Check mode: src [throws normalized] Constant checking: on 05-24-2024 13:12:57:********** Package 'jakarta.ws.rs.core' - PASSED (REFLECTION MODE) ********** 05-24-2024 13:12:57:********** END VALIDATE PACKAGE 'jakarta.ws.rs.core' ********** 05-24-2024 13:12:57: 05-24-2024 13:12:57: 05-24-2024 13:12:57:********** BEGIN VALIDATE PACKAGE 'jakarta.ws.rs.container' ********** 05-24-2024 13:12:57:********** VALIDATE IN STATIC MODE - TO CHECK CONSANT VALUES **** 05-24-2024 13:12:57:Static mode supports checks of static constants values null 05-24-2024 13:12:57:********** Status Report 'jakarta.ws.rs.container' ********** 05-24-2024 13:12:57:SignatureTest report Base version: 3.1.0 Tested version: 3.1.0 Check mode: src [throws normalized] Constant checking: on 05-24-2024 13:12:57:********** Package 'jakarta.ws.rs.container' - PASSED (STATIC MODE) ********** 05-24-2024 13:12:57: 05-24-2024 13:12:57:********** VALIDATE IN REFLECTIVE MODE **** 05-24-2024 13:12:57:Reflective mode supports verification within containers (ie ejb, servlet, etc) null 05-24-2024 13:12:57:********** Status Report 'jakarta.ws.rs.container' ********** 05-24-2024 13:12:57:SignatureTest report Base version: 3.1.0 Tested version: 3.1.0 Check mode: src [throws normalized] Constant checking: on 05-24-2024 13:12:57:********** Package 'jakarta.ws.rs.container' - PASSED (REFLECTION MODE) ********** 05-24-2024 13:12:57:********** END VALIDATE PACKAGE 'jakarta.ws.rs.container' ********** 05-24-2024 13:12:57: 05-24-2024 13:12:57: 05-24-2024 13:12:57:********** BEGIN VALIDATE PACKAGE 'jakarta.ws.rs.ext' ********** 05-24-2024 13:12:57:********** VALIDATE IN STATIC MODE - TO CHECK CONSANT VALUES **** 05-24-2024 13:12:57:Static mode supports checks of static constants values null 05-24-2024 13:12:57:********** Status Report 'jakarta.ws.rs.ext' ********** 05-24-2024 13:12:57:SignatureTest report Base version: 3.1.0 Tested version: 3.1.0 Check mode: src [throws normalized] Constant checking: on 05-24-2024 13:12:57:********** Package 'jakarta.ws.rs.ext' - PASSED (STATIC MODE) ********** 05-24-2024 13:12:57: 05-24-2024 13:12:57:********** VALIDATE IN REFLECTIVE MODE **** 05-24-2024 13:12:57:Reflective mode supports verification within containers (ie ejb, servlet, etc) null 05-24-2024 13:12:58:********** Status Report 'jakarta.ws.rs.ext' ********** 05-24-2024 13:12:58:SignatureTest report Base version: 3.1.0 Tested version: 3.1.0 Check mode: src [throws normalized] Constant checking: on 05-24-2024 13:12:58:********** Package 'jakarta.ws.rs.ext' - PASSED (REFLECTION MODE) ********** 05-24-2024 13:12:58:********** END VALIDATE PACKAGE 'jakarta.ws.rs.ext' ********** 05-24-2024 13:12:58: 05-24-2024 13:12:58: 05-24-2024 13:12:58:********** BEGIN VALIDATE PACKAGE 'jakarta.ws.rs.sse' ********** 05-24-2024 13:12:58:********** VALIDATE IN STATIC MODE - TO CHECK CONSANT VALUES **** 05-24-2024 13:12:58:Static mode supports checks of static constants values null 05-24-2024 13:12:58:********** Status Report 'jakarta.ws.rs.sse' ********** 05-24-2024 13:12:58:SignatureTest report Base version: 3.1.0 Tested version: 3.1.0 Check mode: src [throws normalized] Constant checking: on 05-24-2024 13:12:58:********** Package 'jakarta.ws.rs.sse' - PASSED (STATIC MODE) ********** 05-24-2024 13:12:58: 05-24-2024 13:12:58:********** VALIDATE IN REFLECTIVE MODE **** 05-24-2024 13:12:58:Reflective mode supports verification within containers (ie ejb, servlet, etc) null 05-24-2024 13:12:58:********** Status Report 'jakarta.ws.rs.sse' ********** 05-24-2024 13:12:58:SignatureTest report Base version: 3.1.0 Tested version: 3.1.0 Check mode: src [throws normalized] Constant checking: on 05-24-2024 13:12:58:********** Package 'jakarta.ws.rs.sse' - PASSED (REFLECTION MODE) ********** 05-24-2024 13:12:58:********** END VALIDATE PACKAGE 'jakarta.ws.rs.sse' ********** 05-24-2024 13:12:58: 05-24-2024 13:12:58: 05-24-2024 13:12:58:****************************************************** ****************************************************** 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-24-2024 13:12:58:$$$ JAXRSSigTestIT.signatureTest() returning [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.19 s - in ee.jakarta.tck.ws.rs.signaturetest.jaxrs.JAXRSSigTestIT [INFO] Running ee.jakarta.tck.ws.rs.spec.client.invocations.JAXRSClientIT 05-24-2024 13:12:59:[JAXRSCommonClient] Test setup OK 05-24-2024 13:12:59: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_invocations_web/resource/call 05-24-2024 13:12:59: TRACE: [WIRE] - >> Accept:*/* 05-24-2024 13:12:59: TRACE: [WIRE] - << 200 OK 05-24-2024 13:12:59: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:12:59: TRACE: [WIRE] - << Content-Length: 53 05-24-2024 13:12:59: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:12:59: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:12:59: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.invocations.Resource 05-24-2024 13:12:59:STARTING TEST : synchronousTest() 05-24-2024 13:12:59:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_invocations_web/resource/call' to target server at 'localhost:8080' 05-24-2024 13:12:59:############################### 05-24-2024 13:12:59:FINISHED TEST : synchronousTest() 05-24-2024 13:12:59:[JAXRSCommonClient] Test setup OK 05-24-2024 13:12:59: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_invocations_web/resource/mediatype 05-24-2024 13:12:59: TRACE: [WIRE] - >> Accept:application/atom+xml,text/html 05-24-2024 13:12:59: TRACE: [WIRE] - << 200 OK 05-24-2024 13:12:59: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:12:59: TRACE: [WIRE] - << Content-Length: 29 05-24-2024 13:12:59: TRACE: [WIRE] - << Content-Type: application/atom+xml 05-24-2024 13:12:59: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:12:59:STARTING TEST : invocationFromLinkTwoMediaTypesTest() 05-24-2024 13:12:59:FINISHED TEST : invocationFromLinkTwoMediaTypesTest() 05-24-2024 13:12:59:[JAXRSCommonClient] Test setup OK 05-24-2024 13:12:59: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_invocations_web/resource/mediatype 05-24-2024 13:12:59: TRACE: [WIRE] - >> Accept:application/json 05-24-2024 13:12:59: TRACE: [WIRE] - << 200 OK 05-24-2024 13:12:59: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:12:59: TRACE: [WIRE] - << Content-Length: 16 05-24-2024 13:12:59: TRACE: [WIRE] - << Content-Type: application/json 05-24-2024 13:12:59: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:12:59:STARTING TEST : invocationFromLinkApplicationJsonMediaTypeTest() 05-24-2024 13:12:59:FINISHED TEST : invocationFromLinkApplicationJsonMediaTypeTest() 05-24-2024 13:12:59:[JAXRSCommonClient] Test setup OK 05-24-2024 13:12:59: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_invocations_web/resource/call 05-24-2024 13:12:59: TRACE: [WIRE] - >> Accept:*/* 05-24-2024 13:12:59: TRACE: [WIRE] - << 200 OK 05-24-2024 13:12:59: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:12:59:STARTING TEST : asynchronousTest() 05-24-2024 13:12:59:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_invocations_web/resource/call' to target server at 'localhost:8080' 05-24-2024 13:12:59:############################### 05-24-2024 13:12:59: TRACE: [WIRE] - << Content-Length: 53 05-24-2024 13:12:59: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:12:59: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:12:59: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.invocations.Resource 05-24-2024 13:12:59:FINISHED TEST : asynchronousTest() 05-24-2024 13:12:59:[JAXRSCommonClient] Test setup OK 05-24-2024 13:12:59: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_invocations_web/resource/mediatype 05-24-2024 13:12:59:STARTING TEST : invocationFromLinkTextXmlMediaTypeTest() 05-24-2024 13:12:59: TRACE: [WIRE] - >> Accept:text/xml 05-24-2024 13:12:59: TRACE: [WIRE] - << 200 OK 05-24-2024 13:12:59: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:12:59: TRACE: [WIRE] - << Content-Length: 8 05-24-2024 13:12:59: TRACE: [WIRE] - << Content-Type: text/xml 05-24-2024 13:12:59: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:12:59:FINISHED TEST : invocationFromLinkTextXmlMediaTypeTest() [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.946 s - in ee.jakarta.tck.ws.rs.spec.client.invocations.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.spec.client.resource.JAXRSClientIT 05-24-2024 13:13:00:[JAXRSCommonClient] Test setup OK 05-24-2024 13:13:00: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_resource_web/resource/concept 05-24-2024 13:13:00: TRACE: [WIRE] - >> Accept:*/* 05-24-2024 13:13:00: TRACE: [WIRE] - << 200 OK 05-24-2024 13:13:00: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:13:00: TRACE: [WIRE] - << Content-Length: 7 05-24-2024 13:13:00: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:13:00: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:13:00: TRACE: [WIRE] - << concept 05-24-2024 13:13:00:STARTING TEST : checkClientConceptTest() 05-24-2024 13:13:00:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_resource_web/resource/concept' to target server at 'localhost:8080' 05-24-2024 13:13:00:############################### 05-24-2024 13:13:00:FINISHED TEST : checkClientConceptTest() [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.949 s - in ee.jakarta.tck.ws.rs.spec.client.resource.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.spec.client.typedentities.JAXRSClientIT 05-24-2024 13:13:09:[JAXRSCommonClient] Test setup OK 05-24-2024 13:13:11: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter 05-24-2024 13:13:11: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:13:11: TRACE: [WIRE] - >> java.io.InputStreamReader@462e0f 05-24-2024 13:13:09:STARTING TEST : clientReaderWriterTest() 05-24-2024 13:13:09:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter' to target server at 'localhost:8080' 05-24-2024 13:13:09:############################### 05-24-2024 13:13:11:[Request] Adding entity: java.io.InputStreamReader@462e0f 05-24-2024 13:13:11: TRACE: [WIRE] - << 200 OK 05-24-2024 13:13:11: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:13:11: TRACE: [WIRE] - << Content-Length: 55 05-24-2024 13:13:11: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:13:11: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:13:11: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource 05-24-2024 13:13:11:FINISHED TEST : clientReaderWriterTest() 05-24-2024 13:13:11:[JAXRSCommonClient] Test setup OK 05-24-2024 13:13:12: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader 05-24-2024 13:13:12: TRACE: [WIRE] - >> Accept:*/* 05-24-2024 13:13:12: TRACE: [WIRE] - << 200 OK 05-24-2024 13:13:12: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:13:12: TRACE: [WIRE] - << Content-Length: 55 05-24-2024 13:13:12: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:13:12: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:13:12: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource 05-24-2024 13:13:11:STARTING TEST : clientReaderReaderTest() 05-24-2024 13:13:11:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader' to target server at 'localhost:8080' 05-24-2024 13:13:11:############################### 05-24-2024 13:13:12:FINISHED TEST : clientReaderReaderTest() 05-24-2024 13:13:12:[JAXRSCommonClient] Test setup OK 05-24-2024 13:13:12: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter 05-24-2024 13:13:12:STARTING TEST : clientByteArrayWriterTest() 05-24-2024 13:13:12:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter' to target server at 'localhost:8080' 05-24-2024 13:13:12:############################### 05-24-2024 13:13:12:[Request] Adding entity: [B@36b201d 05-24-2024 13:13:12: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:13:12: TRACE: [WIRE] - >> [B@36b201d 05-24-2024 13:13:12: TRACE: [WIRE] - << 200 OK 05-24-2024 13:13:12: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:13:12: TRACE: [WIRE] - << Content-Length: 55 05-24-2024 13:13:12: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:13:12: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:13:12: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource 05-24-2024 13:13:12:FINISHED TEST : clientByteArrayWriterTest() 05-24-2024 13:13:12:[JAXRSCommonClient] Test setup OK 05-24-2024 13:13:14: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter 05-24-2024 13:13:14: TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/xml 05-24-2024 13:13:14: TRACE: [WIRE] - >> javax.xml.transform.stream.StreamSource@56724807 05-24-2024 13:13:14: TRACE: [WIRE] - << 200 OK 05-24-2024 13:13:14: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:13:14: TRACE: [WIRE] - << Content-Length: 104 05-24-2024 13:13:14: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:13:14: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:13:14: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource 05-24-2024 13:13:12:STARTING TEST : clientSourceWriterTest() 05-24-2024 13:13:14:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter' to target server at 'localhost:8080' 05-24-2024 13:13:14:############################### 05-24-2024 13:13:14:[Request] Adding entity: javax.xml.transform.stream.StreamSource@56724807 05-24-2024 13:13:14:FINISHED TEST : clientSourceWriterTest() 05-24-2024 13:13:14:[JAXRSCommonClient] Test setup OK 05-24-2024 13:13:14: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter 05-24-2024 13:13:14: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:13:14: TRACE: [WIRE] - >> java.io.ByteArrayInputStream@733e1fc8 05-24-2024 13:13:14: TRACE: [WIRE] - << 200 OK 05-24-2024 13:13:14: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:13:14: TRACE: [WIRE] - << Content-Length: 55 05-24-2024 13:13:14: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:13:14: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:13:14: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource 05-24-2024 13:13:14:STARTING TEST : clientInputStreamWriterTest() 05-24-2024 13:13:14:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter' to target server at 'localhost:8080' 05-24-2024 13:13:14:############################### 05-24-2024 13:13:14:[Request] Adding entity: java.io.ByteArrayInputStream@733e1fc8 05-24-2024 13:13:14:FINISHED TEST : clientInputStreamWriterTest() 05-24-2024 13:13:14:[JAXRSCommonClient] Test setup OK 05-24-2024 13:13:14: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter 05-24-2024 13:13:14: TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/x-www-form-urlencoded 05-24-2024 13:13:14: TRACE: [WIRE] - >> ee.jakarta.tck.ws.rs.common.impl.SinglevaluedMap@5d28f3db 05-24-2024 13:13:14: TRACE: [WIRE] - << 200 OK 05-24-2024 13:13:14: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:13:14: TRACE: [WIRE] - << Content-Length: 111 05-24-2024 13:13:14: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:13:14: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:13:14: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource=ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource 05-24-2024 13:13:14:STARTING TEST : clientMultivaluedMapWriterTest() 05-24-2024 13:13:14:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter' to target server at 'localhost:8080' 05-24-2024 13:13:14:############################### 05-24-2024 13:13:14:[Request] Adding entity: ee.jakarta.tck.ws.rs.common.impl.SinglevaluedMap@5d28f3db 05-24-2024 13:13:14:FINISHED TEST : clientMultivaluedMapWriterTest() 05-24-2024 13:13:14:[JAXRSCommonClient] Test setup OK 05-24-2024 13:13:14: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader 05-24-2024 13:13:14: TRACE: [WIRE] - >> Accept:*/* 05-24-2024 13:13:14: TRACE: [WIRE] - << 200 OK 05-24-2024 13:13:14: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:13:14: TRACE: [WIRE] - << Content-Length: 55 05-24-2024 13:13:14: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:13:14: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:13:14: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource 05-24-2024 13:13:14:STARTING TEST : clientByteArrayReaderTest() 05-24-2024 13:13:14:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader' to target server at 'localhost:8080' 05-24-2024 13:13:14:############################### 05-24-2024 13:13:14:FINISHED TEST : clientByteArrayReaderTest() 05-24-2024 13:13:14:[JAXRSCommonClient] Test setup OK 05-24-2024 13:13:14: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader 05-24-2024 13:13:14: TRACE: [WIRE] - >> Accept:text/xml 05-24-2024 13:13:14: TRACE: [WIRE] - << 200 OK 05-24-2024 13:13:14: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:13:14: TRACE: [WIRE] - << Content-Length: 76 05-24-2024 13:13:14: TRACE: [WIRE] - << Content-Type: text/xml 05-24-2024 13:13:14: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:13:14: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource 05-24-2024 13:13:14: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader 05-24-2024 13:13:14:STARTING TEST : clientSourceReaderTest() 05-24-2024 13:13:14:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader' to target server at 'localhost:8080' 05-24-2024 13:13:14:############################### 05-24-2024 13:13:14:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader' to target server at 'localhost:8080' 05-24-2024 13:13:14:############################### 05-24-2024 13:13:14: TRACE: [WIRE] - >> Accept:application/xml 05-24-2024 13:13:14: TRACE: [WIRE] - << 200 OK 05-24-2024 13:13:14: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:13:14: TRACE: [WIRE] - << Content-Length: 76 05-24-2024 13:13:14: TRACE: [WIRE] - << Content-Type: application/xml 05-24-2024 13:13:14: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:13:14: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource 05-24-2024 13:13:14: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader 05-24-2024 13:13:14: TRACE: [WIRE] - >> Accept:application/atom+xml 05-24-2024 13:13:14: TRACE: [WIRE] - << 200 OK 05-24-2024 13:13:14: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:13:14: TRACE: [WIRE] - << Content-Length: 76 05-24-2024 13:13:14: TRACE: [WIRE] - << Content-Type: application/atom+xml 05-24-2024 13:13:14: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:13:14: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource 05-24-2024 13:13:14:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader' to target server at 'localhost:8080' 05-24-2024 13:13:14:############################### 05-24-2024 13:13:14:FINISHED TEST : clientSourceReaderTest() 05-24-2024 13:13:14:[JAXRSCommonClient] Test setup OK 05-24-2024 13:13:14: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader 05-24-2024 13:13:14: TRACE: [WIRE] - >> Accept:*/* 05-24-2024 13:13:14:STARTING TEST : clientInputStreamReaderTest() 05-24-2024 13:13:14:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader' to target server at 'localhost:8080' 05-24-2024 13:13:14:############################### 05-24-2024 13:13:14: TRACE: [WIRE] - << 200 OK 05-24-2024 13:13:14: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:13:14: TRACE: [WIRE] - << Content-Length: 55 05-24-2024 13:13:14: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:13:14: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:13:14: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource 05-24-2024 13:13:14:FINISHED TEST : clientInputStreamReaderTest() 05-24-2024 13:13:14:[JAXRSCommonClient] Test setup OK 05-24-2024 13:13:14: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/readerprovider 05-24-2024 13:13:14: TRACE: [WIRE] - >> Accept:text/xml 05-24-2024 13:13:14: TRACE: [WIRE] - << 200 OK 05-24-2024 13:13:14: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:13:14: TRACE: [WIRE] - << Content-Length: 94 05-24-2024 13:13:14: TRACE: [WIRE] - << Content-Type: text/xml 05-24-2024 13:13:14: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:13:14: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource 05-24-2024 13:13:14:STARTING TEST : clientAnyReaderUsageTest() 05-24-2024 13:13:14:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/readerprovider' to target server at 'localhost:8080' 05-24-2024 13:13:14:############################### 05-24-2024 13:13:14:FINISHED TEST : clientAnyReaderUsageTest() 05-24-2024 13:13:14:[JAXRSCommonClient] Test setup OK 05-24-2024 13:13:14: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader 05-24-2024 13:13:14: TRACE: [WIRE] - >> Accept:application/x-www-form-urlencoded 05-24-2024 13:13:14: TRACE: [WIRE] - << 200 OK 05-24-2024 13:13:14: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:13:14: TRACE: [WIRE] - << Content-Length: 55 05-24-2024 13:13:14: TRACE: [WIRE] - << Content-Type: application/x-www-form-urlencoded 05-24-2024 13:13:14: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:13:14: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource 05-24-2024 13:13:14:STARTING TEST : clientMultivaluedMapReaderTest() 05-24-2024 13:13:14:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader' to target server at 'localhost:8080' 05-24-2024 13:13:14:############################### 05-24-2024 13:13:14:FINISHED TEST : clientMultivaluedMapReaderTest() 05-24-2024 13:13:14:[JAXRSCommonClient] Test setup OK 05-24-2024 13:13:14: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter 05-24-2024 13:13:14: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:13:14: TRACE: [WIRE] - >> ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource 05-24-2024 13:13:14: TRACE: [WIRE] - << 200 OK 05-24-2024 13:13:14: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:13:14: TRACE: [WIRE] - << Content-Length: 55 05-24-2024 13:13:14: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:13:14: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:13:14: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource 05-24-2024 13:13:14:STARTING TEST : clientStringWriterTest() 05-24-2024 13:13:14:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter' to target server at 'localhost:8080' 05-24-2024 13:13:14:############################### 05-24-2024 13:13:14:[Request] Adding entity: ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource 05-24-2024 13:13:14:FINISHED TEST : clientStringWriterTest() 05-24-2024 13:13:14:[JAXRSCommonClient] Test setup OK 05-24-2024 13:13:14: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter 05-24-2024 13:13:14: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:13:14: TRACE: [WIRE] - >> ee.jakarta.tck.ws.rs.common.impl.StringDataSource@17f76fe8 05-24-2024 13:13:14: TRACE: [WIRE] - << 200 OK 05-24-2024 13:13:14: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:13:14: TRACE: [WIRE] - << Content-Length: 55 05-24-2024 13:13:14: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:13:14: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:13:14: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource 05-24-2024 13:13:14:STARTING TEST : clientDataSourceWriterTest() 05-24-2024 13:13:14:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter' to target server at 'localhost:8080' 05-24-2024 13:13:14:############################### 05-24-2024 13:13:14:[Request] Adding entity: ee.jakarta.tck.ws.rs.common.impl.StringDataSource@17f76fe8 05-24-2024 13:13:14:FINISHED TEST : clientDataSourceWriterTest() 05-24-2024 13:13:14:[JAXRSCommonClient] Test setup OK 05-24-2024 13:13:14: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter 05-24-2024 13:13:14: TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/x-www-form-urlencoded 05-24-2024 13:13:14: TRACE: [WIRE] - >> ee.jakarta.tck.ws.rs.common.impl.StringStreamingOutput@12207d9b 05-24-2024 13:13:14: TRACE: [WIRE] - << 200 OK 05-24-2024 13:13:14: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:13:14: TRACE: [WIRE] - << Content-Length: 55 05-24-2024 13:13:14: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:13:14: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:13:14: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource 05-24-2024 13:13:14:STARTING TEST : clientStreamingOutputWriterTest() 05-24-2024 13:13:14:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter' to target server at 'localhost:8080' 05-24-2024 13:13:14:############################### 05-24-2024 13:13:14:[Request] Adding entity: ee.jakarta.tck.ws.rs.common.impl.StringStreamingOutput@12207d9b 05-24-2024 13:13:14:FINISHED TEST : clientStreamingOutputWriterTest() 05-24-2024 13:13:14:[JAXRSCommonClient] Test setup OK 05-24-2024 13:13:14: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter 05-24-2024 13:13:14: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:13:14: TRACE: [WIRE] - >> /tmp/tckjaxrs7173075943268524153.tmp 05-24-2024 13:13:14: TRACE: [WIRE] - << 200 OK 05-24-2024 13:13:14: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:13:14: TRACE: [WIRE] - << Content-Length: 55 05-24-2024 13:13:14: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:13:14: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:13:14: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource 05-24-2024 13:13:14:STARTING TEST : clientFileWriterTest() 05-24-2024 13:13:14:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter' to target server at 'localhost:8080' 05-24-2024 13:13:14:############################### 05-24-2024 13:13:14:[Request] Adding entity: /tmp/tckjaxrs7173075943268524153.tmp 05-24-2024 13:13:14:FINISHED TEST : clientFileWriterTest() 05-24-2024 13:13:14:[JAXRSCommonClient] Test setup OK 05-24-2024 13:13:14: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/writerprovider 05-24-2024 13:13:14: TRACE: [WIRE] - >> Accept:text/xml, Content-Type:*/* 05-24-2024 13:13:14: TRACE: [WIRE] - >> 1339633069677106930 05-24-2024 13:13:14: TRACE: [WIRE] - << 200 OK 05-24-2024 13:13:14: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:13:14: TRACE: [WIRE] - << Content-Length: 58 05-24-2024 13:13:14: TRACE: [WIRE] - << Content-Type: text/xml 05-24-2024 13:13:14: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:13:14: TRACE: [WIRE] - << 1339633069677106930 05-24-2024 13:13:14:STARTING TEST : clientAnyWriterUsageTest() 05-24-2024 13:13:14:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/writerprovider' to target server at 'localhost:8080' 05-24-2024 13:13:14:############################### 05-24-2024 13:13:14:[Request] Adding entity: 1339633069677106930 05-24-2024 13:13:14:FINISHED TEST : clientAnyWriterUsageTest() 05-24-2024 13:13:14:[JAXRSCommonClient] Test setup OK 05-24-2024 13:13:14: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader 05-24-2024 13:13:14: TRACE: [WIRE] - >> Accept:*/* 05-24-2024 13:13:14: TRACE: [WIRE] - << 200 OK 05-24-2024 13:13:14: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:13:14: TRACE: [WIRE] - << Content-Length: 55 05-24-2024 13:13:14: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:13:14: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:13:14: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource 05-24-2024 13:13:14:STARTING TEST : clientStringReaderTest() 05-24-2024 13:13:14:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader' to target server at 'localhost:8080' 05-24-2024 13:13:14:############################### 05-24-2024 13:13:14:FINISHED TEST : clientStringReaderTest() 05-24-2024 13:13:14:[JAXRSCommonClient] Test setup OK 05-24-2024 13:13:14: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader 05-24-2024 13:13:14: TRACE: [WIRE] - >> Accept:*/* 05-24-2024 13:13:14: TRACE: [WIRE] - << 200 OK 05-24-2024 13:13:14: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:13:14: TRACE: [WIRE] - << Content-Length: 55 05-24-2024 13:13:14: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:13:14: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:13:14: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource 05-24-2024 13:13:14:STARTING TEST : clientDataSourceReaderTest() 05-24-2024 13:13:14:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader' to target server at 'localhost:8080' 05-24-2024 13:13:14:############################### 05-24-2024 13:13:14:FINISHED TEST : clientDataSourceReaderTest() 05-24-2024 13:13:14:[JAXRSCommonClient] Test setup OK 05-24-2024 13:13:14: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader 05-24-2024 13:13:14: TRACE: [WIRE] - >> Accept:*/* 05-24-2024 13:13:14: TRACE: [WIRE] - << 200 OK 05-24-2024 13:13:14: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:13:14: TRACE: [WIRE] - << Content-Length: 55 05-24-2024 13:13:14: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:13:14: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:13:14: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource 05-24-2024 13:13:14:STARTING TEST : clientFileReaderTest() 05-24-2024 13:13:14:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader' to target server at 'localhost:8080' 05-24-2024 13:13:14:############################### 05-24-2024 13:13:14:FINISHED TEST : clientFileReaderTest() [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.222 s - in ee.jakarta.tck.ws.rs.spec.client.typedentities.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.spec.client.typedentitieswithxmlbinding.JAXRSClientIT 05-24-2024 13:13:15:[JAXRSCommonClient] Test setup OK 05-24-2024 13:13:15: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_client_typedentitieswithxmlbinding_web/resource/standardwriter 05-24-2024 13:13:15: TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/xml 05-24-2024 13:13:15: TRACE: [WIRE] - >> jakarta.xml.bind.JAXBElement@75bf7fbb 05-24-2024 13:13:15: TRACE: [WIRE] - << 200 OK 05-24-2024 13:13:15: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:13:15: TRACE: [WIRE] - << Content-Length: 129 05-24-2024 13:13:15: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:13:15: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:13:15: TRACE: [WIRE] - << <>ee.jakarta.tck.ws.rs.spec.client.typedentitieswithxmlbinding.Resource 05-24-2024 13:13:15:STARTING TEST : clientJaxbElementWriterTest() 05-24-2024 13:13:15:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_client_typedentitieswithxmlbinding_web/resource/standardwriter' to target server at 'localhost:8080' 05-24-2024 13:13:15:############################### 05-24-2024 13:13:15:[Request] Adding entity: jakarta.xml.bind.JAXBElement@75bf7fbb 05-24-2024 13:13:15:FINISHED TEST : clientJaxbElementWriterTest() 05-24-2024 13:13:15:[JAXRSCommonClient] Test setup OK 05-24-2024 13:13:15: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_typedentitieswithxmlbinding_web/resource/standardreader 05-24-2024 13:13:15: TRACE: [WIRE] - >> Accept:text/xml 05-24-2024 13:13:15: TRACE: [WIRE] - << 200 OK 05-24-2024 13:13:15: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:13:15: TRACE: [WIRE] - << Content-Length: 90 05-24-2024 13:13:15: TRACE: [WIRE] - << Content-Type: text/xml 05-24-2024 13:13:15: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:13:15: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentitieswithxmlbinding.Resource 05-24-2024 13:13:15: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_typedentitieswithxmlbinding_web/resource/standardreader 05-24-2024 13:13:15: TRACE: [WIRE] - >> Accept:application/xml 05-24-2024 13:13:15: TRACE: [WIRE] - << 200 OK 05-24-2024 13:13:15: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:13:15: TRACE: [WIRE] - << Content-Length: 90 05-24-2024 13:13:15: TRACE: [WIRE] - << Content-Type: application/xml 05-24-2024 13:13:15: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:13:15:STARTING TEST : clientJaxbElementReaderTest() 05-24-2024 13:13:15:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentitieswithxmlbinding_web/resource/standardreader' to target server at 'localhost:8080' 05-24-2024 13:13:15:############################### 05-24-2024 13:13:15:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentitieswithxmlbinding_web/resource/standardreader' to target server at 'localhost:8080' 05-24-2024 13:13:15:############################### 05-24-2024 13:13:15: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentitieswithxmlbinding.Resource 05-24-2024 13:13:15: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_typedentitieswithxmlbinding_web/resource/standardreader 05-24-2024 13:13:15: TRACE: [WIRE] - >> Accept:application/atom+xml 05-24-2024 13:13:15: TRACE: [WIRE] - << 200 OK 05-24-2024 13:13:15: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:13:15: TRACE: [WIRE] - << Content-Length: 90 05-24-2024 13:13:15: TRACE: [WIRE] - << Content-Type: application/atom+xml 05-24-2024 13:13:15: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:13:15: TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentitieswithxmlbinding.Resource 05-24-2024 13:13:15:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentitieswithxmlbinding_web/resource/standardreader' to target server at 'localhost:8080' 05-24-2024 13:13:15:############################### 05-24-2024 13:13:15:FINISHED TEST : clientJaxbElementReaderTest() [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.881 s - in ee.jakarta.tck.ws.rs.spec.client.typedentitieswithxmlbinding.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.spec.client.instance.JAXRSClientIT 05-24-2024 13:13:15:[JAXRSCommonClient] Test setup OK 05-24-2024 13:13:15:Already registered 0 providers 05-24-2024 13:13:15:Already registered 0 properties 05-24-2024 13:13:15:STARTING TEST : defaultClientConfigurationPresetTest() 05-24-2024 13:13:15:FINISHED TEST : defaultClientConfigurationPresetTest() 05-24-2024 13:13:15:[JAXRSCommonClient] Test setup OK 05-24-2024 13:13:15:Already registered 0 providers 05-24-2024 13:13:15:Already registered 0 properties 05-24-2024 13:13:15:STARTING TEST : clientConfiguredTest() 05-24-2024 13:13:15:FINISHED TEST : clientConfiguredTest() [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in ee.jakarta.tck.ws.rs.spec.client.instance.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.spec.client.exceptions.ClientExceptionsIT [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.951 s - in ee.jakarta.tck.ws.rs.spec.client.exceptions.ClientExceptionsIT [INFO] Running ee.jakarta.tck.ws.rs.spec.client.webtarget.JAXRSClientIT 05-24-2024 13:13:16:[JAXRSCommonClient] Test setup OK 05-24-2024 13:13:16:STARTING TEST : deepCopyConfigWebTargetLevelTest() 05-24-2024 13:13:16:FINISHED TEST : deepCopyConfigWebTargetLevelTest() 05-24-2024 13:13:16:[JAXRSCommonClient] Test setup OK 05-24-2024 13:13:16:STARTING TEST : imutableWithRespectToUriQueryResolveTemplateTest() 05-24-2024 13:13:16:Testing method queryParam([Ljava.lang.String;@12bc92fb) 05-24-2024 13:13:16:Testing 2 WebTargets 05-24-2024 13:13:16:Testing method queryParam(path[Ljava.lang.String;@4b92e0f5) 05-24-2024 13:13:16:Testing 4 WebTargets 05-24-2024 13:13:16:Testing method queryParam(xyz[Ljava.lang.String;@4c53a981) 05-24-2024 13:13:16:Testing 8 WebTargets 05-24-2024 13:13:16:checked queryParam() method 05-24-2024 13:13:16:Testing method resolveTemplateFromEncoded() 05-24-2024 13:13:16:Testing 16 WebTargets 05-24-2024 13:13:16:Testing method resolveTemplateFromEncoded(pathxyz) 05-24-2024 13:13:16:Testing 32 WebTargets 05-24-2024 13:13:16:Testing method resolveTemplateFromEncoded(path/path/path) 05-24-2024 13:13:16:Testing 64 WebTargets 05-24-2024 13:13:16:checked resolveTemplateFromEncoded() method 05-24-2024 13:13:16:Testing method resolveTemplates({=path}) 05-24-2024 13:13:16:Testing 128 WebTargets 05-24-2024 13:13:16:Testing method resolveTemplates({path=xyz}) 05-24-2024 13:13:16:Testing 256 WebTargets 05-24-2024 13:13:16:checked resolveTemplates() method 05-24-2024 13:13:16:Testing method resolveTemplatesFromEncoded({path=xyz}) 05-24-2024 13:13:16:Testing 512 WebTargets 05-24-2024 13:13:16:Testing method resolveTemplatesFromEncoded({path=xyz}) 05-24-2024 13:13:16:Testing 1024 WebTargets 05-24-2024 13:13:16:checked resolveTemplatesFromEncoded() method 05-24-2024 13:13:16:FINISHED TEST : imutableWithRespectToUriQueryResolveTemplateTest() 05-24-2024 13:13:16:[JAXRSCommonClient] Test setup OK 05-24-2024 13:13:16:STARTING TEST : imutableWithRespectToUriMatrixPathTest() 05-24-2024 13:13:16:Testing method matrixParam([Ljava.lang.String;@7cd9469c) 05-24-2024 13:13:16:Testing 2 WebTargets 05-24-2024 13:13:16:Testing method matrixParam(matrix[Ljava.lang.String;@6ce969d9) 05-24-2024 13:13:16:Testing 4 WebTargets 05-24-2024 13:13:16:checked matrixParam() method 05-24-2024 13:13:16:Testing method path() 05-24-2024 13:13:16:Testing 8 WebTargets 05-24-2024 13:13:16:Testing method path(/) 05-24-2024 13:13:16:Testing 16 WebTargets 05-24-2024 13:13:16:Testing method path(path) 05-24-2024 13:13:16:Testing 32 WebTargets 05-24-2024 13:13:16:Testing method path(path/path/path) 05-24-2024 13:13:16:Testing 64 WebTargets 05-24-2024 13:13:16:checked path() method 05-24-2024 13:13:16:FINISHED TEST : imutableWithRespectToUriMatrixPathTest() 05-24-2024 13:13:16:[JAXRSCommonClient] Test setup OK 05-24-2024 13:13:16:STARTING TEST : mutableWithRespectToConfigTest() 05-24-2024 13:13:16:FINISHED TEST : mutableWithRespectToConfigTest() 05-24-2024 13:13:16:[JAXRSCommonClient] Test setup OK 05-24-2024 13:13:16:STARTING TEST : webTargetConfigNotImpactClientTest() 05-24-2024 13:13:16:FINISHED TEST : webTargetConfigNotImpactClientTest() 05-24-2024 13:13:16:[JAXRSCommonClient] Test setup OK 05-24-2024 13:13:16:STARTING TEST : deepCopyConfigClientLevelTest() 05-24-2024 13:13:16:FINISHED TEST : deepCopyConfigClientLevelTest() [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.382 s - in ee.jakarta.tck.ws.rs.spec.client.webtarget.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.spec.context.client.JAXRSClientIT 05-24-2024 13:13:17:[JAXRSCommonClient] Test setup OK 05-24-2024 13:13:17:STARTING TEST : clientWriterTest() 05-24-2024 13:13:17: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_context_client_web/resource/echo 05-24-2024 13:13:17: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:13:17: TRACE: [WIRE] - >> StringBean. To get a value, use rather #get() method. 05-24-2024 13:13:17: TRACE: [WIRE] - << 200 OK 05-24-2024 13:13:17: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:13:17: TRACE: [WIRE] - << Content-Length: 9 05-24-2024 13:13:17: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:13:17: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:13:17: TRACE: [WIRE] - << 100010101 05-24-2024 13:13:17:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_context_client_web/resource/echo' to target server at 'localhost:8080' 05-24-2024 13:13:17:############################### 05-24-2024 13:13:17:[Request] Adding entity: StringBean. To get a value, use rather #get() method. 05-24-2024 13:13:17:@Context injected as expected 05-24-2024 13:13:17:FINISHED TEST : clientWriterTest() 05-24-2024 13:13:17:[JAXRSCommonClient] Test setup OK 05-24-2024 13:13:17: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_context_client_web/resource/echo 05-24-2024 13:13:17: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:13:17: TRACE: [WIRE] - >> stringbean 05-24-2024 13:13:17: TRACE: [WIRE] - << 200 OK 05-24-2024 13:13:17: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:13:17: TRACE: [WIRE] - << Content-Length: 10 05-24-2024 13:13:17: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:13:17: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:13:17: TRACE: [WIRE] - << stringbean 05-24-2024 13:13:17:STARTING TEST : clientReaderTest() 05-24-2024 13:13:17:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_context_client_web/resource/echo' to target server at 'localhost:8080' 05-24-2024 13:13:17:############################### 05-24-2024 13:13:17:[Request] Adding entity: stringbean 05-24-2024 13:13:17:Injectables are 100010101 05-24-2024 13:13:17:@Context injected as expected 05-24-2024 13:13:17:FINISHED TEST : clientReaderTest() [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.875 s - in ee.jakarta.tck.ws.rs.spec.context.client.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.spec.context.server.JAXRSClientIT 05-24-2024 13:13:18:[JAXRSCommonClient] Test setup OK 05-24-2024 13:13:18: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_context_server_web/resource/method 05-24-2024 13:13:18: TRACE: [WIRE] - >> Accept:*/* 05-24-2024 13:13:18: TRACE: [WIRE] - << 200 OK 05-24-2024 13:13:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:13:18: TRACE: [WIRE] - << Content-Length: 9 05-24-2024 13:13:18: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:13:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:13:18: TRACE: [WIRE] - << 111111111 05-24-2024 13:13:18:STARTING TEST : methodArgumentsInjectionTest() 05-24-2024 13:13:18:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_context_server_web/resource/method' to target server at 'localhost:8080' 05-24-2024 13:13:18:############################### 05-24-2024 13:13:18:@Context injected as expected 05-24-2024 13:13:18:FINISHED TEST : methodArgumentsInjectionTest() 05-24-2024 13:13:18:[JAXRSCommonClient] Test setup OK 05-24-2024 13:13:18: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_context_server_web/resource/writer 05-24-2024 13:13:18: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:13:18: TRACE: [WIRE] - >> 05-24-2024 13:13:18: TRACE: [WIRE] - << 200 OK 05-24-2024 13:13:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:13:18: TRACE: [WIRE] - << Content-Length: 9 05-24-2024 13:13:18: TRACE: [WIRE] - << Content-Type: application/json 05-24-2024 13:13:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:13:18: TRACE: [WIRE] - << 111111111 05-24-2024 13:13:18:STARTING TEST : serverWriterInjectionTest() 05-24-2024 13:13:18:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_context_server_web/resource/writer' to target server at 'localhost:8080' 05-24-2024 13:13:18:############################### 05-24-2024 13:13:18:[Request] Adding entity: 05-24-2024 13:13:18:@Context injected as expected 05-24-2024 13:13:18:FINISHED TEST : serverWriterInjectionTest() 05-24-2024 13:13:18:[JAXRSCommonClient] Test setup OK 05-24-2024 13:13:18: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_context_server_web/resource/instance 05-24-2024 13:13:18: TRACE: [WIRE] - >> Accept:*/* 05-24-2024 13:13:18: TRACE: [WIRE] - << 200 OK 05-24-2024 13:13:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:13:18: TRACE: [WIRE] - << Content-Length: 9 05-24-2024 13:13:18: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:13:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:13:18: TRACE: [WIRE] - << 111111111 05-24-2024 13:13:18:STARTING TEST : resourceInjectionTest() 05-24-2024 13:13:18:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_context_server_web/resource/instance' to target server at 'localhost:8080' 05-24-2024 13:13:18:############################### 05-24-2024 13:13:18:@Context injected as expected 05-24-2024 13:13:18:FINISHED TEST : resourceInjectionTest() 05-24-2024 13:13:18:[JAXRSCommonClient] Test setup OK 05-24-2024 13:13:18: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_context_server_web/resource/reader 05-24-2024 13:13:18: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:13:18: TRACE: [WIRE] - >> 05-24-2024 13:13:18: TRACE: [WIRE] - << 200 OK 05-24-2024 13:13:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:13:18: TRACE: [WIRE] - << Content-Length: 9 05-24-2024 13:13:18: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:13:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:13:18: TRACE: [WIRE] - << 111111111 05-24-2024 13:13:18:STARTING TEST : serverReaderInjectionTest() 05-24-2024 13:13:18:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_context_server_web/resource/reader' to target server at 'localhost:8080' 05-24-2024 13:13:18:############################### 05-24-2024 13:13:18:[Request] Adding entity: 05-24-2024 13:13:18:@Context injected as expected 05-24-2024 13:13:18:FINISHED TEST : serverReaderInjectionTest() 05-24-2024 13:13:18:[JAXRSCommonClient] Test setup OK 05-24-2024 13:13:18: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_context_server_web/resource/application 05-24-2024 13:13:18: TRACE: [WIRE] - >> Accept:*/* 05-24-2024 13:13:18: TRACE: [WIRE] - << 200 OK 05-24-2024 13:13:18: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:13:18: TRACE: [WIRE] - << Content-Length: 9 05-24-2024 13:13:18: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:13:18: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:13:18: TRACE: [WIRE] - << 111111111 05-24-2024 13:13:18:STARTING TEST : applicationInjectionTest() 05-24-2024 13:13:18:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_context_server_web/resource/application' to target server at 'localhost:8080' 05-24-2024 13:13:18:############################### 05-24-2024 13:13:18:@Context injected as expected 05-24-2024 13:13:18:FINISHED TEST : applicationInjectionTest() [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.12 s - in ee.jakarta.tck.ws.rs.spec.context.server.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.spec.filter.dynamicfeature.JAXRSClientIT 05-24-2024 13:13:19:[JAXRSCommonClient] Test setup OK 05-24-2024 13:13:19: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_dynamicfeature_web/resource/nobinding 05-24-2024 13:13:19: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:13:19: TRACE: [WIRE] - >> 0 05-24-2024 13:13:19: TRACE: [WIRE] - << 200 OK 05-24-2024 13:13:19: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:13:19: TRACE: [WIRE] - << Content-Length: 1 05-24-2024 13:13:19: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:13:19: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:13:19: TRACE: [WIRE] - << 0 05-24-2024 13:13:19:STARTING TEST : noBindingTest() 05-24-2024 13:13:19:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_dynamicfeature_web/resource/nobinding' to target server at 'localhost:8080' 05-24-2024 13:13:19:############################### 05-24-2024 13:13:19:[Request] Adding entity: 0 05-24-2024 13:13:19:Dynamic Bynding did not bind any filter or interceptor as expected 05-24-2024 13:13:19:FINISHED TEST : noBindingTest() 05-24-2024 13:13:19:[JAXRSCommonClient] Test setup OK 05-24-2024 13:13:19:STARTING TEST : dynamicBindingTest() 05-24-2024 13:13:19:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_dynamicfeature_web/resource/dynamic' to target server at 'localhost:8080' 05-24-2024 13:13:19: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_dynamicfeature_web/resource/dynamic 05-24-2024 13:13:19: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:13:19: TRACE: [WIRE] - >> 0 05-24-2024 13:13:19:############################### 05-24-2024 13:13:19:[Request] Adding entity: 0 05-24-2024 13:13:19: TRACE: [WIRE] - << 200 OK 05-24-2024 13:13:19: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:13:19: TRACE: [WIRE] - << Content-Length: 2 05-24-2024 13:13:19: TRACE: [WIRE] - << Content-Type: */* 05-24-2024 13:13:19: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:13:19: TRACE: [WIRE] - << 12 05-24-2024 13:13:19:Dynamic feature bound filter and interceptor as expected 05-24-2024 13:13:19:FINISHED TEST : dynamicBindingTest() [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.02 s - in ee.jakarta.tck.ws.rs.spec.filter.dynamicfeature.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.spec.filter.exception.JAXRSClientIT 05-24-2024 13:13:20:[JAXRSCommonClient] Test setup OK 05-24-2024 13:13:20: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo 05-24-2024 13:13:20: TRACE: [WIRE] - >> Accept:*/*, AddTenInterceptorThrowsException:ThrowExceptionOnceAgain, Content-Type:*/* 05-24-2024 13:13:20: TRACE: [WIRE] - >> 0 05-24-2024 13:13:20: TRACE: [WIRE] - << 500 INTERNAL_SERVER_ERROR 05-24-2024 13:13:20: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:13:20: TRACE: [WIRE] - << Connection: close 05-24-2024 13:13:20: TRACE: [WIRE] - << Content-Length: 1118 05-24-2024 13:13:20: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:13:20: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:13:20: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:13:20:STARTING TEST : throwSecondExceptionFromMapperFirstFromInterceptorTest() 05-24-2024 13:13:20:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo' to target server at 'localhost:8080' 05-24-2024 13:13:20:############################### 05-24-2024 13:13:20:[Request] Adding entity: 0 05-24-2024 13:13:20: TRACE: [WIRE] - << Eclipse GlassFish 7.0.14 - 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.14

05-24-2024 13:13:20:Exception has not been handled second time as expected 05-24-2024 13:13:20:FINISHED TEST : throwSecondExceptionFromMapperFirstFromInterceptorTest() 05-24-2024 13:13:20:[JAXRSCommonClient] Test setup OK 05-24-2024 13:13:20: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo 05-24-2024 13:13:20: TRACE: [WIRE] - >> Accept:*/*, AddTenInterceptorThrowsException:AddTenInterceptorThrowsException, Content-Type:*/* 05-24-2024 13:13:20: TRACE: [WIRE] - >> 0 05-24-2024 13:13:20: TRACE: [WIRE] - << 500 INTERNAL_SERVER_ERROR 05-24-2024 13:13:20: TRACE: [WIRE] - << Connection: close 05-24-2024 13:13:20: TRACE: [WIRE] - << Content-Length: 2138 05-24-2024 13:13:20: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:13:20: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:13:20:STARTING TEST : throwSecondExceptionFromInterceptorFirstFromInterceptorTest() 05-24-2024 13:13:20:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo' to target server at 'localhost:8080' 05-24-2024 13:13:20:############################### 05-24-2024 13:13:20:[Request] Adding entity: 0 05-24-2024 13:13:20: TRACE: [WIRE] - << Eclipse GlassFish 7.0.14 - 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.14 logs.


Eclipse GlassFish 7.0.14

05-24-2024 13:13:20:Exception has not been handled second time as expected 05-24-2024 13:13:20:FINISHED TEST : throwSecondExceptionFromInterceptorFirstFromInterceptorTest() 05-24-2024 13:13:20:[JAXRSCommonClient] Test setup OK 05-24-2024 13:13:20: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo 05-24-2024 13:13:20: TRACE: [WIRE] - >> Accept:*/*, PostMatchingFilterThrowsException:PostMatchingFilterThrowsException, Content-Type:*/* 05-24-2024 13:13:20: TRACE: [WIRE] - >> 0 05-24-2024 13:13:20: TRACE: [WIRE] - << 200 OK 05-24-2024 13:13:20: TRACE: [WIRE] - << PostMatchingFilterThrowsException: 500 05-24-2024 13:13:20: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:13:20: TRACE: [WIRE] - << Content-Length: 6 05-24-2024 13:13:20: TRACE: [WIRE] - << Content-Type: */* 05-24-2024 13:13:20: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:13:20: TRACE: [WIRE] - << 111011 05-24-2024 13:13:20:STARTING TEST : throwNoExceptionFromPostMatchingFilterFirstFromPostMatchingFilterTest() 05-24-2024 13:13:20:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo' to target server at 'localhost:8080' 05-24-2024 13:13:20:############################### 05-24-2024 13:13:20:[Request] Adding entity: 0 05-24-2024 13:13:20:Exception has not been handled second time as expected 05-24-2024 13:13:20:FINISHED TEST : throwNoExceptionFromPostMatchingFilterFirstFromPostMatchingFilterTest() 05-24-2024 13:13:20:[JAXRSCommonClient] Test setup OK 05-24-2024 13:13:20: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo 05-24-2024 13:13:20: TRACE: [WIRE] - >> Accept:*/*, AddTenInterceptorThrowsException:100, Content-Type:*/* 05-24-2024 13:13:20: TRACE: [WIRE] - >> 0 05-24-2024 13:13:20: TRACE: [WIRE] - << 200 OK 05-24-2024 13:13:20: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:13:20: TRACE: [WIRE] - << Content-Length: 5 05-24-2024 13:13:20: TRACE: [WIRE] - << Content-Type: */* 05-24-2024 13:13:20: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:13:20: TRACE: [WIRE] - << 11111 05-24-2024 13:13:20:STARTING TEST : throwExceptionOnInterceptorTest() 05-24-2024 13:13:20:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo' to target server at 'localhost:8080' 05-24-2024 13:13:20:############################### 05-24-2024 13:13:20:[Request] Adding entity: 0 05-24-2024 13:13:20:Exception has been handled as expected 05-24-2024 13:13:20:FINISHED TEST : throwExceptionOnInterceptorTest() 05-24-2024 13:13:20:[JAXRSCommonClient] Test setup OK 05-24-2024 13:13:20: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo 05-24-2024 13:13:20: TRACE: [WIRE] - >> Accept:*/*, AddTenInterceptorThrowsException:PostMatchingFilterThrowsException, Content-Type:*/* 05-24-2024 13:13:20: TRACE: [WIRE] - >> 0 05-24-2024 13:13:20: TRACE: [WIRE] - << 200 OK 05-24-2024 13:13:20: TRACE: [WIRE] - << PostMatchingFilterThrowsException: 500 05-24-2024 13:13:20: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:13:20: TRACE: [WIRE] - << Content-Length: 6 05-24-2024 13:13:20: TRACE: [WIRE] - << Content-Type: */* 05-24-2024 13:13:20: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:13:20: TRACE: [WIRE] - << 111011 05-24-2024 13:13:20:STARTING TEST : throwNoExceptionFromPostMatchingFilterFirstFromInterceptorTest() 05-24-2024 13:13:20:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo' to target server at 'localhost:8080' 05-24-2024 13:13:20:############################### 05-24-2024 13:13:20:[Request] Adding entity: 0 05-24-2024 13:13:20:Exception has not been handled second time as expected 05-24-2024 13:13:20:FINISHED TEST : throwNoExceptionFromPostMatchingFilterFirstFromInterceptorTest() 05-24-2024 13:13:20:[JAXRSCommonClient] Test setup OK 05-24-2024 13:13:20: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo 05-24-2024 13:13:20: TRACE: [WIRE] - >> Accept:*/*, PostMatchingFilterThrowsException:AddTenInterceptorThrowsException, Content-Type:*/* 05-24-2024 13:13:20: TRACE: [WIRE] - >> 0 05-24-2024 13:13:20: TRACE: [WIRE] - << 500 INTERNAL_SERVER_ERROR 05-24-2024 13:13:20: TRACE: [WIRE] - << Connection: close 05-24-2024 13:13:20: TRACE: [WIRE] - << Content-Length: 2138 05-24-2024 13:13:20: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:13:20: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:13:20: TRACE: [WIRE] - << Eclipse GlassFish 7.0.14 - 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.14 logs.


Eclipse GlassFish 7.0.14

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


Eclipse GlassFish 7.0.14

05-24-2024 13:13:20:Exception has not been handled second time as expected 05-24-2024 13:13:20:FINISHED TEST : throwSecondExceptionFromInterceptorFirstFromPreMatchingFilterTest() 05-24-2024 13:13:20:[JAXRSCommonClient] Test setup OK 05-24-2024 13:13:20: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo 05-24-2024 13:13:20: TRACE: [WIRE] - >> Accept:*/*, PreMatchingFilterThrowsException:100, Content-Type:*/* 05-24-2024 13:13:20: TRACE: [WIRE] - >> 0 05-24-2024 13:13:20: TRACE: [WIRE] - << 200 OK 05-24-2024 13:13:20: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:13:20: TRACE: [WIRE] - << Content-Length: 5 05-24-2024 13:13:20: TRACE: [WIRE] - << Content-Type: */* 05-24-2024 13:13:20: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:13:20: TRACE: [WIRE] - << 10110 05-24-2024 13:13:20:STARTING TEST : throwExceptionOnPreMatchingFilterTest() 05-24-2024 13:13:20:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo' to target server at 'localhost:8080' 05-24-2024 13:13:20:############################### 05-24-2024 13:13:20:[Request] Adding entity: 0 05-24-2024 13:13:20:Exception has been handled as expected 05-24-2024 13:13:20:FINISHED TEST : throwExceptionOnPreMatchingFilterTest() 05-24-2024 13:13:20:[JAXRSCommonClient] Test setup OK 05-24-2024 13:13:21: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo 05-24-2024 13:13:21: TRACE: [WIRE] - >> Accept:*/*, PreMatchingFilterThrowsException:ThrowExceptionOnceAgain, Content-Type:*/* 05-24-2024 13:13:21: TRACE: [WIRE] - >> 0 05-24-2024 13:13:21: TRACE: [WIRE] - << 500 INTERNAL_SERVER_ERROR 05-24-2024 13:13:21: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:13:21: TRACE: [WIRE] - << Connection: close 05-24-2024 13:13:21: TRACE: [WIRE] - << Content-Length: 1118 05-24-2024 13:13:21: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:13:21: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:13:21: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:13:20:STARTING TEST : throwSecondExceptionFromMapperFirstFromPreMatchingFilterTest() 05-24-2024 13:13:20:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo' to target server at 'localhost:8080' 05-24-2024 13:13:20:############################### 05-24-2024 13:13:21:[Request] Adding entity: 0 05-24-2024 13:13:21: TRACE: [WIRE] - << Eclipse GlassFish 7.0.14 - 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.14

05-24-2024 13:13:21:Exception has not been handled second time as expected 05-24-2024 13:13:21:FINISHED TEST : throwSecondExceptionFromMapperFirstFromPreMatchingFilterTest() 05-24-2024 13:13:21:[JAXRSCommonClient] Test setup OK 05-24-2024 13:13:21: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo 05-24-2024 13:13:21: TRACE: [WIRE] - >> Accept:*/*, PreMatchingFilterThrowsException:PostMatchingFilterThrowsException, Content-Type:*/* 05-24-2024 13:13:21: TRACE: [WIRE] - >> 0 05-24-2024 13:13:21: TRACE: [WIRE] - << 200 OK 05-24-2024 13:13:21: TRACE: [WIRE] - << PostMatchingFilterThrowsException: 500 05-24-2024 13:13:21: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:13:21: TRACE: [WIRE] - << Content-Length: 6 05-24-2024 13:13:21: TRACE: [WIRE] - << Content-Type: */* 05-24-2024 13:13:21: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:13:21: TRACE: [WIRE] - << 110010 05-24-2024 13:13:21:STARTING TEST : throwNoExceptionFromPostMatchingFilterFirstFromPreMatchingFilterTest() 05-24-2024 13:13:21:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo' to target server at 'localhost:8080' 05-24-2024 13:13:21:############################### 05-24-2024 13:13:21:[Request] Adding entity: 0 05-24-2024 13:13:21:Exception has not been handled second time as expected 05-24-2024 13:13:21:FINISHED TEST : throwNoExceptionFromPostMatchingFilterFirstFromPreMatchingFilterTest() 05-24-2024 13:13:21:[JAXRSCommonClient] Test setup OK 05-24-2024 13:13:21: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo 05-24-2024 13:13:21: TRACE: [WIRE] - >> Accept:*/*, PostMatchingFilterThrowsException:100, Content-Type:*/* 05-24-2024 13:13:21: TRACE: [WIRE] - >> 0 05-24-2024 13:13:21: TRACE: [WIRE] - << 200 OK 05-24-2024 13:13:21: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:13:21: TRACE: [WIRE] - << Content-Length: 5 05-24-2024 13:13:21: TRACE: [WIRE] - << Content-Type: */* 05-24-2024 13:13:21: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:13:21:STARTING TEST : throwExceptionOnPostMatchingFilterTest() 05-24-2024 13:13:21:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo' to target server at 'localhost:8080' 05-24-2024 13:13:21:############################### 05-24-2024 13:13:21:[Request] Adding entity: 0 05-24-2024 13:13:21: TRACE: [WIRE] - << 11111 05-24-2024 13:13:21:Exception has been handled as expected 05-24-2024 13:13:21:FINISHED TEST : throwExceptionOnPostMatchingFilterTest() 05-24-2024 13:13:21:[JAXRSCommonClient] Test setup OK 05-24-2024 13:13:21: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo 05-24-2024 13:13:21: TRACE: [WIRE] - >> Accept:*/*, PostMatchingFilterThrowsException:ThrowExceptionOnceAgain, Content-Type:*/* 05-24-2024 13:13:21: TRACE: [WIRE] - >> 0 05-24-2024 13:13:21: TRACE: [WIRE] - << 500 INTERNAL_SERVER_ERROR 05-24-2024 13:13:21: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:13:21: TRACE: [WIRE] - << Connection: close 05-24-2024 13:13:21: TRACE: [WIRE] - << Content-Length: 1118 05-24-2024 13:13:21: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:13:21: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:13:21: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:13:21: TRACE: [WIRE] - << Eclipse GlassFish 7.0.14 - 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.14

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

05-24-2024 13:13:33:STARTING TEST : serverBooleanProviderTest() 05-24-2024 13:13:33:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/boolean' to target server at 'localhost:8080' 05-24-2024 13:13:33:############################### 05-24-2024 13:13:33:FINISHED TEST : serverBooleanProviderTest() 05-24-2024 13:13:33:[JAXRSCommonClient] Test setup OK 05-24-2024 13:13:33: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity 05-24-2024 13:13:33: TRACE: [WIRE] - >> Accept:*/* 05-24-2024 13:13:33: TRACE: [WIRE] - << 200 OK 05-24-2024 13:13:33: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:13:33: TRACE: [WIRE] - << Content-Length: 0 05-24-2024 13:13:33: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:13:33:STARTING TEST : clientSourceProviderTest() 05-24-2024 13:13:33:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity' to target server at 'localhost:8080' 05-24-2024 13:13:33:############################### 05-24-2024 13:13:33:FINISHED TEST : clientSourceProviderTest() 05-24-2024 13:13:33:[JAXRSCommonClient] Test setup OK 05-24-2024 13:13:33: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/null 05-24-2024 13:13:33: TRACE: [WIRE] - >> Accept:application/xml 05-24-2024 13:13:33: TRACE: [WIRE] - << 204 NO_CONTENT 05-24-2024 13:13:33: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:13:33: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:13:33:STARTING TEST : clientJaxbProviderTest() 05-24-2024 13:13:33:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/null' to target server at 'localhost:8080' 05-24-2024 13:13:33:############################### 05-24-2024 13:13:33:Read JAXBElement entity is null as expected 05-24-2024 13:13:33:FINISHED TEST : clientJaxbProviderTest() 05-24-2024 13:13:33:[JAXRSCommonClient] Test setup OK 05-24-2024 13:13:33: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/integer 05-24-2024 13:13:33: TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain 05-24-2024 13:13:33: TRACE: [WIRE] - << 400 BAD_REQUEST 05-24-2024 13:13:33: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:13:33: TRACE: [WIRE] - << Connection: close 05-24-2024 13:13:33: TRACE: [WIRE] - << Content-Length: 1069 05-24-2024 13:13:33: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:13:33: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:13:33: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:13:33: TRACE: [WIRE] - << Eclipse GlassFish 7.0.14 - 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.14

05-24-2024 13:13:33:STARTING TEST : serverIntegerProviderTest() 05-24-2024 13:13:33:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/integer' to target server at 'localhost:8080' 05-24-2024 13:13:33:############################### 05-24-2024 13:13:33:FINISHED TEST : serverIntegerProviderTest() 05-24-2024 13:13:33:[JAXRSCommonClient] Test setup OK 05-24-2024 13:13:33: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/character 05-24-2024 13:13:33: TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain 05-24-2024 13:13:33: TRACE: [WIRE] - << 400 BAD_REQUEST 05-24-2024 13:13:33: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:13:33: TRACE: [WIRE] - << Connection: close 05-24-2024 13:13:33: TRACE: [WIRE] - << Content-Length: 1069 05-24-2024 13:13:33: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:13:33: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:13:33: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:13:33: TRACE: [WIRE] - << Eclipse GlassFish 7.0.14 - 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.14

05-24-2024 13:13:33:STARTING TEST : serverCharProviderTest() 05-24-2024 13:13:33:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/character' to target server at 'localhost:8080' 05-24-2024 13:13:33:############################### 05-24-2024 13:13:33:FINISHED TEST : serverCharProviderTest() 05-24-2024 13:13:33:[JAXRSCommonClient] Test setup OK 05-24-2024 13:13:33: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity 05-24-2024 13:13:33: TRACE: [WIRE] - >> Accept:*/* 05-24-2024 13:13:33: TRACE: [WIRE] - << 200 OK 05-24-2024 13:13:33: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:13:33: TRACE: [WIRE] - << Content-Length: 0 05-24-2024 13:13:33: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:13:33:STARTING TEST : clientByteArrayProviderTest() 05-24-2024 13:13:33:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity' to target server at 'localhost:8080' 05-24-2024 13:13:33:############################### 05-24-2024 13:13:33:FINISHED TEST : clientByteArrayProviderTest() 05-24-2024 13:13:33:[JAXRSCommonClient] Test setup OK 05-24-2024 13:13:33: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/inputstream 05-24-2024 13:13:33: TRACE: [WIRE] - >> Accept:*/* 05-24-2024 13:13:33: TRACE: [WIRE] - << 200 OK 05-24-2024 13:13:33: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:13:33: TRACE: [WIRE] - << Content-Length: 8 05-24-2024 13:13:33: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:13:33: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:13:33: TRACE: [WIRE] - << EXPECTED 05-24-2024 13:13:33:STARTING TEST : serverInputStreamProviderTest() 05-24-2024 13:13:33:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/inputstream' to target server at 'localhost:8080' 05-24-2024 13:13:33:############################### 05-24-2024 13:13:33:FINISHED TEST : serverInputStreamProviderTest() 05-24-2024 13:13:33:[JAXRSCommonClient] Test setup OK 05-24-2024 13:13:33: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity 05-24-2024 13:13:33: TRACE: [WIRE] - >> Accept:*/* 05-24-2024 13:13:33: TRACE: [WIRE] - << 200 OK 05-24-2024 13:13:33: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:13:33: TRACE: [WIRE] - << Content-Length: 0 05-24-2024 13:13:33: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:13:33:STARTING TEST : clientBooleanProviderTest() 05-24-2024 13:13:33:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity' to target server at 'localhost:8080' 05-24-2024 13:13:33:############################### 05-24-2024 13:13:33:Found expected NoContentException jakarta.ws.rs.core.NoContentException: Missing entity. 05-24-2024 13:13:33:FINISHED TEST : clientBooleanProviderTest() 05-24-2024 13:13:33:[JAXRSCommonClient] Test setup OK 05-24-2024 13:13:33: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity 05-24-2024 13:13:33: TRACE: [WIRE] - >> Accept:*/* 05-24-2024 13:13:33: TRACE: [WIRE] - << 200 OK 05-24-2024 13:13:33: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:13:33: TRACE: [WIRE] - << Content-Length: 0 05-24-2024 13:13:33: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:13:33:STARTING TEST : clientStringProviderTest() 05-24-2024 13:13:33:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity' to target server at 'localhost:8080' 05-24-2024 13:13:33:############################### 05-24-2024 13:13:33:FINISHED TEST : clientStringProviderTest() 05-24-2024 13:13:33:[JAXRSCommonClient] Test setup OK 05-24-2024 13:13:33: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/jaxb 05-24-2024 13:13:33: TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/xml 05-24-2024 13:13:33: TRACE: [WIRE] - << 400 BAD_REQUEST 05-24-2024 13:13:33: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:13:33: TRACE: [WIRE] - << Connection: close 05-24-2024 13:13:33: TRACE: [WIRE] - << Content-Length: 1069 05-24-2024 13:13:33: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:13:33: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:13:33: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:13:33: TRACE: [WIRE] - << Eclipse GlassFish 7.0.14 - 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.14

05-24-2024 13:13:33:STARTING TEST : serverJaxbProviderTest() 05-24-2024 13:13:33:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/jaxb' to target server at 'localhost:8080' 05-24-2024 13:13:33:############################### 05-24-2024 13:13:33:FINISHED TEST : serverJaxbProviderTest() 05-24-2024 13:13:33:[JAXRSCommonClient] Test setup OK 05-24-2024 13:13:33: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity 05-24-2024 13:13:33: TRACE: [WIRE] - >> Accept:*/* 05-24-2024 13:13:33: TRACE: [WIRE] - << 200 OK 05-24-2024 13:13:33: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:13:33: TRACE: [WIRE] - << Content-Length: 0 05-24-2024 13:13:33: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:13:33:STARTING TEST : clientReaderProviderTest() 05-24-2024 13:13:33:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity' to target server at 'localhost:8080' 05-24-2024 13:13:33:############################### 05-24-2024 13:13:33:FINISHED TEST : clientReaderProviderTest() 05-24-2024 13:13:33:[JAXRSCommonClient] Test setup OK 05-24-2024 13:13:33: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/streamingoutput 05-24-2024 13:13:33: TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/* 05-24-2024 13:13:33: TRACE: [WIRE] - >> StreamingOutput 05-24-2024 13:13:33: TRACE: [WIRE] - << 200 OK 05-24-2024 13:13:33: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:13:33: TRACE: [WIRE] - << Content-Length: 15 05-24-2024 13:13:33: TRACE: [WIRE] - << Content-Type: application/octet-stream 05-24-2024 13:13:33: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:13:33: TRACE: [WIRE] - << StreamingOutput 05-24-2024 13:13:33:STARTING TEST : serverStreamingOutputProviderTest() 05-24-2024 13:13:33:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/streamingoutput' to target server at 'localhost:8080' 05-24-2024 13:13:33:############################### 05-24-2024 13:13:33:[Request] Adding entity: StreamingOutput 05-24-2024 13:13:33:FINISHED TEST : serverStreamingOutputProviderTest() 05-24-2024 13:13:33:[JAXRSCommonClient] Test setup OK 05-24-2024 13:13:33: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/bytearray 05-24-2024 13:13:33: TRACE: [WIRE] - >> Accept:*/* 05-24-2024 13:13:33: TRACE: [WIRE] - << 200 OK 05-24-2024 13:13:33: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:13:33:STARTING TEST : serverByteArrayProviderTest() 05-24-2024 13:13:33:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/bytearray' to target server at 'localhost:8080' 05-24-2024 13:13:33:############################### 05-24-2024 13:13:33: TRACE: [WIRE] - << Content-Length: 8 05-24-2024 13:13:33: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:13:33: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:13:33: TRACE: [WIRE] - << EXPECTED 05-24-2024 13:13:33:FINISHED TEST : serverByteArrayProviderTest() 05-24-2024 13:13:33:[JAXRSCommonClient] Test setup OK 05-24-2024 13:13:33: TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/bigdecimal 05-24-2024 13:13:33: TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain 05-24-2024 13:13:33: TRACE: [WIRE] - << 400 BAD_REQUEST 05-24-2024 13:13:33: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:13:33: TRACE: [WIRE] - << Connection: close 05-24-2024 13:13:33: TRACE: [WIRE] - << Content-Length: 1069 05-24-2024 13:13:33: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:13:33: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:13:33: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:13:33: TRACE: [WIRE] - << Eclipse GlassFish 7.0.14 - 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.14

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

HTTP Status 404 - Not Found


type Status report

messageNot Found

descriptionThe requested resource is not available.


Eclipse GlassFish 7.0.14

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

HTTP Status 404 - Not Found


type Status report

messageNot Found

descriptionThe requested resource is not available.


Eclipse GlassFish 7.0.14

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

HTTP Status 404 - Not Found


type Status report

messageNot Found

descriptionThe requested resource is not available.


Eclipse GlassFish 7.0.14

05-24-2024 13:13:42:STARTING TEST : protectedVisibilityTest() 05-24-2024 13:13:42:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_resourceconstructor_web/resource/protectedVisibility' to target server at 'localhost:8080' 05-24-2024 13:13:42:############################### 05-24-2024 13:13:42:FINISHED TEST : protectedVisibilityTest() [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.896 s - in ee.jakarta.tck.ws.rs.spec.resourceconstructor.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.spec.returntype.JAXRSClientIT 05-24-2024 13:13:42:[JAXRSCommonClient] Test setup OK 05-24-2024 13:13:42: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/void 05-24-2024 13:13:42: TRACE: [WIRE] - >> Accept:*/* 05-24-2024 13:13:42: TRACE: [WIRE] - << 204 NO_CONTENT 05-24-2024 13:13:42: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:13:42: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:13:42:STARTING TEST : voidTest() 05-24-2024 13:13:42:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/void' to target server at 'localhost:8080' 05-24-2024 13:13:42:############################### 05-24-2024 13:13:42:FINISHED TEST : voidTest() 05-24-2024 13:13:42:[JAXRSCommonClient] Test setup OK 05-24-2024 13:13:42: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/entitybodyresponsetest 05-24-2024 13:13:42: TRACE: [WIRE] - >> Accept:text/xml 05-24-2024 13:13:42: TRACE: [WIRE] - << 200 OK 05-24-2024 13:13:42: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:13:42: TRACE: [WIRE] - << Content-Length: 58 05-24-2024 13:13:42: TRACE: [WIRE] - << Content-Type: text/xml 05-24-2024 13:13:42:STARTING TEST : entityResponseTest() 05-24-2024 13:13:42:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/entitybodyresponsetest' to target server at 'localhost:8080' 05-24-2024 13:13:42:############################### 05-24-2024 13:13:42: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:13:42: TRACE: [WIRE] - << 6121223518891332649 05-24-2024 13:13:42:FINISHED TEST : entityResponseTest() 05-24-2024 13:13:42:[JAXRSCommonClient] Test setup OK 05-24-2024 13:13:42: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/notAcceptable 05-24-2024 13:13:42: TRACE: [WIRE] - >> Accept:text/html 05-24-2024 13:13:42: TRACE: [WIRE] - << 406 NOT_ACCEPTABLE 05-24-2024 13:13:42: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:13:42: TRACE: [WIRE] - << Content-Length: 1174 05-24-2024 13:13:42:STARTING TEST : notAcceptableTest() 05-24-2024 13:13:42:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/notAcceptable' to target server at 'localhost:8080' 05-24-2024 13:13:42:############################### 05-24-2024 13:13:42: TRACE: [WIRE] - << Content-Language: 05-24-2024 13:13:42: TRACE: [WIRE] - << Content-Type: text/html 05-24-2024 13:13:42: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:13:42: TRACE: [WIRE] - << Eclipse GlassFish 7.0.14 - 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.14

05-24-2024 13:13:42:FINISHED TEST : notAcceptableTest() 05-24-2024 13:13:42:[JAXRSCommonClient] Test setup OK 05-24-2024 13:13:42: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/nullGenericEntityTest 05-24-2024 13:13:42: TRACE: [WIRE] - >> Accept:*/* 05-24-2024 13:13:42: TRACE: [WIRE] - << 204 NO_CONTENT 05-24-2024 13:13:42:STARTING TEST : nullGenericEntityTest() 05-24-2024 13:13:42:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/nullGenericEntityTest' to target server at 'localhost:8080' 05-24-2024 13:13:42:############################### 05-24-2024 13:13:42: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:13:42: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:13:42:FINISHED TEST : nullGenericEntityTest() 05-24-2024 13:13:43:[JAXRSCommonClient] Test setup OK 05-24-2024 13:13:43: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/default 05-24-2024 13:13:43: TRACE: [WIRE] - >> Accept:*/* 05-24-2024 13:13:43:STARTING TEST : defaultStatusTest() 05-24-2024 13:13:43:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/default' to target server at 'localhost:8080' 05-24-2024 13:13:43:############################### 05-24-2024 13:13:43: TRACE: [WIRE] - << 200 OK 05-24-2024 13:13:43: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:13:43: TRACE: [WIRE] - << Content-Length: 7 05-24-2024 13:13:43: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:13:43: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:13:43: TRACE: [WIRE] - << I am OK 05-24-2024 13:13:43:FINISHED TEST : defaultStatusTest() 05-24-2024 13:13:43:[JAXRSCommonClient] Test setup OK 05-24-2024 13:13:43: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/nullEntityResponse 05-24-2024 13:13:43: TRACE: [WIRE] - >> Accept:*/* 05-24-2024 13:13:43: TRACE: [WIRE] - << 204 NO_CONTENT 05-24-2024 13:13:43: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:13:43: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:13:43:STARTING TEST : nullEntityResponseTest() 05-24-2024 13:13:43:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/nullEntityResponse' to target server at 'localhost:8080' 05-24-2024 13:13:43:############################### 05-24-2024 13:13:43:FINISHED TEST : nullEntityResponseTest() 05-24-2024 13:13:43:[JAXRSCommonClient] Test setup OK 05-24-2024 13:13:43:STARTING TEST : genericEntityTest() 05-24-2024 13:13:43:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/genericEntityTest' to target server at 'localhost:8080' 05-24-2024 13:13:43: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/genericEntityTest 05-24-2024 13:13:43: TRACE: [WIRE] - >> Accept:*/* 05-24-2024 13:13:43: TRACE: [WIRE] - << 200 OK 05-24-2024 13:13:43: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:13:43: TRACE: [WIRE] - << Content-Length: 36 05-24-2024 13:13:43: TRACE: [WIRE] - << Content-Type: application/json 05-24-2024 13:13:43: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:13:43:############################### 05-24-2024 13:13:43: TRACE: [WIRE] - << 54f2f45b-da48-d429-2a79-7a2ded246a14 05-24-2024 13:13:43:FINISHED TEST : genericEntityTest() 05-24-2024 13:13:43:[JAXRSCommonClient] Test setup OK 05-24-2024 13:13:43: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/nullEntityTest 05-24-2024 13:13:43: TRACE: [WIRE] - >> Accept:*/* 05-24-2024 13:13:43:STARTING TEST : nullEntityTest() 05-24-2024 13:13:43:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/nullEntityTest' to target server at 'localhost:8080' 05-24-2024 13:13:43:############################### 05-24-2024 13:13:43: TRACE: [WIRE] - << 204 NO_CONTENT 05-24-2024 13:13:43: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:13:43: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:13:43:FINISHED TEST : nullEntityTest() 05-24-2024 13:13:43:[JAXRSCommonClient] Test setup OK 05-24-2024 13:13:43: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/nullResponse 05-24-2024 13:13:43: TRACE: [WIRE] - >> Accept:*/* 05-24-2024 13:13:43: TRACE: [WIRE] - << 204 NO_CONTENT 05-24-2024 13:13:43:STARTING TEST : nullResponseTest() 05-24-2024 13:13:43:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/nullResponse' to target server at 'localhost:8080' 05-24-2024 13:13:43:############################### 05-24-2024 13:13:43: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:13:43: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:13:43:FINISHED TEST : nullResponseTest() 05-24-2024 13:13:43:[JAXRSCommonClient] Test setup OK 05-24-2024 13:13:43: TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/entitybodytest 05-24-2024 13:13:43: TRACE: [WIRE] - >> Accept:text/xml 05-24-2024 13:13:43:STARTING TEST : entityBodyTest() 05-24-2024 13:13:43:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/entitybodytest' to target server at 'localhost:8080' 05-24-2024 13:13:43:############################### 05-24-2024 13:13:43: TRACE: [WIRE] - << 200 OK 05-24-2024 13:13:43: TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.14 05-24-2024 13:13:43: TRACE: [WIRE] - << Content-Length: 58 05-24-2024 13:13:43: TRACE: [WIRE] - << Content-Type: text/xml 05-24-2024 13:13:43: TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.14 Java/Oracle Corporation/11) 05-24-2024 13:13:43: TRACE: [WIRE] - << 6121223518891332649 05-24-2024 13:13:43:FINISHED TEST : entityBodyTest() [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.863 s - in ee.jakarta.tck.ws.rs.spec.returntype.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.spec.template.JAXRSClientIT 05-24-2024 13:13:43:[JAXRSCommonClient] Test setup OK May 24, 2024 1:13:43 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:13:43:STARTING TEST : Test1() 05-24-2024 13:13:43:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_templateTest_web/TemplateTest/xyz HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:13:43:FINISHED TEST : Test1() 05-24-2024 13:13:43:[JAXRSCommonClient] Test setup OK May 24, 2024 1:13:43 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:13:43:STARTING TEST : Test2() 05-24-2024 13:13:43:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_templateTest_web/TemplateTest/xyz/abc HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:13:43:FINISHED TEST : Test2() 05-24-2024 13:13:43:[JAXRSCommonClient] Test setup OK May 24, 2024 1:13:43 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:13:43:STARTING TEST : Test3() 05-24-2024 13:13:43:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_templateTest_web/TemplateTest/xyz/abc/def HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:13:43:FINISHED TEST : Test3() 05-24-2024 13:13:43:[JAXRSCommonClient] Test setup OK May 24, 2024 1:13:43 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:13:43:STARTING TEST : Test4() 05-24-2024 13:13:43:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_templateTest_web/TemplateTest/xy/abc/def HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:13:43:FINISHED TEST : Test4() 05-24-2024 13:13:43:[JAXRSCommonClient] Test setup OK May 24, 2024 1:13:43 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:13:43:STARTING TEST : Test5() 05-24-2024 13:13:43:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_templateTest_web/TemplateTest/abc/test.html HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:13:43:FINISHED TEST : Test5() 05-24-2024 13:13:43:[JAXRSCommonClient] Test setup OK May 24, 2024 1:13:43 PM org.apache.commons.httpclient.HttpConnection releaseConnection WARNING: HttpConnectionManager is null. Connection cannot be released. 05-24-2024 13:13:43:STARTING TEST : Test6() 05-24-2024 13:13:43:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_templateTest_web/TemplateTest/abc/def/test.xml HTTP/1.1' to target server at 'localhost:8080' 05-24-2024 13:13:43:FINISHED TEST : Test6() [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.606 s - in ee.jakarta.tck.ws.rs.spec.template.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.spec.contextprovider.JsonbContextProviderIT [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.03 s - in ee.jakarta.tck.ws.rs.spec.contextprovider.JsonbContextProviderIT [INFO] Running ee.jakarta.tck.ws.rs.api.client.clientrequestcontext.JAXRSClientIT 05-24-2024 13:13:44:STARTING TEST : getHeaderStringUsingHeaderDelegateTest() 05-24-2024 13:13:44:Found expected substring: bean 05-24-2024 13:13:44:FINISHED TEST : getHeaderStringUsingHeaderDelegateTest() 05-24-2024 13:13:44:STARTING TEST : getDateNullTest() 05-24-2024 13:13:44:Found expected substring: NULL 05-24-2024 13:13:44:FINISHED TEST : getDateNullTest() 05-24-2024 13:13:44:STARTING TEST : getEntityTest() 05-24-2024 13:13:44:Found expected substring: test 05-24-2024 13:13:44:FINISHED TEST : getEntityTest() 05-24-2024 13:13:44:STARTING TEST : getEntityAnnotationsNullTest() 05-24-2024 13:13:44:Found expected substring: 0 05-24-2024 13:13:44:FINISHED TEST : getEntityAnnotationsNullTest() 05-24-2024 13:13:44:STARTING TEST : abortWithTest() 05-24-2024 13:13:44:Found expected status: 201 05-24-2024 13:13:44:FINISHED TEST : abortWithTest() 05-24-2024 13:13:44:STARTING TEST : getStringHeadersUsingHeaderDelegateTest() 05-24-2024 13:13:44:Found expected substring: cts 05-24-2024 13:13:44:FINISHED TEST : getStringHeadersUsingHeaderDelegateTest() 05-24-2024 13:13:44:STARTING TEST : getStringHeadersTest() 05-24-2024 13:13:45:Found expected substring: text/html 05-24-2024 13:13:45:Found expected substring: cts 05-24-2024 13:13:45:Found expected substring: Tue, 15 Nov 1994 08:12:31 GMT 05-24-2024 13:13:45:FINISHED TEST : getStringHeadersTest() 05-24-2024 13:13:45:STARTING TEST : getMediaTypeTest() 05-24-2024 13:13:45:Found expected substring: application/x-www-form-urlencoded 05-24-2024 13:13:45:FINISHED TEST : getMediaTypeTest() 05-24-2024 13:13:45:STARTING TEST : getEntityAnnotationsTest() 05-24-2024 13:13:45:Found expected substring: jakarta.ws.rs.ext.Provider 05-24-2024 13:13:45:FINISHED TEST : getEntityAnnotationsTest() 05-24-2024 13:13:45:STARTING TEST : getMethodTest() 05-24-2024 13:13:45:Found expected substring: OPTIONS 05-24-2024 13:13:45:Found expected substring: DELETE 05-24-2024 13:13:45:Found expected substring: GET 05-24-2024 13:13:45:Found expected substring: TRACE 05-24-2024 13:13:45:Found expected substring: PUT 05-24-2024 13:13:45:Found expected substring: POST 05-24-2024 13:13:45:FINISHED TEST : getMethodTest() 05-24-2024 13:13:45:STARTING TEST : setEntityTest() 05-24-2024 13:13:45:Counter is 1 05-24-2024 13:13:45:Counter is 2 05-24-2024 13:13:45:Found expected status: 200 05-24-2024 13:13:45:FINISHED TEST : setEntityTest() 05-24-2024 13:13:45:STARTING TEST : hasEntityTest() 05-24-2024 13:13:45:Found expected substring: false 05-24-2024 13:13:45:Found expected substring: true 05-24-2024 13:13:45:FINISHED TEST : hasEntityTest() 05-24-2024 13:13:45:STARTING TEST : getHeadersIsMutableTest() 05-24-2024 13:13:45:Found expected substring: Accept 05-24-2024 13:13:45:FINISHED TEST : getHeadersIsMutableTest() 05-24-2024 13:13:45:STARTING TEST : getAcceptableMediaTypesIsSortedTest() 05-24-2024 13:13:45:FINISHED TEST : getAcceptableMediaTypesIsSortedTest() 05-24-2024 13:13:45:STARTING TEST : getLanguageTest() 05-24-2024 13:13:45:Found expected substring: zh_tw 05-24-2024 13:13:45:FINISHED TEST : getLanguageTest() 05-24-2024 13:13:45:STARTING TEST : getDateTest() 05-24-2024 13:13:45:Found expected substring: Nov 05-24-2024 13:13:45:Found expected substring: 1994 05-24-2024 13:13:45:Found expected substring: 31 05-24-2024 13:13:45:FINISHED TEST : getDateTest() 05-24-2024 13:13:45:STARTING TEST : getEntityAnnotationsIsNotTakenFromEntityClassTest() 05-24-2024 13:13:45:Found expected substring: 0 05-24-2024 13:13:45:FINISHED TEST : getEntityAnnotationsIsNotTakenFromEntityClassTest() 05-24-2024 13:13:45:STARTING TEST : getLanguageIsNullTest() 05-24-2024 13:13:45:Found expected substring: NULL 05-24-2024 13:13:45:FINISHED TEST : getLanguageIsNullTest() 05-24-2024 13:13:45:STARTING TEST : getHeaderStringTest() 05-24-2024 13:13:45:Found expected status: 200 05-24-2024 13:13:45:FINISHED TEST : getHeaderStringTest() 05-24-2024 13:13:45:STARTING TEST : getEntityClassTest() 05-24-2024 13:13:45:Found expected substring: java.io.ByteArrayInputStream 05-24-2024 13:13:45:FINISHED TEST : getEntityClassTest() 05-24-2024 13:13:45:STARTING TEST : getAcceptableLanguagesByWeightsTest() 05-24-2024 13:13:45:Found expected substring: da 05-24-2024 13:13:45:Found expected substring: gb 05-24-2024 13:13:45:Found expected substring: us 05-24-2024 13:13:45:FINISHED TEST : getAcceptableLanguagesByWeightsTest() 05-24-2024 13:13:45:STARTING TEST : getCookiesIsImmutableTest() 05-24-2024 13:13:45:Found expected status: 200 05-24-2024 13:13:45:FINISHED TEST : getCookiesIsImmutableTest() 05-24-2024 13:13:45:STARTING TEST : getPropertyNamesTest() 05-24-2024 13:13:45:Found expected substring: PROPERTY1 05-24-2024 13:13:45:Found expected substring: PROPERTY2 05-24-2024 13:13:45:FINISHED TEST : getPropertyNamesTest() 05-24-2024 13:13:45:STARTING TEST : getAcceptableMediaTypesTest() 05-24-2024 13:13:45:Found expected substring: text/* 05-24-2024 13:13:45:Found expected substring: text/html 05-24-2024 13:13:45:Found expected substring: */* 05-24-2024 13:13:45:FINISHED TEST : getAcceptableMediaTypesTest() 05-24-2024 13:13:45:STARTING TEST : getHeadersTest() 05-24-2024 13:13:45:Found expected substring: Accept 05-24-2024 13:13:45:Found expected substring: Date 05-24-2024 13:13:45:Found expected substring: tck 05-24-2024 13:13:45:FINISHED TEST : getHeadersTest() 05-24-2024 13:13:45:STARTING TEST : getPropertyIsNullTest() 05-24-2024 13:13:45:Found expected substring: NULL 05-24-2024 13:13:45:FINISHED TEST : getPropertyIsNullTest() 05-24-2024 13:13:45:STARTING TEST : getEntityClassListStringTest() 05-24-2024 13:13:45:Found expected substring: java.util.ArrayList 05-24-2024 13:13:45:FINISHED TEST : getEntityClassListStringTest() 05-24-2024 13:13:45:STARTING TEST : getStringHeadersReflectsTheUnderlayingMapTest() 05-24-2024 13:13:45:Found expected substring: cts 05-24-2024 13:13:45:FINISHED TEST : getStringHeadersReflectsTheUnderlayingMapTest() 05-24-2024 13:13:45:STARTING TEST : getClientTest() 05-24-2024 13:13:45:Found expected status: 200 05-24-2024 13:13:45:FINISHED TEST : getClientTest() 05-24-2024 13:13:45:STARTING TEST : getUriTest() 05-24-2024 13:13:45:Found expected substring: http://localhost:8080/404URL/ 05-24-2024 13:13:45:FINISHED TEST : getUriTest() 05-24-2024 13:13:45:STARTING TEST : getSetPropertyTest() 05-24-2024 13:13:45:Found expected substring: value 05-24-2024 13:13:45:FINISHED TEST : getSetPropertyTest() 05-24-2024 13:13:45:STARTING TEST : getAcceptableLanguagesTest() 05-24-2024 13:13:45:Found expected substring: fr_CA 05-24-2024 13:13:45:Found expected substring: zh_CN 05-24-2024 13:13:45:FINISHED TEST : getAcceptableLanguagesTest() 05-24-2024 13:13:45:STARTING TEST : getMediaTypeIsNullTest() 05-24-2024 13:13:45:Found expected substring: NULL 05-24-2024 13:13:45:FINISHED TEST : getMediaTypeIsNullTest() 05-24-2024 13:13:45:STARTING TEST : getAcceptableMediaTypesIsImmutableTest() 05-24-2024 13:13:45:Found expected status: 200 05-24-2024 13:13:45:FINISHED TEST : getAcceptableMediaTypesIsImmutableTest() 05-24-2024 13:13:45:STARTING TEST : getConfigurationTest() 05-24-2024 13:13:45:Found expected status: 200 05-24-2024 13:13:45:FINISHED TEST : getConfigurationTest() 05-24-2024 13:13:45:STARTING TEST : getAcceptableLanguagesIsImmutableTest() 05-24-2024 13:13:45:Found expected status: 200 05-24-2024 13:13:45:FINISHED TEST : getAcceptableLanguagesIsImmutableTest() 05-24-2024 13:13:45:STARTING TEST : removePropertyTest() 05-24-2024 13:13:45:Found expected substring: NULL 05-24-2024 13:13:45:FINISHED TEST : removePropertyTest() 05-24-2024 13:13:45:STARTING TEST : getEntityNullTest() 05-24-2024 13:13:45:Found expected substring: NULL 05-24-2024 13:13:45:FINISHED TEST : getEntityNullTest() 05-24-2024 13:13:45:STARTING TEST : getEntityTypeListStringTest() 05-24-2024 13:13:45:Found expected substring: java.lang.String 05-24-2024 13:13:45:FINISHED TEST : getEntityTypeListStringTest() 05-24-2024 13:13:45:STARTING TEST : getCookiesTest() 05-24-2024 13:13:45:Found expected substring: cts 05-24-2024 13:13:45:Found expected substring: tck 05-24-2024 13:13:45:Found expected substring: jee 05-24-2024 13:13:45:FINISHED TEST : getCookiesTest() 05-24-2024 13:13:45:STARTING TEST : getPropertyNamesIsImmutableTest() 05-24-2024 13:13:45:getPropertyNames is immutable as expected 05-24-2024 13:13:45:FINISHED TEST : getPropertyNamesIsImmutableTest() [INFO] Tests run: 41, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.814 s - in ee.jakarta.tck.ws.rs.api.client.clientrequestcontext.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.client.entity.JAXRSClientIT 05-24-2024 13:13:45:STARTING TEST : jsonTest() 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/json 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/json 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/json 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/json 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/json 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:FINISHED TEST : jsonTest() 05-24-2024 13:13:45:STARTING TEST : xmlTest() 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/xml 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/xml 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/xml 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/xml 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/xml 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:FINISHED TEST : xmlTest() 05-24-2024 13:13:45:STARTING TEST : formFormTest() 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-24-2024 13:13:45:FINISHED TEST : formFormTest() 05-24-2024 13:13:45:STARTING TEST : entityStringTest() 05-24-2024 13:13:45:Found expected entity 05-24-2024 13:13:45:Sucessfully retrieved MediaType */* 05-24-2024 13:13:45:Found expected entity 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/xml 05-24-2024 13:13:45:Found expected entity 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/atom+xml 05-24-2024 13:13:45:Found expected entity 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/xhtml+xml 05-24-2024 13:13:45:Found expected entity 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/svg+xml 05-24-2024 13:13:45:Found expected entity 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/json 05-24-2024 13:13:45:Found expected entity 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-24-2024 13:13:45:Found expected entity 05-24-2024 13:13:45:Sucessfully retrieved MediaType multipart/form-data 05-24-2024 13:13:45:Found expected entity 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/octet-stream 05-24-2024 13:13:45:Found expected entity 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/plain 05-24-2024 13:13:45:Found expected entity 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/xml 05-24-2024 13:13:45:Found expected entity 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/html 05-24-2024 13:13:45:Found expected entity 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/event-stream 05-24-2024 13:13:45:Found expected entity 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/json-patch+json 05-24-2024 13:13:45:FINISHED TEST : entityStringTest() 05-24-2024 13:13:45:STARTING TEST : textTest() 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/plain 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/plain 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/plain 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/plain 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/plain 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:FINISHED TEST : textTest() 05-24-2024 13:13:45:STARTING TEST : entityVariantTest() 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType */* 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=UTF-16] 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType */* 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=ISO-8859-2] 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType */* 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=CP1250] 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType */* 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=UTF-16] 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType */* 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=ISO-8859-2] 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType */* 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=CP1250] 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=UTF-16] 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=ISO-8859-2] 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=CP1250] 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=UTF-16] 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=ISO-8859-2] 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=CP1250] 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/atom+xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=UTF-16] 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/atom+xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=ISO-8859-2] 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/atom+xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=CP1250] 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/atom+xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=UTF-16] 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/atom+xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=ISO-8859-2] 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/atom+xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=CP1250] 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/xhtml+xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=UTF-16] 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/xhtml+xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=ISO-8859-2] 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/xhtml+xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=CP1250] 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/xhtml+xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=UTF-16] 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/xhtml+xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=ISO-8859-2] 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/xhtml+xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=CP1250] 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/svg+xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=UTF-16] 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/svg+xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=ISO-8859-2] 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/svg+xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=CP1250] 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/svg+xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=UTF-16] 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/svg+xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=ISO-8859-2] 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/svg+xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=CP1250] 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/json 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=UTF-16] 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/json 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=ISO-8859-2] 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/json 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=CP1250] 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/json 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=UTF-16] 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/json 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=ISO-8859-2] 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/json 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=CP1250] 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=UTF-16] 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=ISO-8859-2] 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=CP1250] 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=UTF-16] 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=ISO-8859-2] 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=CP1250] 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType multipart/form-data 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=UTF-16] 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType multipart/form-data 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=ISO-8859-2] 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType multipart/form-data 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=CP1250] 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType multipart/form-data 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=UTF-16] 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType multipart/form-data 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=ISO-8859-2] 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType multipart/form-data 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=CP1250] 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/octet-stream 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=UTF-16] 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/octet-stream 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=ISO-8859-2] 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/octet-stream 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=CP1250] 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/octet-stream 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=UTF-16] 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/octet-stream 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=ISO-8859-2] 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/octet-stream 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=CP1250] 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/plain 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=UTF-16] 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/plain 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=ISO-8859-2] 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/plain 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=CP1250] 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/plain 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=UTF-16] 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/plain 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=ISO-8859-2] 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/plain 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=CP1250] 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=UTF-16] 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=ISO-8859-2] 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=CP1250] 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=UTF-16] 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=ISO-8859-2] 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=CP1250] 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/html 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=UTF-16] 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/html 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=ISO-8859-2] 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/html 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=CP1250] 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/html 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=UTF-16] 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/html 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=ISO-8859-2] 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/html 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=CP1250] 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/event-stream 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=UTF-16] 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/event-stream 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=ISO-8859-2] 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/event-stream 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=CP1250] 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/event-stream 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=UTF-16] 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/event-stream 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=ISO-8859-2] 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/event-stream 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=CP1250] 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/json-patch+json 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=UTF-16] 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/json-patch+json 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=ISO-8859-2] 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/json-patch+json 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=CP1250] 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/json-patch+json 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=UTF-16] 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/json-patch+json 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=ISO-8859-2] 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/json-patch+json 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=CP1250] 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType */* 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=UTF-16] 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType */* 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=ISO-8859-2] 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType */* 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=CP1250] 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType */* 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=UTF-16] 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType */* 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=ISO-8859-2] 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType */* 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=CP1250] 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=UTF-16] 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=ISO-8859-2] 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=CP1250] 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=UTF-16] 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=ISO-8859-2] 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=CP1250] 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/atom+xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=UTF-16] 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/atom+xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=ISO-8859-2] 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/atom+xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=CP1250] 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/atom+xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=UTF-16] 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/atom+xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=ISO-8859-2] 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/atom+xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=CP1250] 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/xhtml+xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=UTF-16] 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/xhtml+xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=ISO-8859-2] 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/xhtml+xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=CP1250] 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/xhtml+xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=UTF-16] 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/xhtml+xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=ISO-8859-2] 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/xhtml+xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=CP1250] 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/svg+xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=UTF-16] 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/svg+xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=ISO-8859-2] 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/svg+xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=CP1250] 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/svg+xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=UTF-16] 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/svg+xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=ISO-8859-2] 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/svg+xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=CP1250] 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/json 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=UTF-16] 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/json 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=ISO-8859-2] 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/json 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=CP1250] 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/json 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=UTF-16] 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/json 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=ISO-8859-2] 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/json 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=CP1250] 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=UTF-16] 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=ISO-8859-2] 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=CP1250] 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=UTF-16] 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=ISO-8859-2] 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=CP1250] 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType multipart/form-data 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=UTF-16] 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType multipart/form-data 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=ISO-8859-2] 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType multipart/form-data 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=CP1250] 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType multipart/form-data 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=UTF-16] 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType multipart/form-data 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=ISO-8859-2] 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType multipart/form-data 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=CP1250] 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/octet-stream 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=UTF-16] 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/octet-stream 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=ISO-8859-2] 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/octet-stream 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=CP1250] 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/octet-stream 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=UTF-16] 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/octet-stream 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=ISO-8859-2] 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/octet-stream 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=CP1250] 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/plain 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=UTF-16] 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/plain 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=ISO-8859-2] 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/plain 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=CP1250] 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/plain 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=UTF-16] 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/plain 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=ISO-8859-2] 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/plain 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=CP1250] 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=UTF-16] 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=ISO-8859-2] 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=CP1250] 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=UTF-16] 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=ISO-8859-2] 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=CP1250] 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/html 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=UTF-16] 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/html 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=ISO-8859-2] 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/html 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=CP1250] 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/html 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=UTF-16] 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/html 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=ISO-8859-2] 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/html 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=CP1250] 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/event-stream 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=UTF-16] 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/event-stream 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=ISO-8859-2] 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/event-stream 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=CP1250] 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/event-stream 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=UTF-16] 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/event-stream 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=ISO-8859-2] 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/event-stream 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=CP1250] 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/json-patch+json 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=UTF-16] 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/json-patch+json 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=ISO-8859-2] 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/json-patch+json 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=CP1250] 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/json-patch+json 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=UTF-16] 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/json-patch+json 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=ISO-8859-2] 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/json-patch+json 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=CP1250] 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType */* 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=UTF-16] 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType */* 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=ISO-8859-2] 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType */* 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=CP1250] 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType */* 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=UTF-16] 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType */* 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=ISO-8859-2] 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType */* 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=CP1250] 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=UTF-16] 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=ISO-8859-2] 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=CP1250] 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=UTF-16] 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=ISO-8859-2] 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=CP1250] 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/atom+xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=UTF-16] 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/atom+xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=ISO-8859-2] 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/atom+xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=CP1250] 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/atom+xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=UTF-16] 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/atom+xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=ISO-8859-2] 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/atom+xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=CP1250] 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/xhtml+xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=UTF-16] 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/xhtml+xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=ISO-8859-2] 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/xhtml+xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=CP1250] 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/xhtml+xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=UTF-16] 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/xhtml+xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=ISO-8859-2] 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/xhtml+xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=CP1250] 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/svg+xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=UTF-16] 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/svg+xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=ISO-8859-2] 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/svg+xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=CP1250] 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/svg+xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=UTF-16] 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/svg+xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=ISO-8859-2] 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/svg+xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=CP1250] 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/json 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=UTF-16] 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/json 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=ISO-8859-2] 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/json 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=CP1250] 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/json 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=UTF-16] 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/json 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=ISO-8859-2] 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/json 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=CP1250] 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=UTF-16] 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=ISO-8859-2] 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=CP1250] 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=UTF-16] 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=ISO-8859-2] 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=CP1250] 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType multipart/form-data 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=UTF-16] 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType multipart/form-data 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=ISO-8859-2] 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType multipart/form-data 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=CP1250] 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType multipart/form-data 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=UTF-16] 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType multipart/form-data 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=ISO-8859-2] 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType multipart/form-data 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=CP1250] 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/octet-stream 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=UTF-16] 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/octet-stream 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=ISO-8859-2] 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/octet-stream 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=CP1250] 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/octet-stream 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=UTF-16] 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/octet-stream 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=ISO-8859-2] 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/octet-stream 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=CP1250] 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/plain 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=UTF-16] 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/plain 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=ISO-8859-2] 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/plain 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=CP1250] 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/plain 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=UTF-16] 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/plain 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=ISO-8859-2] 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/plain 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=CP1250] 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=UTF-16] 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=ISO-8859-2] 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=CP1250] 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=UTF-16] 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=ISO-8859-2] 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=CP1250] 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/html 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=UTF-16] 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/html 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=ISO-8859-2] 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/html 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=CP1250] 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/html 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=UTF-16] 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/html 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=ISO-8859-2] 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/html 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=CP1250] 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/event-stream 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=UTF-16] 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/event-stream 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=ISO-8859-2] 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/event-stream 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=CP1250] 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/event-stream 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=UTF-16] 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/event-stream 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=ISO-8859-2] 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/event-stream 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=CP1250] 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/json-patch+json 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=UTF-16] 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/json-patch+json 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=ISO-8859-2] 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/json-patch+json 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=CP1250] 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/json-patch+json 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=UTF-16] 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/json-patch+json 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=ISO-8859-2] 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/json-patch+json 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=CP1250] 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType */* 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=UTF-16] 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType */* 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=ISO-8859-2] 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType */* 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=CP1250] 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType */* 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=UTF-16] 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType */* 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=ISO-8859-2] 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType */* 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=CP1250] 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=UTF-16] 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=ISO-8859-2] 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=CP1250] 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=UTF-16] 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=ISO-8859-2] 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=CP1250] 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/atom+xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=UTF-16] 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/atom+xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=ISO-8859-2] 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/atom+xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=CP1250] 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/atom+xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=UTF-16] 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/atom+xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=ISO-8859-2] 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/atom+xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=CP1250] 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/xhtml+xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=UTF-16] 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/xhtml+xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=ISO-8859-2] 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/xhtml+xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=CP1250] 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/xhtml+xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=UTF-16] 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/xhtml+xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=ISO-8859-2] 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/xhtml+xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=CP1250] 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/svg+xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=UTF-16] 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/svg+xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=ISO-8859-2] 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/svg+xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=CP1250] 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/svg+xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=UTF-16] 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/svg+xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=ISO-8859-2] 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/svg+xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=CP1250] 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/json 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=UTF-16] 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/json 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=ISO-8859-2] 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/json 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=CP1250] 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/json 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=UTF-16] 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/json 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=ISO-8859-2] 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/json 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=CP1250] 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=UTF-16] 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=ISO-8859-2] 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=CP1250] 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=UTF-16] 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=ISO-8859-2] 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=CP1250] 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType multipart/form-data 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=UTF-16] 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType multipart/form-data 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=ISO-8859-2] 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType multipart/form-data 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=CP1250] 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType multipart/form-data 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=UTF-16] 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType multipart/form-data 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=ISO-8859-2] 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType multipart/form-data 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=CP1250] 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/octet-stream 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=UTF-16] 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/octet-stream 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=ISO-8859-2] 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/octet-stream 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=CP1250] 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/octet-stream 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=UTF-16] 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/octet-stream 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=ISO-8859-2] 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/octet-stream 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=CP1250] 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/plain 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=UTF-16] 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/plain 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=ISO-8859-2] 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/plain 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=CP1250] 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/plain 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=UTF-16] 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/plain 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=ISO-8859-2] 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/plain 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=CP1250] 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=UTF-16] 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=ISO-8859-2] 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=CP1250] 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=UTF-16] 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=ISO-8859-2] 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=CP1250] 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/html 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=UTF-16] 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/html 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=ISO-8859-2] 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/html 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=CP1250] 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/html 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=UTF-16] 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/html 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=ISO-8859-2] 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/html 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=CP1250] 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/event-stream 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=UTF-16] 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/event-stream 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=ISO-8859-2] 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/event-stream 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=CP1250] 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/event-stream 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=UTF-16] 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/event-stream 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=ISO-8859-2] 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/event-stream 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=CP1250] 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/json-patch+json 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=UTF-16] 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/json-patch+json 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=ISO-8859-2] 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/json-patch+json 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=CP1250] 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/json-patch+json 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=UTF-16] 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/json-patch+json 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=ISO-8859-2] 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/json-patch+json 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=CP1250] 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType */* 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=UTF-16] 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType */* 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=ISO-8859-2] 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType */* 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=CP1250] 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType */* 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=UTF-16] 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType */* 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=ISO-8859-2] 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType */* 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=CP1250] 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=UTF-16] 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=ISO-8859-2] 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=CP1250] 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=UTF-16] 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=ISO-8859-2] 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=CP1250] 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/atom+xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=UTF-16] 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/atom+xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=ISO-8859-2] 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/atom+xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=CP1250] 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/atom+xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=UTF-16] 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/atom+xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=ISO-8859-2] 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/atom+xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=CP1250] 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/xhtml+xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=UTF-16] 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/xhtml+xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=ISO-8859-2] 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/xhtml+xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=CP1250] 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/xhtml+xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=UTF-16] 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/xhtml+xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=ISO-8859-2] 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/xhtml+xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=CP1250] 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/svg+xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=UTF-16] 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/svg+xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=ISO-8859-2] 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/svg+xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=CP1250] 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/svg+xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=UTF-16] 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/svg+xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=ISO-8859-2] 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/svg+xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=CP1250] 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/json 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=UTF-16] 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/json 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=ISO-8859-2] 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/json 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=CP1250] 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/json 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=UTF-16] 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/json 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=ISO-8859-2] 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/json 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=CP1250] 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=UTF-16] 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=ISO-8859-2] 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=CP1250] 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=UTF-16] 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=ISO-8859-2] 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=CP1250] 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType multipart/form-data 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=UTF-16] 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType multipart/form-data 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=ISO-8859-2] 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType multipart/form-data 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=CP1250] 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType multipart/form-data 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=UTF-16] 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType multipart/form-data 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=ISO-8859-2] 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType multipart/form-data 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=CP1250] 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/octet-stream 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=UTF-16] 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/octet-stream 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=ISO-8859-2] 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/octet-stream 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=CP1250] 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/octet-stream 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=UTF-16] 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/octet-stream 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=ISO-8859-2] 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/octet-stream 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=CP1250] 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/plain 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=UTF-16] 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/plain 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=ISO-8859-2] 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/plain 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=CP1250] 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/plain 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=UTF-16] 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/plain 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=ISO-8859-2] 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/plain 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=CP1250] 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=UTF-16] 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=ISO-8859-2] 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=CP1250] 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=UTF-16] 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=ISO-8859-2] 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=CP1250] 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/html 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=UTF-16] 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/html 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=ISO-8859-2] 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/html 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=CP1250] 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/html 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=UTF-16] 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/html 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=ISO-8859-2] 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/html 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=CP1250] 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/event-stream 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=UTF-16] 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/event-stream 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=ISO-8859-2] 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/event-stream 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=CP1250] 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/event-stream 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=UTF-16] 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/event-stream 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=ISO-8859-2] 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/event-stream 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=CP1250] 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/json-patch+json 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=UTF-16] 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/json-patch+json 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=ISO-8859-2] 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/json-patch+json 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=CP1250] 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/json-patch+json 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=UTF-16] 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/json-patch+json 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=ISO-8859-2] 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/json-patch+json 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=CP1250] 05-24-2024 13:13:45:FINISHED TEST : entityVariantTest() 05-24-2024 13:13:45:STARTING TEST : entityMediaTypeAnnotationsDifferentEntitiesTest() 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType */* 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType */* 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType */* 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType */* 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType */* 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:FINISHED TEST : entityMediaTypeAnnotationsDifferentEntitiesTest() 05-24-2024 13:13:45:STARTING TEST : entityStringGetEntityTest() 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:FINISHED TEST : entityStringGetEntityTest() 05-24-2024 13:13:45:STARTING TEST : htmlTest() 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/html 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/html 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/html 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/html 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/html 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:FINISHED TEST : htmlTest() 05-24-2024 13:13:45:STARTING TEST : entityVariantAnnotationsTest() 05-24-2024 13:13:45:string */* fr UTF-16 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType */* 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=UTF-16] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:string */* fr ISO-8859-2 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType */* 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=ISO-8859-2] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:string */* fr CP1250 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType */* 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=CP1250] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:string */* de UTF-16 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType */* 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=UTF-16] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:string */* de ISO-8859-2 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType */* 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=ISO-8859-2] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:string */* de CP1250 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType */* 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=CP1250] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:string application/xml fr UTF-16 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=UTF-16] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:string application/xml fr ISO-8859-2 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=ISO-8859-2] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:string application/xml fr CP1250 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=CP1250] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:string application/xml de UTF-16 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=UTF-16] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:string application/xml de ISO-8859-2 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=ISO-8859-2] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:string application/xml de CP1250 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=CP1250] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:string application/atom+xml fr UTF-16 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/atom+xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=UTF-16] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:string application/atom+xml fr ISO-8859-2 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/atom+xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=ISO-8859-2] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:string application/atom+xml fr CP1250 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/atom+xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=CP1250] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:string application/atom+xml de UTF-16 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/atom+xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=UTF-16] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:string application/atom+xml de ISO-8859-2 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/atom+xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=ISO-8859-2] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:string application/atom+xml de CP1250 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/atom+xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=CP1250] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:string application/xhtml+xml fr UTF-16 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/xhtml+xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=UTF-16] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:string application/xhtml+xml fr ISO-8859-2 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/xhtml+xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=ISO-8859-2] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:string application/xhtml+xml fr CP1250 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/xhtml+xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=CP1250] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:string application/xhtml+xml de UTF-16 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/xhtml+xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=UTF-16] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:string application/xhtml+xml de ISO-8859-2 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/xhtml+xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=ISO-8859-2] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:string application/xhtml+xml de CP1250 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/xhtml+xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=CP1250] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:string application/svg+xml fr UTF-16 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/svg+xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=UTF-16] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:string application/svg+xml fr ISO-8859-2 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/svg+xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=ISO-8859-2] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:string application/svg+xml fr CP1250 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/svg+xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=CP1250] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:string application/svg+xml de UTF-16 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/svg+xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=UTF-16] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:string application/svg+xml de ISO-8859-2 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/svg+xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=ISO-8859-2] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:string application/svg+xml de CP1250 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/svg+xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=CP1250] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:string application/json fr UTF-16 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/json 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=UTF-16] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:string application/json fr ISO-8859-2 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/json 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=ISO-8859-2] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:string application/json fr CP1250 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/json 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=CP1250] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:string application/json de UTF-16 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/json 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=UTF-16] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:string application/json de ISO-8859-2 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/json 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=ISO-8859-2] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:string application/json de CP1250 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/json 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=CP1250] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:string application/x-www-form-urlencoded fr UTF-16 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=UTF-16] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:string application/x-www-form-urlencoded fr ISO-8859-2 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=ISO-8859-2] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:string application/x-www-form-urlencoded fr CP1250 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=CP1250] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:string application/x-www-form-urlencoded de UTF-16 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=UTF-16] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:string application/x-www-form-urlencoded de ISO-8859-2 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=ISO-8859-2] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:string application/x-www-form-urlencoded de CP1250 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=CP1250] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:string multipart/form-data fr UTF-16 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType multipart/form-data 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=UTF-16] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:string multipart/form-data fr ISO-8859-2 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType multipart/form-data 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=ISO-8859-2] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:string multipart/form-data fr CP1250 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType multipart/form-data 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=CP1250] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:string multipart/form-data de UTF-16 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType multipart/form-data 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=UTF-16] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:string multipart/form-data de ISO-8859-2 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType multipart/form-data 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=ISO-8859-2] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:string multipart/form-data de CP1250 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType multipart/form-data 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=CP1250] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:string application/octet-stream fr UTF-16 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/octet-stream 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=UTF-16] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:string application/octet-stream fr ISO-8859-2 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/octet-stream 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=ISO-8859-2] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:string application/octet-stream fr CP1250 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/octet-stream 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=CP1250] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:string application/octet-stream de UTF-16 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/octet-stream 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=UTF-16] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:string application/octet-stream de ISO-8859-2 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/octet-stream 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=ISO-8859-2] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:string application/octet-stream de CP1250 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/octet-stream 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=CP1250] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:string text/plain fr UTF-16 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/plain 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=UTF-16] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:string text/plain fr ISO-8859-2 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/plain 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=ISO-8859-2] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:string text/plain fr CP1250 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/plain 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=CP1250] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:string text/plain de UTF-16 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/plain 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=UTF-16] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:string text/plain de ISO-8859-2 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/plain 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=ISO-8859-2] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:string text/plain de CP1250 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/plain 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=CP1250] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:string text/xml fr UTF-16 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=UTF-16] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:string text/xml fr ISO-8859-2 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=ISO-8859-2] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:string text/xml fr CP1250 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=CP1250] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:string text/xml de UTF-16 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=UTF-16] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:string text/xml de ISO-8859-2 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=ISO-8859-2] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:string text/xml de CP1250 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=CP1250] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:string text/html fr UTF-16 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/html 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=UTF-16] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:string text/html fr ISO-8859-2 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/html 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=ISO-8859-2] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:string text/html fr CP1250 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/html 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=CP1250] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:string text/html de UTF-16 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/html 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=UTF-16] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:string text/html de ISO-8859-2 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/html 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=ISO-8859-2] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:string text/html de CP1250 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/html 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=CP1250] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:string text/event-stream fr UTF-16 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/event-stream 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=UTF-16] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:string text/event-stream fr ISO-8859-2 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/event-stream 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=ISO-8859-2] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:string text/event-stream fr CP1250 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/event-stream 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=CP1250] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:string text/event-stream de UTF-16 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/event-stream 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=UTF-16] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:string text/event-stream de ISO-8859-2 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/event-stream 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=ISO-8859-2] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:string text/event-stream de CP1250 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/event-stream 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=CP1250] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:string application/json-patch+json fr UTF-16 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/json-patch+json 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=UTF-16] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:string application/json-patch+json fr ISO-8859-2 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/json-patch+json 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=ISO-8859-2] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:string application/json-patch+json fr CP1250 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/json-patch+json 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=CP1250] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:string application/json-patch+json de UTF-16 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/json-patch+json 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=UTF-16] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:string application/json-patch+json de ISO-8859-2 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/json-patch+json 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=ISO-8859-2] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:string application/json-patch+json de CP1250 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/json-patch+json 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=CP1250] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:inputstream */* fr UTF-16 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType */* 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=UTF-16] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:inputstream */* fr ISO-8859-2 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType */* 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=ISO-8859-2] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:inputstream */* fr CP1250 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType */* 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=CP1250] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:inputstream */* de UTF-16 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType */* 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=UTF-16] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:inputstream */* de ISO-8859-2 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType */* 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=ISO-8859-2] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:inputstream */* de CP1250 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType */* 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=CP1250] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:inputstream application/xml fr UTF-16 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=UTF-16] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:inputstream application/xml fr ISO-8859-2 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=ISO-8859-2] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:inputstream application/xml fr CP1250 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=CP1250] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:inputstream application/xml de UTF-16 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=UTF-16] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:inputstream application/xml de ISO-8859-2 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=ISO-8859-2] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:inputstream application/xml de CP1250 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=CP1250] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:inputstream application/atom+xml fr UTF-16 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/atom+xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=UTF-16] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:inputstream application/atom+xml fr ISO-8859-2 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/atom+xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=ISO-8859-2] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:inputstream application/atom+xml fr CP1250 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/atom+xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=CP1250] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:inputstream application/atom+xml de UTF-16 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/atom+xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=UTF-16] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:inputstream application/atom+xml de ISO-8859-2 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/atom+xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=ISO-8859-2] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:inputstream application/atom+xml de CP1250 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/atom+xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=CP1250] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:inputstream application/xhtml+xml fr UTF-16 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/xhtml+xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=UTF-16] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:inputstream application/xhtml+xml fr ISO-8859-2 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/xhtml+xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=ISO-8859-2] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:inputstream application/xhtml+xml fr CP1250 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/xhtml+xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=CP1250] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:inputstream application/xhtml+xml de UTF-16 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/xhtml+xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=UTF-16] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:inputstream application/xhtml+xml de ISO-8859-2 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/xhtml+xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=ISO-8859-2] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:inputstream application/xhtml+xml de CP1250 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/xhtml+xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=CP1250] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:inputstream application/svg+xml fr UTF-16 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/svg+xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=UTF-16] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:inputstream application/svg+xml fr ISO-8859-2 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/svg+xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=ISO-8859-2] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:inputstream application/svg+xml fr CP1250 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/svg+xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=CP1250] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:inputstream application/svg+xml de UTF-16 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/svg+xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=UTF-16] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:inputstream application/svg+xml de ISO-8859-2 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/svg+xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=ISO-8859-2] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:inputstream application/svg+xml de CP1250 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/svg+xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=CP1250] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:inputstream application/json fr UTF-16 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/json 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=UTF-16] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:inputstream application/json fr ISO-8859-2 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/json 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=ISO-8859-2] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:inputstream application/json fr CP1250 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/json 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=CP1250] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:inputstream application/json de UTF-16 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/json 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=UTF-16] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:inputstream application/json de ISO-8859-2 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/json 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=ISO-8859-2] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:inputstream application/json de CP1250 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/json 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=CP1250] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:inputstream application/x-www-form-urlencoded fr UTF-16 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=UTF-16] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:inputstream application/x-www-form-urlencoded fr ISO-8859-2 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=ISO-8859-2] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:inputstream application/x-www-form-urlencoded fr CP1250 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=CP1250] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:inputstream application/x-www-form-urlencoded de UTF-16 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=UTF-16] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:inputstream application/x-www-form-urlencoded de ISO-8859-2 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=ISO-8859-2] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:inputstream application/x-www-form-urlencoded de CP1250 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=CP1250] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:inputstream multipart/form-data fr UTF-16 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType multipart/form-data 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=UTF-16] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:inputstream multipart/form-data fr ISO-8859-2 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType multipart/form-data 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=ISO-8859-2] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:inputstream multipart/form-data fr CP1250 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType multipart/form-data 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=CP1250] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:inputstream multipart/form-data de UTF-16 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType multipart/form-data 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=UTF-16] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:inputstream multipart/form-data de ISO-8859-2 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType multipart/form-data 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=ISO-8859-2] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:inputstream multipart/form-data de CP1250 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType multipart/form-data 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=CP1250] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:inputstream application/octet-stream fr UTF-16 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/octet-stream 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=UTF-16] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:inputstream application/octet-stream fr ISO-8859-2 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/octet-stream 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=ISO-8859-2] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:inputstream application/octet-stream fr CP1250 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/octet-stream 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=CP1250] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:inputstream application/octet-stream de UTF-16 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/octet-stream 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=UTF-16] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:inputstream application/octet-stream de ISO-8859-2 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/octet-stream 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=ISO-8859-2] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:inputstream application/octet-stream de CP1250 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/octet-stream 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=CP1250] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:inputstream text/plain fr UTF-16 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/plain 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=UTF-16] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:inputstream text/plain fr ISO-8859-2 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/plain 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=ISO-8859-2] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:inputstream text/plain fr CP1250 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/plain 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=CP1250] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:inputstream text/plain de UTF-16 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/plain 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=UTF-16] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:inputstream text/plain de ISO-8859-2 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/plain 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=ISO-8859-2] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:inputstream text/plain de CP1250 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/plain 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=CP1250] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:inputstream text/xml fr UTF-16 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=UTF-16] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:inputstream text/xml fr ISO-8859-2 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=ISO-8859-2] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:inputstream text/xml fr CP1250 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=CP1250] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:inputstream text/xml de UTF-16 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=UTF-16] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:inputstream text/xml de ISO-8859-2 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=ISO-8859-2] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:inputstream text/xml de CP1250 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=CP1250] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:inputstream text/html fr UTF-16 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/html 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=UTF-16] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:inputstream text/html fr ISO-8859-2 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/html 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=ISO-8859-2] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:inputstream text/html fr CP1250 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/html 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=CP1250] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:inputstream text/html de UTF-16 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/html 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=UTF-16] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:inputstream text/html de ISO-8859-2 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/html 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=ISO-8859-2] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:inputstream text/html de CP1250 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/html 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=CP1250] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:inputstream text/event-stream fr UTF-16 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/event-stream 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=UTF-16] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:inputstream text/event-stream fr ISO-8859-2 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/event-stream 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=ISO-8859-2] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:inputstream text/event-stream fr CP1250 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/event-stream 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=CP1250] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:inputstream text/event-stream de UTF-16 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/event-stream 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=UTF-16] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:inputstream text/event-stream de ISO-8859-2 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/event-stream 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=ISO-8859-2] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:inputstream text/event-stream de CP1250 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/event-stream 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=CP1250] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:inputstream application/json-patch+json fr UTF-16 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/json-patch+json 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=UTF-16] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:inputstream application/json-patch+json fr ISO-8859-2 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/json-patch+json 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=ISO-8859-2] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:inputstream application/json-patch+json fr CP1250 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/json-patch+json 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=CP1250] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:inputstream application/json-patch+json de UTF-16 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/json-patch+json 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=UTF-16] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:inputstream application/json-patch+json de ISO-8859-2 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/json-patch+json 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=ISO-8859-2] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:inputstream application/json-patch+json de CP1250 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/json-patch+json 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=CP1250] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:serializable */* fr UTF-16 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType */* 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=UTF-16] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:serializable */* fr ISO-8859-2 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType */* 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=ISO-8859-2] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:serializable */* fr CP1250 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType */* 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=CP1250] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:serializable */* de UTF-16 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType */* 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=UTF-16] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:serializable */* de ISO-8859-2 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType */* 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=ISO-8859-2] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:serializable */* de CP1250 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType */* 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=CP1250] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:serializable application/xml fr UTF-16 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=UTF-16] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:serializable application/xml fr ISO-8859-2 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=ISO-8859-2] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:serializable application/xml fr CP1250 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=CP1250] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:serializable application/xml de UTF-16 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=UTF-16] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:serializable application/xml de ISO-8859-2 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=ISO-8859-2] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:serializable application/xml de CP1250 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=CP1250] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:serializable application/atom+xml fr UTF-16 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/atom+xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=UTF-16] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:serializable application/atom+xml fr ISO-8859-2 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/atom+xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=ISO-8859-2] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:serializable application/atom+xml fr CP1250 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/atom+xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=CP1250] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:serializable application/atom+xml de UTF-16 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/atom+xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=UTF-16] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:serializable application/atom+xml de ISO-8859-2 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/atom+xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=ISO-8859-2] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:serializable application/atom+xml de CP1250 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/atom+xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=CP1250] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:serializable application/xhtml+xml fr UTF-16 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/xhtml+xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=UTF-16] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:serializable application/xhtml+xml fr ISO-8859-2 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/xhtml+xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=ISO-8859-2] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:serializable application/xhtml+xml fr CP1250 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/xhtml+xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=CP1250] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:serializable application/xhtml+xml de UTF-16 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/xhtml+xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=UTF-16] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:serializable application/xhtml+xml de ISO-8859-2 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/xhtml+xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=ISO-8859-2] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:serializable application/xhtml+xml de CP1250 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/xhtml+xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=CP1250] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:serializable application/svg+xml fr UTF-16 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/svg+xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=UTF-16] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:serializable application/svg+xml fr ISO-8859-2 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/svg+xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=ISO-8859-2] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:serializable application/svg+xml fr CP1250 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/svg+xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=CP1250] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:serializable application/svg+xml de UTF-16 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/svg+xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=UTF-16] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:serializable application/svg+xml de ISO-8859-2 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/svg+xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=ISO-8859-2] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:serializable application/svg+xml de CP1250 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/svg+xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=CP1250] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:serializable application/json fr UTF-16 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/json 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=UTF-16] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:serializable application/json fr ISO-8859-2 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/json 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=ISO-8859-2] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:serializable application/json fr CP1250 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/json 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=CP1250] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:serializable application/json de UTF-16 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/json 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=UTF-16] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:serializable application/json de ISO-8859-2 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/json 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=ISO-8859-2] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:serializable application/json de CP1250 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/json 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=CP1250] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:serializable application/x-www-form-urlencoded fr UTF-16 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=UTF-16] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:serializable application/x-www-form-urlencoded fr ISO-8859-2 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=ISO-8859-2] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:serializable application/x-www-form-urlencoded fr CP1250 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=CP1250] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:serializable application/x-www-form-urlencoded de UTF-16 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=UTF-16] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:serializable application/x-www-form-urlencoded de ISO-8859-2 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=ISO-8859-2] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:serializable application/x-www-form-urlencoded de CP1250 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=CP1250] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:serializable multipart/form-data fr UTF-16 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType multipart/form-data 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=UTF-16] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:serializable multipart/form-data fr ISO-8859-2 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType multipart/form-data 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=ISO-8859-2] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:serializable multipart/form-data fr CP1250 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType multipart/form-data 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=CP1250] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:serializable multipart/form-data de UTF-16 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType multipart/form-data 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=UTF-16] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:serializable multipart/form-data de ISO-8859-2 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType multipart/form-data 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=ISO-8859-2] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:serializable multipart/form-data de CP1250 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType multipart/form-data 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=CP1250] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:serializable application/octet-stream fr UTF-16 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/octet-stream 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=UTF-16] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:serializable application/octet-stream fr ISO-8859-2 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/octet-stream 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=ISO-8859-2] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:serializable application/octet-stream fr CP1250 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/octet-stream 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=CP1250] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:serializable application/octet-stream de UTF-16 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/octet-stream 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=UTF-16] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:serializable application/octet-stream de ISO-8859-2 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/octet-stream 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=ISO-8859-2] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:serializable application/octet-stream de CP1250 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/octet-stream 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=CP1250] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:serializable text/plain fr UTF-16 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/plain 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=UTF-16] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:serializable text/plain fr ISO-8859-2 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/plain 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=ISO-8859-2] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:serializable text/plain fr CP1250 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/plain 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=CP1250] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:serializable text/plain de UTF-16 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/plain 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=UTF-16] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:serializable text/plain de ISO-8859-2 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/plain 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=ISO-8859-2] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:serializable text/plain de CP1250 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/plain 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=CP1250] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:serializable text/xml fr UTF-16 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=UTF-16] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:serializable text/xml fr ISO-8859-2 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=ISO-8859-2] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:serializable text/xml fr CP1250 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=CP1250] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:serializable text/xml de UTF-16 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=UTF-16] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:serializable text/xml de ISO-8859-2 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=ISO-8859-2] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:serializable text/xml de CP1250 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=CP1250] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:serializable text/html fr UTF-16 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/html 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=UTF-16] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:serializable text/html fr ISO-8859-2 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/html 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=ISO-8859-2] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:serializable text/html fr CP1250 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/html 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=CP1250] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:serializable text/html de UTF-16 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/html 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=UTF-16] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:serializable text/html de ISO-8859-2 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/html 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=ISO-8859-2] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:serializable text/html de CP1250 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/html 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=CP1250] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:serializable text/event-stream fr UTF-16 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/event-stream 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=UTF-16] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:serializable text/event-stream fr ISO-8859-2 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/event-stream 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=ISO-8859-2] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:serializable text/event-stream fr CP1250 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/event-stream 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=CP1250] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:serializable text/event-stream de UTF-16 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/event-stream 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=UTF-16] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:serializable text/event-stream de ISO-8859-2 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/event-stream 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=ISO-8859-2] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:serializable text/event-stream de CP1250 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/event-stream 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=CP1250] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:serializable application/json-patch+json fr UTF-16 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/json-patch+json 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=UTF-16] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:serializable application/json-patch+json fr ISO-8859-2 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/json-patch+json 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=ISO-8859-2] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:serializable application/json-patch+json fr CP1250 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/json-patch+json 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=CP1250] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:serializable application/json-patch+json de UTF-16 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/json-patch+json 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=UTF-16] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:serializable application/json-patch+json de ISO-8859-2 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/json-patch+json 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=ISO-8859-2] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:serializable application/json-patch+json de CP1250 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/json-patch+json 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=CP1250] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuilder */* fr UTF-16 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType */* 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=UTF-16] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuilder */* fr ISO-8859-2 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType */* 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=ISO-8859-2] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuilder */* fr CP1250 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType */* 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=CP1250] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuilder */* de UTF-16 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType */* 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=UTF-16] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuilder */* de ISO-8859-2 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType */* 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=ISO-8859-2] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuilder */* de CP1250 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType */* 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=CP1250] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuilder application/xml fr UTF-16 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=UTF-16] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuilder application/xml fr ISO-8859-2 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=ISO-8859-2] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuilder application/xml fr CP1250 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=CP1250] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuilder application/xml de UTF-16 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=UTF-16] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuilder application/xml de ISO-8859-2 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=ISO-8859-2] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuilder application/xml de CP1250 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=CP1250] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuilder application/atom+xml fr UTF-16 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/atom+xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=UTF-16] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuilder application/atom+xml fr ISO-8859-2 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/atom+xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=ISO-8859-2] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuilder application/atom+xml fr CP1250 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/atom+xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=CP1250] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuilder application/atom+xml de UTF-16 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/atom+xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=UTF-16] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuilder application/atom+xml de ISO-8859-2 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/atom+xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=ISO-8859-2] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuilder application/atom+xml de CP1250 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/atom+xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=CP1250] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuilder application/xhtml+xml fr UTF-16 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/xhtml+xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=UTF-16] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuilder application/xhtml+xml fr ISO-8859-2 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/xhtml+xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=ISO-8859-2] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuilder application/xhtml+xml fr CP1250 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/xhtml+xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=CP1250] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuilder application/xhtml+xml de UTF-16 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/xhtml+xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=UTF-16] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuilder application/xhtml+xml de ISO-8859-2 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/xhtml+xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=ISO-8859-2] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuilder application/xhtml+xml de CP1250 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/xhtml+xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=CP1250] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuilder application/svg+xml fr UTF-16 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/svg+xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=UTF-16] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuilder application/svg+xml fr ISO-8859-2 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/svg+xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=ISO-8859-2] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuilder application/svg+xml fr CP1250 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/svg+xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=CP1250] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuilder application/svg+xml de UTF-16 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/svg+xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=UTF-16] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuilder application/svg+xml de ISO-8859-2 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/svg+xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=ISO-8859-2] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuilder application/svg+xml de CP1250 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/svg+xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=CP1250] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuilder application/json fr UTF-16 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/json 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=UTF-16] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuilder application/json fr ISO-8859-2 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/json 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=ISO-8859-2] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuilder application/json fr CP1250 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/json 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=CP1250] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuilder application/json de UTF-16 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/json 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=UTF-16] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuilder application/json de ISO-8859-2 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/json 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=ISO-8859-2] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuilder application/json de CP1250 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/json 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=CP1250] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuilder application/x-www-form-urlencoded fr UTF-16 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=UTF-16] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuilder application/x-www-form-urlencoded fr ISO-8859-2 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=ISO-8859-2] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuilder application/x-www-form-urlencoded fr CP1250 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=CP1250] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuilder application/x-www-form-urlencoded de UTF-16 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=UTF-16] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuilder application/x-www-form-urlencoded de ISO-8859-2 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=ISO-8859-2] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuilder application/x-www-form-urlencoded de CP1250 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=CP1250] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuilder multipart/form-data fr UTF-16 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType multipart/form-data 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=UTF-16] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuilder multipart/form-data fr ISO-8859-2 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType multipart/form-data 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=ISO-8859-2] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuilder multipart/form-data fr CP1250 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType multipart/form-data 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=CP1250] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuilder multipart/form-data de UTF-16 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType multipart/form-data 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=UTF-16] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuilder multipart/form-data de ISO-8859-2 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType multipart/form-data 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=ISO-8859-2] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuilder multipart/form-data de CP1250 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType multipart/form-data 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=CP1250] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuilder application/octet-stream fr UTF-16 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/octet-stream 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=UTF-16] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuilder application/octet-stream fr ISO-8859-2 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/octet-stream 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=ISO-8859-2] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuilder application/octet-stream fr CP1250 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/octet-stream 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=CP1250] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuilder application/octet-stream de UTF-16 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/octet-stream 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=UTF-16] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuilder application/octet-stream de ISO-8859-2 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/octet-stream 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=ISO-8859-2] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuilder application/octet-stream de CP1250 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/octet-stream 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=CP1250] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuilder text/plain fr UTF-16 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/plain 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=UTF-16] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuilder text/plain fr ISO-8859-2 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/plain 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=ISO-8859-2] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuilder text/plain fr CP1250 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/plain 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=CP1250] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuilder text/plain de UTF-16 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/plain 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=UTF-16] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuilder text/plain de ISO-8859-2 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/plain 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=ISO-8859-2] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuilder text/plain de CP1250 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/plain 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=CP1250] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuilder text/xml fr UTF-16 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=UTF-16] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuilder text/xml fr ISO-8859-2 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=ISO-8859-2] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuilder text/xml fr CP1250 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=CP1250] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuilder text/xml de UTF-16 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=UTF-16] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuilder text/xml de ISO-8859-2 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=ISO-8859-2] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuilder text/xml de CP1250 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=CP1250] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuilder text/html fr UTF-16 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/html 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=UTF-16] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuilder text/html fr ISO-8859-2 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/html 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=ISO-8859-2] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuilder text/html fr CP1250 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/html 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=CP1250] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuilder text/html de UTF-16 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/html 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=UTF-16] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuilder text/html de ISO-8859-2 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/html 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=ISO-8859-2] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuilder text/html de CP1250 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/html 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=CP1250] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuilder text/event-stream fr UTF-16 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/event-stream 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=UTF-16] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuilder text/event-stream fr ISO-8859-2 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/event-stream 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=ISO-8859-2] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuilder text/event-stream fr CP1250 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/event-stream 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=CP1250] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuilder text/event-stream de UTF-16 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/event-stream 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=UTF-16] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuilder text/event-stream de ISO-8859-2 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/event-stream 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=ISO-8859-2] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuilder text/event-stream de CP1250 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/event-stream 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=CP1250] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuilder application/json-patch+json fr UTF-16 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/json-patch+json 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=UTF-16] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuilder application/json-patch+json fr ISO-8859-2 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/json-patch+json 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=ISO-8859-2] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuilder application/json-patch+json fr CP1250 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/json-patch+json 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=CP1250] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuilder application/json-patch+json de UTF-16 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/json-patch+json 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=UTF-16] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuilder application/json-patch+json de ISO-8859-2 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/json-patch+json 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=ISO-8859-2] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuilder application/json-patch+json de CP1250 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/json-patch+json 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=CP1250] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuffer */* fr UTF-16 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType */* 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=UTF-16] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuffer */* fr ISO-8859-2 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType */* 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=ISO-8859-2] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuffer */* fr CP1250 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType */* 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=CP1250] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuffer */* de UTF-16 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType */* 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=UTF-16] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuffer */* de ISO-8859-2 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType */* 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=ISO-8859-2] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuffer */* de CP1250 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType */* 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=CP1250] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuffer application/xml fr UTF-16 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=UTF-16] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuffer application/xml fr ISO-8859-2 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=ISO-8859-2] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuffer application/xml fr CP1250 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=CP1250] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuffer application/xml de UTF-16 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=UTF-16] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuffer application/xml de ISO-8859-2 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=ISO-8859-2] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuffer application/xml de CP1250 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=CP1250] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuffer application/atom+xml fr UTF-16 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/atom+xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=UTF-16] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuffer application/atom+xml fr ISO-8859-2 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/atom+xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=ISO-8859-2] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuffer application/atom+xml fr CP1250 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/atom+xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=CP1250] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuffer application/atom+xml de UTF-16 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/atom+xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=UTF-16] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuffer application/atom+xml de ISO-8859-2 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/atom+xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=ISO-8859-2] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuffer application/atom+xml de CP1250 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/atom+xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=CP1250] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuffer application/xhtml+xml fr UTF-16 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/xhtml+xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=UTF-16] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuffer application/xhtml+xml fr ISO-8859-2 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/xhtml+xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=ISO-8859-2] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuffer application/xhtml+xml fr CP1250 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/xhtml+xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=CP1250] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuffer application/xhtml+xml de UTF-16 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/xhtml+xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=UTF-16] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuffer application/xhtml+xml de ISO-8859-2 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/xhtml+xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=ISO-8859-2] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuffer application/xhtml+xml de CP1250 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/xhtml+xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=CP1250] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuffer application/svg+xml fr UTF-16 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/svg+xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=UTF-16] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuffer application/svg+xml fr ISO-8859-2 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/svg+xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=ISO-8859-2] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuffer application/svg+xml fr CP1250 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/svg+xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=CP1250] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuffer application/svg+xml de UTF-16 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/svg+xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=UTF-16] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuffer application/svg+xml de ISO-8859-2 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/svg+xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=ISO-8859-2] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuffer application/svg+xml de CP1250 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/svg+xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=CP1250] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuffer application/json fr UTF-16 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/json 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=UTF-16] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuffer application/json fr ISO-8859-2 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/json 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=ISO-8859-2] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuffer application/json fr CP1250 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/json 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=CP1250] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuffer application/json de UTF-16 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/json 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=UTF-16] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuffer application/json de ISO-8859-2 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/json 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=ISO-8859-2] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuffer application/json de CP1250 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/json 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=CP1250] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuffer application/x-www-form-urlencoded fr UTF-16 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=UTF-16] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuffer application/x-www-form-urlencoded fr ISO-8859-2 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=ISO-8859-2] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuffer application/x-www-form-urlencoded fr CP1250 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=CP1250] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuffer application/x-www-form-urlencoded de UTF-16 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=UTF-16] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuffer application/x-www-form-urlencoded de ISO-8859-2 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=ISO-8859-2] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuffer application/x-www-form-urlencoded de CP1250 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=CP1250] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuffer multipart/form-data fr UTF-16 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType multipart/form-data 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=UTF-16] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuffer multipart/form-data fr ISO-8859-2 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType multipart/form-data 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=ISO-8859-2] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuffer multipart/form-data fr CP1250 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType multipart/form-data 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=CP1250] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuffer multipart/form-data de UTF-16 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType multipart/form-data 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=UTF-16] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuffer multipart/form-data de ISO-8859-2 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType multipart/form-data 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=ISO-8859-2] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuffer multipart/form-data de CP1250 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType multipart/form-data 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=CP1250] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuffer application/octet-stream fr UTF-16 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/octet-stream 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=UTF-16] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuffer application/octet-stream fr ISO-8859-2 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/octet-stream 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=ISO-8859-2] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuffer application/octet-stream fr CP1250 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/octet-stream 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=CP1250] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuffer application/octet-stream de UTF-16 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/octet-stream 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=UTF-16] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuffer application/octet-stream de ISO-8859-2 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/octet-stream 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=ISO-8859-2] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuffer application/octet-stream de CP1250 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/octet-stream 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=CP1250] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuffer text/plain fr UTF-16 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/plain 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=UTF-16] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuffer text/plain fr ISO-8859-2 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/plain 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=ISO-8859-2] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuffer text/plain fr CP1250 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/plain 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=CP1250] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuffer text/plain de UTF-16 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/plain 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=UTF-16] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuffer text/plain de ISO-8859-2 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/plain 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=ISO-8859-2] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuffer text/plain de CP1250 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/plain 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=CP1250] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuffer text/xml fr UTF-16 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=UTF-16] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuffer text/xml fr ISO-8859-2 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=ISO-8859-2] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuffer text/xml fr CP1250 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/xml 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=CP1250] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuffer text/xml de UTF-16 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=UTF-16] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuffer text/xml de ISO-8859-2 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=ISO-8859-2] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuffer text/xml de CP1250 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/xml 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=CP1250] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuffer text/html fr UTF-16 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/html 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=UTF-16] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuffer text/html fr ISO-8859-2 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/html 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=ISO-8859-2] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuffer text/html fr CP1250 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/html 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=CP1250] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuffer text/html de UTF-16 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/html 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=UTF-16] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuffer text/html de ISO-8859-2 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/html 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=ISO-8859-2] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuffer text/html de CP1250 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/html 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=CP1250] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuffer text/event-stream fr UTF-16 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/event-stream 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=UTF-16] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuffer text/event-stream fr ISO-8859-2 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/event-stream 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=ISO-8859-2] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuffer text/event-stream fr CP1250 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/event-stream 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=CP1250] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuffer text/event-stream de UTF-16 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/event-stream 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=UTF-16] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuffer text/event-stream de ISO-8859-2 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/event-stream 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=ISO-8859-2] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuffer text/event-stream de CP1250 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/event-stream 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=CP1250] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuffer application/json-patch+json fr UTF-16 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/json-patch+json 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=UTF-16] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuffer application/json-patch+json fr ISO-8859-2 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/json-patch+json 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=ISO-8859-2] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuffer application/json-patch+json fr CP1250 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/json-patch+json 05-24-2024 13:13:45:Sucessfully retrieved Language fr 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=CP1250] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuffer application/json-patch+json de UTF-16 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/json-patch+json 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding UTF-16 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=UTF-16] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuffer application/json-patch+json de ISO-8859-2 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/json-patch+json 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding ISO-8859-2 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=ISO-8859-2] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:stringbuffer application/json-patch+json de CP1250 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/json-patch+json 05-24-2024 13:13:45:Sucessfully retrieved Language de 05-24-2024 13:13:45:Sucessfully retrieved Encoding CP1250 05-24-2024 13:13:45:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=CP1250] 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:FINISHED TEST : entityVariantAnnotationsTest() 05-24-2024 13:13:45:STARTING TEST : entityMediaTypeGetEntityTest() 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:FINISHED TEST : entityMediaTypeGetEntityTest() 05-24-2024 13:13:45:STARTING TEST : entityStringThrowsExceptionWhenUnparsableTest() 05-24-2024 13:13:45:IllegalArgumentException has been thrown as expected 05-24-2024 13:13:45:FINISHED TEST : entityStringThrowsExceptionWhenUnparsableTest() 05-24-2024 13:13:45:STARTING TEST : entityStringThrowsExceptionWhenNullTest() 05-24-2024 13:13:45:IllegalArgumentException has been thrown as expected 05-24-2024 13:13:45:FINISHED TEST : entityStringThrowsExceptionWhenNullTest() 05-24-2024 13:13:45:STARTING TEST : formMultivaluedMapTest() 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-24-2024 13:13:45:FINISHED TEST : formMultivaluedMapTest() 05-24-2024 13:13:45:STARTING TEST : entityMediaTypeTest() 05-24-2024 13:13:45:Found expected entity 05-24-2024 13:13:45:Sucessfully retrieved MediaType */* 05-24-2024 13:13:45:Found expected entity 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/xml 05-24-2024 13:13:45:Found expected entity 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/atom+xml 05-24-2024 13:13:45:Found expected entity 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/xhtml+xml 05-24-2024 13:13:45:Found expected entity 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/svg+xml 05-24-2024 13:13:45:Found expected entity 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/json 05-24-2024 13:13:45:Found expected entity 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-24-2024 13:13:45:Found expected entity 05-24-2024 13:13:45:Sucessfully retrieved MediaType multipart/form-data 05-24-2024 13:13:45:Found expected entity 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/octet-stream 05-24-2024 13:13:45:Found expected entity 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/plain 05-24-2024 13:13:45:Found expected entity 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/xml 05-24-2024 13:13:45:Found expected entity 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/html 05-24-2024 13:13:45:Found expected entity 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/event-stream 05-24-2024 13:13:45:Found expected entity 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/json-patch+json 05-24-2024 13:13:45:FINISHED TEST : entityMediaTypeTest() 05-24-2024 13:13:45:STARTING TEST : entityMediaTypeAnnotationsTest() 05-24-2024 13:13:45:Found expected entity 05-24-2024 13:13:45:Sucessfully retrieved MediaType */* 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:Found expected entity 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/xml 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:Found expected entity 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/atom+xml 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:Found expected entity 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/xhtml+xml 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:Found expected entity 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/svg+xml 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:Found expected entity 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/json 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:Found expected entity 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:Found expected entity 05-24-2024 13:13:45:Sucessfully retrieved MediaType multipart/form-data 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:Found expected entity 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/octet-stream 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:Found expected entity 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/plain 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:Found expected entity 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/xml 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:Found expected entity 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/html 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:Found expected entity 05-24-2024 13:13:45:Sucessfully retrieved MediaType text/event-stream 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:Found expected entity 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/json-patch+json 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"}) 05-24-2024 13:13:45:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-24-2024 13:13:45:FINISHED TEST : entityMediaTypeAnnotationsTest() 05-24-2024 13:13:45:STARTING TEST : xhtmlTest() 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/xhtml+xml 05-24-2024 13:13:45:Found expected string 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/xhtml+xml 05-24-2024 13:13:45:Found expected inputstream 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/xhtml+xml 05-24-2024 13:13:45:Found expected serializable 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/xhtml+xml 05-24-2024 13:13:45:Found expected stringbuilder 05-24-2024 13:13:45:Sucessfully retrieved MediaType application/xhtml+xml 05-24-2024 13:13:45:Found expected stringbuffer 05-24-2024 13:13:45:FINISHED TEST : xhtmlTest() [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.276 s - in ee.jakarta.tck.ws.rs.api.client.entity.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.client.client.JAXRSClientIT 05-24-2024 13:13:45:STARTING TEST : closeOnWebTargetRequestWithMediaTypeNameTest() public org.glassfish.jersey.client.JerseyInvocation$Builder org.glassfish.jersey.client.JerseyWebTarget.request(java.lang.String[]) 05-24-2024 13:13:45:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-24-2024 13:13:45:FINISHED TEST : closeOnWebTargetRequestWithMediaTypeNameTest() 05-24-2024 13:13:45:STARTING TEST : closeOnWebTargetRegisterClassMapTest() public jakarta.ws.rs.core.Configurable org.glassfish.jersey.client.JerseyWebTarget.register(java.lang.Class,java.util.Map) 05-24-2024 13:13:45:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-24-2024 13:13:45:FINISHED TEST : closeOnWebTargetRegisterClassMapTest() 05-24-2024 13:13:45:STARTING TEST : closeOnClientConfigTest() public jakarta.ws.rs.core.Configuration org.glassfish.jersey.client.JerseyClient.getConfiguration() 05-24-2024 13:13:45:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-24-2024 13:13:45:FINISHED TEST : closeOnClientConfigTest() 05-24-2024 13:13:45:STARTING TEST : closeOnWebTargetPathTest() public jakarta.ws.rs.client.WebTarget org.glassfish.jersey.client.JerseyWebTarget.path(java.lang.String) 05-24-2024 13:13:45:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-24-2024 13:13:45:FINISHED TEST : closeOnWebTargetPathTest() 05-24-2024 13:13:45:STARTING TEST : closeOnClientRegisterObjectTest() public jakarta.ws.rs.core.Configurable org.glassfish.jersey.client.JerseyClient.register(java.lang.Object) 05-24-2024 13:13:45:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-24-2024 13:13:45:FINISHED TEST : closeOnClientRegisterObjectTest() 05-24-2024 13:13:45:STARTING TEST : closeOnWebTargetRegisterClassTest() public jakarta.ws.rs.core.Configurable org.glassfish.jersey.client.JerseyWebTarget.register(java.lang.Object) 05-24-2024 13:13:45:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-24-2024 13:13:45:FINISHED TEST : closeOnWebTargetRegisterClassTest() 05-24-2024 13:13:45:STARTING TEST : closeOnWebTargetQueryParamTest() public jakarta.ws.rs.client.WebTarget org.glassfish.jersey.client.JerseyWebTarget.queryParam(java.lang.String,java.lang.Object[]) 05-24-2024 13:13:45:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-24-2024 13:13:45:FINISHED TEST : closeOnWebTargetQueryParamTest() 05-24-2024 13:13:45:STARTING TEST : targetWithStringIllegalArgumentExceptionTest() 05-24-2024 13:13:45:Uri is not a valid URI as expected: java.net.URISyntaxException: Expected scheme name at index 0: :cts:8080//tck:90090//jaxrs 05-24-2024 13:13:45:IllegalArgumentException was successfully thrown for target :cts:8080//tck:90090//jaxrs as expected 05-24-2024 13:13:45:FINISHED TEST : targetWithStringIllegalArgumentExceptionTest() 05-24-2024 13:13:45:STARTING TEST : targetWithUriBuilderNullPointerExceptionTest() 05-24-2024 13:13:45:NullPointerException was successfully thrown for null target as expected 05-24-2024 13:13:45:FINISHED TEST : targetWithUriBuilderNullPointerExceptionTest() 05-24-2024 13:13:45:STARTING TEST : closeOnWebTargetConfigTest() public jakarta.ws.rs.core.Configuration org.glassfish.jersey.client.JerseyWebTarget.getConfiguration() 05-24-2024 13:13:45:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-24-2024 13:13:45:FINISHED TEST : closeOnWebTargetConfigTest() 05-24-2024 13:13:45:STARTING TEST : closeOnWebTargetGetUriTest() public java.net.URI org.glassfish.jersey.client.JerseyWebTarget.getUri() 05-24-2024 13:13:45:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-24-2024 13:13:45:FINISHED TEST : closeOnWebTargetGetUriTest() 05-24-2024 13:13:45:STARTING TEST : closeOnWebTargetPropertyTest() public jakarta.ws.rs.core.Configurable org.glassfish.jersey.client.JerseyWebTarget.property(java.lang.String,java.lang.Object) 05-24-2024 13:13:45:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-24-2024 13:13:45:FINISHED TEST : closeOnWebTargetPropertyTest() 05-24-2024 13:13:45:STARTING TEST : targetWithStringNullPointerExceptionTest() 05-24-2024 13:13:45:NullPointerException was successfully thrown for null target as expected 05-24-2024 13:13:45:FINISHED TEST : targetWithStringNullPointerExceptionTest() 05-24-2024 13:13:45:STARTING TEST : closeOnClientRegisterClassWithContractsTest() public org.glassfish.jersey.client.JerseyClient org.glassfish.jersey.client.JerseyClient.register(java.lang.Object,java.lang.Class[]) 05-24-2024 13:13:45:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-24-2024 13:13:45:FINISHED TEST : closeOnClientRegisterClassWithContractsTest() 05-24-2024 13:13:45:STARTING TEST : closeOnClientTargetWithUriTest() public org.glassfish.jersey.client.JerseyWebTarget org.glassfish.jersey.client.JerseyClient.target(java.net.URI) 05-24-2024 13:13:45:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-24-2024 13:13:45:FINISHED TEST : closeOnClientTargetWithUriTest() 05-24-2024 13:13:45:STARTING TEST : closeOnWebTargetGetUriBuilderTest() public jakarta.ws.rs.core.UriBuilder org.glassfish.jersey.client.JerseyWebTarget.getUriBuilder() 05-24-2024 13:13:45:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-24-2024 13:13:45:FINISHED TEST : closeOnWebTargetGetUriBuilderTest() 05-24-2024 13:13:45:STARTING TEST : targetWithUriNullPointerExceptionTest() 05-24-2024 13:13:45:NullPointerException was successfully thrown for null target as expected 05-24-2024 13:13:45:FINISHED TEST : targetWithUriNullPointerExceptionTest() 05-24-2024 13:13:45:STARTING TEST : closeOnWebTargetRegisterObjectTest() public jakarta.ws.rs.core.Configurable org.glassfish.jersey.client.JerseyWebTarget.register(java.lang.Object) 05-24-2024 13:13:45:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-24-2024 13:13:45:FINISHED TEST : closeOnWebTargetRegisterObjectTest() 05-24-2024 13:13:46:STARTING TEST : closeOnWebTargetRequestTest() public jakarta.ws.rs.client.Invocation$Builder org.glassfish.jersey.client.JerseyWebTarget.request() 05-24-2024 13:13:46:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-24-2024 13:13:46:FINISHED TEST : closeOnWebTargetRequestTest() 05-24-2024 13:13:46:STARTING TEST : closeOnWebTargetResolveTemplateFromEncodedTest() public org.glassfish.jersey.client.JerseyWebTarget org.glassfish.jersey.client.JerseyWebTarget.resolveTemplateFromEncoded(java.lang.String,java.lang.Object) throws java.lang.NullPointerException 05-24-2024 13:13:46:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-24-2024 13:13:46:FINISHED TEST : closeOnWebTargetResolveTemplateFromEncodedTest() 05-24-2024 13:13:46:STARTING TEST : targetLinkTest() 05-24-2024 13:13:46:FINISHED TEST : targetLinkTest() 05-24-2024 13:13:46:STARTING TEST : targetWithLinkNullPointerExceptionTest() 05-24-2024 13:13:46:NullPointerException was successfully thrown for null target as expected 05-24-2024 13:13:46:FINISHED TEST : targetWithLinkNullPointerExceptionTest() 05-24-2024 13:13:46:STARTING TEST : closeOnClientRegisterObjectWithPriorityTest() public jakarta.ws.rs.core.Configurable org.glassfish.jersey.client.JerseyClient.register(java.lang.Object,int) 05-24-2024 13:13:46:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-24-2024 13:13:46:FINISHED TEST : closeOnClientRegisterObjectWithPriorityTest() 05-24-2024 13:13:46:STARTING TEST : targetUriBuilderTest() 05-24-2024 13:13:46:FINISHED TEST : targetUriBuilderTest() 05-24-2024 13:13:46:STARTING TEST : closeOnClientRegisterClassWithPriorityTest() public jakarta.ws.rs.core.Configurable org.glassfish.jersey.client.JerseyClient.register(java.lang.Object,int) 05-24-2024 13:13:46:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-24-2024 13:13:46:FINISHED TEST : closeOnClientRegisterClassWithPriorityTest() 05-24-2024 13:13:46:STARTING TEST : closeOnClientRegisterClassTest() public jakarta.ws.rs.core.Configurable org.glassfish.jersey.client.JerseyClient.register(java.lang.Object) 05-24-2024 13:13:46:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-24-2024 13:13:46:FINISHED TEST : closeOnClientRegisterClassTest() 05-24-2024 13:13:46:STARTING TEST : closeOnWebTargetMatrixParamTest() public org.glassfish.jersey.client.JerseyWebTarget org.glassfish.jersey.client.JerseyWebTarget.matrixParam(java.lang.String,java.lang.Object[]) throws java.lang.NullPointerException 05-24-2024 13:13:46:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-24-2024 13:13:46:FINISHED TEST : closeOnWebTargetMatrixParamTest() 05-24-2024 13:13:46:STARTING TEST : closeOnWebTargetRegisterClassWithPriorityTest() public jakarta.ws.rs.core.Configurable org.glassfish.jersey.client.JerseyWebTarget.register(java.lang.Class,int) 05-24-2024 13:13:46:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-24-2024 13:13:46:FINISHED TEST : closeOnWebTargetRegisterClassWithPriorityTest() 05-24-2024 13:13:46:STARTING TEST : closeOnWebTargetRegisterClassWithContractsTest() public jakarta.ws.rs.core.Configurable org.glassfish.jersey.client.JerseyWebTarget.register(java.lang.Class,java.lang.Class[]) 05-24-2024 13:13:46:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-24-2024 13:13:46:FINISHED TEST : closeOnWebTargetRegisterClassWithContractsTest() 05-24-2024 13:13:46:STARTING TEST : closeOnWebTargetResolveTemplatesMapBooleanTest() public jakarta.ws.rs.client.WebTarget org.glassfish.jersey.client.JerseyWebTarget.resolveTemplates(java.util.Map,boolean) 05-24-2024 13:13:46:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-24-2024 13:13:46:FINISHED TEST : closeOnWebTargetResolveTemplatesMapBooleanTest() 05-24-2024 13:13:46:STARTING TEST : closeOnClientInvocationWithLinkTest() public jakarta.ws.rs.client.Invocation$Builder org.glassfish.jersey.client.JerseyClient.invocation(jakarta.ws.rs.core.Link) 05-24-2024 13:13:46:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-24-2024 13:13:46:FINISHED TEST : closeOnClientInvocationWithLinkTest() 05-24-2024 13:13:46:STARTING TEST : closeOnWebTargetRequestWithMediaTypeTest() public org.glassfish.jersey.client.JerseyInvocation$Builder org.glassfish.jersey.client.JerseyWebTarget.request(jakarta.ws.rs.core.MediaType[]) 05-24-2024 13:13:46:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-24-2024 13:13:46:FINISHED TEST : closeOnWebTargetRequestWithMediaTypeTest() 05-24-2024 13:13:46: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-24-2024 13:13:46:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-24-2024 13:13:46:FINISHED TEST : closeOnWebTargetResolveTemplateStringObjectBooleanTest() 05-24-2024 13:13:46:STARTING TEST : closeOnWebTargetRegisterObjectWithContractsTest() public org.glassfish.jersey.client.JerseyWebTarget org.glassfish.jersey.client.JerseyWebTarget.register(java.lang.Object,java.lang.Class[]) 05-24-2024 13:13:46:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-24-2024 13:13:46:FINISHED TEST : closeOnWebTargetRegisterObjectWithContractsTest() 05-24-2024 13:13:46:STARTING TEST : closeOnClientRegisterClassMapTest() public jakarta.ws.rs.core.Configurable org.glassfish.jersey.client.JerseyClient.register(java.lang.Class,java.util.Map) 05-24-2024 13:13:46:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-24-2024 13:13:46:FINISHED TEST : closeOnClientRegisterClassMapTest() 05-24-2024 13:13:46:STARTING TEST : closeOnClientPropertyTest() public jakarta.ws.rs.core.Configurable org.glassfish.jersey.client.JerseyClient.property(java.lang.String,java.lang.Object) 05-24-2024 13:13:46:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-24-2024 13:13:46:FINISHED TEST : closeOnClientPropertyTest() 05-24-2024 13:13:46:STARTING TEST : closeOnWebTargetResolveTemplatesFromEncodedTest() public org.glassfish.jersey.client.JerseyWebTarget org.glassfish.jersey.client.JerseyWebTarget.resolveTemplatesFromEncoded(java.util.Map) throws java.lang.NullPointerException 05-24-2024 13:13:46:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-24-2024 13:13:46:FINISHED TEST : closeOnWebTargetResolveTemplatesFromEncodedTest() 05-24-2024 13:13:46:STARTING TEST : closeOnClientRegisterObjectWithMapTest() public org.glassfish.jersey.client.JerseyClient org.glassfish.jersey.client.JerseyClient.register(java.lang.Object,java.util.Map) 05-24-2024 13:13:46:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-24-2024 13:13:46:FINISHED TEST : closeOnClientRegisterObjectWithMapTest() 05-24-2024 13:13:46:STARTING TEST : closeOnClientTargetWithLinkTest() public org.glassfish.jersey.client.JerseyWebTarget org.glassfish.jersey.client.JerseyClient.target(jakarta.ws.rs.core.Link) 05-24-2024 13:13:46:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-24-2024 13:13:46:FINISHED TEST : closeOnClientTargetWithLinkTest() 05-24-2024 13:13:46:STARTING TEST : closeOnClientRegisterObjectWithContractsTest() public org.glassfish.jersey.client.JerseyClient org.glassfish.jersey.client.JerseyClient.register(java.lang.Object,java.lang.Class[]) 05-24-2024 13:13:46:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-24-2024 13:13:46:FINISHED TEST : closeOnClientRegisterObjectWithContractsTest() 05-24-2024 13:13:46:STARTING TEST : closeOnWebTargetRegisterObjectWithPriorityTest() public jakarta.ws.rs.core.Configurable org.glassfish.jersey.client.JerseyWebTarget.register(java.lang.Object,int) 05-24-2024 13:13:46:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-24-2024 13:13:46:FINISHED TEST : closeOnWebTargetRegisterObjectWithPriorityTest() 05-24-2024 13:13:46:STARTING TEST : closeOnWebTargetRegisterObjectWithMapTest() public org.glassfish.jersey.client.JerseyWebTarget org.glassfish.jersey.client.JerseyWebTarget.register(java.lang.Object,java.util.Map) 05-24-2024 13:13:46:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-24-2024 13:13:46:FINISHED TEST : closeOnWebTargetRegisterObjectWithMapTest() 05-24-2024 13:13:46:STARTING TEST : closeOnClientTargetWithUriBuilderTest() public org.glassfish.jersey.client.JerseyWebTarget org.glassfish.jersey.client.JerseyClient.target(jakarta.ws.rs.core.UriBuilder) 05-24-2024 13:13:46:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-24-2024 13:13:46:FINISHED TEST : closeOnClientTargetWithUriBuilderTest() 05-24-2024 13:13:46:STARTING TEST : targetStringTest() 05-24-2024 13:13:46:FINISHED TEST : targetStringTest() 05-24-2024 13:13:46:STARTING TEST : closeOnClientTargetWithStringTest() public org.glassfish.jersey.client.JerseyWebTarget org.glassfish.jersey.client.JerseyClient.target(java.lang.String) 05-24-2024 13:13:46:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-24-2024 13:13:46:FINISHED TEST : closeOnClientTargetWithStringTest() 05-24-2024 13:13:46:STARTING TEST : invocationFromLinkExceptionNoLinkTest() 05-24-2024 13:13:46:NullPointerException successfully thrown when no link 05-24-2024 13:13:46:FINISHED TEST : invocationFromLinkExceptionNoLinkTest() 05-24-2024 13:13:46:STARTING TEST : closeOnWebTargetResolveTemplateStringObjectTest() public jakarta.ws.rs.client.WebTarget org.glassfish.jersey.client.JerseyWebTarget.resolveTemplate(java.lang.String,java.lang.Object) 05-24-2024 13:13:46:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-24-2024 13:13:46:FINISHED TEST : closeOnWebTargetResolveTemplateStringObjectTest() 05-24-2024 13:13:46:STARTING TEST : closeOnWebTargetResolveTemplatesMapTest() public jakarta.ws.rs.client.WebTarget org.glassfish.jersey.client.JerseyWebTarget.resolveTemplates(java.util.Map) 05-24-2024 13:13:46:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-24-2024 13:13:46:FINISHED TEST : closeOnWebTargetResolveTemplatesMapTest() 05-24-2024 13:13:46:STARTING TEST : targetUriTest() 05-24-2024 13:13:46:FINISHED TEST : targetUriTest() [INFO] Tests run: 49, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.118 s - in ee.jakarta.tck.ws.rs.api.client.client.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.client.clientresponsecontext.JAXRSClientIT 05-24-2024 13:13:46:STARTING TEST : getLinksTest() 05-24-2024 13:13:46:Found #getLinks()={ http://localhost:8080/404URL/ } 05-24-2024 13:13:46:Found expected status: 200 05-24-2024 13:13:46:FINISHED TEST : getLinksTest() 05-24-2024 13:13:46:STARTING TEST : getMediaTypeTest() 05-24-2024 13:13:46:Found expected MediaType.APPLICATION_SVG_XML_TYPE 05-24-2024 13:13:46:Found expected status: 200 05-24-2024 13:13:46:FINISHED TEST : getMediaTypeTest() 05-24-2024 13:13:46:STARTING TEST : getLinkTest() 05-24-2024 13:13:46:Found #getLink()= http://localhost:8080/404URL/ 05-24-2024 13:13:46:Found expected status: 200 05-24-2024 13:13:46:FINISHED TEST : getLinkTest() 05-24-2024 13:13:46:STARTING TEST : getHeadersIsMutableTest() 05-24-2024 13:13:46:#getHeaders is mutable as expected 05-24-2024 13:13:46:Found expected status: 200 05-24-2024 13:13:46:FINISHED TEST : getHeadersIsMutableTest() 05-24-2024 13:13:46:STARTING TEST : hasLinkWhenNoLinkTest() 05-24-2024 13:13:46:#hasLink has not found any link as expected 05-24-2024 13:13:46:Found expected status: 200 05-24-2024 13:13:46:FINISHED TEST : hasLinkWhenNoLinkTest() 05-24-2024 13:13:46:STARTING TEST : getHeaderStringIsCommaSeparatedTest() 05-24-2024 13:13:46:#getHeaderString is comma separated combination of value1 and value2 as expected 05-24-2024 13:13:46:Found expected status: 200 05-24-2024 13:13:46:FINISHED TEST : getHeaderStringIsCommaSeparatedTest() 05-24-2024 13:13:46:STARTING TEST : getHeaderStringIsEmptyTest() 05-24-2024 13:13:46:#getHeaderString is empty string as expected 05-24-2024 13:13:46:Found expected status: 200 05-24-2024 13:13:46:FINISHED TEST : getHeaderStringIsEmptyTest() 05-24-2024 13:13:46:STARTING TEST : getLanguageTest() 05-24-2024 13:13:46:Found #getLanguage()= fr_CA 05-24-2024 13:13:46:Found expected status: 200 05-24-2024 13:13:46:FINISHED TEST : getLanguageTest() 05-24-2024 13:13:46:STARTING TEST : getDateTest() 05-24-2024 13:13:46:Found #getDate()= Fri May 24 13:13:46 UTC 2024 05-24-2024 13:13:46:Found expected status: 200 05-24-2024 13:13:46:FINISHED TEST : getDateTest() 05-24-2024 13:13:46:STARTING TEST : getHeaderStringIsNullTest() 05-24-2024 13:13:46:#getHeaderString is null as expected 05-24-2024 13:13:46:Found expected status: 200 05-24-2024 13:13:46:FINISHED TEST : getHeaderStringIsNullTest() 05-24-2024 13:13:46:STARTING TEST : getHeaderStringTest() 05-24-2024 13:13:46:#getHeaderString is value1 as expected 05-24-2024 13:13:46:Found expected status: 200 05-24-2024 13:13:46:FINISHED TEST : getHeaderStringTest() 05-24-2024 13:13:46:STARTING TEST : setStatusInfoTest() 05-24-2024 13:13:46:Found expected status: 302 05-24-2024 13:13:46:FINISHED TEST : setStatusInfoTest() 05-24-2024 13:13:46:STARTING TEST : getAllowedMethodsTest() 05-24-2024 13:13:46:found methods: GET OPTIONS 05-24-2024 13:13:46:Found expected status: 200 05-24-2024 13:13:46:FINISHED TEST : getAllowedMethodsTest() 05-24-2024 13:13:46:STARTING TEST : getStatusTest() 05-24-2024 13:13:46:Found expected response status 222 05-24-2024 13:13:46:FINISHED TEST : getStatusTest() 05-24-2024 13:13:46:STARTING TEST : getEntityTagTest() 05-24-2024 13:13:46:Found #getEntityTag()= EntityTagValue 05-24-2024 13:13:46:Found expected status: 200 05-24-2024 13:13:46:FINISHED TEST : getEntityTagTest() 05-24-2024 13:13:46:STARTING TEST : setEntityStreamTest() 05-24-2024 13:13:46:#setEntityStream( ENTITY ) set entity ENTITY 05-24-2024 13:13:46:Found expected status: 200 05-24-2024 13:13:46:FINISHED TEST : setEntityStreamTest() 05-24-2024 13:13:46:STARTING TEST : getHeadersTest() 05-24-2024 13:13:46:Found #getHeaders()={ header1 : value1 } 05-24-2024 13:13:46:Found expected status: 200 05-24-2024 13:13:46:FINISHED TEST : getHeadersTest() 05-24-2024 13:13:46:STARTING TEST : getStatusInfoTest() 05-24-2024 13:13:46:Found expected response status 222 05-24-2024 13:13:46:FINISHED TEST : getStatusInfoTest() 05-24-2024 13:13:46:STARTING TEST : setStatusTest() 05-24-2024 13:13:46:Found expected status: 403 05-24-2024 13:13:46:FINISHED TEST : setStatusTest() 05-24-2024 13:13:46:STARTING TEST : getLinkBuilderTest() 05-24-2024 13:13:46:Found #getLinkBuilder()= http://localhost:8080/404URL/ 05-24-2024 13:13:46:Found expected status: 200 05-24-2024 13:13:46:FINISHED TEST : getLinkBuilderTest() 05-24-2024 13:13:46:STARTING TEST : hasEntityWhenEntityTest() 05-24-2024 13:13:46:Found #hasEntity()=true 05-24-2024 13:13:46:Found expected status: 200 05-24-2024 13:13:46:FINISHED TEST : hasEntityWhenEntityTest() 05-24-2024 13:13:46:STARTING TEST : getLengthTest() 05-24-2024 13:13:46:Found #getLength()= 6 05-24-2024 13:13:46:Found expected status: 200 05-24-2024 13:13:46:FINISHED TEST : getLengthTest() 05-24-2024 13:13:46:STARTING TEST : getLastModifiedTest() 05-24-2024 13:13:46:Found #getLastModified()= Fri May 24 13:13:46 UTC 2024 05-24-2024 13:13:46:Found expected status: 200 05-24-2024 13:13:46:FINISHED TEST : getLastModifiedTest() 05-24-2024 13:13:46:STARTING TEST : hasLinkWhenLinkTest() 05-24-2024 13:13:46:#hasLink has found the given link 05-24-2024 13:13:46:Found expected status: 200 05-24-2024 13:13:46:FINISHED TEST : hasLinkWhenLinkTest() 05-24-2024 13:13:46:STARTING TEST : getLocationTest() 05-24-2024 13:13:46:Found #getLocation= http://localhost:8080/404URL/ 05-24-2024 13:13:46:Found expected status: 200 05-24-2024 13:13:46:FINISHED TEST : getLocationTest() 05-24-2024 13:13:46:STARTING TEST : getCookiesTest() 05-24-2024 13:13:46:Found expected status: 200 05-24-2024 13:13:46:FINISHED TEST : getCookiesTest() 05-24-2024 13:13:46:STARTING TEST : hasEntityWhenNoEntityTest() 05-24-2024 13:13:46:Found #hasEntity()=false 05-24-2024 13:13:46:Found expected status: 200 05-24-2024 13:13:46:FINISHED TEST : hasEntityWhenNoEntityTest() 05-24-2024 13:13:46:STARTING TEST : getEntityStreamTest() 05-24-2024 13:13:46:Found #getEntityStream()= ENTITY 05-24-2024 13:13:46:Found expected status: 200 05-24-2024 13:13:46:FINISHED TEST : getEntityStreamTest() [INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.527 s - in ee.jakarta.tck.ws.rs.api.client.clientresponsecontext.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.client.invocation.JAXRSClientIT 05-24-2024 13:13:46:STARTING TEST : invokeResponseThrowsNoWebApplicationExceptionTest() 05-24-2024 13:13:46:Returned unexpected response with status code 406 05-24-2024 13:13:46:FINISHED TEST : invokeResponseThrowsNoWebApplicationExceptionTest() 05-24-2024 13:13:46:STARTING TEST : submitInvocationCallbackTest() 05-24-2024 13:13:46:Found expected GET 05-24-2024 13:13:46:FINISHED TEST : submitInvocationCallbackTest() 05-24-2024 13:13:46:STARTING TEST : submitResponseThrowsNoWebApplicationExceptionTest() 05-24-2024 13:13:46:Response cotains expected status Not Acceptable 05-24-2024 13:13:46:FINISHED TEST : submitResponseThrowsNoWebApplicationExceptionTest() 05-24-2024 13:13:46:STARTING TEST : invokeGenericTypeTest() 05-24-2024 13:13:46:Found expected GET 05-24-2024 13:13:46:FINISHED TEST : invokeGenericTypeTest() 05-24-2024 13:13:46:STARTING TEST : invokePlainTest() 05-24-2024 13:13:46:Found expected GET 05-24-2024 13:13:46:FINISHED TEST : invokePlainTest() 05-24-2024 13:13:46:STARTING TEST : submitStringThrowsProcessingExceptionTest() 05-24-2024 13:13:46:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: cts.tck 05-24-2024 13:13:46:ExecutionException.getCause is ProcessingException as expected 05-24-2024 13:13:46:FINISHED TEST : submitStringThrowsProcessingExceptionTest() 05-24-2024 13:13:46:STARTING TEST : submitExtendedGenericTypeResponseThrowsNoWebApplicationExceptionTest() 05-24-2024 13:13:46:Response cotains expected status Not Acceptable 05-24-2024 13:13:46:FINISHED TEST : submitExtendedGenericTypeResponseThrowsNoWebApplicationExceptionTest() 05-24-2024 13:13:46:STARTING TEST : submitPlainTest() 05-24-2024 13:13:46:Found expected GET 05-24-2024 13:13:46:FINISHED TEST : submitPlainTest() 05-24-2024 13:13:46:STARTING TEST : submitGenericTypeStringThrowsWebApplicationExceptionTest() 05-24-2024 13:13:46:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-24-2024 13:13:46:ExecutionException.getCause is WebApplicationException as expected 05-24-2024 13:13:46:FINISHED TEST : submitGenericTypeStringThrowsWebApplicationExceptionTest() 05-24-2024 13:13:46:STARTING TEST : submitAnnonymousGenericTypeResponseThrowsNoWebApplicationExceptionTest() 05-24-2024 13:13:46:Response cotains expected status Not Acceptable 05-24-2024 13:13:46:FINISHED TEST : submitAnnonymousGenericTypeResponseThrowsNoWebApplicationExceptionTest() 05-24-2024 13:13:46:STARTING TEST : submitInvocationCallbackThrowsProcessingExceptionTest() 05-24-2024 13:13:46:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: cts.tck 05-24-2024 13:13:46:ExecutionException.getCause is ProcessingException as expected 05-24-2024 13:13:46:FINISHED TEST : submitInvocationCallbackThrowsProcessingExceptionTest() 05-24-2024 13:13:46:STARTING TEST : submitPlainThrowsProcessingExceptionTest() 05-24-2024 13:13:46:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: cts.tck 05-24-2024 13:13:46:ExecutionException.getCause is ProcessingException as expected 05-24-2024 13:13:46:FINISHED TEST : submitPlainThrowsProcessingExceptionTest() 05-24-2024 13:13:46:STARTING TEST : invokeStringThrowsWebApplicationExceptionTest() 05-24-2024 13:13:46:WebApplicationException has been thrown 05-24-2024 13:13:46:FINISHED TEST : invokeStringThrowsWebApplicationExceptionTest() 05-24-2024 13:13:46:STARTING TEST : submitGenericTypeThrowsProcessingExceptionTest() 05-24-2024 13:13:46:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: cts.tck 05-24-2024 13:13:46:ExecutionException.getCause is ProcessingException as expected 05-24-2024 13:13:46:FINISHED TEST : submitGenericTypeThrowsProcessingExceptionTest() 05-24-2024 13:13:46:STARTING TEST : submitInvocationCallbackStringThrowsWebAppExceptionTest() 05-24-2024 13:13:46:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-24-2024 13:13:46:ExecutionException.getCause is WebApplicationException as expected 05-24-2024 13:13:46:FINISHED TEST : submitInvocationCallbackStringThrowsWebAppExceptionTest() 05-24-2024 13:13:46:STARTING TEST : submitInvocationCallbackResponseThrowsNoWebAppExceptionTest() 05-24-2024 13:13:46:Found expected status code 406 05-24-2024 13:13:46:FINISHED TEST : submitInvocationCallbackResponseThrowsNoWebAppExceptionTest() 05-24-2024 13:13:46:STARTING TEST : invokeGenericTypeThrowsExceptionTest() 05-24-2024 13:13:46:ProcessingException has been thrown 05-24-2024 13:13:46:FINISHED TEST : invokeGenericTypeThrowsExceptionTest() 05-24-2024 13:13:46:STARTING TEST : invokeThrowsExceptionTest() 05-24-2024 13:13:46:ProcessingException has been thrown 05-24-2024 13:13:46:FINISHED TEST : invokeThrowsExceptionTest() 05-24-2024 13:13:46:STARTING TEST : invokeGenericTypeStringThrowsWebApplicationExceptionTest() 05-24-2024 13:13:46:WebApplicationException has been thrown 05-24-2024 13:13:46:FINISHED TEST : invokeGenericTypeStringThrowsWebApplicationExceptionTest() 05-24-2024 13:13:46:STARTING TEST : invokeClassTest() 05-24-2024 13:13:47:Found expected POST 05-24-2024 13:13:47:Found expected invokeClassTest 05-24-2024 13:13:47:FINISHED TEST : invokeClassTest() 05-24-2024 13:13:47:STARTING TEST : invokeAnnonymousGenericTypeResponseThrowsNoWebApplicationExceptionTest() 05-24-2024 13:13:47:Response return code is 406 as expected 05-24-2024 13:13:47:FINISHED TEST : invokeAnnonymousGenericTypeResponseThrowsNoWebApplicationExceptionTest() 05-24-2024 13:13:47:STARTING TEST : invokeClassThrowsExceptionTest() 05-24-2024 13:13:47:ProcessingException has been thrown 05-24-2024 13:13:47:FINISHED TEST : invokeClassThrowsExceptionTest() 05-24-2024 13:13:47:STARTING TEST : invokeExtendedGenericTypeResponseThrowsNoWebApplicationExceptionTest() 05-24-2024 13:13:47:Response return code is 406 as expected 05-24-2024 13:13:47:FINISHED TEST : invokeExtendedGenericTypeResponseThrowsNoWebApplicationExceptionTest() 05-24-2024 13:13:47:STARTING TEST : submitClassTest() 05-24-2024 13:13:47:Found expected POST 05-24-2024 13:13:47:Found expected submitClassTest 05-24-2024 13:13:47:FINISHED TEST : submitClassTest() 05-24-2024 13:13:47:STARTING TEST : submitStringThrowsWebApplicationExceptionTest() 05-24-2024 13:13:47:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-24-2024 13:13:47:ExecutionException.getCause is WebApplicationException as expected 05-24-2024 13:13:47:FINISHED TEST : submitStringThrowsWebApplicationExceptionTest() 05-24-2024 13:13:47:STARTING TEST : submitGenericTypeTest() 05-24-2024 13:13:47:Found expected POST 05-24-2024 13:13:47:Found expected submitGenericTypeTest 05-24-2024 13:13:47:FINISHED TEST : submitGenericTypeTest() [INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.5 s - in ee.jakarta.tck.ws.rs.api.client.invocation.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.client.invocationcallback.JAXRSClientIT 05-24-2024 13:13:47:STARTING TEST : completedTest() 05-24-2024 13:13:47:Found expected get 05-24-2024 13:13:47:InvocationCallback#completed has been called as expected 05-24-2024 13:13:47:FINISHED TEST : completedTest() 05-24-2024 13:13:47:STARTING TEST : failedTest() 05-24-2024 13:13:47:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: cts.tck 05-24-2024 13:13:47:ExecutionException.getCause is ProcessingException as expected 05-24-2024 13:13:47:InvocationCallback#failed has been called as expected 05-24-2024 13:13:47:FINISHED TEST : failedTest() [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s - in ee.jakarta.tck.ws.rs.api.client.invocationcallback.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.client.clientbuilder.JAXRSClientIT 05-24-2024 13:13:47:STARTING TEST : newClientWithConfigurationTest() 05-24-2024 13:13:47:FINISHED TEST : newClientWithConfigurationTest() 05-24-2024 13:13:47:STARTING TEST : newClientNoParamTest() 05-24-2024 13:13:47:FINISHED TEST : newClientNoParamTest() [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in ee.jakarta.tck.ws.rs.api.client.clientbuilder.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.client.webtarget.JAXRSClientIT 05-24-2024 13:13:47:STARTING TEST : resolveTemplatesWithBooleanTrueTest() 05-24-2024 13:13:47:Found expected http://cts.tck:888/resource/lane/route66/%2542%255A%2561%257a%2F%25%2521 05-24-2024 13:13:47:URI http://cts.tck:888/resource/lane/route66/%2542%255A%2561%257a%2F%25%2521 contains given path parameters 05-24-2024 13:13:47:FINISHED TEST : resolveTemplatesWithBooleanTrueTest() 05-24-2024 13:13:47:STARTING TEST : matrixParamThrowsNPEOnNameTest() 05-24-2024 13:13:47:NullPointerException has been thrown as expected java.lang.NullPointerException: Matrix parameter name must not be 'null'. 05-24-2024 13:13:47:FINISHED TEST : matrixParamThrowsNPEOnNameTest() 05-24-2024 13:13:47:STARTING TEST : resolveTemplateWithBooleanFalseTest() 05-24-2024 13:13:47:Found expected http://cts.tck:888/resource/%2542%255A%2561%257a%252F%25%2521 05-24-2024 13:13:47:URI http://cts.tck:888/resource/%2542%255A%2561%257a%252F%25%2521 contains given path parameter 05-24-2024 13:13:47:FINISHED TEST : resolveTemplateWithBooleanFalseTest() 05-24-2024 13:13:47:STARTING TEST : resolveTemplateFromEncodedThrowsNPEForNullValueTest() 05-24-2024 13:13:47:NullPointerException has been thrown as expected java.lang.NullPointerException: value is 'null'. 05-24-2024 13:13:47:FINISHED TEST : resolveTemplateFromEncodedThrowsNPEForNullValueTest() 05-24-2024 13:13:47:STARTING TEST : matrixParamOnTwoSegmentsTest() 05-24-2024 13:13:47:Found expected http://cts.tck:888/resource;matrix1=segment1/path;matrix2=segment2 05-24-2024 13:13:47:URI http://cts.tck:888/resource;matrix1=segment1/path;matrix2=segment2 contains given matrix params 05-24-2024 13:13:47:FINISHED TEST : matrixParamOnTwoSegmentsTest() 05-24-2024 13:13:47:STARTING TEST : resolveTemplatesWithBooleanNullMapTest() 05-24-2024 13:13:47:NullPointerException has been thrown as expected java.lang.NullPointerException: templateValues is 'null'. 05-24-2024 13:13:47:FINISHED TEST : resolveTemplatesWithBooleanNullMapTest() 05-24-2024 13:13:47:STARTING TEST : getUriBuilderTest() 05-24-2024 13:13:47:Found expected http://cts.tck:888/resource 05-24-2024 13:13:47:URI http://cts.tck:888/resource contains http://cts.tck:888/resource 05-24-2024 13:13:47:FINISHED TEST : getUriBuilderTest() 05-24-2024 13:13:47:STARTING TEST : matrixParamWithNullValueRemovesParamsWithTheNameOnMoreSegmentsTest() 05-24-2024 13:13:47:Found expected http://cts.tck:888/resource;matrix1=segment1/path1/path2/path3 05-24-2024 13:13:47:URI http://cts.tck:888/resource;matrix1=segment1/path1/path2/path3 contains given matrix params 05-24-2024 13:13:47:FINISHED TEST : matrixParamWithNullValueRemovesParamsWithTheNameOnMoreSegmentsTest() 05-24-2024 13:13:47:STARTING TEST : queryParamNullValueTest() 05-24-2024 13:13:47:Found expected http://cts.tck:888/resource/path/path2 05-24-2024 13:13:47:#paramName(name, null) removed values as expected 05-24-2024 13:13:47:FINISHED TEST : queryParamNullValueTest() 05-24-2024 13:13:47:STARTING TEST : resolveTemplateThrowsNPEOnNullNameTest() 05-24-2024 13:13:47:NullPointerException has been thrown as expected java.lang.NullPointerException: name is 'null'. 05-24-2024 13:13:47:FINISHED TEST : resolveTemplateThrowsNPEOnNullNameTest() 05-24-2024 13:13:47:STARTING TEST : resolveTemplatesNullNameTest() 05-24-2024 13:13:47:NullPointerException has been thrown as expected java.lang.NullPointerException: name is 'null'. 05-24-2024 13:13:47:FINISHED TEST : resolveTemplatesNullNameTest() 05-24-2024 13:13:47:STARTING TEST : resolveTemplateFromEncodedThrowsNPEForNullNameTest() 05-24-2024 13:13:47:NullPointerException has been thrown as expected java.lang.NullPointerException: name is 'null'. 05-24-2024 13:13:47:FINISHED TEST : resolveTemplateFromEncodedThrowsNPEForNullNameTest() 05-24-2024 13:13:47:STARTING TEST : matrixParamThrowsNPEOnFirstArgIsNullTest() 05-24-2024 13:13:47:NullPointerException has been thrown as expected java.lang.NullPointerException: 'null' value detected for parameter 'matrix' on index : [0] 05-24-2024 13:13:47:FINISHED TEST : matrixParamThrowsNPEOnFirstArgIsNullTest() 05-24-2024 13:13:47:STARTING TEST : resolveTemplatesWithBooleanNullValueTest() 05-24-2024 13:13:47:NullPointerException has been thrown as expected java.lang.NullPointerException: value is 'null'. 05-24-2024 13:13:47:FINISHED TEST : resolveTemplatesWithBooleanNullValueTest() 05-24-2024 13:13:47:STARTING TEST : resolveTemplatesFromEncodedThrowsNPEForNullValueTest() 05-24-2024 13:13:47:NullPointerException has been thrown as expected java.lang.NullPointerException: value is 'null'. 05-24-2024 13:13:47:FINISHED TEST : resolveTemplatesFromEncodedThrowsNPEForNullValueTest() 05-24-2024 13:13:47:STARTING TEST : resolveTemplatesFromEncodedReturnsTheSameTargetTest() 05-24-2024 13:13:47:#pathParams returned the same traget wehn empty as expected 05-24-2024 13:13:47:FINISHED TEST : resolveTemplatesFromEncodedReturnsTheSameTargetTest() 05-24-2024 13:13:47:STARTING TEST : requestNoArgTest() 05-24-2024 13:13:47:Found expected http://cts.tck:888/resource 05-24-2024 13:13:47:Found expected */* 05-24-2024 13:13:47:FINISHED TEST : requestNoArgTest() 05-24-2024 13:13:47:STARTING TEST : resolveTemplatesFromEncodedThrowsNPEForNullNameTest() 05-24-2024 13:13:47:NullPointerException has been thrown as expected java.lang.NullPointerException: name is 'null'. 05-24-2024 13:13:47:FINISHED TEST : resolveTemplatesFromEncodedThrowsNPEForNullNameTest() 05-24-2024 13:13:47:STARTING TEST : resolveTemplateWithBooleanTrueThrowsNPEOnNullValueTest() 05-24-2024 13:13:47:NullPointerException has been thrown as expected java.lang.NullPointerException: value is 'null'. 05-24-2024 13:13:47:FINISHED TEST : resolveTemplateWithBooleanTrueThrowsNPEOnNullValueTest() 05-24-2024 13:13:47:STARTING TEST : resolveTemplatesWithBooleanNullNameTest() 05-24-2024 13:13:47:NullPointerException has been thrown as expected java.lang.NullPointerException: name is 'null'. 05-24-2024 13:13:47:FINISHED TEST : resolveTemplatesWithBooleanNullNameTest() 05-24-2024 13:13:47:STARTING TEST : resolveTemplatesWithBooleanFalseReturnsTheSameTargetTest() 05-24-2024 13:13:47:#pathParams returned the same traget wehn empty as expected 05-24-2024 13:13:47:FINISHED TEST : resolveTemplatesWithBooleanFalseReturnsTheSameTargetTest() 05-24-2024 13:13:47:STARTING TEST : resolveTemplateWithBooleanTrueThrowsNPEOnNullNameTest() 05-24-2024 13:13:47:NullPointerException has been thrown as expected java.lang.NullPointerException: name is 'null'. 05-24-2024 13:13:47:FINISHED TEST : resolveTemplateWithBooleanTrueThrowsNPEOnNullNameTest() 05-24-2024 13:13:47:STARTING TEST : requestMediaTypeTest() 05-24-2024 13:13:47:Found expected http://cts.tck:888/resource 05-24-2024 13:13:47:Found expected application/atom+xml 05-24-2024 13:13:47:Found expected application/json 05-24-2024 13:13:47:Found expected text/xml 05-24-2024 13:13:47:FINISHED TEST : requestMediaTypeTest() 05-24-2024 13:13:47:STARTING TEST : queryParamThrowsNPEOnNullValueTest() 05-24-2024 13:13:47:NullPointerException has been thrown as expected java.lang.NullPointerException: 'null' value detected for parameter 'param' on index : [0] 05-24-2024 13:13:47:FINISHED TEST : queryParamThrowsNPEOnNullValueTest() 05-24-2024 13:13:47:STARTING TEST : resolveTemplateWithBooleanTrueTest() 05-24-2024 13:13:47:Found expected http://cts.tck:888/resource/%2542%255A%2561%257a%2F%25%2521 05-24-2024 13:13:47:URI http://cts.tck:888/resource/%2542%255A%2561%257a%2F%25%2521 contains given path parameter 05-24-2024 13:13:47:FINISHED TEST : resolveTemplateWithBooleanTrueTest() 05-24-2024 13:13:47:STARTING TEST : resolveTemplateWithBooleanFalseThrowsNPEOnNullValueTest() 05-24-2024 13:13:47:NullPointerException has been thrown as expected java.lang.NullPointerException: value is 'null'. 05-24-2024 13:13:47:FINISHED TEST : resolveTemplateWithBooleanFalseThrowsNPEOnNullValueTest() 05-24-2024 13:13:47:STARTING TEST : resolveTemplatesNullValueTest() 05-24-2024 13:13:47:NullPointerException has been thrown as expected java.lang.NullPointerException: value is 'null'. 05-24-2024 13:13:47:FINISHED TEST : resolveTemplatesNullValueTest() 05-24-2024 13:13:47:STARTING TEST : matrixParamTest() 05-24-2024 13:13:47:Found expected ;matrix=arg1 05-24-2024 13:13:47:Found expected ;matrix=arg2 05-24-2024 13:13:47:Found expected ;matrix=arg3 05-24-2024 13:13:47:URI http://cts.tck:888/resource;matrix=arg1;matrix=arg2;matrix=arg3 contains given matrix params 05-24-2024 13:13:47:FINISHED TEST : matrixParamTest() 05-24-2024 13:13:47:STARTING TEST : resolveTemplateWithBooleanFalseThrowsNPEOnNullNameTest() 05-24-2024 13:13:47:NullPointerException has been thrown as expected java.lang.NullPointerException: name is 'null'. 05-24-2024 13:13:47:FINISHED TEST : resolveTemplateWithBooleanFalseThrowsNPEOnNullNameTest() 05-24-2024 13:13:47:STARTING TEST : queryParamThrowsNPEOnNullNameTest() 05-24-2024 13:13:47:NullPointerException has been thrown as expected java.lang.NullPointerException: name is 'null'. 05-24-2024 13:13:47:FINISHED TEST : queryParamThrowsNPEOnNullNameTest() 05-24-2024 13:13:47:STARTING TEST : requestStringTest() 05-24-2024 13:13:47:Found expected http://cts.tck:888/resource 05-24-2024 13:13:47:Found expected application/atom+xml 05-24-2024 13:13:47:Found expected application/json 05-24-2024 13:13:47:Found expected text/xml 05-24-2024 13:13:47:FINISHED TEST : requestStringTest() 05-24-2024 13:13:47:STARTING TEST : resolveTemplatesFromEncodedTest() 05-24-2024 13:13:47:Found expected http://cts.tck:888/resource/%42%5A%61%7a%2F%25%21 05-24-2024 13:13:47:URI http://cts.tck:888/resource/%42%5A%61%7a%2F%25%21 contains given path parameter 05-24-2024 13:13:47:FINISHED TEST : resolveTemplatesFromEncodedTest() 05-24-2024 13:13:47:STARTING TEST : getUriBuilderIsDetachedTest() 05-24-2024 13:13:47:Found expected http://cts.tck:888/resource 05-24-2024 13:13:47:URI http://cts.tck:888/resource contains http://cts.tck:888/resource 05-24-2024 13:13:47:FINISHED TEST : getUriBuilderIsDetachedTest() 05-24-2024 13:13:47:STARTING TEST : resolveTemplateTest() 05-24-2024 13:13:47:Found expected http://cts.tck:888/resource/lane 05-24-2024 13:13:47:URI http://cts.tck:888/resource/lane contains given path parameter 05-24-2024 13:13:47:FINISHED TEST : resolveTemplateTest() 05-24-2024 13:13:47:STARTING TEST : resolveTemplatesWithBooleanFalseTest() 05-24-2024 13:13:47:Found expected http://cts.tck:888/resource/lane/route66/pavement 05-24-2024 13:13:47:URI http://cts.tck:888/resource/lane/route66/pavement contains given path parameters 05-24-2024 13:13:47:FINISHED TEST : resolveTemplatesWithBooleanFalseTest() 05-24-2024 13:13:47:STARTING TEST : resolveTemplatesReturnsTheSameTargetTest() 05-24-2024 13:13:47:#pathParams returned the same traget wehn empty as expected 05-24-2024 13:13:47:FINISHED TEST : resolveTemplatesReturnsTheSameTargetTest() 05-24-2024 13:13:47:STARTING TEST : getUriTest() 05-24-2024 13:13:47:Found expected http://cts.tck:888/resource 05-24-2024 13:13:47:URI http://cts.tck:888/resource contains http://cts.tck:888/resource 05-24-2024 13:13:47:FINISHED TEST : getUriTest() 05-24-2024 13:13:47:STARTING TEST : resolveTemplatesWithBooleanTrueReturnsTheSameTargetTest() 05-24-2024 13:13:47:#pathParams returned the same traget wehn empty as expected 05-24-2024 13:13:47:FINISHED TEST : resolveTemplatesWithBooleanTrueReturnsTheSameTargetTest() 05-24-2024 13:13:47:STARTING TEST : resolveTemplateThrowsNPEOnNullValueTest() 05-24-2024 13:13:47:NullPointerException has been thrown as expected java.lang.NullPointerException: value is 'null'. 05-24-2024 13:13:47:FINISHED TEST : resolveTemplateThrowsNPEOnNullValueTest() 05-24-2024 13:13:47:STARTING TEST : resolveTemplatesFromEncodedThrowsNPEForNullMapTest() 05-24-2024 13:13:47:NullPointerException has been thrown as expected java.lang.NullPointerException: templateValues is 'null'. 05-24-2024 13:13:47:FINISHED TEST : resolveTemplatesFromEncodedThrowsNPEForNullMapTest() 05-24-2024 13:13:47:STARTING TEST : pathTest() 05-24-2024 13:13:47:Found expected http://cts.tck:888/resource/a/b/c/d/e 05-24-2024 13:13:47:URI http://cts.tck:888/resource/a/b/c/d/e contains given path 05-24-2024 13:13:47:FINISHED TEST : pathTest() 05-24-2024 13:13:47:STARTING TEST : resolveTemplateFromEncodedTest() 05-24-2024 13:13:47:Found expected http://cts.tck:888/resource/%42%5A%61%7a%2F%25%21 05-24-2024 13:13:47:URI http://cts.tck:888/resource/%42%5A%61%7a%2F%25%21 contains given path parameter 05-24-2024 13:13:47:FINISHED TEST : resolveTemplateFromEncodedTest() 05-24-2024 13:13:47:STARTING TEST : resolveTemplatesNullMapTest() 05-24-2024 13:13:47:NullPointerException has been thrown as expected java.lang.NullPointerException: templateValues is 'null'. 05-24-2024 13:13:47:FINISHED TEST : resolveTemplatesNullMapTest() 05-24-2024 13:13:47:STARTING TEST : resolveTemplatesTest() 05-24-2024 13:13:47:Found expected http://cts.tck:888/resource/lane/route66/pavement 05-24-2024 13:13:47:URI http://cts.tck:888/resource/lane/route66/pavement contains given path parameters 05-24-2024 13:13:47:FINISHED TEST : resolveTemplatesTest() 05-24-2024 13:13:47:STARTING TEST : pathThrowsNPEOnNullTest() 05-24-2024 13:13:47:NullPointerException has been thrown as expected java.lang.NullPointerException: path is 'null'. 05-24-2024 13:13:47:FINISHED TEST : pathThrowsNPEOnNullTest() 05-24-2024 13:13:47:STARTING TEST : queryParamTest() 05-24-2024 13:13:47:Found expected http://cts.tck:888/resource?paramName=value1¶mName=value2¶mName=value3 05-24-2024 13:13:47:URI http://cts.tck:888/resource?paramName=value1¶mName=value2¶mName=value3 contains given query parameter 05-24-2024 13:13:47:FINISHED TEST : queryParamTest() 05-24-2024 13:13:47:STARTING TEST : matrixParamThrowsNPEOnSecondArgIsNullTest() 05-24-2024 13:13:47:NullPointerException has been thrown as expected java.lang.NullPointerException: 'null' value detected for parameter 'matrix' on index : [1] 05-24-2024 13:13:47:FINISHED TEST : matrixParamThrowsNPEOnSecondArgIsNullTest() [INFO] Tests run: 47, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.145 s - in ee.jakarta.tck.ws.rs.api.client.webtarget.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.client.responseprocessingexception.JAXRSClientIT 05-24-2024 13:13:47:STARTING TEST : constructorWithRuntimeExceptionNullMessageTest() 05-24-2024 13:13:47:response contains expected Expectation Failed status 05-24-2024 13:13:47:getCause contains expected java.lang.IllegalStateException: JAXRS TCK exception 05-24-2024 13:13:47:FINISHED TEST : constructorWithRuntimeExceptionNullMessageTest() 05-24-2024 13:13:47:STARTING TEST : constructorWithNullThrowableTest() 05-24-2024 13:13:47:response contains expected Expectation Failed status 05-24-2024 13:13:47:FINISHED TEST : constructorWithNullThrowableTest() 05-24-2024 13:13:47:STARTING TEST : constructorWithCheckedExceptionNullMessageTest() 05-24-2024 13:13:47:response contains expected Expectation Failed status 05-24-2024 13:13:47:getCause contains expected java.io.IOException: JAXRS TCK exception 05-24-2024 13:13:47:FINISHED TEST : constructorWithCheckedExceptionNullMessageTest() 05-24-2024 13:13:47:STARTING TEST : constructorWithNullThrowableNullMessageTest() 05-24-2024 13:13:47:response contains expected Expectation Failed status 05-24-2024 13:13:47:FINISHED TEST : constructorWithNullThrowableNullMessageTest() 05-24-2024 13:13:47:STARTING TEST : constructorWithNullMessageTest() 05-24-2024 13:13:47:response contains expected Expectation Failed status 05-24-2024 13:13:47:FINISHED TEST : constructorWithNullMessageTest() 05-24-2024 13:13:47:STARTING TEST : constructorWithNullThrowableNotNullMessageTest() 05-24-2024 13:13:47:response contains expected Expectation Failed status 05-24-2024 13:13:47:ResponseProcessingException#getMesaage contains expected message Exception thrown by TCK 05-24-2024 13:13:47:FINISHED TEST : constructorWithNullThrowableNotNullMessageTest() 05-24-2024 13:13:47:STARTING TEST : constructorWithCheckedExceptionAndNotNullMessageTest() 05-24-2024 13:13:47:response contains expected Expectation Failed status 05-24-2024 13:13:47:getCause contains expected java.io.IOException: JAXRS TCK exception 05-24-2024 13:13:47:ResponseProcessingException#getMesaage contains expected message Exception thrown by TCK 05-24-2024 13:13:47:FINISHED TEST : constructorWithCheckedExceptionAndNotNullMessageTest() 05-24-2024 13:13:47:STARTING TEST : constructorWithRuntimeExceptionAndNotNullMessageTest() 05-24-2024 13:13:47:response contains expected Expectation Failed status 05-24-2024 13:13:47:getCause contains expected java.lang.IllegalStateException: JAXRS TCK exception 05-24-2024 13:13:47:ResponseProcessingException#getMesaage contains expected message Exception thrown by TCK 05-24-2024 13:13:47:FINISHED TEST : constructorWithRuntimeExceptionAndNotNullMessageTest() 05-24-2024 13:13:47:STARTING TEST : constructorWithNotNullMessageTest() 05-24-2024 13:13:47:response contains expected Expectation Failed status 05-24-2024 13:13:47:ResponseProcessingException#getMesaage contains expected message Exception thrown by TCK 05-24-2024 13:13:47:FINISHED TEST : constructorWithNotNullMessageTest() 05-24-2024 13:13:47:STARTING TEST : constructorWithCheckedExceptionTest() 05-24-2024 13:13:47:getCause contains expected java.io.IOException: TCK exception 05-24-2024 13:13:47:ResponseProcessingException#getMesaage contains expected message TCK exception 05-24-2024 13:13:47:response contains expected Expectation Failed status 05-24-2024 13:13:47:FINISHED TEST : constructorWithCheckedExceptionTest() 05-24-2024 13:13:47:STARTING TEST : constructorWithRuntimeExceptionTest() 05-24-2024 13:13:47:getCause contains expected java.lang.IllegalStateException: TCK exception 05-24-2024 13:13:47:ResponseProcessingException#getMesaage contains expected message TCK exception 05-24-2024 13:13:47:response contains expected Expectation Failed status 05-24-2024 13:13:47:FINISHED TEST : constructorWithRuntimeExceptionTest() [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s - in ee.jakarta.tck.ws.rs.api.client.responseprocessingexception.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.genericentity.JAXRSClientIT 05-24-2024 13:13:47:STARTING TEST : getEntityTest() 05-24-2024 13:13:47:Entity has been retrieved 05-24-2024 13:13:47:FINISHED TEST : getEntityTest() 05-24-2024 13:13:47:STARTING TEST : singleArgumentConstructorTest() 05-24-2024 13:13:47:Expected IllegalArgumentException thrown: The entity must not be null 05-24-2024 13:13:47:GenericEntity>> instance created 05-24-2024 13:13:47:FINISHED TEST : singleArgumentConstructorTest() 05-24-2024 13:13:47:STARTING TEST : constructorWith1ArgTest() 05-24-2024 13:13:47:GenericEntity>(List) instance created 05-24-2024 13:13:47:FINISHED TEST : constructorWith1ArgTest() 05-24-2024 13:13:47:STARTING TEST : constructorWith2ArgsTest() 05-24-2024 13:13:47:GenericEntity>(List, Type) instance created 05-24-2024 13:13:47:FINISHED TEST : constructorWith2ArgsTest() 05-24-2024 13:13:47:STARTING TEST : constructorTest1() 05-24-2024 13:13:47:Expected IllegalArgumentException thrown: Arguments must not be null. 05-24-2024 13:13:47:FINISHED TEST : constructorTest1() 05-24-2024 13:13:47:STARTING TEST : constructorTest2() 05-24-2024 13:13:47:Expected IllegalArgumentException thrown: Arguments must not be null. 05-24-2024 13:13:47:FINISHED TEST : constructorTest2() 05-24-2024 13:13:47:STARTING TEST : equalsTest() 05-24-2024 13:13:47:The tested GenericEntity> instances are equal 05-24-2024 13:13:47:FINISHED TEST : equalsTest() 05-24-2024 13:13:47:STARTING TEST : toStringTest() 05-24-2024 13:13:47:Both GenericEntity instances have the same toString() GenericEntity{[], java.util.TreeSet} 05-24-2024 13:13:47:FINISHED TEST : toStringTest() 05-24-2024 13:13:47:STARTING TEST : getTypeTest() 05-24-2024 13:13:47:Test passed. getType return correctly: java.util.List getType return correctly: java.util.List 05-24-2024 13:13:47:FINISHED TEST : getTypeTest() 05-24-2024 13:13:47:STARTING TEST : hashCodeTest() 05-24-2024 13:13:47:Both GenericEntity instances have the same hashCode() 05-24-2024 13:13:47:FINISHED TEST : hashCodeTest() 05-24-2024 13:13:47:STARTING TEST : getRawTypeTest() 05-24-2024 13:13:47:Test passed. getType return correctly: class java.util.ArrayList getType return correctly: class java.util.ArrayList 05-24-2024 13:13:47:FINISHED TEST : getRawTypeTest() [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 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-24-2024 13:13:47:STARTING TEST : familyOfTest() 05-24-2024 13:13:47:#familyOf() returned expected Family for given statuses 05-24-2024 13:13:47:FINISHED TEST : familyOfTest() 05-24-2024 13:13:47:STARTING TEST : getStatusCodeTest() 05-24-2024 13:13:47:Found expected status code 200 for status 200 05-24-2024 13:13:47:Found expected status code 201 for status 201 05-24-2024 13:13:47:Found expected status code 202 for status 202 05-24-2024 13:13:47:Found expected status code 204 for status 204 05-24-2024 13:13:47:Found expected status code 205 for status 205 05-24-2024 13:13:47:Found expected status code 206 for status 206 05-24-2024 13:13:47:Found expected status code 301 for status 301 05-24-2024 13:13:47:Found expected status code 302 for status 302 05-24-2024 13:13:47:Found expected status code 303 for status 303 05-24-2024 13:13:47:Found expected status code 304 for status 304 05-24-2024 13:13:47:Found expected status code 305 for status 305 05-24-2024 13:13:47:Found expected status code 307 for status 307 05-24-2024 13:13:47:Found expected status code 400 for status 400 05-24-2024 13:13:47:Found expected status code 401 for status 401 05-24-2024 13:13:47:Found expected status code 402 for status 402 05-24-2024 13:13:47:Found expected status code 403 for status 403 05-24-2024 13:13:47:Found expected status code 404 for status 404 05-24-2024 13:13:47:Found expected status code 405 for status 405 05-24-2024 13:13:47:Found expected status code 406 for status 406 05-24-2024 13:13:47:Found expected status code 407 for status 407 05-24-2024 13:13:47:Found expected status code 408 for status 408 05-24-2024 13:13:47:Found expected status code 409 for status 409 05-24-2024 13:13:47:Found expected status code 410 for status 410 05-24-2024 13:13:47:Found expected status code 411 for status 411 05-24-2024 13:13:47:Found expected status code 412 for status 412 05-24-2024 13:13:47:Found expected status code 413 for status 413 05-24-2024 13:13:47:Found expected status code 414 for status 414 05-24-2024 13:13:47:Found expected status code 415 for status 415 05-24-2024 13:13:47:Found expected status code 416 for status 416 05-24-2024 13:13:47:Found expected status code 417 for status 417 05-24-2024 13:13:47:Found expected status code 500 for status 500 05-24-2024 13:13:47:Found expected status code 501 for status 501 05-24-2024 13:13:47:Found expected status code 502 for status 502 05-24-2024 13:13:47:Found expected status code 503 for status 503 05-24-2024 13:13:47:Found expected status code 504 for status 504 05-24-2024 13:13:47:Found expected status code 505 for status 505 05-24-2024 13:13:47:FINISHED TEST : getStatusCodeTest() 05-24-2024 13:13:47:STARTING TEST : getFamilyTest() 05-24-2024 13:13:47:Found expected family SUCCESSFUL for status 200 05-24-2024 13:13:47:Found expected family SUCCESSFUL for status 201 05-24-2024 13:13:47:Found expected family SUCCESSFUL for status 202 05-24-2024 13:13:47:Found expected family SUCCESSFUL for status 204 05-24-2024 13:13:47:Found expected family SUCCESSFUL for status 205 05-24-2024 13:13:47:Found expected family SUCCESSFUL for status 206 05-24-2024 13:13:47:Found expected family REDIRECTION for status 301 05-24-2024 13:13:47:Found expected family REDIRECTION for status 302 05-24-2024 13:13:47:Found expected family REDIRECTION for status 303 05-24-2024 13:13:47:Found expected family REDIRECTION for status 304 05-24-2024 13:13:47:Found expected family REDIRECTION for status 305 05-24-2024 13:13:47:Found expected family REDIRECTION for status 307 05-24-2024 13:13:47:Found expected family CLIENT_ERROR for status 400 05-24-2024 13:13:47:Found expected family CLIENT_ERROR for status 401 05-24-2024 13:13:47:Found expected family CLIENT_ERROR for status 402 05-24-2024 13:13:47:Found expected family CLIENT_ERROR for status 403 05-24-2024 13:13:47:Found expected family CLIENT_ERROR for status 404 05-24-2024 13:13:47:Found expected family CLIENT_ERROR for status 405 05-24-2024 13:13:47:Found expected family CLIENT_ERROR for status 406 05-24-2024 13:13:47:Found expected family CLIENT_ERROR for status 407 05-24-2024 13:13:47:Found expected family CLIENT_ERROR for status 408 05-24-2024 13:13:47:Found expected family CLIENT_ERROR for status 409 05-24-2024 13:13:47:Found expected family CLIENT_ERROR for status 410 05-24-2024 13:13:47:Found expected family CLIENT_ERROR for status 411 05-24-2024 13:13:47:Found expected family CLIENT_ERROR for status 412 05-24-2024 13:13:47:Found expected family CLIENT_ERROR for status 413 05-24-2024 13:13:47:Found expected family CLIENT_ERROR for status 414 05-24-2024 13:13:47:Found expected family CLIENT_ERROR for status 415 05-24-2024 13:13:47:Found expected family CLIENT_ERROR for status 416 05-24-2024 13:13:47:Found expected family CLIENT_ERROR for status 417 05-24-2024 13:13:47:Found expected family SERVER_ERROR for status 500 05-24-2024 13:13:47:Found expected family SERVER_ERROR for status 501 05-24-2024 13:13:47:Found expected family SERVER_ERROR for status 502 05-24-2024 13:13:47:Found expected family SERVER_ERROR for status 503 05-24-2024 13:13:47:Found expected family SERVER_ERROR for status 504 05-24-2024 13:13:47:Found expected family SERVER_ERROR for status 505 05-24-2024 13:13:47:FINISHED TEST : getFamilyTest() 05-24-2024 13:13:47:STARTING TEST : getReasonPhraseTest() 05-24-2024 13:13:47:Found expected phrase OK for status 200 05-24-2024 13:13:47:Found expected phrase Created for status 201 05-24-2024 13:13:47:Found expected phrase Accepted for status 202 05-24-2024 13:13:47:Found expected phrase No Content for status 204 05-24-2024 13:13:47:Found expected phrase Reset Content for status 205 05-24-2024 13:13:47:Found expected phrase Partial Content for status 206 05-24-2024 13:13:47:Found expected phrase Moved Permanently for status 301 05-24-2024 13:13:47:Found expected phrase Found for status 302 05-24-2024 13:13:47:Found expected phrase See Other for status 303 05-24-2024 13:13:47:Found expected phrase Not Modified for status 304 05-24-2024 13:13:47:Found expected phrase Use Proxy for status 305 05-24-2024 13:13:47:Found expected phrase Temporary Redirect for status 307 05-24-2024 13:13:47:Found expected phrase Bad Request for status 400 05-24-2024 13:13:47:Found expected phrase Unauthorized for status 401 05-24-2024 13:13:47:Found expected phrase Payment Required for status 402 05-24-2024 13:13:47:Found expected phrase Forbidden for status 403 05-24-2024 13:13:47:Found expected phrase Not Found for status 404 05-24-2024 13:13:47:Found expected phrase Method Not Allowed for status 405 05-24-2024 13:13:47:Found expected phrase Not Acceptable for status 406 05-24-2024 13:13:47:Found expected phrase Proxy Authentication Required for status 407 05-24-2024 13:13:47:Found expected phrase Request Timeout for status 408 05-24-2024 13:13:47:Found expected phrase Conflict for status 409 05-24-2024 13:13:47:Found expected phrase Gone for status 410 05-24-2024 13:13:47:Found expected phrase Length Required for status 411 05-24-2024 13:13:47:Found expected phrase Precondition Failed for status 412 05-24-2024 13:13:47:Found expected phrase Request Entity Too Large for status 413 05-24-2024 13:13:47:Found expected phrase Request-URI Too Long for status 414 05-24-2024 13:13:47:Found expected phrase Unsupported Media Type for status 415 05-24-2024 13:13:47:Found expected phrase Requested Range Not Satisfiable for status 416 05-24-2024 13:13:47:Found expected phrase Expectation Failed for status 417 05-24-2024 13:13:47:Found expected phrase Internal Server Error for status 500 05-24-2024 13:13:47:Found expected phrase Not Implemented for status 501 05-24-2024 13:13:47:Found expected phrase Bad Gateway for status 502 05-24-2024 13:13:47:Found expected phrase Service Unavailable for status 503 05-24-2024 13:13:47:Found expected phrase Gateway Timeout for status 504 05-24-2024 13:13:47:Found expected phrase HTTP Version Not Supported for status 505 05-24-2024 13:13:47:FINISHED TEST : getReasonPhraseTest() [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in ee.jakarta.tck.ws.rs.api.rs.core.responsestatustype.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.responsebuilder.BuilderClientIT 05-24-2024 13:13:47:STARTING TEST : languageTest() 05-24-2024 13:13:47: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-24-2024 13:13:47:FINISHED TEST : languageTest() 05-24-2024 13:13:47:STARTING TEST : getLocationNotPresentTest() 05-24-2024 13:13:47:#getLocation returns null as expected 05-24-2024 13:13:47:FINISHED TEST : getLocationNotPresentTest() 05-24-2024 13:13:47:STARTING TEST : getHeaderStringUsingHeaderDelegateTest() 05-24-2024 13:13:47:HeaderDelegate is used for header s3 05-24-2024 13:13:47:FINISHED TEST : getHeaderStringUsingHeaderDelegateTest() 05-24-2024 13:13:47:STARTING TEST : getLinksIsNotNullTest() 05-24-2024 13:13:47:#getLinks contains no links as expected 05-24-2024 13:13:47:FINISHED TEST : getLinksIsNotNullTest() 05-24-2024 13:13:47:STARTING TEST : cacheControlTest() 05-24-2024 13:13:47:Correct status found in Response: 200 Expecting Cache-Control no-store Expecting Cache-Control no-transform 05-24-2024 13:13:47:FINISHED TEST : cacheControlTest() 05-24-2024 13:13:47:STARTING TEST : acceptedStringTest() 05-24-2024 13:13:47:Correct status found in Response: 202 Correct content found in Response: ENtiTy 05-24-2024 13:13:47:FINISHED TEST : acceptedStringTest() 05-24-2024 13:13:47:STARTING TEST : seeOtherTest() 05-24-2024 13:13:47: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-24-2024 13:13:47:FINISHED TEST : seeOtherTest() 05-24-2024 13:13:47:STARTING TEST : getLinkBuilderForTheRelationTest() 05-24-2024 13:13:47:#getLinkBuilder creates correct Link for given relation 05-24-2024 13:13:47:FINISHED TEST : getLinkBuilderForTheRelationTest() 05-24-2024 13:13:47:STARTING TEST : getEntityTagNotPresentTest() 05-24-2024 13:13:47:#getEntityTag() is null as expected 05-24-2024 13:13:47:FINISHED TEST : getEntityTagNotPresentTest() 05-24-2024 13:13:47:STARTING TEST : getLinksTest() 05-24-2024 13:13:47:#getLinks contains expected links 05-24-2024 13:13:47:FINISHED TEST : getLinksTest() 05-24-2024 13:13:47:STARTING TEST : variantTest() 05-24-2024 13:13:47: 05-24-2024 13:13:47:FINISHED TEST : variantTest() 05-24-2024 13:13:47:STARTING TEST : cookieTest() 05-24-2024 13:13:47: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-24-2024 13:13:47:FINISHED TEST : cookieTest() 05-24-2024 13:13:47:STARTING TEST : lastModifiedTest() 05-24-2024 13:13:47: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-24-2024 13:13:47:FINISHED TEST : lastModifiedTest() 05-24-2024 13:13:47:STARTING TEST : getStringHeadersUsingHeaderDelegateTest() 05-24-2024 13:13:47:#getStringHeaders contains expected values org.glassfish.jersey.internal.util.collection.Views$2$1$1$1@7bb2e03c,org.glassfish.jersey.internal.util.collection.Views$2$1$1$1@736627a7,org.glassfish.jersey.internal.util.collection.Views$2$1$1$1@4f76d496 05-24-2024 13:13:47:FINISHED TEST : getStringHeadersUsingHeaderDelegateTest() 05-24-2024 13:13:47:STARTING TEST : getLanguageNotPresentTest() 05-24-2024 13:13:47:#getLanguage() is null as expected 05-24-2024 13:13:47:FINISHED TEST : getLanguageNotPresentTest() 05-24-2024 13:13:47:STARTING TEST : entityTest() 05-24-2024 13:13:47:Correct content found in Response: Test Only Correct status found in Response: 200 05-24-2024 13:13:47:FINISHED TEST : entityTest() 05-24-2024 13:13:47:STARTING TEST : okTest1() 05-24-2024 13:13:47:Correct status found in Response: 200 05-24-2024 13:13:47:FINISHED TEST : okTest1() 05-24-2024 13:13:47:STARTING TEST : okTest2() 05-24-2024 13:13:47:Correct content found in Response: Test only Correct status found in Response: 200 05-24-2024 13:13:47:FINISHED TEST : okTest2() 05-24-2024 13:13:47:STARTING TEST : okTest3() 05-24-2024 13:13:47:Correct content found in Response: Test only Correct status found in Response: 200 Content Type text/plain was found 05-24-2024 13:13:47:FINISHED TEST : okTest3() 05-24-2024 13:13:47:STARTING TEST : okTest4() 05-24-2024 13:13:47:Correct content found in Response: Test only Correct status found in Response: 200 Content Type text/plain was found 05-24-2024 13:13:47:FINISHED TEST : okTest4() 05-24-2024 13:13:47:STARTING TEST : okTest5() 05-24-2024 13:13:47: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-24-2024 13:13:47:FINISHED TEST : okTest5() 05-24-2024 13:13:47:STARTING TEST : temporaryRedirectTest() 05-24-2024 13:13:47: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-24-2024 13:13:47:FINISHED TEST : temporaryRedirectTest() 05-24-2024 13:13:47:STARTING TEST : getMediaTypeTest() 05-24-2024 13:13:47:#getMediaType returned expected MediaType 05-24-2024 13:13:47:FINISHED TEST : getMediaTypeTest() 05-24-2024 13:13:47:STARTING TEST : fromResponseTest() 05-24-2024 13:13:47: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-24-2024 13:13:47:FINISHED TEST : fromResponseTest() 05-24-2024 13:13:47:STARTING TEST : getLinkTest() 05-24-2024 13:13:47:#getLink matches expected Link 05-24-2024 13:13:47:FINISHED TEST : getLinkTest() 05-24-2024 13:13:47:STARTING TEST : statusTest3() 05-24-2024 13:13:47: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-24-2024 13:13:47:FINISHED TEST : statusTest3() 05-24-2024 13:13:47:STARTING TEST : statusTest4() 05-24-2024 13:13:47: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-24-2024 13:13:47:FINISHED TEST : statusTest4() 05-24-2024 13:13:47:STARTING TEST : statusTest5() 05-24-2024 13:13:47: 05-24-2024 13:13:47:FINISHED TEST : statusTest5() 05-24-2024 13:13:47:STARTING TEST : statusTest7() 05-24-2024 13:13:47: 05-24-2024 13:13:47:FINISHED TEST : statusTest7() 05-24-2024 13:13:47:STARTING TEST : tagTest1() 05-24-2024 13:13:47: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-24-2024 13:13:47:FINISHED TEST : tagTest1() 05-24-2024 13:13:47:STARTING TEST : tagTest2() 05-24-2024 13:13:47: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-24-2024 13:13:47:FINISHED TEST : tagTest2() 05-24-2024 13:13:47:STARTING TEST : hasEntityThrowsIllegalStateExceptionTest() 05-24-2024 13:13:47:IllegalStateException has been thrown as expected 05-24-2024 13:13:47:FINISHED TEST : hasEntityThrowsIllegalStateExceptionTest() 05-24-2024 13:13:47:STARTING TEST : getHeadersIsMutableTest() 05-24-2024 13:13:47:getHeaders is mutable 05-24-2024 13:13:47:FINISHED TEST : getHeadersIsMutableTest() 05-24-2024 13:13:47:STARTING TEST : typeTest() 05-24-2024 13:13:47:Correct status found in Response: 200 Content Type text/plain was found 05-24-2024 13:13:47:FINISHED TEST : typeTest() 05-24-2024 13:13:47:STARTING TEST : cloneTest() 05-24-2024 13:13:47: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-24-2024 13:13:47:FINISHED TEST : cloneTest() 05-24-2024 13:13:47:STARTING TEST : acceptedGenericEntityTest() 05-24-2024 13:13:47:Correct status found in Response: 202 Correct content found in Response: ENtiTy 05-24-2024 13:13:47:FINISHED TEST : acceptedGenericEntityTest() 05-24-2024 13:13:47:STARTING TEST : hasLinkWhenNoLinkTest() 05-24-2024 13:13:47:#hasLink has not found any Link as expected 05-24-2024 13:13:47:FINISHED TEST : hasLinkWhenNoLinkTest() 05-24-2024 13:13:47:STARTING TEST : createdTest() 05-24-2024 13:13:47: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-24-2024 13:13:47:FINISHED TEST : createdTest() 05-24-2024 13:13:47:STARTING TEST : getLanguageTest() 05-24-2024 13:13:47:#getLocale matches the Content-Language HTTP header 05-24-2024 13:13:47:FINISHED TEST : getLanguageTest() 05-24-2024 13:13:47:STARTING TEST : notAcceptableTest() 05-24-2024 13:13:47:Correct status found in Response: 406 05-24-2024 13:13:47:FINISHED TEST : notAcceptableTest() 05-24-2024 13:13:47:STARTING TEST : getDateTest() 05-24-2024 13:13:47:#getDate matches the Date HTTP header 05-24-2024 13:13:47:FINISHED TEST : getDateTest() 05-24-2024 13:13:47:STARTING TEST : languageTest1() 05-24-2024 13:13:47: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-24-2024 13:13:47:FINISHED TEST : languageTest1() 05-24-2024 13:13:47:STARTING TEST : notModifiedTest1() 05-24-2024 13:13:47:Correct status found in Response: 304 05-24-2024 13:13:47:FINISHED TEST : notModifiedTest1() 05-24-2024 13:13:47:STARTING TEST : notModifiedTest2() 05-24-2024 13:13:47: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-24-2024 13:13:47:FINISHED TEST : notModifiedTest2() 05-24-2024 13:13:47:STARTING TEST : notModifiedTest3() 05-24-2024 13:13:47: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-24-2024 13:13:47:FINISHED TEST : notModifiedTest3() 05-24-2024 13:13:47:STARTING TEST : getDateNotPresentTest() 05-24-2024 13:13:47:#getDate is null as expected 05-24-2024 13:13:47:FINISHED TEST : getDateNotPresentTest() 05-24-2024 13:13:47:STARTING TEST : getHeaderStringTest() 05-24-2024 13:13:47:Found following objects: 05-24-2024 13:13:47:Cache-Control:no-store, no-transform Set-Cookie:cookie=eikooc;Version=1 Content-Encoding:gzip Expires:Fri May 24 13:13:47 UTC 2024 Content-Language:fr_CA 05-24-2024 13:13:47:FINISHED TEST : getHeaderStringTest() 05-24-2024 13:13:47:STARTING TEST : getStringHeadersUsingToStringTest() 05-24-2024 13:13:47:#getStringHeaders contains expected values org.glassfish.jersey.internal.util.collection.Views$2$1$1$1@74a9897d,org.glassfish.jersey.internal.util.collection.Views$2$1$1$1@46a60f84,org.glassfish.jersey.internal.util.collection.Views$2$1$1$1@207d5f3 05-24-2024 13:13:47:FINISHED TEST : getStringHeadersUsingToStringTest() 05-24-2024 13:13:47:STARTING TEST : getAllowedMethodsTest() 05-24-2024 13:13:47:#getAllowedMethods returned expected methods TRACE;POST 05-24-2024 13:13:47:FINISHED TEST : getAllowedMethodsTest() 05-24-2024 13:13:47:STARTING TEST : locationTest() 05-24-2024 13:13:47: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-24-2024 13:13:47:FINISHED TEST : locationTest() 05-24-2024 13:13:47:STARTING TEST : getLengthNotPresentTest() 05-24-2024 13:13:47:#getLength matches expected Content-Length -1 05-24-2024 13:13:47:FINISHED TEST : getLengthNotPresentTest() 05-24-2024 13:13:47:STARTING TEST : getEntityThrowsIllegalStateExceptionTest() 05-24-2024 13:13:47:#getEntity throws IllegalStateException as expected java.lang.IllegalStateException: Response is closed. 05-24-2024 13:13:47:FINISHED TEST : getEntityThrowsIllegalStateExceptionTest() 05-24-2024 13:13:47:STARTING TEST : statusFamilyValueOfTest() 05-24-2024 13:13:47:FINISHED TEST : statusFamilyValueOfTest() 05-24-2024 13:13:47:STARTING TEST : getCookiesIsImmutableTest() 05-24-2024 13:13:47:#getCookies is read-only as expected 05-24-2024 13:13:47:FINISHED TEST : getCookiesIsImmutableTest() 05-24-2024 13:13:47:STARTING TEST : getHeaderStringUsingToStringTest() 05-24-2024 13:13:47:toString method is used as expected 05-24-2024 13:13:47:FINISHED TEST : getHeaderStringUsingToStringTest() 05-24-2024 13:13:47:STARTING TEST : bufferEntityThrowsIllegalStateExceptionTest() 05-24-2024 13:13:47:#bufferEntity throws IllegalStateException as expected 05-24-2024 13:13:47:FINISHED TEST : bufferEntityThrowsIllegalStateExceptionTest() 05-24-2024 13:13:47:STARTING TEST : acceptedNoArgTest() 05-24-2024 13:13:47:Correct status found in Response: 202 05-24-2024 13:13:47:FINISHED TEST : acceptedNoArgTest() 05-24-2024 13:13:47:STARTING TEST : getFamilyTest() 05-24-2024 13:13:47: 05-24-2024 13:13:47:FINISHED TEST : getFamilyTest() 05-24-2024 13:13:47:STARTING TEST : typeTest1() 05-24-2024 13:13:47:Correct status found in Response: 200 Content Type text/html was found 05-24-2024 13:13:47:FINISHED TEST : typeTest1() 05-24-2024 13:13:47:STARTING TEST : getEntityTagTest() 05-24-2024 13:13:47:#getEntityTag is "getEntityTag" as expected 05-24-2024 13:13:47:FINISHED TEST : getEntityTagTest() 05-24-2024 13:13:47:STARTING TEST : noContentTest() 05-24-2024 13:13:47:Correct status found in Response: 204 05-24-2024 13:13:47:FINISHED TEST : noContentTest() 05-24-2024 13:13:47:STARTING TEST : getHeadersTest() 05-24-2024 13:13:47:Found following objects: 05-24-2024 13:13:47:Cache-Control:no-transform Set-Cookie:cookie=eikooc;Version=1 Content-Encoding:gzip Expires:Fri May 24 13:13:47 UTC 2024 Content-Language:fr_CA 05-24-2024 13:13:47:FINISHED TEST : getHeadersTest() 05-24-2024 13:13:47:STARTING TEST : toStringTest() 05-24-2024 13:13:47: 05-24-2024 13:13:47:FINISHED TEST : toStringTest() 05-24-2024 13:13:47:STARTING TEST : getLastModifiedNotPresentTest() 05-24-2024 13:13:47:#getLastModified() is null as expected 05-24-2024 13:13:47:FINISHED TEST : getLastModifiedNotPresentTest() 05-24-2024 13:13:47:STARTING TEST : getStatusInfoTest() 05-24-2024 13:13:47:#getStatusInfo returned expected StatusTypes 05-24-2024 13:13:47:FINISHED TEST : getStatusInfoTest() 05-24-2024 13:13:47:STARTING TEST : hasEntityWhenEntityTest() 05-24-2024 13:13:47:#hasEntity found the entity as expected 05-24-2024 13:13:47:FINISHED TEST : hasEntityWhenEntityTest() 05-24-2024 13:13:47:STARTING TEST : getLengthTest() 05-24-2024 13:13:47:#getLength matches expected Content-Length 10 05-24-2024 13:13:47:FINISHED TEST : getLengthTest() 05-24-2024 13:13:47:STARTING TEST : contentLocationTest() 05-24-2024 13:13:47: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-24-2024 13:13:47:FINISHED TEST : contentLocationTest() 05-24-2024 13:13:47:STARTING TEST : getReasonPhraseTest() 05-24-2024 13:13:47: 05-24-2024 13:13:47:FINISHED TEST : getReasonPhraseTest() 05-24-2024 13:13:47:STARTING TEST : getLastModifiedTest() 05-24-2024 13:13:47:#getLastModified matches the Last-Modified HTTP header 05-24-2024 13:13:47:FINISHED TEST : getLastModifiedTest() 05-24-2024 13:13:47:STARTING TEST : serverErrorTest() 05-24-2024 13:13:47:Correct status found in Response: 500 05-24-2024 13:13:47:FINISHED TEST : serverErrorTest() 05-24-2024 13:13:47:STARTING TEST : hasLinkWhenLinkTest() 05-24-2024 13:13:47:#hasEntity found the Link as expected 05-24-2024 13:13:47:FINISHED TEST : hasLinkWhenLinkTest() 05-24-2024 13:13:47:STARTING TEST : statusValueOfTest() 05-24-2024 13:13:47: 05-24-2024 13:13:47:FINISHED TEST : statusValueOfTest() 05-24-2024 13:13:47:STARTING TEST : getLocationTest() 05-24-2024 13:13:47:#getLocation contains expected location 05-24-2024 13:13:47:FINISHED TEST : getLocationTest() 05-24-2024 13:13:47:STARTING TEST : bufferEntityIgnoreNoBackingStreamTest() 05-24-2024 13:13:47:#bufferEntity did ignore no backing stream as expected 05-24-2024 13:13:47:FINISHED TEST : bufferEntityIgnoreNoBackingStreamTest() 05-24-2024 13:13:47:STARTING TEST : getLinkBuilderForTheNotPresentRelationTest() 05-24-2024 13:13:47:#getLinkBuilder returned null as expected 05-24-2024 13:13:47:FINISHED TEST : getLinkBuilderForTheNotPresentRelationTest() 05-24-2024 13:13:47:STARTING TEST : getLinkNotPresentTest() 05-24-2024 13:13:47:#getLink return null as expected 05-24-2024 13:13:47:FINISHED TEST : getLinkNotPresentTest() 05-24-2024 13:13:47:STARTING TEST : getMediaTypeNoMediaTypeTest() 05-24-2024 13:13:47:#getMediaType returned null as expected 05-24-2024 13:13:47:FINISHED TEST : getMediaTypeNoMediaTypeTest() 05-24-2024 13:13:47:STARTING TEST : getCookiesTest() 05-24-2024 13:13:47: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-24-2024 13:13:47:#getCookies returned expected cookies 05-24-2024 13:13:47:FINISHED TEST : getCookiesTest() 05-24-2024 13:13:47:STARTING TEST : statusFamilyValuesTest() 05-24-2024 13:13:47:FINISHED TEST : statusFamilyValuesTest() 05-24-2024 13:13:47:STARTING TEST : headerTest() 05-24-2024 13:13:47: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-24-2024 13:13:47:FINISHED TEST : headerTest() 05-24-2024 13:13:47:STARTING TEST : hasEntityWhenNoEntityTest() 05-24-2024 13:13:47:#hasEntity has not found any entity as expected 05-24-2024 13:13:47:FINISHED TEST : hasEntityWhenNoEntityTest() 05-24-2024 13:13:47:STARTING TEST : allowStringArrayTest() 05-24-2024 13:13:47:Found expected allowed method OPTIONS 05-24-2024 13:13:47:Found expected allowed method TRACE 05-24-2024 13:13:47:FINISHED TEST : allowStringArrayTest() 05-24-2024 13:13:47:STARTING TEST : linksTest() 05-24-2024 13:13:47:Found expected links 05-24-2024 13:13:47:FINISHED TEST : linksTest() 05-24-2024 13:13:47:STARTING TEST : allowStringArrayTruncateDuplicatesTest() 05-24-2024 13:13:47:OPTIONS has been found in allowed methods 05-24-2024 13:13:47:FINISHED TEST : allowStringArrayTruncateDuplicatesTest() 05-24-2024 13:13:47:STARTING TEST : statusTest1() 05-24-2024 13:13:47: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-24-2024 13:13:47:FINISHED TEST : statusTest1() 05-24-2024 13:13:47:STARTING TEST : statusTest2() 05-24-2024 13:13:47: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-24-2024 13:13:47:FINISHED TEST : statusTest2() 05-24-2024 13:13:47:STARTING TEST : encodingTest() 05-24-2024 13:13:47:Encoding gzip was found Encoding ccitt was found Encoding pic was found 05-24-2024 13:13:47:Found expected encodings 05-24-2024 13:13:47:FINISHED TEST : encodingTest() 05-24-2024 13:13:47:STARTING TEST : linkStringStringTest() 05-24-2024 13:13:47:Found expected link ; rel="REL" 05-24-2024 13:13:47:FINISHED TEST : linkStringStringTest() 05-24-2024 13:13:47:STARTING TEST : replaceAllByNullTest() 05-24-2024 13:13:47:FINISHED TEST : replaceAllByNullTest() 05-24-2024 13:13:47:STARTING TEST : replaceAllTest() 05-24-2024 13:13:47:FINISHED TEST : replaceAllTest() 05-24-2024 13:13:47:STARTING TEST : allowStringSetNullRemovesAllTest() 05-24-2024 13:13:47:Allowed methods has been removed by null value as expected 05-24-2024 13:13:47:FINISHED TEST : allowStringSetNullRemovesAllTest() 05-24-2024 13:13:47:STARTING TEST : expiresTest() 05-24-2024 13:13:47:Set and fetched expire dates matched 05-24-2024 13:13:47:FINISHED TEST : expiresTest() 05-24-2024 13:13:47:STARTING TEST : allowStringSetTest() 05-24-2024 13:13:47:Found expected allowed method OPTIONS 05-24-2024 13:13:47:Found expected allowed method TRACE 05-24-2024 13:13:47:FINISHED TEST : allowStringSetTest() 05-24-2024 13:13:47:STARTING TEST : linkUriStringTest() 05-24-2024 13:13:47:Found expected link ; rel="REL" 05-24-2024 13:13:47:FINISHED TEST : linkUriStringTest() 05-24-2024 13:13:47:STARTING TEST : variantsTest() 05-24-2024 13:13:47:Found expected header Accept-Language. Found expected header Accept-Encoding. 05-24-2024 13:13:47:FINISHED TEST : variantsTest() 05-24-2024 13:13:47:STARTING TEST : allowStringArrayNullRemovesAllTest() 05-24-2024 13:13:47:Allowed methods has been removed by null value as expected 05-24-2024 13:13:47:FINISHED TEST : allowStringArrayNullRemovesAllTest() [INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.195 s - in ee.jakarta.tck.ws.rs.api.rs.core.responsebuilder.BuilderClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.responseclient.JAXRSClientIT 05-24-2024 13:13:47:STARTING TEST : languageTest() 05-24-2024 13:13:47: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-24-2024 13:13:47:FINISHED TEST : languageTest() 05-24-2024 13:13:47:STARTING TEST : getLocationNotPresentTest() 05-24-2024 13:13:47:#getLocation returns null as expected 05-24-2024 13:13:47:FINISHED TEST : getLocationNotPresentTest() 05-24-2024 13:13:47:STARTING TEST : getHeaderStringUsingHeaderDelegateTest() 05-24-2024 13:13:47:HeaderDelegate is used for header s3 05-24-2024 13:13:47:FINISHED TEST : getHeaderStringUsingHeaderDelegateTest() 05-24-2024 13:13:47:STARTING TEST : getLinksIsNotNullTest() 05-24-2024 13:13:47:#getLinks contains no links as expected 05-24-2024 13:13:47:FINISHED TEST : getLinksIsNotNullTest() 05-24-2024 13:13:47:STARTING TEST : cacheControlTest() 05-24-2024 13:13:47:Correct status found in Response: 200 Expecting Cache-Control no-store Expecting Cache-Control no-transform 05-24-2024 13:13:47:FINISHED TEST : cacheControlTest() 05-24-2024 13:13:47:STARTING TEST : acceptedStringTest() 05-24-2024 13:13:47:Correct status found in Response: 202 Correct content found in Response: ENtiTy 05-24-2024 13:13:47:FINISHED TEST : acceptedStringTest() 05-24-2024 13:13:47:STARTING TEST : seeOtherTest() 05-24-2024 13:13:47: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-24-2024 13:13:47:FINISHED TEST : seeOtherTest() 05-24-2024 13:13:47:STARTING TEST : getLinkBuilderForTheRelationTest() 05-24-2024 13:13:47:#getLinkBuilder creates correct Link for given relation 05-24-2024 13:13:47:FINISHED TEST : getLinkBuilderForTheRelationTest() 05-24-2024 13:13:47:STARTING TEST : getEntityTagNotPresentTest() 05-24-2024 13:13:47:#getEntityTag() is null as expected 05-24-2024 13:13:47:FINISHED TEST : getEntityTagNotPresentTest() 05-24-2024 13:13:47:STARTING TEST : getLinksTest() 05-24-2024 13:13:47:#getLinks contains expected links 05-24-2024 13:13:47:FINISHED TEST : getLinksTest() 05-24-2024 13:13:47:STARTING TEST : variantTest() 05-24-2024 13:13:47: 05-24-2024 13:13:47:FINISHED TEST : variantTest() 05-24-2024 13:13:47:STARTING TEST : cookieTest() 05-24-2024 13:13:47: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-24-2024 13:13:47:FINISHED TEST : cookieTest() 05-24-2024 13:13:47:STARTING TEST : lastModifiedTest() 05-24-2024 13:13:47: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-24-2024 13:13:47:FINISHED TEST : lastModifiedTest() 05-24-2024 13:13:47:STARTING TEST : getStringHeadersUsingHeaderDelegateTest() 05-24-2024 13:13:47:#getStringHeaders contains expected values org.glassfish.jersey.internal.util.collection.Views$2$1$1$1@7669626a,org.glassfish.jersey.internal.util.collection.Views$2$1$1$1@63067300,org.glassfish.jersey.internal.util.collection.Views$2$1$1$1@34b07ade 05-24-2024 13:13:47:FINISHED TEST : getStringHeadersUsingHeaderDelegateTest() 05-24-2024 13:13:47:STARTING TEST : getLanguageNotPresentTest() 05-24-2024 13:13:47:#getLanguage() is null as expected 05-24-2024 13:13:47:FINISHED TEST : getLanguageNotPresentTest() 05-24-2024 13:13:47:STARTING TEST : entityTest() 05-24-2024 13:13:47:Correct content found in Response: Test Only Correct status found in Response: 200 05-24-2024 13:13:47:FINISHED TEST : entityTest() 05-24-2024 13:13:47:STARTING TEST : okTest1() 05-24-2024 13:13:47:Correct status found in Response: 200 05-24-2024 13:13:47:FINISHED TEST : okTest1() 05-24-2024 13:13:47:STARTING TEST : okTest2() 05-24-2024 13:13:47:Correct content found in Response: Test only Correct status found in Response: 200 05-24-2024 13:13:47:FINISHED TEST : okTest2() 05-24-2024 13:13:47:STARTING TEST : okTest3() 05-24-2024 13:13:47:Correct content found in Response: Test only Correct status found in Response: 200 Content Type text/plain was found 05-24-2024 13:13:47:FINISHED TEST : okTest3() 05-24-2024 13:13:47:STARTING TEST : okTest4() 05-24-2024 13:13:47:Correct content found in Response: Test only Correct status found in Response: 200 Content Type text/plain was found 05-24-2024 13:13:47:FINISHED TEST : okTest4() 05-24-2024 13:13:47:STARTING TEST : okTest5() 05-24-2024 13:13:47: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-24-2024 13:13:47:FINISHED TEST : okTest5() 05-24-2024 13:13:47:STARTING TEST : temporaryRedirectTest() 05-24-2024 13:13:47: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-24-2024 13:13:47:FINISHED TEST : temporaryRedirectTest() 05-24-2024 13:13:47:STARTING TEST : getMediaTypeTest() 05-24-2024 13:13:47:#getMediaType returned expected MediaType 05-24-2024 13:13:47:FINISHED TEST : getMediaTypeTest() 05-24-2024 13:13:47:STARTING TEST : fromResponseTest() 05-24-2024 13:13:47: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-24-2024 13:13:47:FINISHED TEST : fromResponseTest() 05-24-2024 13:13:47:STARTING TEST : getLinkTest() 05-24-2024 13:13:47:#getLink matches expected Link 05-24-2024 13:13:47:FINISHED TEST : getLinkTest() 05-24-2024 13:13:47:STARTING TEST : statusTest1() 05-24-2024 13:13:47: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-24-2024 13:13:47:FINISHED TEST : statusTest1() 05-24-2024 13:13:47:STARTING TEST : statusTest2() 05-24-2024 13:13:47: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-24-2024 13:13:47:FINISHED TEST : statusTest2() 05-24-2024 13:13:47:STARTING TEST : statusTest3() 05-24-2024 13:13:47: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-24-2024 13:13:47:FINISHED TEST : statusTest3() 05-24-2024 13:13:47:STARTING TEST : statusTest4() 05-24-2024 13:13:47: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-24-2024 13:13:47:FINISHED TEST : statusTest4() 05-24-2024 13:13:47:STARTING TEST : statusTest5() 05-24-2024 13:13:47: 05-24-2024 13:13:47:FINISHED TEST : statusTest5() 05-24-2024 13:13:47:STARTING TEST : statusTest7() 05-24-2024 13:13:47: 05-24-2024 13:13:47:FINISHED TEST : statusTest7() 05-24-2024 13:13:47:STARTING TEST : tagTest1() 05-24-2024 13:13:47: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-24-2024 13:13:47:FINISHED TEST : tagTest1() 05-24-2024 13:13:47:STARTING TEST : tagTest2() 05-24-2024 13:13:47: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-24-2024 13:13:47:FINISHED TEST : tagTest2() 05-24-2024 13:13:47:STARTING TEST : hasEntityThrowsIllegalStateExceptionTest() 05-24-2024 13:13:47:IllegalStateException has been thrown as expected 05-24-2024 13:13:47:FINISHED TEST : hasEntityThrowsIllegalStateExceptionTest() 05-24-2024 13:13:47:STARTING TEST : getHeadersIsMutableTest() 05-24-2024 13:13:47:getHeaders is mutable 05-24-2024 13:13:47:FINISHED TEST : getHeadersIsMutableTest() 05-24-2024 13:13:47:STARTING TEST : typeTest() 05-24-2024 13:13:47:Correct status found in Response: 200 Content Type text/plain was found 05-24-2024 13:13:47:FINISHED TEST : typeTest() 05-24-2024 13:13:47:STARTING TEST : cloneTest() 05-24-2024 13:13:47: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-24-2024 13:13:47:FINISHED TEST : cloneTest() 05-24-2024 13:13:47:STARTING TEST : acceptedGenericEntityTest() 05-24-2024 13:13:47:Correct status found in Response: 202 Correct content found in Response: ENtiTy 05-24-2024 13:13:47:FINISHED TEST : acceptedGenericEntityTest() 05-24-2024 13:13:47:STARTING TEST : hasLinkWhenNoLinkTest() 05-24-2024 13:13:47:#hasLink has not found any Link as expected 05-24-2024 13:13:47:FINISHED TEST : hasLinkWhenNoLinkTest() 05-24-2024 13:13:47:STARTING TEST : createdTest() 05-24-2024 13:13:47: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-24-2024 13:13:47:FINISHED TEST : createdTest() 05-24-2024 13:13:47:STARTING TEST : getLanguageTest() 05-24-2024 13:13:47:#getLocale matches the Content-Language HTTP header 05-24-2024 13:13:47:FINISHED TEST : getLanguageTest() 05-24-2024 13:13:47:STARTING TEST : notAcceptableTest() 05-24-2024 13:13:47:Correct status found in Response: 406 05-24-2024 13:13:47:FINISHED TEST : notAcceptableTest() 05-24-2024 13:13:47:STARTING TEST : getDateTest() 05-24-2024 13:13:47:#getDate matches the Date HTTP header 05-24-2024 13:13:47:FINISHED TEST : getDateTest() 05-24-2024 13:13:47:STARTING TEST : languageTest1() 05-24-2024 13:13:47: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-24-2024 13:13:47:FINISHED TEST : languageTest1() 05-24-2024 13:13:47:STARTING TEST : notModifiedTest1() 05-24-2024 13:13:47:Correct status found in Response: 304 05-24-2024 13:13:47:FINISHED TEST : notModifiedTest1() 05-24-2024 13:13:47:STARTING TEST : notModifiedTest2() 05-24-2024 13:13:47: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-24-2024 13:13:47:FINISHED TEST : notModifiedTest2() 05-24-2024 13:13:47:STARTING TEST : notModifiedTest3() 05-24-2024 13:13:47: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-24-2024 13:13:47:FINISHED TEST : notModifiedTest3() 05-24-2024 13:13:47:STARTING TEST : getDateNotPresentTest() 05-24-2024 13:13:47:#getDate is null as expected 05-24-2024 13:13:47:FINISHED TEST : getDateNotPresentTest() 05-24-2024 13:13:47:STARTING TEST : getHeaderStringTest() 05-24-2024 13:13:47:Found following objects: 05-24-2024 13:13:47:Cache-Control:no-store, no-transform Set-Cookie:cookie=eikooc;Version=1 Content-Encoding:gzip Expires:Fri May 24 13:13:47 UTC 2024 Content-Language:fr_CA 05-24-2024 13:13:47:FINISHED TEST : getHeaderStringTest() 05-24-2024 13:13:47:STARTING TEST : getStringHeadersUsingToStringTest() 05-24-2024 13:13:47:#getStringHeaders contains expected values org.glassfish.jersey.internal.util.collection.Views$2$1$1$1@2c8dc915,org.glassfish.jersey.internal.util.collection.Views$2$1$1$1@679be0b2,org.glassfish.jersey.internal.util.collection.Views$2$1$1$1@4927bd53 05-24-2024 13:13:47:FINISHED TEST : getStringHeadersUsingToStringTest() 05-24-2024 13:13:47:STARTING TEST : getAllowedMethodsTest() 05-24-2024 13:13:47:#getAllowedMethods returned expected methods TRACE;POST 05-24-2024 13:13:47:FINISHED TEST : getAllowedMethodsTest() 05-24-2024 13:13:47:STARTING TEST : locationTest() 05-24-2024 13:13:47: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-24-2024 13:13:47:FINISHED TEST : locationTest() 05-24-2024 13:13:47:STARTING TEST : getLengthNotPresentTest() 05-24-2024 13:13:47:#getLength matches expected Content-Length -1 05-24-2024 13:13:47:FINISHED TEST : getLengthNotPresentTest() 05-24-2024 13:13:47:STARTING TEST : getEntityThrowsIllegalStateExceptionTest() 05-24-2024 13:13:47:#getEntity throws IllegalStateException as expected java.lang.IllegalStateException: Response is closed. 05-24-2024 13:13:47:FINISHED TEST : getEntityThrowsIllegalStateExceptionTest() 05-24-2024 13:13:47:STARTING TEST : statusFamilyValueOfTest() 05-24-2024 13:13:47:FINISHED TEST : statusFamilyValueOfTest() 05-24-2024 13:13:47:STARTING TEST : getCookiesIsImmutableTest() 05-24-2024 13:13:47:#getCookies is read-only as expected 05-24-2024 13:13:47:FINISHED TEST : getCookiesIsImmutableTest() 05-24-2024 13:13:47:STARTING TEST : getHeaderStringUsingToStringTest() 05-24-2024 13:13:47:toString method is used as expected 05-24-2024 13:13:47:FINISHED TEST : getHeaderStringUsingToStringTest() 05-24-2024 13:13:47:STARTING TEST : bufferEntityThrowsIllegalStateExceptionTest() 05-24-2024 13:13:47:#bufferEntity throws IllegalStateException as expected 05-24-2024 13:13:47:FINISHED TEST : bufferEntityThrowsIllegalStateExceptionTest() 05-24-2024 13:13:47:STARTING TEST : acceptedNoArgTest() 05-24-2024 13:13:47:Correct status found in Response: 202 05-24-2024 13:13:47:FINISHED TEST : acceptedNoArgTest() 05-24-2024 13:13:47:STARTING TEST : getFamilyTest() 05-24-2024 13:13:47: 05-24-2024 13:13:47:FINISHED TEST : getFamilyTest() 05-24-2024 13:13:47:STARTING TEST : typeTest1() 05-24-2024 13:13:47:Correct status found in Response: 200 Content Type text/html was found 05-24-2024 13:13:47:FINISHED TEST : typeTest1() 05-24-2024 13:13:47:STARTING TEST : getEntityTagTest() 05-24-2024 13:13:47:#getEntityTag is "getEntityTag" as expected 05-24-2024 13:13:47:FINISHED TEST : getEntityTagTest() 05-24-2024 13:13:47:STARTING TEST : noContentTest() 05-24-2024 13:13:47:Correct status found in Response: 204 05-24-2024 13:13:47:FINISHED TEST : noContentTest() 05-24-2024 13:13:47:STARTING TEST : getHeadersTest() 05-24-2024 13:13:47:Found following objects: 05-24-2024 13:13:47:Cache-Control:no-transform Set-Cookie:cookie=eikooc;Version=1 Content-Encoding:gzip Expires:Fri May 24 13:13:47 UTC 2024 Content-Language:fr_CA 05-24-2024 13:13:47:FINISHED TEST : getHeadersTest() 05-24-2024 13:13:47:STARTING TEST : toStringTest() 05-24-2024 13:13:47: 05-24-2024 13:13:47:FINISHED TEST : toStringTest() 05-24-2024 13:13:47:STARTING TEST : getLastModifiedNotPresentTest() 05-24-2024 13:13:47:#getLastModified() is null as expected 05-24-2024 13:13:47:FINISHED TEST : getLastModifiedNotPresentTest() 05-24-2024 13:13:47:STARTING TEST : getStatusInfoTest() 05-24-2024 13:13:47:#getStatusInfo returned expected StatusTypes 05-24-2024 13:13:47:FINISHED TEST : getStatusInfoTest() 05-24-2024 13:13:47:STARTING TEST : hasEntityWhenEntityTest() 05-24-2024 13:13:47:#hasEntity found the entity as expected 05-24-2024 13:13:47:FINISHED TEST : hasEntityWhenEntityTest() 05-24-2024 13:13:47:STARTING TEST : getLengthTest() 05-24-2024 13:13:47:#getLength matches expected Content-Length 10 05-24-2024 13:13:47:FINISHED TEST : getLengthTest() 05-24-2024 13:13:47:STARTING TEST : contentLocationTest() 05-24-2024 13:13:47: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-24-2024 13:13:47:FINISHED TEST : contentLocationTest() 05-24-2024 13:13:47:STARTING TEST : getReasonPhraseTest() 05-24-2024 13:13:47: 05-24-2024 13:13:47:FINISHED TEST : getReasonPhraseTest() 05-24-2024 13:13:47:STARTING TEST : getLastModifiedTest() 05-24-2024 13:13:47:#getLastModified matches the Last-Modified HTTP header 05-24-2024 13:13:47:FINISHED TEST : getLastModifiedTest() 05-24-2024 13:13:47:STARTING TEST : serverErrorTest() 05-24-2024 13:13:47:Correct status found in Response: 500 05-24-2024 13:13:47:FINISHED TEST : serverErrorTest() 05-24-2024 13:13:47:STARTING TEST : hasLinkWhenLinkTest() 05-24-2024 13:13:47:#hasEntity found the Link as expected 05-24-2024 13:13:47:FINISHED TEST : hasLinkWhenLinkTest() 05-24-2024 13:13:47:STARTING TEST : statusValueOfTest() 05-24-2024 13:13:47: 05-24-2024 13:13:47:FINISHED TEST : statusValueOfTest() 05-24-2024 13:13:47:STARTING TEST : getLocationTest() 05-24-2024 13:13:47:#getLocation contains expected location 05-24-2024 13:13:47:FINISHED TEST : getLocationTest() 05-24-2024 13:13:47:STARTING TEST : bufferEntityIgnoreNoBackingStreamTest() 05-24-2024 13:13:47:#bufferEntity did ignore no backing stream as expected 05-24-2024 13:13:47:FINISHED TEST : bufferEntityIgnoreNoBackingStreamTest() 05-24-2024 13:13:47:STARTING TEST : getLinkBuilderForTheNotPresentRelationTest() 05-24-2024 13:13:47:#getLinkBuilder returned null as expected 05-24-2024 13:13:47:FINISHED TEST : getLinkBuilderForTheNotPresentRelationTest() 05-24-2024 13:13:47:STARTING TEST : getLinkNotPresentTest() 05-24-2024 13:13:47:#getLink return null as expected 05-24-2024 13:13:47:FINISHED TEST : getLinkNotPresentTest() 05-24-2024 13:13:47:STARTING TEST : getMediaTypeNoMediaTypeTest() 05-24-2024 13:13:47:#getMediaType returned null as expected 05-24-2024 13:13:47:FINISHED TEST : getMediaTypeNoMediaTypeTest() 05-24-2024 13:13:47:STARTING TEST : variantsTest() 05-24-2024 13:13:47:Correct status found in Response: 200 Found expected header accept-language. Found expected header accept-encoding. 05-24-2024 13:13:47:FINISHED TEST : variantsTest() 05-24-2024 13:13:47:STARTING TEST : getCookiesTest() 05-24-2024 13:13:47: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-24-2024 13:13:47:#getCookies returned expected cookies 05-24-2024 13:13:47:FINISHED TEST : getCookiesTest() 05-24-2024 13:13:47:STARTING TEST : statusFamilyValuesTest() 05-24-2024 13:13:47:FINISHED TEST : statusFamilyValuesTest() 05-24-2024 13:13:47:STARTING TEST : headerTest() 05-24-2024 13:13:47: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-24-2024 13:13:47:FINISHED TEST : headerTest() 05-24-2024 13:13:47:STARTING TEST : hasEntityWhenNoEntityTest() 05-24-2024 13:13:47:#hasEntity has not found any entity as expected 05-24-2024 13:13:47:FINISHED TEST : hasEntityWhenNoEntityTest() [INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.113 s - in ee.jakarta.tck.ws.rs.api.rs.core.responseclient.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.linkjaxbadapter.JAXRSClientIT 05-24-2024 13:13:47:STARTING TEST : unmarshallTest() 05-24-2024 13:13:47:unmarshalled Link contains expected url, title, media type, and parameters ; rel="Relation"; title="XTitleX"; type="application/svg+xml"; name2="val2"; name1="val1" 05-24-2024 13:13:47:FINISHED TEST : unmarshallTest() 05-24-2024 13:13:47:STARTING TEST : marshallTest() 05-24-2024 13:13:47:Marshalled Link contains expected 05-24-2024 13:13:47:FINISHED TEST : marshallTest() [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 s - in ee.jakarta.tck.ws.rs.api.rs.core.linkjaxbadapter.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.uribuilder.JAXRSClientIT 05-24-2024 13:13:47:STARTING TEST : resolveTemplateStringObjectBooleanSlashNotEncodedTest() 05-24-2024 13:13:47:Got expected template {v}/{w}/{x}/{y}/{w} 05-24-2024 13:13:47:FINISHED TEST : resolveTemplateStringObjectBooleanSlashNotEncodedTest() 05-24-2024 13:13:47:STARTING TEST : toTemplateTest() 05-24-2024 13:13:47:Got expected template {v}/{w}/{x}/{y}/{w} 05-24-2024 13:13:47:FINISHED TEST : toTemplateTest() 05-24-2024 13:13:47:STARTING TEST : replacePathTest1() 05-24-2024 13:13:47:FINISHED TEST : replacePathTest1() 05-24-2024 13:13:47:STARTING TEST : replacePathTest2() 05-24-2024 13:13:47:FINISHED TEST : replacePathTest2() 05-24-2024 13:13:47:STARTING TEST : replacePathTest3() 05-24-2024 13:13:47:FINISHED TEST : replacePathTest3() 05-24-2024 13:13:47:STARTING TEST : resolveTemplatesMapThrowsIAEOnNullNameTest() 05-24-2024 13:13:47:IllegalArgumentException has been thrown as expected java.lang.IllegalArgumentException: One or more of template keys or values are null. 05-24-2024 13:13:47:FINISHED TEST : resolveTemplatesMapThrowsIAEOnNullNameTest() 05-24-2024 13:13:47:STARTING TEST : uriStringTest() 05-24-2024 13:13:47:FINISHED TEST : uriStringTest() 05-24-2024 13:13:47:STARTING TEST : fromMethodThrowsIllegalArgumentExceptionWhenNoPathTest() 05-24-2024 13:13:47: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-24-2024 13:13:47:FINISHED TEST : fromMethodThrowsIllegalArgumentExceptionWhenNoPathTest() 05-24-2024 13:13:47:STARTING TEST : uriStringThrowsIAEWhenNoUriTest() 05-24-2024 13:13:47:#IllegalArgumentException has been thrown as expected for #uri(noURI) 05-24-2024 13:13:47:FINISHED TEST : uriStringThrowsIAEWhenNoUriTest() 05-24-2024 13:13:47:STARTING TEST : resolveTemplatesMapBooleanSlashNotEncodedTest() 05-24-2024 13:13:47:FINISHED TEST : resolveTemplatesMapBooleanSlashNotEncodedTest() 05-24-2024 13:13:47:STARTING TEST : fromLinkTest() 05-24-2024 13:13:47:URI fromLink is equal to the expected URI 05-24-2024 13:13:47:FINISHED TEST : fromLinkTest() 05-24-2024 13:13:47:STARTING TEST : buildObjectsBooleanThrowsIAEWhenNoValueSuppliedTest() 05-24-2024 13:13:47:IllegalArgumentException has been thrown as expected java.lang.IllegalArgumentException: The template variable 'w' has no value 05-24-2024 13:13:47:FINISHED TEST : buildObjectsBooleanThrowsIAEWhenNoValueSuppliedTest() 05-24-2024 13:13:47:STARTING TEST : resolveTemplateFromEncodedPercentEncodedTest() 05-24-2024 13:13:47:FINISHED TEST : resolveTemplateFromEncodedPercentEncodedTest() 05-24-2024 13:13:47:STARTING TEST : uriTest1() 05-24-2024 13:13:47:FINISHED TEST : uriTest1() 05-24-2024 13:13:47:STARTING TEST : resolveTemplatesFromEncodedPercentEncodedTest() 05-24-2024 13:13:47:FINISHED TEST : resolveTemplatesFromEncodedPercentEncodedTest() 05-24-2024 13:13:47:STARTING TEST : replaceQueryParamTest1() 05-24-2024 13:13:47:FINISHED TEST : replaceQueryParamTest1() 05-24-2024 13:13:47:STARTING TEST : replaceQueryParamTest2() 05-24-2024 13:13:47:FINISHED TEST : replaceQueryParamTest2() 05-24-2024 13:13:47:STARTING TEST : replaceQueryParamTest3() 05-24-2024 13:13:47:FINISHED TEST : replaceQueryParamTest3() 05-24-2024 13:13:47:STARTING TEST : schemeTest1() 05-24-2024 13:13:47:FINISHED TEST : schemeTest1() 05-24-2024 13:13:47:STARTING TEST : schemeTest2() 05-24-2024 13:13:47:FINISHED TEST : schemeTest2() 05-24-2024 13:13:47:STARTING TEST : buildFromMapWithBooleanSlashEncodedTest() 05-24-2024 13:13:47:FINISHED TEST : buildFromMapWithBooleanSlashEncodedTest() 05-24-2024 13:13:47:STARTING TEST : buildFromMapTest1() 05-24-2024 13:13:47:FINISHED TEST : buildFromMapTest1() 05-24-2024 13:13:47:STARTING TEST : buildFromMapTest2() 05-24-2024 13:13:47:FINISHED TEST : buildFromMapTest2() 05-24-2024 13:13:47:STARTING TEST : buildFromMapTest3() 05-24-2024 13:13:47:FINISHED TEST : buildFromMapTest3() 05-24-2024 13:13:47:STARTING TEST : buildFromMapTest4() 05-24-2024 13:13:47:FINISHED TEST : buildFromMapTest4() 05-24-2024 13:13:47:STARTING TEST : buildFromMapTest5() 05-24-2024 13:13:47:FINISHED TEST : buildFromMapTest5() 05-24-2024 13:13:47:STARTING TEST : fragmentTest1() 05-24-2024 13:13:47:FINISHED TEST : fragmentTest1() 05-24-2024 13:13:47:STARTING TEST : resolveTemplatesMapThrowsIAEOnNullValueTest() 05-24-2024 13:13:47:IllegalArgumentException has been thrown as expected java.lang.IllegalArgumentException: One or more of template keys or values are null. 05-24-2024 13:13:47:FINISHED TEST : resolveTemplatesMapThrowsIAEOnNullValueTest() 05-24-2024 13:13:47:STARTING TEST : hostTest1() 05-24-2024 13:13:47:FINISHED TEST : hostTest1() 05-24-2024 13:13:47:STARTING TEST : hostTest2() 05-24-2024 13:13:47:FINISHED TEST : hostTest2() 05-24-2024 13:13:47:STARTING TEST : fromMethodThrowsIllegalArgumentExceptionWhenMorePathsTest() 05-24-2024 13:13:47:IllegalArgumentException has been sucessfully thrown java.lang.IllegalArgumentException 05-24-2024 13:13:47:FINISHED TEST : fromMethodThrowsIllegalArgumentExceptionWhenMorePathsTest() 05-24-2024 13:13:47:STARTING TEST : userInfoTest() foo:foo foo:foo 05-24-2024 13:13:47:FINISHED TEST : userInfoTest() 05-24-2024 13:13:47:STARTING TEST : resolveTemplateStringObjectBooleanThrowsIAEOnNullValueTest() 05-24-2024 13:13:47:IllegalArgumentException has been thrown as expected java.lang.IllegalArgumentException: "value" parameter is null. 05-24-2024 13:13:47:FINISHED TEST : resolveTemplateStringObjectBooleanThrowsIAEOnNullValueTest() 05-24-2024 13:13:47:STARTING TEST : resolveTemplateStringObjectBooleanSlashEncodedTest() 05-24-2024 13:13:47:Got expected template {v}/{w}/{x}/{y}/{w} 05-24-2024 13:13:47:FINISHED TEST : resolveTemplateStringObjectBooleanSlashEncodedTest() 05-24-2024 13:13:47:STARTING TEST : buildTest1() 05-24-2024 13:13:47:FINISHED TEST : buildTest1() 05-24-2024 13:13:47:STARTING TEST : buildTest2() 05-24-2024 13:13:47:FINISHED TEST : buildTest2() 05-24-2024 13:13:47:STARTING TEST : buildFromMapWithBooleanSlashNotEncodedTest() 05-24-2024 13:13:47:FINISHED TEST : buildFromMapWithBooleanSlashNotEncodedTest() 05-24-2024 13:13:47:STARTING TEST : pathTest0() 05-24-2024 13:13:47:FINISHED TEST : pathTest0() 05-24-2024 13:13:47:STARTING TEST : pathTest1() 05-24-2024 13:13:47:FINISHED TEST : pathTest1() 05-24-2024 13:13:47:STARTING TEST : pathTest2() 05-24-2024 13:13:47:FINISHED TEST : pathTest2() 05-24-2024 13:13:47:STARTING TEST : pathTest3() 05-24-2024 13:13:47:FINISHED TEST : pathTest3() 05-24-2024 13:13:47:STARTING TEST : pathTest4() 05-24-2024 13:13:47:FINISHED TEST : pathTest4() 05-24-2024 13:13:47:STARTING TEST : pathTest5() 05-24-2024 13:13:47:FINISHED TEST : pathTest5() 05-24-2024 13:13:47:STARTING TEST : pathTest6() 05-24-2024 13:13:47:FINISHED TEST : pathTest6() 05-24-2024 13:13:47:STARTING TEST : pathTest7() 05-24-2024 13:13:47:FINISHED TEST : pathTest7() 05-24-2024 13:13:47:STARTING TEST : pathTest8() 05-24-2024 13:13:47:FINISHED TEST : pathTest8() 05-24-2024 13:13:47:STARTING TEST : pathTest9() 05-24-2024 13:13:47:FINISHED TEST : pathTest9() 05-24-2024 13:13:47:STARTING TEST : resolveTemplateStringObjectThrowsIAEOnNullValueTest() 05-24-2024 13:13:47:IllegalArgumentException has been thrown as expected java.lang.IllegalArgumentException: "value" parameter is null. 05-24-2024 13:13:47:FINISHED TEST : resolveTemplateStringObjectThrowsIAEOnNullValueTest() 05-24-2024 13:13:47:STARTING TEST : resolveTemplatesMapBooleanThrowsIAEOnNullNameTest() 05-24-2024 13:13:47:IllegalArgumentException has been thrown as expected java.lang.IllegalArgumentException: One or more of template keys or values are null. 05-24-2024 13:13:47:FINISHED TEST : resolveTemplatesMapBooleanThrowsIAEOnNullNameTest() 05-24-2024 13:13:47:STARTING TEST : templateTest1() 05-24-2024 13:13:47:FINISHED TEST : templateTest1() 05-24-2024 13:13:47:STARTING TEST : templateTest2() 05-24-2024 13:13:47:FINISHED TEST : templateTest2() 05-24-2024 13:13:47:STARTING TEST : uriTest() 05-24-2024 13:13:47: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-24-2024 13:13:47:FINISHED TEST : uriTest() 05-24-2024 13:13:47:STARTING TEST : resolveTemplateFromEncodedThrowsNullOnNullValueTest() 05-24-2024 13:13:47:IllegalArgumentException thrown as expected java.lang.IllegalArgumentException: "value" parameter is null. 05-24-2024 13:13:47:FINISHED TEST : resolveTemplateFromEncodedThrowsNullOnNullValueTest() 05-24-2024 13:13:47:STARTING TEST : resolveTemplateFromEncodedThrowsNullOnNullNameTest() 05-24-2024 13:13:47:IllegalArgumentException thrown as expected java.lang.IllegalArgumentException: "name" parameter is null. 05-24-2024 13:13:47:FINISHED TEST : resolveTemplateFromEncodedThrowsNullOnNullNameTest() 05-24-2024 13:13:47:STARTING TEST : resolveTemplatesMapBooleanThrowsIAEOnNullMapTest() 05-24-2024 13:13:47:IllegalArgumentException has been thrown as expected java.lang.IllegalArgumentException: "templateValues" parameter is null. 05-24-2024 13:13:47:FINISHED TEST : resolveTemplatesMapBooleanThrowsIAEOnNullMapTest() 05-24-2024 13:13:47:STARTING TEST : uriStringThrowsIAEWhenNullTest() 05-24-2024 13:13:47:#IllegalArgumentException has been thrown as expected for #uri(null) 05-24-2024 13:13:47:FINISHED TEST : uriStringThrowsIAEWhenNullTest() 05-24-2024 13:13:47:STARTING TEST : replaceQueryTest1() 05-24-2024 13:13:47:FINISHED TEST : replaceQueryTest1() 05-24-2024 13:13:47:STARTING TEST : replaceQueryTest2() 05-24-2024 13:13:47:FINISHED TEST : replaceQueryTest2() 05-24-2024 13:13:47:STARTING TEST : replaceQueryTest3() 05-24-2024 13:13:47:FINISHED TEST : replaceQueryTest3() 05-24-2024 13:13:47:STARTING TEST : resolveTemplatesFromEncodedTest() 05-24-2024 13:13:47:FINISHED TEST : resolveTemplatesFromEncodedTest() 05-24-2024 13:13:47:STARTING TEST : resolveTemplatesFromEncodedThrowsNullOnNullValueTest() 05-24-2024 13:13:47:IllegalArgumentException thrown as expected java.lang.IllegalArgumentException: One or more of template keys or values are null. 05-24-2024 13:13:47:FINISHED TEST : resolveTemplatesFromEncodedThrowsNullOnNullValueTest() 05-24-2024 13:13:47:STARTING TEST : uriBuilderExceptionTest1() 05-24-2024 13:13:47:FINISHED TEST : uriBuilderExceptionTest1() 05-24-2024 13:13:47:STARTING TEST : uriBuilderExceptionTest2() 05-24-2024 13:13:47:FINISHED TEST : uriBuilderExceptionTest2() 05-24-2024 13:13:47:STARTING TEST : uriBuilderExceptionTest3() 05-24-2024 13:13:47:FINISHED TEST : uriBuilderExceptionTest3() 05-24-2024 13:13:47:STARTING TEST : uriBuilderExceptionTest4() 05-24-2024 13:13:47:FINISHED TEST : uriBuilderExceptionTest4() 05-24-2024 13:13:47:STARTING TEST : resolveTemplatesFromEncodedThrowsNullOnNullNameTest() 05-24-2024 13:13:47:IllegalArgumentException thrown as expected java.lang.IllegalArgumentException: One or more of template keys or values are null. 05-24-2024 13:13:47:FINISHED TEST : resolveTemplatesFromEncodedThrowsNullOnNullNameTest() 05-24-2024 13:13:47:STARTING TEST : replaceMatrixParamTest1() 05-24-2024 13:13:47:FINISHED TEST : replaceMatrixParamTest1() 05-24-2024 13:13:47:STARTING TEST : replaceMatrixParamTest2() 05-24-2024 13:13:47:FINISHED TEST : replaceMatrixParamTest2() 05-24-2024 13:13:47:STARTING TEST : replaceMatrixParamTest3() 05-24-2024 13:13:47:FINISHED TEST : replaceMatrixParamTest3() 05-24-2024 13:13:47:STARTING TEST : replaceMatrixParamTest4() 05-24-2024 13:13:47:FINISHED TEST : replaceMatrixParamTest4() 05-24-2024 13:13:47:STARTING TEST : buildObjectsBooleanEncodedTest() 05-24-2024 13:13:47:FINISHED TEST : buildObjectsBooleanEncodedTest() 05-24-2024 13:13:47:STARTING TEST : schemeSpecificPartTest1() 05-24-2024 13:13:47:FINISHED TEST : schemeSpecificPartTest1() 05-24-2024 13:13:47:STARTING TEST : fromLinkThrowsIllegalArgumentExceptionTest() 05-24-2024 13:13:47:IllegalArgumentException has been thrown as expected 05-24-2024 13:13:47:FINISHED TEST : fromLinkThrowsIllegalArgumentExceptionTest() 05-24-2024 13:13:47:STARTING TEST : replaceMatrixTest1() 05-24-2024 13:13:47:FINISHED TEST : replaceMatrixTest1() 05-24-2024 13:13:47:STARTING TEST : replaceMatrixTest2() 05-24-2024 13:13:47:FINISHED TEST : replaceMatrixTest2() 05-24-2024 13:13:47:STARTING TEST : replaceMatrixTest3() 05-24-2024 13:13:47:FINISHED TEST : replaceMatrixTest3() 05-24-2024 13:13:47:STARTING TEST : segmentTest1() 05-24-2024 13:13:47:FINISHED TEST : segmentTest1() 05-24-2024 13:13:47:STARTING TEST : segmentTest2() 05-24-2024 13:13:47:FINISHED TEST : segmentTest2() 05-24-2024 13:13:47:STARTING TEST : segmentTest3() 05-24-2024 13:13:47:FINISHED TEST : segmentTest3() 05-24-2024 13:13:47:STARTING TEST : fromResourceTest1() 05-24-2024 13:13:47:FINISHED TEST : fromResourceTest1() 05-24-2024 13:13:47:STARTING TEST : fromResourceTest2() 05-24-2024 13:13:47:FINISHED TEST : fromResourceTest2() 05-24-2024 13:13:47:STARTING TEST : resolveTemplatesFromEncodedThrowsNullOnNullMapTest() 05-24-2024 13:13:47:IllegalArgumentException thrown as expected java.lang.IllegalArgumentException: "templateValues" parameter is null. 05-24-2024 13:13:47:FINISHED TEST : resolveTemplatesFromEncodedThrowsNullOnNullMapTest() 05-24-2024 13:13:47:STARTING TEST : schemeSpecificPartTest() 05-24-2024 13:13:47:FINISHED TEST : schemeSpecificPartTest() 05-24-2024 13:13:47:STARTING TEST : matrixParamTest1() 05-24-2024 13:13:47:FINISHED TEST : matrixParamTest1() 05-24-2024 13:13:47:STARTING TEST : matrixParamTest2() 05-24-2024 13:13:47:FINISHED TEST : matrixParamTest2() 05-24-2024 13:13:47:STARTING TEST : matrixParamTest3() 05-24-2024 13:13:47:FINISHED TEST : matrixParamTest3() 05-24-2024 13:13:47:STARTING TEST : resolveTemplatesMapBooleanSlashEncodedTest() 05-24-2024 13:13:47:FINISHED TEST : resolveTemplatesMapBooleanSlashEncodedTest() 05-24-2024 13:13:47:STARTING TEST : fromUriTest1() 05-24-2024 13:13:47:FINISHED TEST : fromUriTest1() 05-24-2024 13:13:47:STARTING TEST : fromUriTest2() 05-24-2024 13:13:47:FINISHED TEST : fromUriTest2() 05-24-2024 13:13:47:STARTING TEST : fromUriTest3() 05-24-2024 13:13:47:FINISHED TEST : fromUriTest3() 05-24-2024 13:13:47:STARTING TEST : fromUriTest4() 05-24-2024 13:13:47:FINISHED TEST : fromUriTest4() 05-24-2024 13:13:47:STARTING TEST : pathTest10() 05-24-2024 13:13:47:FINISHED TEST : pathTest10() 05-24-2024 13:13:47:STARTING TEST : pathTest11() 05-24-2024 13:13:47:FINISHED TEST : pathTest11() 05-24-2024 13:13:47:STARTING TEST : pathTest12() 05-24-2024 13:13:47:FINISHED TEST : pathTest12() 05-24-2024 13:13:47:STARTING TEST : pathTest13() 05-24-2024 13:13:47:FINISHED TEST : pathTest13() 05-24-2024 13:13:47:STARTING TEST : resolveTemplatesMapBooleanThrowsIAEOnNullValueTest() 05-24-2024 13:13:47:IllegalArgumentException has been thrown as expected java.lang.IllegalArgumentException: One or more of template keys or values are null. 05-24-2024 13:13:47:FINISHED TEST : resolveTemplatesMapBooleanThrowsIAEOnNullValueTest() 05-24-2024 13:13:47:STARTING TEST : resolveTemplateStringObjectTest() 05-24-2024 13:13:47:Got expected template {v}/{w}/{x}/{y}/{w} 05-24-2024 13:13:47:FINISHED TEST : resolveTemplateStringObjectTest() 05-24-2024 13:13:47:STARTING TEST : fromMethodTest() 05-24-2024 13:13:47:URI fromMethod is equal to the expected URI /sub 05-24-2024 13:13:47:FINISHED TEST : fromMethodTest() 05-24-2024 13:13:47:STARTING TEST : portTest1() 05-24-2024 13:13:47:FINISHED TEST : portTest1() 05-24-2024 13:13:47:STARTING TEST : portTest2() 05-24-2024 13:13:47:FINISHED TEST : portTest2() 05-24-2024 13:13:47:STARTING TEST : pathTest() 05-24-2024 13:13:47:FINISHED TEST : pathTest() 05-24-2024 13:13:47:STARTING TEST : resolveTemplateStringObjectThrowsIAEOnNullNameTest() 05-24-2024 13:13:47:IllegalArgumentException has been thrown as expected java.lang.IllegalArgumentException: "name" parameter is null. 05-24-2024 13:13:47:FINISHED TEST : resolveTemplateStringObjectThrowsIAEOnNullNameTest() 05-24-2024 13:13:47:STARTING TEST : fromEncodedTest1() 05-24-2024 13:13:47:FINISHED TEST : fromEncodedTest1() 05-24-2024 13:13:47:STARTING TEST : fromEncodedTest2() 05-24-2024 13:13:47:FINISHED TEST : fromEncodedTest2() 05-24-2024 13:13:47:STARTING TEST : fromEncodedTest3() 05-24-2024 13:13:47:FINISHED TEST : fromEncodedTest3() 05-24-2024 13:13:47:STARTING TEST : buildFromMapWithBooleanThrowsIAEWhenNullValueTest() 05-24-2024 13:13:47:IllegalArgumentException has been thrown as expected 05-24-2024 13:13:47:FINISHED TEST : buildFromMapWithBooleanThrowsIAEWhenNullValueTest() 05-24-2024 13:13:47:STARTING TEST : buildObjectsBooleanNotEncodedTest() 05-24-2024 13:13:47:FINISHED TEST : buildObjectsBooleanNotEncodedTest() 05-24-2024 13:13:47:STARTING TEST : resolveTemplateFromEncodedTest() 05-24-2024 13:13:47:FINISHED TEST : resolveTemplateFromEncodedTest() 05-24-2024 13:13:47:STARTING TEST : queryParamTest1() 05-24-2024 13:13:47:FINISHED TEST : queryParamTest1() 05-24-2024 13:13:47:STARTING TEST : queryParamTest2() 05-24-2024 13:13:47:FINISHED TEST : queryParamTest2() 05-24-2024 13:13:47:STARTING TEST : queryParamTest3() 05-24-2024 13:13:47:FINISHED TEST : queryParamTest3() 05-24-2024 13:13:47:STARTING TEST : queryParamTest4() 05-24-2024 13:13:47:FINISHED TEST : queryParamTest4() 05-24-2024 13:13:47:STARTING TEST : queryParamTest5() 05-24-2024 13:13:47:FINISHED TEST : queryParamTest5() 05-24-2024 13:13:47:STARTING TEST : buildObjectsBooleanThrowsIAEWhenValueIsNullTest() 05-24-2024 13:13:47:IllegalArgumentException has been thrown as expected java.lang.IllegalArgumentException: The template variable 'w' has no value 05-24-2024 13:13:47:FINISHED TEST : buildObjectsBooleanThrowsIAEWhenValueIsNullTest() 05-24-2024 13:13:47:STARTING TEST : fromPathTest1() 05-24-2024 13:13:47:FINISHED TEST : fromPathTest1() 05-24-2024 13:13:47:STARTING TEST : fromPathTest2() 05-24-2024 13:13:47:FINISHED TEST : fromPathTest2() 05-24-2024 13:13:47:STARTING TEST : buildFromMapWithBooleanThrowsIAEWhenNoSuppliedValueTest() 05-24-2024 13:13:47:IllegalArgumentException has been thrown as expected 05-24-2024 13:13:47:FINISHED TEST : buildFromMapWithBooleanThrowsIAEWhenNoSuppliedValueTest() 05-24-2024 13:13:47:STARTING TEST : resolveTemplateStringObjectBooleanThrowsIAEOnNullNameTest() 05-24-2024 13:13:47:IllegalArgumentException has been thrown as expected java.lang.IllegalArgumentException: "name" parameter is null. 05-24-2024 13:13:47:FINISHED TEST : resolveTemplateStringObjectBooleanThrowsIAEOnNullNameTest() 05-24-2024 13:13:47:STARTING TEST : cloneTest1() 05-24-2024 13:13:47:FINISHED TEST : cloneTest1() 05-24-2024 13:13:47:STARTING TEST : resolveTemplatesMapTest() 05-24-2024 13:13:47:FINISHED TEST : resolveTemplatesMapTest() 05-24-2024 13:13:47:STARTING TEST : buildFromEncodedMapTest1() 05-24-2024 13:13:47:FINISHED TEST : buildFromEncodedMapTest1() 05-24-2024 13:13:47:STARTING TEST : buildFromEncodedMapTest2() 05-24-2024 13:13:47:FINISHED TEST : buildFromEncodedMapTest2() 05-24-2024 13:13:47:STARTING TEST : buildFromEncodedMapTest3() 05-24-2024 13:13:47:FINISHED TEST : buildFromEncodedMapTest3() 05-24-2024 13:13:47:STARTING TEST : buildFromEncodedMapTest4() 05-24-2024 13:13:47:FINISHED TEST : buildFromEncodedMapTest4() 05-24-2024 13:13:47:STARTING TEST : buildFromEncodedMapTest5() 05-24-2024 13:13:47:FINISHED TEST : buildFromEncodedMapTest5() [WARNING] Tests run: 126, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.197 s - in ee.jakarta.tck.ws.rs.api.rs.core.uribuilder.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.configuration.JAXRSClientIT 05-24-2024 13:13:47:STARTING TEST : isRegisteredProviderRegisteredClassTest() 05-24-2024 13:13:47:Already registered 0 classes 05-24-2024 13:13:47:Already registered 0 instances 05-24-2024 13:13:47:Already registered 0 properties 05-24-2024 13:13:47:Found registered CallableProvider1 as expected on Client configuration 05-24-2024 13:13:47:Found registered CallableProvider2 as expected on WebTarget configuration 05-24-2024 13:13:47:Found registered CallableProvider1 as expected on WebTarget configuration 05-24-2024 13:13:47:FINISHED TEST : isRegisteredProviderRegisteredClassTest() 05-24-2024 13:13:47:STARTING TEST : getRuntimeTypeTest() 05-24-2024 13:13:47:Already registered 0 classes 05-24-2024 13:13:47:Already registered 0 instances 05-24-2024 13:13:47:Already registered 0 properties 05-24-2024 13:13:47:#getRuntimeType() is CLIENT as expected on Client configuration 05-24-2024 13:13:47:#getRuntimeType() is CLIENT as expected on WebTarget configuration 05-24-2024 13:13:47:FINISHED TEST : getRuntimeTypeTest() 05-24-2024 13:13:47:STARTING TEST : getContractsTest() 05-24-2024 13:13:47:Already registered 0 classes 05-24-2024 13:13:47:Already registered 0 instances 05-24-2024 13:13:47:Already registered 0 properties 05-24-2024 13:13:47:#getContracts() is interface jakarta.ws.rs.ext.MessageBodyReader as expected on Client configuration 05-24-2024 13:13:47:Found expected priority 124 05-24-2024 13:13:47:#getContracts() is interface jakarta.ws.rs.ext.MessageBodyReader as expected on WebTarget configuration 05-24-2024 13:13:47:Found expected priority 124 05-24-2024 13:13:47:FINISHED TEST : getContractsTest() 05-24-2024 13:13:47:STARTING TEST : getContractsIsNeverNullTest() 05-24-2024 13:13:47:Already registered 0 classes 05-24-2024 13:13:47:Already registered 0 instances 05-24-2024 13:13:47:Already registered 0 properties 05-24-2024 13:13:47:#getContracts() is not null as expected on Client configuration 05-24-2024 13:13:47:#getContracts() is not null as expected on WebTarget configuration 05-24-2024 13:13:47:FINISHED TEST : getContractsIsNeverNullTest() 05-24-2024 13:13:47:STARTING TEST : getClassesIsNeverNullTest() 05-24-2024 13:13:47:Already registered 0 classes 05-24-2024 13:13:47:Already registered 0 instances 05-24-2024 13:13:47:Already registered 0 properties 05-24-2024 13:13:47:#getClasses() is not null as expected on Client configuration 05-24-2024 13:13:47:#getClasses() is not null as expected on WebTarget configuration 05-24-2024 13:13:47:FINISHED TEST : getClassesIsNeverNullTest() 05-24-2024 13:13:47:STARTING TEST : getClassesTest() 05-24-2024 13:13:47:Already registered 0 classes 05-24-2024 13:13:47:Already registered 0 instances 05-24-2024 13:13:47:Already registered 0 properties 05-24-2024 13:13:47:Found 1 providers 05-24-2024 13:13:47:Found 2 providers 05-24-2024 13:13:47:FINISHED TEST : getClassesTest() 05-24-2024 13:13:47:STARTING TEST : getInstancesIsImmutableTest() 05-24-2024 13:13:47:Already registered 0 classes 05-24-2024 13:13:47:Already registered 0 instances 05-24-2024 13:13:47:Already registered 0 properties 05-24-2024 13:13:47:Found 0 providers 05-24-2024 13:13:47:Found 0 providers 05-24-2024 13:13:47:FINISHED TEST : getInstancesIsImmutableTest() 05-24-2024 13:13:47:STARTING TEST : getPropertiesIsImmutableTest() 05-24-2024 13:13:47:Already registered 0 classes 05-24-2024 13:13:47:Already registered 0 instances 05-24-2024 13:13:47:Already registered 0 properties 05-24-2024 13:13:47:Found 1 properties 05-24-2024 13:13:47:Found 2 properties 05-24-2024 13:13:47:FINISHED TEST : getPropertiesIsImmutableTest() 05-24-2024 13:13:47:STARTING TEST : getPropertyNamesTest() 05-24-2024 13:13:47:Already registered 0 classes 05-24-2024 13:13:47:Already registered 0 instances 05-24-2024 13:13:47:Already registered 0 properties 05-24-2024 13:13:47:Found 1 properties 05-24-2024 13:13:47:Found 2 properties 05-24-2024 13:13:47:FINISHED TEST : getPropertyNamesTest() 05-24-2024 13:13:47:STARTING TEST : getPropertyIsNullTest() 05-24-2024 13:13:47:Already registered 0 classes 05-24-2024 13:13:47:Already registered 0 instances 05-24-2024 13:13:47:Already registered 0 properties 05-24-2024 13:13:47:#getProperty('nonexisting') is null as expected 05-24-2024 13:13:47:#getProperty('nonexisting') is null as expected 05-24-2024 13:13:47:FINISHED TEST : getPropertyIsNullTest() 05-24-2024 13:13:47:STARTING TEST : getPropertyTest() 05-24-2024 13:13:47:Already registered 0 classes 05-24-2024 13:13:47:Already registered 0 instances 05-24-2024 13:13:47:Already registered 0 properties 05-24-2024 13:13:47:Found property0 05-24-2024 13:13:47:Found property1 05-24-2024 13:13:47:FINISHED TEST : getPropertyTest() 05-24-2024 13:13:47:STARTING TEST : getInstancesIsNeverNullTest() 05-24-2024 13:13:47:Already registered 0 classes 05-24-2024 13:13:47:Already registered 0 instances 05-24-2024 13:13:47:Already registered 0 properties 05-24-2024 13:13:47:#getInstances() is not null as expected on Client configuration 05-24-2024 13:13:47:#getInstances() is not null as expected on WebTarget configuration 05-24-2024 13:13:47:FINISHED TEST : getInstancesIsNeverNullTest() 05-24-2024 13:13:47:STARTING TEST : getPropertiesTest() 05-24-2024 13:13:47:Already registered 0 classes 05-24-2024 13:13:47:Already registered 0 instances 05-24-2024 13:13:47:Already registered 0 properties 05-24-2024 13:13:47:Found 1 properties 05-24-2024 13:13:47:Found 2 properties 05-24-2024 13:13:47:FINISHED TEST : getPropertiesTest() 05-24-2024 13:13:47:STARTING TEST : getClassesIsImmutableTest() 05-24-2024 13:13:47:Already registered 0 classes 05-24-2024 13:13:47:Already registered 0 instances 05-24-2024 13:13:47:Already registered 0 properties 05-24-2024 13:13:47:Found 0 providers 05-24-2024 13:13:47:Found 0 providers 05-24-2024 13:13:47:Found 0 providers 05-24-2024 13:13:47:FINISHED TEST : getClassesIsImmutableTest() 05-24-2024 13:13:47:STARTING TEST : getInstancesTest() 05-24-2024 13:13:48:Already registered 0 classes 05-24-2024 13:13:48:Already registered 0 instances 05-24-2024 13:13:48:Already registered 0 properties 05-24-2024 13:13:48:Found 1 providers 05-24-2024 13:13:48:Found 2 providers 05-24-2024 13:13:48:FINISHED TEST : getInstancesTest() 05-24-2024 13:13:48:STARTING TEST : isRegisteredProviderRegisteredInstanceTest() 05-24-2024 13:13:48:Already registered 0 classes 05-24-2024 13:13:48:Already registered 0 instances 05-24-2024 13:13:48:Already registered 0 properties 05-24-2024 13:13:48:Found registered CallableProvider1 as expected on Client configuration 05-24-2024 13:13:48:Found registered CallableProvider2 as expected on WebTarget configuration 05-24-2024 13:13:48:Found registered CallableProvider1 as expected on WebTarget configuration 05-24-2024 13:13:48:FINISHED TEST : isRegisteredProviderRegisteredInstanceTest() 05-24-2024 13:13:48:STARTING TEST : getPropertyNamesIsImmutableTest() 05-24-2024 13:13:48:Already registered 0 classes 05-24-2024 13:13:48:Already registered 0 instances 05-24-2024 13:13:48:Already registered 0 properties 05-24-2024 13:13:48:Found 1 properties 05-24-2024 13:13:48:Found 2 properties 05-24-2024 13:13:48:FINISHED TEST : getPropertyNamesIsImmutableTest() [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 s - in ee.jakarta.tck.ws.rs.api.rs.core.configuration.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.configurable.JAXRSClientIT 05-24-2024 13:13:48:STARTING TEST : registerFeatureClassReturningFalseWithPriorityTest() 05-24-2024 13:13:48:Already registered 0 classes 05-24-2024 13:13:48:Already registered 0 instances 05-24-2024 13:13:48:Found 1 features 05-24-2024 13:13:48:Found 1 features 05-24-2024 13:13:48:FINISHED TEST : registerFeatureClassReturningFalseWithPriorityTest() 05-24-2024 13:13:48:STARTING TEST : registerClassContractsTest() 05-24-2024 13:13:48:Already registered 0 classes 05-24-2024 13:13:48:Already registered 0 instances 05-24-2024 13:13:48:Found 1 features 05-24-2024 13:13:48:Found 1 features 05-24-2024 13:13:48:FINISHED TEST : registerClassContractsTest() 05-24-2024 13:13:48:STARTING TEST : registerFeatureInstanceReturningFalseTest() 05-24-2024 13:13:48:Already registered 0 classes 05-24-2024 13:13:48:Already registered 0 instances 05-24-2024 13:13:48:Found 1 features 05-24-2024 13:13:48:Found 1 features 05-24-2024 13:13:48:FINISHED TEST : registerFeatureInstanceReturningFalseTest() 05-24-2024 13:13:48:STARTING TEST : registerFeatureClassReturningFalseTest() 05-24-2024 13:13:48:Already registered 0 classes 05-24-2024 13:13:48:Already registered 0 instances 05-24-2024 13:13:48:Found 1 features 05-24-2024 13:13:48:Found 1 features 05-24-2024 13:13:48:FINISHED TEST : registerFeatureClassReturningFalseTest() [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in ee.jakarta.tck.ws.rs.api.rs.core.configurable.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.linkbuilder.JAXRSClientIT 05-24-2024 13:13:48:STARTING TEST : titleTest() 05-24-2024 13:13:48:#title set expected title 05-24-2024 13:13:48:FINISHED TEST : titleTest() 05-24-2024 13:13:48:STARTING TEST : uriStringThrowsIAETest() 05-24-2024 13:13:48:#uri(nonUriString) throws IllegalArgumentException as expected 05-24-2024 13:13:48:FINISHED TEST : uriStringThrowsIAETest() 05-24-2024 13:13:48:STARTING TEST : linkLinkTest() 05-24-2024 13:13:48:Found vAlUe in map {rel=RlrL, paRam3=VVallue, Param1=vAlUe, title=Ttttlll, type=text/xml, parAM2=ValuEe} as expected 05-24-2024 13:13:48:Found ValuEe in map {rel=RlrL, paRam3=VVallue, Param1=vAlUe, title=Ttttlll, type=text/xml, parAM2=ValuEe} as expected 05-24-2024 13:13:48:Found VVallue in map {rel=RlrL, paRam3=VVallue, Param1=vAlUe, title=Ttttlll, type=text/xml, parAM2=ValuEe} as expected 05-24-2024 13:13:48:Found expected http://oracle.com:888/ 05-24-2024 13:13:48: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-24-2024 13:13:48:FINISHED TEST : linkLinkTest() 05-24-2024 13:13:48:STARTING TEST : buildRelativizedThrowsIAEWhenNotSuppliedValuesTest() 05-24-2024 13:13:48:IllegalArgumentException has been thrown as expected when a value has not been supplied 05-24-2024 13:13:48:FINISHED TEST : buildRelativizedThrowsIAEWhenNotSuppliedValuesTest() 05-24-2024 13:13:48:STARTING TEST : paramThrowsExceptionWhenNullValueTest() 05-24-2024 13:13:48:#param throws IllegalArgumentException as expected 05-24-2024 13:13:48:FINISHED TEST : paramThrowsExceptionWhenNullValueTest() 05-24-2024 13:13:48:STARTING TEST : paramThrowsExceptionWhenNullNameTest() 05-24-2024 13:13:48:#param throws IllegalArgumentException as expected 05-24-2024 13:13:48:FINISHED TEST : paramThrowsExceptionWhenNullNameTest() 05-24-2024 13:13:48:STARTING TEST : uriStringTest() 05-24-2024 13:13:48:#uri(String) affected link as expected 05-24-2024 13:13:48:FINISHED TEST : uriStringTest() 05-24-2024 13:13:48:STARTING TEST : baseUriStringTest() 05-24-2024 13:13:48:Created URI http://oracle.com:888/a/b/c 05-24-2024 13:13:48:Found expected http://oracle.com:888/ 05-24-2024 13:13:48:FINISHED TEST : baseUriStringTest() 05-24-2024 13:13:48:STARTING TEST : uriUriTest() 05-24-2024 13:13:48:#uri(URI) affected link as expected 05-24-2024 13:13:48:FINISHED TEST : uriUriTest() 05-24-2024 13:13:48:STARTING TEST : uriBuilderTest() 05-24-2024 13:13:48:#fromUriBuilder http://oracle.com:888/resource/goto/label/ten/ contains the original http://oracle.com:888/resource/goto/label/ten/ 05-24-2024 13:13:48:FINISHED TEST : uriBuilderTest() 05-24-2024 13:13:48:STARTING TEST : relMoreNamesTest() 05-24-2024 13:13:48:#rel added expected relations 05-24-2024 13:13:48:FINISHED TEST : relMoreNamesTest() 05-24-2024 13:13:48:STARTING TEST : linkStringTest() 05-24-2024 13:13:48:Found vAlUe in map {rel=RlrL, paRam3=VVallue, Param1=vAlUe, title=Ttttlll, type=text/xml, parAM2=ValuEe} as expected 05-24-2024 13:13:48:Found ValuEe in map {rel=RlrL, paRam3=VVallue, Param1=vAlUe, title=Ttttlll, type=text/xml, parAM2=ValuEe} as expected 05-24-2024 13:13:48:Found VVallue in map {rel=RlrL, paRam3=VVallue, Param1=vAlUe, title=Ttttlll, type=text/xml, parAM2=ValuEe} as expected 05-24-2024 13:13:48:Found expected http://oracle.com:888/ 05-24-2024 13:13:48: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-24-2024 13:13:48:FINISHED TEST : linkStringTest() 05-24-2024 13:13:48:STARTING TEST : buildObjectsTest() 05-24-2024 13:13:48:#build() finished building a link and returned the instance 05-24-2024 13:13:48:FINISHED TEST : buildObjectsTest() 05-24-2024 13:13:48:STARTING TEST : buildNoArgsThrowsUriBuilderExceptionTest() 05-24-2024 13:13:48:#build() throw UriBuilderException as expected 05-24-2024 13:13:48:FINISHED TEST : buildNoArgsThrowsUriBuilderExceptionTest() 05-24-2024 13:13:48:STARTING TEST : typeTest() 05-24-2024 13:13:48:#type set correct types 05-24-2024 13:13:48:FINISHED TEST : typeTest() 05-24-2024 13:13:48:STARTING TEST : baseUriURITest() 05-24-2024 13:13:48:Created URI http://oracle.com:888/a/b/c 05-24-2024 13:13:48:Found expected http://oracle.com:888/ 05-24-2024 13:13:48:FINISHED TEST : baseUriURITest() 05-24-2024 13:13:48:STARTING TEST : baseUriStringThrowsIAETest() 05-24-2024 13:13:48:IllegalArgumentException has been thrown as expected 05-24-2024 13:13:48:FINISHED TEST : baseUriStringThrowsIAETest() 05-24-2024 13:13:48:STARTING TEST : buildRelativizedThrowsUriBuilderExceptionTest() 05-24-2024 13:13:48:UriBuilderException has been thrown as expected 05-24-2024 13:13:48:FINISHED TEST : buildRelativizedThrowsUriBuilderExceptionTest() 05-24-2024 13:13:48:STARTING TEST : buildRelativizedThrowsIAEWhenSuppliedJustOneValueOutOfThreeTest() 05-24-2024 13:13:48:IllegalArgumentException has been thrown as expected when a value has not been supplied 05-24-2024 13:13:48:FINISHED TEST : buildRelativizedThrowsIAEWhenSuppliedJustOneValueOutOfThreeTest() 05-24-2024 13:13:48:STARTING TEST : buildRelativizedThrowsIAEWhenSuppliedValueIsNullTest() 05-24-2024 13:13:48:IllegalArgumentException has been thrown as expected when a supplied value is null 05-24-2024 13:13:48:FINISHED TEST : buildRelativizedThrowsIAEWhenSuppliedValueIsNullTest() 05-24-2024 13:13:48:STARTING TEST : buildRelativizedDoesNotSharePrefixTest() 05-24-2024 13:13:48:Found expected a/b/c 05-24-2024 13:13:48:Found expected http://oracle.com:888/ 05-24-2024 13:13:48:Found expected http://oracle.com:888/a/b/c 05-24-2024 13:13:48:When a prefix is not shared, the methods is equivalent to build() as expected 05-24-2024 13:13:48:FINISHED TEST : buildRelativizedDoesNotSharePrefixTest() 05-24-2024 13:13:48:STARTING TEST : buildThrowsIAEWhenSuppliedJustOneValueOutOfThreeTest() 05-24-2024 13:13:48:IllegalArgumentException has been thrown as expected when a value has not been supplied 05-24-2024 13:13:48:FINISHED TEST : buildThrowsIAEWhenSuppliedJustOneValueOutOfThreeTest() 05-24-2024 13:13:48:STARTING TEST : linkStringThrowsIAETest() 05-24-2024 13:13:48:IllegalArgumentException has been thrown as expected 05-24-2024 13:13:48:FINISHED TEST : linkStringThrowsIAETest() 05-24-2024 13:13:48:STARTING TEST : baseUriIsNotJustBaseURITest() 05-24-2024 13:13:48:Created URI http://oracle.com:888/a/b/c 05-24-2024 13:13:48:Found expected http://oracle.com:888/ 05-24-2024 13:13:48:FINISHED TEST : baseUriIsNotJustBaseURITest() 05-24-2024 13:13:48:STARTING TEST : baseUriIsNotJustBaseStringTest() 05-24-2024 13:13:48:Created URI http://oracle.com:888/a/b/c 05-24-2024 13:13:48:Found expected http://oracle.com:888/ 05-24-2024 13:13:48:FINISHED TEST : baseUriIsNotJustBaseStringTest() 05-24-2024 13:13:48:STARTING TEST : baseUriIsIgnoredURITest() 05-24-2024 13:13:48:Created URI http://oracle.com:888/resource/something 05-24-2024 13:13:48:Found expected http://oracle.com:888/ 05-24-2024 13:13:48:The base uri http://ignored.com has been ignored as expected 05-24-2024 13:13:48:FINISHED TEST : baseUriIsIgnoredURITest() 05-24-2024 13:13:48:STARTING TEST : relTest() 05-24-2024 13:13:48:#rel added expected relations 05-24-2024 13:13:48:FINISHED TEST : relTest() 05-24-2024 13:13:48:STARTING TEST : buildNoArgTest() 05-24-2024 13:13:48:#build() finished building a link and returned the instance 05-24-2024 13:13:48:FINISHED TEST : buildNoArgTest() 05-24-2024 13:13:48:STARTING TEST : buildObjectsThrowsUriBuilderExceptionTest() 05-24-2024 13:13:48:#build(someNonURIObjects) throw UriBuilderException as expected 05-24-2024 13:13:48:FINISHED TEST : buildObjectsThrowsUriBuilderExceptionTest() 05-24-2024 13:13:48:STARTING TEST : baseUriIsIgnoredStringTest() 05-24-2024 13:13:48:Created URI http://oracle.com:888/resource/something 05-24-2024 13:13:48:Found expected http://oracle.com:888/ 05-24-2024 13:13:48:The base uri http://ignored.com has been ignored as expected 05-24-2024 13:13:48:FINISHED TEST : baseUriIsIgnoredStringTest() 05-24-2024 13:13:48:STARTING TEST : buildRelativizedTest() 05-24-2024 13:13:48:Found expected a/b/c 05-24-2024 13:13:48:Absolute http://oracle.com:888/ has not been found as expected in link 05-24-2024 13:13:48:FINISHED TEST : buildRelativizedTest() 05-24-2024 13:13:48:STARTING TEST : paramTest() 05-24-2024 13:13:48:Found param1value1 in map {param1=param1value1, param2=param1value2} as expected 05-24-2024 13:13:48:Found param1value2 in map {param1=param1value1, param2=param1value2} as expected 05-24-2024 13:13:48:#param set correct parameters 05-24-2024 13:13:48:FINISHED TEST : paramTest() [INFO] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s - in ee.jakarta.tck.ws.rs.api.rs.core.linkbuilder.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.linkjaxblink.JAXRSClientIT 05-24-2024 13:13:48:STARTING TEST : uriConstructorTest() 05-24-2024 13:13:48:Link.JaxbLink.getUri() is protocol://domain2.domain1:port as expected 05-24-2024 13:13:48:Link.JaxbLink.getParams() is empty as expected 05-24-2024 13:13:48:FINISHED TEST : uriConstructorTest() 05-24-2024 13:13:48:STARTING TEST : defaultConstructorTest() 05-24-2024 13:13:48:Link.JaxbLink.getUri() is empty as expected 05-24-2024 13:13:48:Link.JaxbLink.getParams() is empty as expected 05-24-2024 13:13:48:FINISHED TEST : defaultConstructorTest() 05-24-2024 13:13:48:STARTING TEST : uriParamsConstructorTest() 05-24-2024 13:13:48:Link.JaxbLink.getUri() is protocol://domain2.domain1:port as expected 05-24-2024 13:13:48:Link.JaxbLink.getParams() contains qName as expected 05-24-2024 13:13:48:FINISHED TEST : uriParamsConstructorTest() [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in ee.jakarta.tck.ws.rs.api.rs.core.linkjaxblink.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.multivaluedhashmap.JAXRSClientIT 05-24-2024 13:13:48:STARTING TEST : constructorWithCapacityAndLoadThrowsExceptionForLoadTest() 05-24-2024 13:13:48:IllegalArgumentException has been thrown as expected 05-24-2024 13:13:48:FINISHED TEST : constructorWithCapacityAndLoadThrowsExceptionForLoadTest() 05-24-2024 13:13:48:STARTING TEST : constructorWithSingleValuedMapTest() 05-24-2024 13:13:48:Found key key with following values: 05-24-2024 13:13:48:value1 05-24-2024 13:13:48:Found key key with following values: 05-24-2024 13:13:48:value1 05-24-2024 13:13:48:FINISHED TEST : constructorWithSingleValuedMapTest() 05-24-2024 13:13:48:STARTING TEST : constructorWithCapacityAndLoadTest() 05-24-2024 13:13:48:Found key key with following values: 05-24-2024 13:13:48:value1 value2 value3 05-24-2024 13:13:48:For given key the map does not contain following values as expected: 05-24-2024 13:13:48:value4 value5 05-24-2024 13:13:48:FINISHED TEST : constructorWithCapacityAndLoadTest() 05-24-2024 13:13:48:STARTING TEST : constructorWithMapThrowsNPETest() 05-24-2024 13:13:48:NullPointerException has been thrown as expected 05-24-2024 13:13:48:FINISHED TEST : constructorWithMapThrowsNPETest() 05-24-2024 13:13:48:STARTING TEST : defaultConstructorTest() 05-24-2024 13:13:48:Found key key with following values: 05-24-2024 13:13:48:value1 value2 value3 05-24-2024 13:13:48:For given key the map does not contain following values as expected: 05-24-2024 13:13:48:value4 value5 05-24-2024 13:13:48:FINISHED TEST : defaultConstructorTest() 05-24-2024 13:13:48:STARTING TEST : constructorWithMapTest() 05-24-2024 13:13:48:Found key key with following values: 05-24-2024 13:13:48:value1 value2 value3 05-24-2024 13:13:48:Found key key with following values: 05-24-2024 13:13:48:value1 value2 value3 05-24-2024 13:13:48:Found key key with following values: 05-24-2024 13:13:48:value1 value2 value3 05-24-2024 13:13:48:FINISHED TEST : constructorWithMapTest() 05-24-2024 13:13:48:STARTING TEST : constructorWithInitialCapacityTest() 05-24-2024 13:13:48:Found key key with following values: 05-24-2024 13:13:48:value1 value2 value3 05-24-2024 13:13:48:For given key the map does not contain following values as expected: 05-24-2024 13:13:48:value4 value5 05-24-2024 13:13:48:FINISHED TEST : constructorWithInitialCapacityTest() 05-24-2024 13:13:48:STARTING TEST : constructorWithSingleValuedMapThrowsNPETest() 05-24-2024 13:13:48:NullPointerException has been thrown as expected 05-24-2024 13:13:48:FINISHED TEST : constructorWithSingleValuedMapThrowsNPETest() 05-24-2024 13:13:48:STARTING TEST : constructorWithInitialCapacityThrowsIllegalArgumentExceptionTest() 05-24-2024 13:13:48:IllegalArgumentException has been thrown as expected 05-24-2024 13:13:48:FINISHED TEST : constructorWithInitialCapacityThrowsIllegalArgumentExceptionTest() 05-24-2024 13:13:48:STARTING TEST : constructorWithCapacityAndLoadThrowsExceptionForCapacityTest() 05-24-2024 13:13:48:IllegalArgumentException has been thrown as expected 05-24-2024 13:13:48:FINISHED TEST : constructorWithCapacityAndLoadThrowsExceptionForCapacityTest() [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in ee.jakarta.tck.ws.rs.api.rs.core.multivaluedhashmap.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.form.JAXRSClientIT 05-24-2024 13:13:48:STARTING TEST : constructorMultivaluedMapArgTest() 05-24-2024 13:13:48:Form instance with MultivaluedMap argument sucessfully created 05-24-2024 13:13:48:FINISHED TEST : constructorMultivaluedMapArgTest() 05-24-2024 13:13:48:STARTING TEST : constructorStringArgsTest() 05-24-2024 13:13:48:Form instance with String arguments sucessfully created 05-24-2024 13:13:48:FINISHED TEST : constructorStringArgsTest() 05-24-2024 13:13:48:STARTING TEST : paramTest() 05-24-2024 13:13:48:Form instance created 05-24-2024 13:13:48:FINISHED TEST : paramTest() [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in ee.jakarta.tck.ws.rs.api.rs.core.form.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.variantlistbuilder.JAXRSClientIT 05-24-2024 13:13:48:STARTING TEST : languageTest() 05-24-2024 13:13:48:FINISHED TEST : languageTest() 05-24-2024 13:13:48:STARTING TEST : encodingTest() 05-24-2024 13:13:48:FINISHED TEST : encodingTest() 05-24-2024 13:13:48:STARTING TEST : complexTest() 05-24-2024 13:13:48:FINISHED TEST : complexTest() 05-24-2024 13:13:48:STARTING TEST : mediaTypesTest1() 05-24-2024 13:13:48:FINISHED TEST : mediaTypesTest1() 05-24-2024 13:13:48:STARTING TEST : mediaTypesTest2() 05-24-2024 13:13:48:FINISHED TEST : mediaTypesTest2() 05-24-2024 13:13:48:STARTING TEST : newInstanceTest() 05-24-2024 13:13:48:FINISHED TEST : newInstanceTest() [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 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-24-2024 13:13:48:STARTING TEST : parseTest1() 05-24-2024 13:13:48:FINISHED TEST : parseTest1() 05-24-2024 13:13:48:STARTING TEST : parseTest2() 05-24-2024 13:13:48:FINISHED TEST : parseTest2() 05-24-2024 13:13:48:STARTING TEST : parseTest3() 05-24-2024 13:13:48:IllegalArgumentException has been thrown as expected 05-24-2024 13:13:48:FINISHED TEST : parseTest3() 05-24-2024 13:13:48:STARTING TEST : constructorTest1() 05-24-2024 13:13:48:FINISHED TEST : constructorTest1() 05-24-2024 13:13:48:STARTING TEST : constructorTest2() 05-24-2024 13:13:48:FINISHED TEST : constructorTest2() 05-24-2024 13:13:48:STARTING TEST : constructorTest3() 05-24-2024 13:13:48:FINISHED TEST : constructorTest3() 05-24-2024 13:13:48:STARTING TEST : constructorTest4() 05-24-2024 13:13:48:FINISHED TEST : constructorTest4() 05-24-2024 13:13:48:STARTING TEST : constructorTest5() 05-24-2024 13:13:48:FINISHED TEST : constructorTest5() 05-24-2024 13:13:48:STARTING TEST : equalsTest() 05-24-2024 13:13:48:FINISHED TEST : equalsTest() 05-24-2024 13:13:48:STARTING TEST : toStringTest() 05-24-2024 13:13:48:FINISHED TEST : toStringTest() [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in ee.jakarta.tck.ws.rs.api.rs.core.cookie.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.newcookie.JAXRSClientIT 05-24-2024 13:13:48:STARTING TEST : parseTest1() 05-24-2024 13:13:48:FINISHED TEST : parseTest1() 05-24-2024 13:13:48:STARTING TEST : parseTest2() 05-24-2024 13:13:48:FINISHED TEST : parseTest2() 05-24-2024 13:13:48:STARTING TEST : parseTest3() 05-24-2024 13:13:48:IllegalArgumentException has been thrown as expected 05-24-2024 13:13:48:FINISHED TEST : parseTest3() 05-24-2024 13:13:48:STARTING TEST : constructorTest1() 05-24-2024 13:13:48:FINISHED TEST : constructorTest1() 05-24-2024 13:13:48:STARTING TEST : constructorTest2() 05-24-2024 13:13:48:FINISHED TEST : constructorTest2() 05-24-2024 13:13:48:STARTING TEST : constructorTest3() 05-24-2024 13:13:48:FINISHED TEST : constructorTest3() 05-24-2024 13:13:48:STARTING TEST : constructorTest4() 05-24-2024 13:13:48:FINISHED TEST : constructorTest4() 05-24-2024 13:13:48:STARTING TEST : constructorTest5() 05-24-2024 13:13:48:FINISHED TEST : constructorTest5() 05-24-2024 13:13:48:STARTING TEST : constructorTest6() 05-24-2024 13:13:48:FINISHED TEST : constructorTest6() 05-24-2024 13:13:48:STARTING TEST : constructorTest7() 05-24-2024 13:13:48:FINISHED TEST : constructorTest7() 05-24-2024 13:13:48:STARTING TEST : constructorTest8() 05-24-2024 13:13:48:FINISHED TEST : constructorTest8() 05-24-2024 13:13:48:STARTING TEST : constructorTest9() 05-24-2024 13:13:48:FINISHED TEST : constructorTest9() 05-24-2024 13:13:48:STARTING TEST : equalsTest() 05-24-2024 13:13:48:FINISHED TEST : equalsTest() 05-24-2024 13:13:48:STARTING TEST : toCookieTest() 05-24-2024 13:13:48:FINISHED TEST : toCookieTest() 05-24-2024 13:13:48:STARTING TEST : toStringTest() 05-24-2024 13:13:48:FINISHED TEST : toStringTest() 05-24-2024 13:13:48:STARTING TEST : constructorTest10() 05-24-2024 13:13:48:FINISHED TEST : constructorTest10() 05-24-2024 13:13:48:STARTING TEST : constructorTest11() 05-24-2024 13:13:48:FINISHED TEST : constructorTest11() 05-24-2024 13:13:48:STARTING TEST : constructorTest12() 05-24-2024 13:13:48:FINISHED TEST : constructorTest12() 05-24-2024 13:13:48:STARTING TEST : constructorTest13() 05-24-2024 13:13:48:FINISHED TEST : constructorTest13() 05-24-2024 13:13:48:STARTING TEST : constructorTest14() 05-24-2024 13:13:48:FINISHED TEST : constructorTest14() 05-24-2024 13:13:48:STARTING TEST : constructorTest15() 05-24-2024 13:13:48:FINISHED TEST : constructorTest15() 05-24-2024 13:13:48:STARTING TEST : constructorTest16() 05-24-2024 13:13:48:FINISHED TEST : constructorTest16() 05-24-2024 13:13:48:STARTING TEST : constructorTest17() 05-24-2024 13:13:48:FINISHED TEST : constructorTest17() 05-24-2024 13:13:48:STARTING TEST : constructorTest18() 05-24-2024 13:13:48:FINISHED TEST : constructorTest18() 05-24-2024 13:13:48:STARTING TEST : constructorTest19() 05-24-2024 13:13:48:FINISHED TEST : constructorTest19() 05-24-2024 13:13:48:STARTING TEST : constructorTest20() 05-24-2024 13:13:48:FINISHED TEST : constructorTest20() 05-24-2024 13:13:48:STARTING TEST : constructorTest21() 05-24-2024 13:13:48:FINISHED TEST : constructorTest21() 05-24-2024 13:13:48:STARTING TEST : constructorTest22() 05-24-2024 13:13:48:FINISHED TEST : constructorTest22() 05-24-2024 13:13:48:STARTING TEST : constructorTest23() 05-24-2024 13:13:48:FINISHED TEST : constructorTest23() 05-24-2024 13:13:48:STARTING TEST : constructorTest24() 05-24-2024 13:13:48:FINISHED TEST : constructorTest24() 05-24-2024 13:13:48:STARTING TEST : constructorTest25() 05-24-2024 13:13:48:FINISHED TEST : constructorTest25() [INFO] Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 s - in ee.jakarta.tck.ws.rs.api.rs.core.newcookie.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.multivaluedmap.JAXRSClientIT 05-24-2024 13:13:48:STARTING TEST : addAllListEmptyReturnsImmediatellyTest() 05-24-2024 13:13:48:Method did return immediatelly for empty array 05-24-2024 13:13:48:FINISHED TEST : addAllListEmptyReturnsImmediatellyTest() 05-24-2024 13:13:48:STARTING TEST : addAllValuesEmptyReturnsImmediatellyTest() 05-24-2024 13:13:48:Method did return immediatelly for empty array 05-24-2024 13:13:48:FINISHED TEST : addAllValuesEmptyReturnsImmediatellyTest() 05-24-2024 13:13:48:STARTING TEST : getFirstWhenEmptyTest() 05-24-2024 13:13:48:FINISHED TEST : getFirstWhenEmptyTest() 05-24-2024 13:13:48:STARTING TEST : getFirstWhenSingleItemTest() 05-24-2024 13:13:48:FINISHED TEST : getFirstWhenSingleItemTest() 05-24-2024 13:13:48:STARTING TEST : addAllValuesThrowNPETest() 05-24-2024 13:13:48:NullPointerException has been thrown as expected 05-24-2024 13:13:48:FINISHED TEST : addAllValuesThrowNPETest() 05-24-2024 13:13:48:STARTING TEST : addAllValuesNullKeyTest() 05-24-2024 13:13:48:All values have been added for null key 05-24-2024 13:13:48:FINISHED TEST : addAllValuesNullKeyTest() 05-24-2024 13:13:48:STARTING TEST : addAllListThrowNPETest() 05-24-2024 13:13:48:NullPointerException has been thrown as expected 05-24-2024 13:13:48:FINISHED TEST : addAllListThrowNPETest() 05-24-2024 13:13:48:STARTING TEST : addFirstTest() 05-24-2024 13:13:48:#addFirst added new item to a first position 05-24-2024 13:13:48:FINISHED TEST : addFirstTest() 05-24-2024 13:13:48:STARTING TEST : putSingleTest() 05-24-2024 13:13:48:FINISHED TEST : putSingleTest() 05-24-2024 13:13:48:STARTING TEST : getFirstWhenMoreItemsTest() 05-24-2024 13:13:48:FINISHED TEST : getFirstWhenMoreItemsTest() 05-24-2024 13:13:48:STARTING TEST : getFirstWhenFirstErasedTest() 05-24-2024 13:13:48:FINISHED TEST : getFirstWhenFirstErasedTest() 05-24-2024 13:13:48:STARTING TEST : getFirstWhenListClearedTest() 05-24-2024 13:13:48:FINISHED TEST : getFirstWhenListClearedTest() 05-24-2024 13:13:48:STARTING TEST : equalsIgnoreValueOrderTest() 05-24-2024 13:13:48:#equalsIgnoreValueOrder compared maps {key0=[key0, key1, key2]} and {key0=[key2, key0, key1]} as expected 05-24-2024 13:13:48:FINISHED TEST : equalsIgnoreValueOrderTest() 05-24-2024 13:13:48:STARTING TEST : addAllListNullKeyTest() 05-24-2024 13:13:48:All values have been added for null key 05-24-2024 13:13:48:FINISHED TEST : addAllListNullKeyTest() 05-24-2024 13:13:48:STARTING TEST : addAllValuesTest() 05-24-2024 13:13:48:All values have been added for key key0 05-24-2024 13:13:48:FINISHED TEST : addAllValuesTest() 05-24-2024 13:13:48:STARTING TEST : getFirstWhenKeyIsNullTest() 05-24-2024 13:13:48:FINISHED TEST : getFirstWhenKeyIsNullTest() 05-24-2024 13:13:48:STARTING TEST : addAllListTest() 05-24-2024 13:13:48:All values have been added for key key0 05-24-2024 13:13:48:FINISHED TEST : addAllListTest() [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in ee.jakarta.tck.ws.rs.api.rs.core.multivaluedmap.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.mediatype.JAXRSClientIT 05-24-2024 13:13:48:STARTING TEST : wildcardTest() 05-24-2024 13:13:48:FINISHED TEST : wildcardTest() 05-24-2024 13:13:48:STARTING TEST : valueOfTest() 05-24-2024 13:13:48:FINISHED TEST : valueOfTest() 05-24-2024 13:13:48:STARTING TEST : withCharsetTest() 05-24-2024 13:13:48:MediaType application/x-www-form-urlencoded;charset=UTF-8 contains expected character set UTF-8 05-24-2024 13:13:48:MediaType application/x-www-form-urlencoded;charset=ISO-8859-2 contains expected character set ISO-8859-2 05-24-2024 13:13:48:MediaType application/x-www-form-urlencoded;charset=UTF-16 contains expected character set UTF-16 05-24-2024 13:13:48:FINISHED TEST : withCharsetTest() 05-24-2024 13:13:48:STARTING TEST : valueOfTest1() 05-24-2024 13:13:48:IllegalArgumentException has been thrown as expected 05-24-2024 13:13:48:FINISHED TEST : valueOfTest1() 05-24-2024 13:13:48:STARTING TEST : equalsTest1() 05-24-2024 13:13:48:FINISHED TEST : equalsTest1() 05-24-2024 13:13:48:STARTING TEST : equalsTest2() 05-24-2024 13:13:48:FINISHED TEST : equalsTest2() 05-24-2024 13:13:48:STARTING TEST : equalsTest3() 05-24-2024 13:13:48:FINISHED TEST : equalsTest3() 05-24-2024 13:13:48:STARTING TEST : equalsTest4() 05-24-2024 13:13:48:FINISHED TEST : equalsTest4() 05-24-2024 13:13:48:STARTING TEST : constructorTest1() 05-24-2024 13:13:48:FINISHED TEST : constructorTest1() 05-24-2024 13:13:48:STARTING TEST : constructorTest2() 05-24-2024 13:13:48:FINISHED TEST : constructorTest2() 05-24-2024 13:13:48:STARTING TEST : constructorTest3() 05-24-2024 13:13:48:FINISHED TEST : constructorTest3() 05-24-2024 13:13:48:STARTING TEST : hashCodeTest1() 05-24-2024 13:13:48:FINISHED TEST : hashCodeTest1() 05-24-2024 13:13:48:STARTING TEST : hashCodeTest2() 05-24-2024 13:13:48:FINISHED TEST : hashCodeTest2() 05-24-2024 13:13:48:STARTING TEST : hashCodeTest3() 05-24-2024 13:13:48:FINISHED TEST : hashCodeTest3() 05-24-2024 13:13:48:STARTING TEST : toStringTest() 05-24-2024 13:13:48:FINISHED TEST : toStringTest() 05-24-2024 13:13:48:STARTING TEST : withCharsetNullOrEmptyCharsetTest() 05-24-2024 13:13:48:MediaType application/x-www-form-urlencoded;charset=UTF-8 contains character set charset=UTF-8 as expected 05-24-2024 13:13:48:MediaType application/x-www-form-urlencoded;charset=UTF-8 contains character set charset=UTF-8 as expected 05-24-2024 13:13:48:MediaType application/x-www-form-urlencoded;charset=UTF-8 contains character set charset=UTF-8 as expected 05-24-2024 13:13:48:MediaType application/x-www-form-urlencoded;charset=UTF-8 contains character set charset=UTF-8 as expected 05-24-2024 13:13:48:FINISHED TEST : withCharsetNullOrEmptyCharsetTest() 05-24-2024 13:13:48:STARTING TEST : constructorStringStringStringTest() 05-24-2024 13:13:48:MediaType application/x-www-form-urlencoded;charset=UTF-8 contains character set charset=UTF-8 as expected 05-24-2024 13:13:48:MediaType application/x-www-form-urlencoded;charset=ISO-8859-2 contains character set charset=ISO-8859-2 as expected 05-24-2024 13:13:48:MediaType application/x-www-form-urlencoded;charset=UTF-16 contains character set charset=UTF-16 as expected 05-24-2024 13:13:48:FINISHED TEST : constructorStringStringStringTest() 05-24-2024 13:13:48:STARTING TEST : isCompatibleTest1() 05-24-2024 13:13:48:FINISHED TEST : isCompatibleTest1() 05-24-2024 13:13:48:STARTING TEST : isCompatibleTest2() 05-24-2024 13:13:48:FINISHED TEST : isCompatibleTest2() 05-24-2024 13:13:48:STARTING TEST : isCompatibleTest3() 05-24-2024 13:13:48:FINISHED TEST : isCompatibleTest3() [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in ee.jakarta.tck.ws.rs.api.rs.core.mediatype.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.link.JAXRSClientIT 05-24-2024 13:13:48:STARTING TEST : getTitleTest() 05-24-2024 13:13:48:Found expected TITLETITLE 05-24-2024 13:13:48:FINISHED TEST : getTitleTest() 05-24-2024 13:13:48:STARTING TEST : fromUriStringTest() 05-24-2024 13:13:48:Found expected http://oracle.com:888/ 05-24-2024 13:13:48:Found expected resource 05-24-2024 13:13:48:Found expected get 05-24-2024 13:13:48:Link has been created from URI http://oracle.com:888/resource/GET 05-24-2024 13:13:48:FINISHED TEST : fromUriStringTest() 05-24-2024 13:13:48:STARTING TEST : constructorTest() 05-24-2024 13:13:48:new Link() call iss successfull 05-24-2024 13:13:48:FINISHED TEST : constructorTest() 05-24-2024 13:13:48:STARTING TEST : getUriBuilderTest() 05-24-2024 13:13:48:Original URI http://oracle.com:888/resource/get equals obtained http://oracle.com:888/resource/get 05-24-2024 13:13:48:FINISHED TEST : getUriBuilderTest() 05-24-2024 13:13:48:STARTING TEST : fromResourceMethodLinkUsedInInvocationTest() 05-24-2024 13:13:48:Found expected http://oracle.com:888/resource/get 05-24-2024 13:13:48:Found expected http://oracle.com:888/resource/consumesappjson 05-24-2024 13:13:48:Opaque Link has been used in Client.invocation() sucessfully 05-24-2024 13:13:48:FINISHED TEST : fromResourceMethodLinkUsedInInvocationTest() 05-24-2024 13:13:48:STARTING TEST : fromResourceMethodThrowsIllegalArgumentExceptionNullMethodTest() 05-24-2024 13:13:48:IllegalArgumentException has been successfully thrown 05-24-2024 13:13:48:FINISHED TEST : fromResourceMethodThrowsIllegalArgumentExceptionNullMethodTest() 05-24-2024 13:13:48:STARTING TEST : fromUriBuilderTest() 05-24-2024 13:13:48:#fromUriBuilder http://oracle.com:888/resource/goto/label/ten/ contains the original http://oracle.com:888/resource/goto/label/ten/ 05-24-2024 13:13:48:FINISHED TEST : fromUriBuilderTest() 05-24-2024 13:13:48:STARTING TEST : fromLinkTest() 05-24-2024 13:13:48:fromLink() is equal to original link ; rel="relation relation2"; title="titleX"; type="application/octet-stream"; param1="value1"; param2="value2" as expected 05-24-2024 13:13:48:FINISHED TEST : fromLinkTest() 05-24-2024 13:13:48:STARTING TEST : fromPathTest() 05-24-2024 13:13:48:fromUriBuilder(UriBuilder.fromPath(path)) is equivalent to fromPath(path) The link is 05-24-2024 13:13:48:FINISHED TEST : fromPathTest() 05-24-2024 13:13:48:STARTING TEST : fromResourceThrowsIAEWhenNullClassTest() 05-24-2024 13:13:48:IllegalArgumentException has been thrown as expected java.lang.IllegalArgumentException: "resource" parameter is null. 05-24-2024 13:13:48:FINISHED TEST : fromResourceThrowsIAEWhenNullClassTest() 05-24-2024 13:13:48:STARTING TEST : fromUriStringThrowsIllegalArgumentExceptionTest() 05-24-2024 13:13:48:IllegalArgument has been thrown as expected: java.lang.IllegalArgumentException: "uriTemplate" parameter is null. 05-24-2024 13:13:48:FINISHED TEST : fromUriStringThrowsIllegalArgumentExceptionTest() 05-24-2024 13:13:48:STARTING TEST : serializationFromResourceTest() 05-24-2024 13:13:48:Serialization for method public java.lang.String ee.jakarta.tck.ws.rs.api.rs.core.link.Resource.consumesAppJson() 05-24-2024 13:13:48:serialization works for method consumesAppJson 05-24-2024 13:13:48:Serialization for method public java.lang.String ee.jakarta.tck.ws.rs.api.rs.core.link.Resource.producesSvgXml() 05-24-2024 13:13:48:serialization works for method producesSvgXml 05-24-2024 13:13:48:Serialization for method public java.lang.String ee.jakarta.tck.ws.rs.api.rs.core.link.Resource.producesXml() 05-24-2024 13:13:48:serialization works for method producesXml 05-24-2024 13:13:48:Serialization for method public java.lang.String ee.jakarta.tck.ws.rs.api.rs.core.link.Resource.consumesForm() 05-24-2024 13:13:48:serialization works for method consumesForm 05-24-2024 13:13:48:Serialization for method public java.lang.String ee.jakarta.tck.ws.rs.api.rs.core.link.Resource.get() 05-24-2024 13:13:48:serialization works for method get 05-24-2024 13:13:48:Serialization for method public java.lang.String ee.jakarta.tck.ws.rs.api.rs.core.link.Resource.trace() 05-24-2024 13:13:48:serialization works for method trace 05-24-2024 13:13:48:Serialization for method public java.lang.String ee.jakarta.tck.ws.rs.api.rs.core.link.Resource.delete() 05-24-2024 13:13:48:serialization works for method delete 05-24-2024 13:13:48:Serialization with #toString() of Resource method links is sucessfull 05-24-2024 13:13:48:FINISHED TEST : serializationFromResourceTest() 05-24-2024 13:13:48:STARTING TEST : fromPathThrowsIAETest() 05-24-2024 13:13:48:fromPath(null) throws IllegalArgumentException as expected 05-24-2024 13:13:48:FINISHED TEST : fromPathThrowsIAETest() 05-24-2024 13:13:48:STARTING TEST : getParamsFromBuilderTest() 05-24-2024 13:13:48:Found expected titletitle 05-24-2024 13:13:48:Found expected RELREL 05-24-2024 13:13:48:Found expected typetype 05-24-2024 13:13:48:Found expected newparamvalue 05-24-2024 13:13:48:{rel=RELREL, NEWPARAM=NEWPARAMVALUE, title=TITLETITLE, type=TYPETYPE} found as expected 05-24-2024 13:13:48:FINISHED TEST : getParamsFromBuilderTest() 05-24-2024 13:13:48:STARTING TEST : getTypeIsNullTest() 05-24-2024 13:13:48:#getType( returns null as expected 05-24-2024 13:13:48:FINISHED TEST : getTypeIsNullTest() 05-24-2024 13:13:48:STARTING TEST : fromUriTest() 05-24-2024 13:13:48:Found expected http://oracle.com:888/ 05-24-2024 13:13:48:Found expected resource 05-24-2024 13:13:48:Found expected get 05-24-2024 13:13:48:Link has been created from URI http://oracle.com:888/resource/GET 05-24-2024 13:13:48:FINISHED TEST : fromUriTest() 05-24-2024 13:13:48:STARTING TEST : valueOfThrowsIllegalArgumentExceptionTest() 05-24-2024 13:13:48:Link#vaueOf() throws IllegalArgumentException as expected 05-24-2024 13:13:48:FINISHED TEST : valueOfThrowsIllegalArgumentExceptionTest() 05-24-2024 13:13:48:STARTING TEST : getTitleIsNullTest() 05-24-2024 13:13:48:#getTitle( returns null as expected 05-24-2024 13:13:48:FINISHED TEST : getTitleIsNullTest() 05-24-2024 13:13:48:STARTING TEST : fromUriThrowsIllegalArgumentExceptionTest() 05-24-2024 13:13:48:IllegalArgument has been thrown as expected: java.lang.IllegalArgumentException: "uri" parameter is null. 05-24-2024 13:13:48:FINISHED TEST : fromUriThrowsIllegalArgumentExceptionTest() 05-24-2024 13:13:48:STARTING TEST : getParamsFromResourceTest() {title=Title} 05-24-2024 13:13:48:Found expected Title 05-24-2024 13:13:48:{title=Title} found as expected 05-24-2024 13:13:48:FINISHED TEST : getParamsFromResourceTest() 05-24-2024 13:13:48:STARTING TEST : getUriTest() 05-24-2024 13:13:48:Original URI http://oracle.com:888/resource/get equals obtained http://oracle.com:888/resource/get 05-24-2024 13:13:48:FINISHED TEST : getUriTest() 05-24-2024 13:13:48:STARTING TEST : fromMethodTest() 05-24-2024 13:13:48:Found expected 05-24-2024 13:13:48:Link has been created 05-24-2024 13:13:48:FINISHED TEST : fromMethodTest() 05-24-2024 13:13:48:STARTING TEST : fromResourceMethodThrowsIllegalArgumentExceptionNoMethodTest() 05-24-2024 13:13:48:IllegalArgumentException has been successfully thrown 05-24-2024 13:13:48:FINISHED TEST : fromResourceMethodThrowsIllegalArgumentExceptionNoMethodTest() 05-24-2024 13:13:48:STARTING TEST : getTypeTest() 05-24-2024 13:13:48:Found expected TYPETYPE 05-24-2024 13:13:48:FINISHED TEST : getTypeTest() 05-24-2024 13:13:48:STARTING TEST : fromResourceTest() 05-24-2024 13:13:48:Found expected 05-24-2024 13:13:48:type is not in as expected 05-24-2024 13:13:48:Link has been created 05-24-2024 13:13:48:FINISHED TEST : fromResourceTest() 05-24-2024 13:13:48:STARTING TEST : fromResourceWithMediaTypeTest() 05-24-2024 13:13:48:Found expected 05-24-2024 13:13:48:type="text/html" is not in as expected 05-24-2024 13:13:48:Link has been created 05-24-2024 13:13:48:FINISHED TEST : fromResourceWithMediaTypeTest() 05-24-2024 13:13:48:STARTING TEST : getRelsTest() 05-24-2024 13:13:48:#getRel() return expected rels ;RELREL;REL;relrelrel;RELRELREL; 05-24-2024 13:13:48:FINISHED TEST : getRelsTest() 05-24-2024 13:13:48:STARTING TEST : fromPathWithUriTemplateParamsTest() 05-24-2024 13:13:48:fromUriBuilder(UriBuilder.fromPath( somewhere/somehow/{p1}/{p2} )) is equivalent to fromPath( somewhere/somehow/{p1}/{p2} ) The link is 05-24-2024 13:13:48:FINISHED TEST : fromPathWithUriTemplateParamsTest() 05-24-2024 13:13:48:STARTING TEST : getRelsIsEmptyTest() 05-24-2024 13:13:48:#getRel() return empty list as expected 05-24-2024 13:13:48:FINISHED TEST : getRelsIsEmptyTest() 05-24-2024 13:13:48:STARTING TEST : fromResourceMethodThrowsIllegalArgumentExceptionNullClassTest() 05-24-2024 13:13:48:IllegalArgumentException has been successfully thrown 05-24-2024 13:13:48:FINISHED TEST : fromResourceMethodThrowsIllegalArgumentExceptionNullClassTest() 05-24-2024 13:13:48:STARTING TEST : getRelIsEmptyListTest() 05-24-2024 13:13:48:#getRel() returns expected null 05-24-2024 13:13:48:FINISHED TEST : getRelIsEmptyListTest() 05-24-2024 13:13:48:STARTING TEST : getRelTest() 05-24-2024 13:13:48:#getRel() return expected rel 05-24-2024 13:13:48:FINISHED TEST : getRelTest() [INFO] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 s - in ee.jakarta.tck.ws.rs.api.rs.core.link.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.generictype.JAXRSClientIT 05-24-2024 13:13:48:STARTING TEST : constructorWithTypeTest() 05-24-2024 13:13:48:Succesfully created GenericType>(Type) instance 05-24-2024 13:13:48:FINISHED TEST : constructorWithTypeTest() 05-24-2024 13:13:48:STARTING TEST : constructorProtectedTest() 05-24-2024 13:13:48:Succesfully created GenericType>(){} instance 05-24-2024 13:13:48:FINISHED TEST : constructorProtectedTest() 05-24-2024 13:13:48:STARTING TEST : equalsTest() 05-24-2024 13:13:48:The tested GenericType> instances are equal 05-24-2024 13:13:48:FINISHED TEST : equalsTest() 05-24-2024 13:13:48:STARTING TEST : toStringTest() 05-24-2024 13:13:48:Both GenericType instances have the same toString() GenericType{java.util.TreeSet} 05-24-2024 13:13:48:FINISHED TEST : toStringTest() 05-24-2024 13:13:48:STARTING TEST : hashCodeTest() 05-24-2024 13:13:48:Both GenericType instances have the same hashCode() 05-24-2024 13:13:48:FINISHED TEST : hashCodeTest() [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in ee.jakarta.tck.ws.rs.api.rs.core.generictype.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.entitytag.JAXRSClientIT 05-24-2024 13:13:48:STARTING TEST : valueOfTest() 05-24-2024 13:13:48:IllegalArgumentException has been thrown as expected 05-24-2024 13:13:48:FINISHED TEST : valueOfTest() 05-24-2024 13:13:48:STARTING TEST : valueOfTest1() 05-24-2024 13:13:48:FINISHED TEST : valueOfTest1() 05-24-2024 13:13:48:STARTING TEST : constructorTest1() 05-24-2024 13:13:48:FINISHED TEST : constructorTest1() 05-24-2024 13:13:48:STARTING TEST : constructorTest2() 05-24-2024 13:13:48:FINISHED TEST : constructorTest2() 05-24-2024 13:13:48:STARTING TEST : equalsTest() 05-24-2024 13:13:48:FINISHED TEST : equalsTest() 05-24-2024 13:13:48:STARTING TEST : toStringTest() "cts test Strong EntityTag test". W/"cts test Weak EntityTag test". 05-24-2024 13:13:48:FINISHED TEST : toStringTest() [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in ee.jakarta.tck.ws.rs.api.rs.core.entitytag.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.cachecontrol.JAXRSClientIT 05-24-2024 13:13:48:STARTING TEST : valueOfTest() 05-24-2024 13:13:48:FINISHED TEST : valueOfTest() 05-24-2024 13:13:48:STARTING TEST : noStoreTest() 05-24-2024 13:13:48:FINISHED TEST : noStoreTest() 05-24-2024 13:13:48:STARTING TEST : valueOfTest1() 05-24-2024 13:13:48:FINISHED TEST : valueOfTest1() 05-24-2024 13:13:48:STARTING TEST : revalidateTest() 05-24-2024 13:13:48:FINISHED TEST : revalidateTest() 05-24-2024 13:13:48:STARTING TEST : maxAgeTest() 05-24-2024 13:13:48:FINISHED TEST : maxAgeTest() 05-24-2024 13:13:48:STARTING TEST : equalsTest() 05-24-2024 13:13:48:FINISHED TEST : equalsTest() 05-24-2024 13:13:48:STARTING TEST : getExtensionTest() 05-24-2024 13:13:48:FINISHED TEST : getExtensionTest() 05-24-2024 13:13:48:STARTING TEST : toStringTest() 05-24-2024 13:13:48:FINISHED TEST : toStringTest() 05-24-2024 13:13:48:STARTING TEST : noCacheTest() 05-24-2024 13:13:48:FINISHED TEST : noCacheTest() 05-24-2024 13:13:48:STARTING TEST : noTransformTest() 05-24-2024 13:13:48:FINISHED TEST : noTransformTest() 05-24-2024 13:13:48:STARTING TEST : sMaxAgeTest() 05-24-2024 13:13:48:FINISHED TEST : sMaxAgeTest() 05-24-2024 13:13:48:STARTING TEST : proxyRevalidateTest() 05-24-2024 13:13:48:FINISHED TEST : proxyRevalidateTest() 05-24-2024 13:13:48:STARTING TEST : emptyConstructorTest() 05-24-2024 13:13:48:FINISHED TEST : emptyConstructorTest() 05-24-2024 13:13:48:STARTING TEST : privateTest() 05-24-2024 13:13:48:FINISHED TEST : privateTest() [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 s - in ee.jakarta.tck.ws.rs.api.rs.core.cachecontrol.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.abstractmultivaluedmap.JAXRSClientIT 05-24-2024 13:13:48:STARTING TEST : constructorTest() 05-24-2024 13:13:48:Found key key with following values: 05-24-2024 13:13:48:value1 value2 value3 05-24-2024 13:13:48:FINISHED TEST : constructorTest() 05-24-2024 13:13:48:STARTING TEST : keySetTest() 05-24-2024 13:13:48:#keySet returns correct values 05-24-2024 13:13:48:FINISHED TEST : keySetTest() 05-24-2024 13:13:48:STARTING TEST : addAllThrowsNPETest() 05-24-2024 13:13:48:NullPointerException has been thrown as expected java.lang.NullPointerException: Supplied array of values must not be null. 05-24-2024 13:13:48:FINISHED TEST : addAllThrowsNPETest() 05-24-2024 13:13:48:STARTING TEST : addNullValuesTest() 05-24-2024 13:13:48:Given key key2 does not contain following values as expected: 05-24-2024 13:13:48:null 05-24-2024 13:13:48:Given key key3 does not contain following values as expected: 05-24-2024 13:13:48:null 05-24-2024 13:13:48:FINISHED TEST : addNullValuesTest() 05-24-2024 13:13:48:STARTING TEST : putSingleNullValueTest() 05-24-2024 13:13:48:Given key key does not contain following values as expected: 05-24-2024 13:13:48:null 05-24-2024 13:13:48:#putSingle(key, null) did replaced the values as expected 05-24-2024 13:13:48:FINISHED TEST : putSingleNullValueTest() 05-24-2024 13:13:48:STARTING TEST : entrySetTest() 05-24-2024 13:13:48:#entrySet() has correct values 05-24-2024 13:13:48:FINISHED TEST : entrySetTest() 05-24-2024 13:13:48:STARTING TEST : clearTest() 05-24-2024 13:13:48:Given key key does not contain following values as expected: 05-24-2024 13:13:48:value1 value2 value3 05-24-2024 13:13:48:FINISHED TEST : clearTest() 05-24-2024 13:13:48:STARTING TEST : addTest() 05-24-2024 13:13:48:Found key key2 with following values: 05-24-2024 13:13:48:value4 value5 05-24-2024 13:13:48:FINISHED TEST : addTest() 05-24-2024 13:13:48:STARTING TEST : containsKeyTest() 05-24-2024 13:13:48:#containsKey found non-null key and also the null key 05-24-2024 13:13:48:FINISHED TEST : containsKeyTest() 05-24-2024 13:13:48:STARTING TEST : putAllTest() 05-24-2024 13:13:48:Found key key with following values: 05-24-2024 13:13:48:value1 value2 value3 05-24-2024 13:13:48:Found key key2 with following values: 05-24-2024 13:13:48:value1 value2 value3 05-24-2024 13:13:48:#putAll() put all the values of both keys 05-24-2024 13:13:48:FINISHED TEST : putAllTest() 05-24-2024 13:13:48:STARTING TEST : isEmptyTest() 05-24-2024 13:13:48:#isEmpty returns correct values 05-24-2024 13:13:48:FINISHED TEST : isEmptyTest() 05-24-2024 13:13:48:STARTING TEST : putTest() 05-24-2024 13:13:48:Found key key with following values: 05-24-2024 13:13:48:value1 value2 value3 05-24-2024 13:13:48:#put() put the value 05-24-2024 13:13:48:FINISHED TEST : putTest() 05-24-2024 13:13:48:STARTING TEST : addFirstNullTest() 05-24-2024 13:13:48:Found key key with following values: 05-24-2024 13:13:48:value1 value2 value3 05-24-2024 13:13:48:Given key key does not contain following values as expected: 05-24-2024 13:13:48:null 05-24-2024 13:13:48:FINISHED TEST : addFirstNullTest() 05-24-2024 13:13:48:STARTING TEST : getTest() 05-24-2024 13:13:48:#get() is sucessfull 05-24-2024 13:13:48:FINISHED TEST : getTest() 05-24-2024 13:13:48:STARTING TEST : addFirstTest() 05-24-2024 13:13:48:Found first item value4 05-24-2024 13:13:48:FINISHED TEST : addFirstTest() 05-24-2024 13:13:48:STARTING TEST : putSingleTest() 05-24-2024 13:13:48:Found key key with following values: 05-24-2024 13:13:48:value5 05-24-2024 13:13:48:Given key key does not contain following values as expected: 05-24-2024 13:13:48:value1 value2 value3 05-24-2024 13:13:48:#putSingle() sucessfully replaced the values by a new one 05-24-2024 13:13:48:FINISHED TEST : putSingleTest() 05-24-2024 13:13:48:STARTING TEST : addAllListNullValuesTest() 05-24-2024 13:13:48:Found key key with following values: 05-24-2024 13:13:48:value1 value2 value3 05-24-2024 13:13:48:Found key key with following values: 05-24-2024 13:13:48:value4 05-24-2024 13:13:48:Given key key does not contain following values as expected: 05-24-2024 13:13:48:null 05-24-2024 13:13:48:FINISHED TEST : addAllListNullValuesTest() 05-24-2024 13:13:48:STARTING TEST : equalsTest() 05-24-2024 13:13:48:#equals() is delegated to underlaying map 05-24-2024 13:13:48:FINISHED TEST : equalsTest() 05-24-2024 13:13:48:STARTING TEST : addAllListThrowsNPETest() 05-24-2024 13:13:48:NullPointerException has been thrown as expected java.lang.NullPointerException: Supplied list of values must not be null. 05-24-2024 13:13:48:FINISHED TEST : addAllListThrowsNPETest() 05-24-2024 13:13:48:STARTING TEST : toStringTest() 05-24-2024 13:13:48:#toString returned {key=[value1, value2, value3]} 05-24-2024 13:13:48:FINISHED TEST : toStringTest() 05-24-2024 13:13:48:STARTING TEST : sizeTest() 05-24-2024 13:13:48:#size() returns correct values 05-24-2024 13:13:48:FINISHED TEST : sizeTest() 05-24-2024 13:13:48:STARTING TEST : equalsIgnoreValueOrderTest() 05-24-2024 13:13:48:#equalsIgnoreValueOrder compared maps {key=[value1, value2, value3]} and {key=[value3, value1, value2]} as expected 05-24-2024 13:13:48:FINISHED TEST : equalsIgnoreValueOrderTest() 05-24-2024 13:13:48:STARTING TEST : addAllEmptyValuesTest() 05-24-2024 13:13:48:Found key key with following values: 05-24-2024 13:13:48:value1 value2 value3 05-24-2024 13:13:48:FINISHED TEST : addAllEmptyValuesTest() 05-24-2024 13:13:48:STARTING TEST : removeTest() 05-24-2024 13:13:48:Given key key does not contain following values as expected: 05-24-2024 13:13:48:value1 value2 value3 05-24-2024 13:13:48:Found key key2 with following values: 05-24-2024 13:13:48:value4 05-24-2024 13:13:48:#removeTest(key) removed the correct key and the value as expected 05-24-2024 13:13:48:FINISHED TEST : removeTest() 05-24-2024 13:13:48:STARTING TEST : addAllNullValuesTest() 05-24-2024 13:13:48:Found key key with following values: 05-24-2024 13:13:48:value1 value2 value3 05-24-2024 13:13:48:Found key key with following values: 05-24-2024 13:13:48:value4 05-24-2024 13:13:48:Given key key does not contain following values as expected: 05-24-2024 13:13:48:null 05-24-2024 13:13:48:FINISHED TEST : addAllNullValuesTest() 05-24-2024 13:13:48:STARTING TEST : hashCodeTest() 05-24-2024 13:13:48:#hashCode() is delegated to underlaying map 05-24-2024 13:13:48:FINISHED TEST : hashCodeTest() 05-24-2024 13:13:48:STARTING TEST : addNullKeyTest() 05-24-2024 13:13:48:Found key null with following values: 05-24-2024 13:13:48:value4 05-24-2024 13:13:48:FINISHED TEST : addNullKeyTest() 05-24-2024 13:13:48:STARTING TEST : addAllValuesTest() 05-24-2024 13:13:48:Found key key with following values: 05-24-2024 13:13:48:value1 value2 value3 05-24-2024 13:13:48:Found key key with following values: 05-24-2024 13:13:48:value4 value5 05-24-2024 13:13:48:FINISHED TEST : addAllValuesTest() 05-24-2024 13:13:48:STARTING TEST : addAllListEmptyValuesTest() 05-24-2024 13:13:48:Found key key with following values: 05-24-2024 13:13:48:value1 value2 value3 05-24-2024 13:13:48:FINISHED TEST : addAllListEmptyValuesTest() 05-24-2024 13:13:48:STARTING TEST : valuesTest() 05-24-2024 13:13:48:#values returned 2 lists 05-24-2024 13:13:48:FINISHED TEST : valuesTest() 05-24-2024 13:13:48:STARTING TEST : containsValueTest() 05-24-2024 13:13:48:#containsValue() found list of items as expected 05-24-2024 13:13:48:FINISHED TEST : containsValueTest() 05-24-2024 13:13:48:STARTING TEST : addAllListTest() 05-24-2024 13:13:48:Found key key with following values: 05-24-2024 13:13:48:value1 value2 value3 05-24-2024 13:13:48:Found key key with following values: 05-24-2024 13:13:48:value4 value5 05-24-2024 13:13:48:FINISHED TEST : addAllListTest() [INFO] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s - in ee.jakarta.tck.ws.rs.api.rs.core.abstractmultivaluedmap.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.variant.JAXRSClientIT 05-24-2024 13:13:48:STARTING TEST : constructorMediaStringStringThrowsIllegalArgumentExceptionTest() 05-24-2024 13:13:48:Thrown IllegalArgumentException as expected 05-24-2024 13:13:48:FINISHED TEST : constructorMediaStringStringThrowsIllegalArgumentExceptionTest() 05-24-2024 13:13:48:STARTING TEST : constructorMediaStringStringTest() 05-24-2024 13:13:48:FINISHED TEST : constructorMediaStringStringTest() 05-24-2024 13:13:48:STARTING TEST : equalsTest2() 05-24-2024 13:13:48:FINISHED TEST : equalsTest2() 05-24-2024 13:13:48:STARTING TEST : equalsTest3() 05-24-2024 13:13:48:FINISHED TEST : equalsTest3() 05-24-2024 13:13:48:STARTING TEST : encodingsTest() 05-24-2024 13:13:48:FINISHED TEST : encodingsTest() 05-24-2024 13:13:48:STARTING TEST : constructorMediaStringStringStringStringTest() 05-24-2024 13:13:48:FINISHED TEST : constructorMediaStringStringStringStringTest() 05-24-2024 13:13:48:STARTING TEST : languagesTest() 05-24-2024 13:13:48:FINISHED TEST : languagesTest() 05-24-2024 13:13:48:STARTING TEST : constructorMediaStringStringStringThrowsIllegalArgumentExceptionTest() 05-24-2024 13:13:48:Thrown IllegalArgumentException as expected 05-24-2024 13:13:48:FINISHED TEST : constructorMediaStringStringStringThrowsIllegalArgumentExceptionTest() 05-24-2024 13:13:48:STARTING TEST : constructorTest1() 05-24-2024 13:13:48:FINISHED TEST : constructorTest1() 05-24-2024 13:13:48:STARTING TEST : constructorTest2() 05-24-2024 13:13:48:FINISHED TEST : constructorTest2() 05-24-2024 13:13:48:STARTING TEST : constructorTest3() 05-24-2024 13:13:48:FINISHED TEST : constructorTest3() 05-24-2024 13:13:48:STARTING TEST : equalTest1() 05-24-2024 13:13:48:FINISHED TEST : equalTest1() 05-24-2024 13:13:48:STARTING TEST : constructorMediaStringStringStringStringThrowsIllegalArgumentExceptionTest() 05-24-2024 13:13:48:Thrown IllegalArgumentException as expected 05-24-2024 13:13:48:FINISHED TEST : constructorMediaStringStringStringStringThrowsIllegalArgumentExceptionTest() 05-24-2024 13:13:48:STARTING TEST : getLanguageStringTest() 05-24-2024 13:13:48:#getLanguageString returned exected language string 05-24-2024 13:13:48:FINISHED TEST : getLanguageStringTest() 05-24-2024 13:13:48:STARTING TEST : constructorMediaStringStringStringTest() 05-24-2024 13:13:48:FINISHED TEST : constructorMediaStringStringStringTest() 05-24-2024 13:13:48:STARTING TEST : mediaTypesTest() 05-24-2024 13:13:48:FINISHED TEST : mediaTypesTest() [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in ee.jakarta.tck.ws.rs.api.rs.core.variant.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.nocontentexception.JAXRSClientIT 05-24-2024 13:13:48:STARTING TEST : constructorNullStringTest() 05-24-2024 13:13:48:The exception contains expected #getMessage() 05-24-2024 13:13:48:FINISHED TEST : constructorNullStringTest() 05-24-2024 13:13:48:STARTING TEST : constructorStringThrowableTest() 05-24-2024 13:13:48:The exception contains expected #getMessage() 05-24-2024 13:13:48:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:48:The exception contains expected #getMessage() 05-24-2024 13:13:48:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:48:The exception contains expected #getMessage() 05-24-2024 13:13:48:getCause contains expected java.io.IOException 05-24-2024 13:13:48:The exception contains expected #getMessage() 05-24-2024 13:13:48:getCause contains expected java.io.IOException 05-24-2024 13:13:48:The exception contains expected #getMessage() 05-24-2024 13:13:48:getCause contains expected java.lang.Error 05-24-2024 13:13:48:The exception contains expected #getMessage() 05-24-2024 13:13:48:getCause contains expected java.lang.Error 05-24-2024 13:13:48:The exception contains expected #getMessage() 05-24-2024 13:13:48:getCause contains expected java.lang.Throwable 05-24-2024 13:13:48:The exception contains expected #getMessage() 05-24-2024 13:13:48:getCause contains expected java.lang.Throwable 05-24-2024 13:13:48:FINISHED TEST : constructorStringThrowableTest() 05-24-2024 13:13:48:STARTING TEST : constructorStringTest() 05-24-2024 13:13:48:The exception contains expected #getMessage() 05-24-2024 13:13:48:FINISHED TEST : constructorStringTest() 05-24-2024 13:13:48:STARTING TEST : constructorThrowableTest() 05-24-2024 13:13:48:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:48:getCause contains expected java.io.IOException 05-24-2024 13:13:48:getCause contains expected java.lang.Error 05-24-2024 13:13:48:getCause contains expected java.lang.Throwable 05-24-2024 13:13:48:FINISHED TEST : constructorThrowableTest() [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in ee.jakarta.tck.ws.rs.api.rs.core.nocontentexception.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.ext.interceptor.reader.readerinterceptorcontext.JAXRSClientIT 05-24-2024 13:13:48:[JAXRSCommonClient] Test setup OK 05-24-2024 13:13:48:STARTING TEST : getHeadersHeadersSetTest() 05-24-2024 13:13:48:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 05-24-2024 13:13:48:############################### 05-24-2024 13:13:48: TRACE: [WIRE] - << 200 OK 05-24-2024 13:13:48: TRACE: [WIRE] - << OPERATION: GETHEADERS 05-24-2024 13:13:48: TRACE: [WIRE] - << Property0: any 05-24-2024 13:13:48: TRACE: [WIRE] - << Property1: any 05-24-2024 13:13:48: TRACE: [WIRE] - << Property2: any 05-24-2024 13:13:48: TRACE: [WIRE] - << Property3: any 05-24-2024 13:13:48: TRACE: [WIRE] - << Property4: any 05-24-2024 13:13:48: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:13:48: TRACE: [WIRE] - << Entity 05-24-2024 13:13:48:FINISHED TEST : getHeadersHeadersSetTest() 05-24-2024 13:13:48:[JAXRSCommonClient] Test setup OK 05-24-2024 13:13:48: TRACE: [WIRE] - << 200 OK 05-24-2024 13:13:48: TRACE: [WIRE] - << OPERATION: SETINPUTSTREAM 05-24-2024 13:13:48: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:13:48: TRACE: [WIRE] - << Entity 05-24-2024 13:13:48:STARTING TEST : setInputStreamTest() 05-24-2024 13:13:48:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 05-24-2024 13:13:48:############################### 05-24-2024 13:13:48:FINISHED TEST : setInputStreamTest() 05-24-2024 13:13:48:[JAXRSCommonClient] Test setup OK 05-24-2024 13:13:48: TRACE: [WIRE] - << 200 OK 05-24-2024 13:13:48: TRACE: [WIRE] - << OPERATION: GETHEADERS 05-24-2024 13:13:48: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:13:48: TRACE: [WIRE] - << Entity 05-24-2024 13:13:48:STARTING TEST : getHeadersOperationSetTest() 05-24-2024 13:13:48:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 05-24-2024 13:13:48:############################### 05-24-2024 13:13:48:FINISHED TEST : getHeadersOperationSetTest() 05-24-2024 13:13:48:[JAXRSCommonClient] Test setup OK 05-24-2024 13:13:48: TRACE: [WIRE] - << 200 OK 05-24-2024 13:13:48: TRACE: [WIRE] - << OPERATION: GETHEADERSISMUTABLE 05-24-2024 13:13:48: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:13:48: TRACE: [WIRE] - << Entity 05-24-2024 13:13:48:STARTING TEST : getHeadersIsMutableTest() 05-24-2024 13:13:48:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 05-24-2024 13:13:48:############################### 05-24-2024 13:13:48:FINISHED TEST : getHeadersIsMutableTest() 05-24-2024 13:13:48:[JAXRSCommonClient] Test setup OK 05-24-2024 13:13:48: TRACE: [WIRE] - << 200 OK 05-24-2024 13:13:48: TRACE: [WIRE] - << OPERATION: PROCEEDTHROWSWEBAPPEXCEPTION 05-24-2024 13:13:48: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:13:48: TRACE: [WIRE] - << Entity 05-24-2024 13:13:48:STARTING TEST : proceedThrowsWebApplicationExceptionTest() 05-24-2024 13:13:48:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 05-24-2024 13:13:48:############################### 05-24-2024 13:13:48:WebApplicationException has been thrown as expected WebApplicationException has been thrown as expected 05-24-2024 13:13:48:FINISHED TEST : proceedThrowsWebApplicationExceptionTest() 05-24-2024 13:13:48:[JAXRSCommonClient] Test setup OK 05-24-2024 13:13:48: TRACE: [WIRE] - << 200 OK 05-24-2024 13:13:48: TRACE: [WIRE] - << OPERATION: GETINPUTSTREAM 05-24-2024 13:13:48: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:13:48: TRACE: [WIRE] - << getInputStreamEntity 05-24-2024 13:13:48:STARTING TEST : getInputStreamTest() 05-24-2024 13:13:48:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 05-24-2024 13:13:48:############################### 05-24-2024 13:13:48:FINISHED TEST : getInputStreamTest() 05-24-2024 13:13:48:[JAXRSCommonClient] Test setup OK 05-24-2024 13:13:48: TRACE: [WIRE] - << 200 OK 05-24-2024 13:13:48: TRACE: [WIRE] - << OPERATION: PROCEEDTHROWSIOEXCEPTION 05-24-2024 13:13:48: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:13:48: TRACE: [WIRE] - << Entity 05-24-2024 13:13:48:STARTING TEST : proceedThrowsIOExceptionTest() 05-24-2024 13:13:48:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 05-24-2024 13:13:48:############################### 05-24-2024 13:13:48:FINISHED TEST : proceedThrowsIOExceptionTest() [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.163 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-24-2024 13:13:48:[JAXRSCommonClient] Test setup OK 05-24-2024 13:13:48: TRACE: [WIRE] - << 200 OK 05-24-2024 13:13:48: TRACE: [WIRE] - << OPERATION: SETANNOTATIONSNULL 05-24-2024 13:13:48: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:13:48: TRACE: [WIRE] - << Entity 05-24-2024 13:13:48:STARTING TEST : setAnnotationsNullThrowsNPETest() 05-24-2024 13:13:48:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 05-24-2024 13:13:48:############################### 05-24-2024 13:13:48:FINISHED TEST : setAnnotationsNullThrowsNPETest() 05-24-2024 13:13:48:[JAXRSCommonClient] Test setup OK 05-24-2024 13:13:48: TRACE: [WIRE] - << 200 OK 05-24-2024 13:13:48: TRACE: [WIRE] - << OPERATION: SETANNOTATIONS 05-24-2024 13:13:48: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:13:48: TRACE: [WIRE] - << Entity 05-24-2024 13:13:48:STARTING TEST : setAnnotationsTest() 05-24-2024 13:13:48:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 05-24-2024 13:13:48:############################### 05-24-2024 13:13:48:FINISHED TEST : setAnnotationsTest() 05-24-2024 13:13:48:[JAXRSCommonClient] Test setup OK 05-24-2024 13:13:48: TRACE: [WIRE] - << 200 OK 05-24-2024 13:13:48: TRACE: [WIRE] - << OPERATION: SETGENERICTYPE 05-24-2024 13:13:48: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:13:48: TRACE: [WIRE] - << Entity 05-24-2024 13:13:48:STARTING TEST : setGenericTypeTest() 05-24-2024 13:13:48:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 05-24-2024 13:13:48:############################### 05-24-2024 13:13:48:FINISHED TEST : setGenericTypeTest() 05-24-2024 13:13:48:[JAXRSCommonClient] Test setup OK 05-24-2024 13:13:48: TRACE: [WIRE] - << 200 OK 05-24-2024 13:13:48: TRACE: [WIRE] - << OPERATION: GETMEDIATYPE 05-24-2024 13:13:48: TRACE: [WIRE] - << Content-Type: application/json 05-24-2024 13:13:48: TRACE: [WIRE] - << Entity 05-24-2024 13:13:48:STARTING TEST : getMediaTypeTest() 05-24-2024 13:13:48:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 05-24-2024 13:13:48:############################### 05-24-2024 13:13:48:FINISHED TEST : getMediaTypeTest() 05-24-2024 13:13:48:[JAXRSCommonClient] Test setup OK 05-24-2024 13:13:48: TRACE: [WIRE] - << 200 OK 05-24-2024 13:13:48: TRACE: [WIRE] - << OPERATION: WEBAPPLICATIONEXCEPTION 05-24-2024 13:13:48: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:13:48: TRACE: [WIRE] - << Entity 05-24-2024 13:13:48:STARTING TEST : webApplicationExceptionTest() 05-24-2024 13:13:48:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 05-24-2024 13:13:48:############################### 05-24-2024 13:13:48:found expected WebApplicationException jakarta.ws.rs.WebApplicationException: HTTP 409 Conflict 05-24-2024 13:13:48:FINISHED TEST : webApplicationExceptionTest() 05-24-2024 13:13:48:[JAXRSCommonClient] Test setup OK 05-24-2024 13:13:48:STARTING TEST : setPropertyNullTest()05-24-2024 13:13:48: TRACE: [WIRE] - << 200 OK 05-24-2024 13:13:48: TRACE: [WIRE] - << OPERATION: SETPROPERTYNULL 05-24-2024 13:13:48: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:13:48: TRACE: [WIRE] - << Entity 05-24-2024 13:13:48:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 05-24-2024 13:13:48:############################### 05-24-2024 13:13:48:FINISHED TEST : setPropertyNullTest() 05-24-2024 13:13:48:[JAXRSCommonClient] Test setup OK 05-24-2024 13:13:48: TRACE: [WIRE] - << 200 OK 05-24-2024 13:13:48: TRACE: [WIRE] - << OPERATION: GETPROPERTYNAMESISREADONLY 05-24-2024 13:13:48: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:13:48: TRACE: [WIRE] - << Entity 05-24-2024 13:13:48:STARTING TEST : getPropertyNamesIsReadOnlyTest() 05-24-2024 13:13:48:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 05-24-2024 13:13:48:############################### 05-24-2024 13:13:48:FINISHED TEST : getPropertyNamesIsReadOnlyTest() 05-24-2024 13:13:48:[JAXRSCommonClient] Test setup OK 05-24-2024 13:13:48: TRACE: [WIRE] - << 200 OK 05-24-2024 13:13:48: TRACE: [WIRE] - << OPERATION: IOEXCEPTION 05-24-2024 13:13:48: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:13:48: TRACE: [WIRE] - << Entity 05-24-2024 13:13:48:STARTING TEST : ioExceptionTest() 05-24-2024 13:13:48:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 05-24-2024 13:13:48:############################### 05-24-2024 13:13:48:found expected IOException java.io.IOException: IOException has been thrown as expected 05-24-2024 13:13:48:FINISHED TEST : ioExceptionTest() 05-24-2024 13:13:48:[JAXRSCommonClient] Test setup OK 05-24-2024 13:13:48: TRACE: [WIRE] - << 200 OK 05-24-2024 13:13:48: TRACE: [WIRE] - << OPERATION: GETPROPERTYNAMES 05-24-2024 13:13:48: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:13:48: TRACE: [WIRE] - << Entity 05-24-2024 13:13:48:STARTING TEST : getPropertyNamesTest() 05-24-2024 13:13:48:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 05-24-2024 13:13:48:############################### 05-24-2024 13:13:48:FINISHED TEST : getPropertyNamesTest() 05-24-2024 13:13:48:[JAXRSCommonClient] Test setup OK 05-24-2024 13:13:48: TRACE: [WIRE] - << 200 OK 05-24-2024 13:13:48: TRACE: [WIRE] - << OPERATION: GETPROPERTY 05-24-2024 13:13:48: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:13:48: TRACE: [WIRE] - << Entity 05-24-2024 13:13:48:STARTING TEST : getPropertyIsNullTest() 05-24-2024 13:13:48:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 05-24-2024 13:13:48:############################### 05-24-2024 13:13:48:FINISHED TEST : getPropertyIsNullTest() 05-24-2024 13:13:48:[JAXRSCommonClient] Test setup OK 05-24-2024 13:13:48: TRACE: [WIRE] - << 200 OK 05-24-2024 13:13:48: TRACE: [WIRE] - << OPERATION: SETMEDIATYPE 05-24-2024 13:13:48: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:13:48: TRACE: [WIRE] - << Entity 05-24-2024 13:13:48:STARTING TEST : setMediaTypeTest() 05-24-2024 13:13:48:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 05-24-2024 13:13:48:############################### 05-24-2024 13:13:48:FINISHED TEST : setMediaTypeTest() 05-24-2024 13:13:48:[JAXRSCommonClient] Test setup OK 05-24-2024 13:13:48: TRACE: [WIRE] - << 200 OK 05-24-2024 13:13:48: TRACE: [WIRE] - << OPERATION: SETTYPE 05-24-2024 13:13:48: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:13:48: TRACE: [WIRE] - << Entity 05-24-2024 13:13:48:STARTING TEST : setTypeTest() 05-24-2024 13:13:48:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 05-24-2024 13:13:48:############################### 05-24-2024 13:13:48:#setType set correct type java.io.InputStreamReader 05-24-2024 13:13:48:FINISHED TEST : setTypeTest() 05-24-2024 13:13:48:[JAXRSCommonClient] Test setup OK 05-24-2024 13:13:48: TRACE: [WIRE] - << 200 OK 05-24-2024 13:13:48: TRACE: [WIRE] - << OPERATION: GETTYPE 05-24-2024 13:13:48: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:13:48: TRACE: [WIRE] - << Entity 05-24-2024 13:13:48:STARTING TEST : getTypeTest() 05-24-2024 13:13:48:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 05-24-2024 13:13:48:############################### 05-24-2024 13:13:48:FINISHED TEST : getTypeTest() 05-24-2024 13:13:48:[JAXRSCommonClient] Test setup OK 05-24-2024 13:13:48: TRACE: [WIRE] - << 200 OK 05-24-2024 13:13:48: TRACE: [WIRE] - << OPERATION: GETANNOTATIONS 05-24-2024 13:13:48: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:13:48: TRACE: [WIRE] - << Entity 05-24-2024 13:13:48:STARTING TEST : getAnnotationsTest() 05-24-2024 13:13:48:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 05-24-2024 13:13:48:############################### 05-24-2024 13:13:48:FINISHED TEST : getAnnotationsTest() 05-24-2024 13:13:48:[JAXRSCommonClient] Test setup OK 05-24-2024 13:13:48: TRACE: [WIRE] - << 200 OK 05-24-2024 13:13:48: TRACE: [WIRE] - << OPERATION: GETGENERICTYPE 05-24-2024 13:13:48: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:13:48: TRACE: [WIRE] - << Entity 05-24-2024 13:13:48:STARTING TEST : getGenericTypeTest() 05-24-2024 13:13:48:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 05-24-2024 13:13:48:############################### 05-24-2024 13:13:48:FINISHED TEST : getGenericTypeTest() 05-24-2024 13:13:48:[JAXRSCommonClient] Test setup OK 05-24-2024 13:13:48: TRACE: [WIRE] - << 200 OK 05-24-2024 13:13:48: TRACE: [WIRE] - << OPERATION: SETPROPERTY 05-24-2024 13:13:48: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:13:48: TRACE: [WIRE] - << Entity 05-24-2024 13:13:48:STARTING TEST : setPropertyTest() 05-24-2024 13:13:48:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 05-24-2024 13:13:48:############################### 05-24-2024 13:13:48:FINISHED TEST : setPropertyTest() 05-24-2024 13:13:48:[JAXRSCommonClient] Test setup OK 05-24-2024 13:13:48: TRACE: [WIRE] - << 200 OK 05-24-2024 13:13:48: TRACE: [WIRE] - << OPERATION: REMOVEPROPERTY 05-24-2024 13:13:48: TRACE: [WIRE] - << Content-Type: text/plain 05-24-2024 13:13:48: TRACE: [WIRE] - << Entity 05-24-2024 13:13:48:STARTING TEST : removePropertyTest() 05-24-2024 13:13:48:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 05-24-2024 13:13:48:############################### 05-24-2024 13:13:48:FINISHED TEST : removePropertyTest() [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.301 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-24-2024 13:13:48:STARTING TEST : checkCreatedResponseBuilderTest() 05-24-2024 13:13:49:FINISHED TEST : checkCreatedResponseBuilderTest() 05-24-2024 13:13:49:STARTING TEST : createEndpointThrowsIllegalArgumentExceptionTest() 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected 05-24-2024 13:13:49:FINISHED TEST : createEndpointThrowsIllegalArgumentExceptionTest() 05-24-2024 13:13:49:STARTING TEST : checkCreatedHeaderDelegateNewCookieTest() 05-24-2024 13:13:49:FINISHED TEST : checkCreatedHeaderDelegateNewCookieTest() 05-24-2024 13:13:49:STARTING TEST : checkCreatedHeaderDelegateMediaTypeTest() 05-24-2024 13:13:49:FINISHED TEST : checkCreatedHeaderDelegateMediaTypeTest() 05-24-2024 13:13:49:STARTING TEST : checkCreatedUriBuilderTest() 05-24-2024 13:13:49:FINISHED TEST : checkCreatedUriBuilderTest() 05-24-2024 13:13:49:STARTING TEST : createHeaderDelegateThrowsIllegalArgumentExceptionTest() 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected 05-24-2024 13:13:49:FINISHED TEST : createHeaderDelegateThrowsIllegalArgumentExceptionTest() 05-24-2024 13:13:49:STARTING TEST : checkCreatedHeaderDelegateNullPointerTest() 05-24-2024 13:13:49:FINISHED TEST : checkCreatedHeaderDelegateNullPointerTest() 05-24-2024 13:13:49:STARTING TEST : checkCreatedHeaderDelegateEntityTagTest() 05-24-2024 13:13:49:FINISHED TEST : checkCreatedHeaderDelegateEntityTagTest() 05-24-2024 13:13:49:STARTING TEST : createEndpointTest() 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected java.lang.IllegalArgumentException: No container provider supports the type interface com.sun.net.httpserver.HttpHandler 05-24-2024 13:13:49:FINISHED TEST : createEndpointTest() 05-24-2024 13:13:49:STARTING TEST : checkCreatedVariantListBuilderTest() 05-24-2024 13:13:49:FINISHED TEST : checkCreatedVariantListBuilderTest() 05-24-2024 13:13:49:STARTING TEST : checkCreatedHeaderDelegateCookieTest() 05-24-2024 13:13:49:FINISHED TEST : checkCreatedHeaderDelegateCookieTest() 05-24-2024 13:13:49:STARTING TEST : checkCreatedHeaderDelegateCacheControlTest() 05-24-2024 13:13:49:FINISHED TEST : checkCreatedHeaderDelegateCacheControlTest() [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 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-24-2024 13:13:49:STARTING TEST : checkTckRuntimeDelegateIsNotDefaultTest() 05-24-2024 13:13:49:Found org.glassfish.jersey.server.internal.RuntimeDelegateImpl 05-24-2024 13:13:49:FINISHED TEST : checkTckRuntimeDelegateIsNotDefaultTest() 05-24-2024 13:13:49:STARTING TEST : askForTckRuntimeDelegateGivenBySetInstanceTest() 05-24-2024 13:13:49:Found ee.jakarta.tck.ws.rs.api.rs.ext.runtimedelegate.TckRuntimeDelegate 05-24-2024 13:13:49:Found org.glassfish.jersey.server.internal.RuntimeDelegateImpl 05-24-2024 13:13:49:FINISHED TEST : askForTckRuntimeDelegateGivenBySetInstanceTest() [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in ee.jakarta.tck.ws.rs.api.rs.ext.runtimedelegate.setinstance.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.runtimetype.JAXRSClientIT 05-24-2024 13:13:49:STARTING TEST : valueOfTest() 05-24-2024 13:13:49:#valueOf( CLIENT ) equals CLIENT as expected 05-24-2024 13:13:49:#valueOf( SERVER ) equals SERVER as expected 05-24-2024 13:13:49:FINISHED TEST : valueOfTest() 05-24-2024 13:13:49:STARTING TEST : valuesTest() 05-24-2024 13:13:49:Found CLIENT in valus() CLIENT, SERVER 05-24-2024 13:13:49:Found SERVER in valus() CLIENT, SERVER 05-24-2024 13:13:49:FINISHED TEST : valuesTest() [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in ee.jakarta.tck.ws.rs.api.rs.runtimetype.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.bindingpriority.JAXRSClientIT 05-24-2024 13:13:49:STARTING TEST : checkBindingPriorityLowerRegisteredFirstTest() 05-24-2024 13:13:49:FINISHED TEST : checkBindingPriorityLowerRegisteredFirstTest() 05-24-2024 13:13:49:STARTING TEST : checkBindingPriorityHigherRegisteredFirstTest() 05-24-2024 13:13:49:FINISHED TEST : checkBindingPriorityHigherRegisteredFirstTest() [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.098 s - in ee.jakarta.tck.ws.rs.api.rs.bindingpriority.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.notfoundexception.JAXRSClientIT 05-24-2024 13:13:49:STARTING TEST : constructorResponseThrowableTest() 05-24-2024 13:13:49:response contains expected Not Found status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Not Found status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Not Found status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Not Found status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:FINISHED TEST : constructorResponseThrowableTest() 05-24-2024 13:13:49:STARTING TEST : constructorTest() 05-24-2024 13:13:49:response contains expected Not Found status 05-24-2024 13:13:49:FINISHED TEST : constructorTest() 05-24-2024 13:13:49:STARTING TEST : constructorResponseTest() 05-24-2024 13:13:49:response contains expected Not Found status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:FINISHED TEST : constructorResponseTest() 05-24-2024 13:13:49:STARTING TEST : constructorStringResponseThrowableTest() 05-24-2024 13:13:49:response contains expected Not Found status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:found expected getMessage()= TCK NotFoundException description 05-24-2024 13:13:49:response contains expected Not Found status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:found expected getMessage()= TCK NotFoundException description 05-24-2024 13:13:49:response contains expected Not Found status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:found expected getMessage()= TCK NotFoundException description 05-24-2024 13:13:49:response contains expected Not Found status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:found expected getMessage()= TCK NotFoundException description 05-24-2024 13:13:49:FINISHED TEST : constructorStringResponseThrowableTest() 05-24-2024 13:13:49:STARTING TEST : constructorStringResponseTest() 05-24-2024 13:13:49:response contains expected Not Found status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK NotFoundException description 05-24-2024 13:13:49:FINISHED TEST : constructorStringResponseTest() 05-24-2024 13:13:49:STARTING TEST : constructorStringThrowableTest() 05-24-2024 13:13:49:response contains expected Not Found status 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:found expected getMessage()= TCK NotFoundException description 05-24-2024 13:13:49:response contains expected Not Found status 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:found expected getMessage()= TCK NotFoundException description 05-24-2024 13:13:49:response contains expected Not Found status 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:found expected getMessage()= TCK NotFoundException description 05-24-2024 13:13:49:response contains expected Not Found status 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:found expected getMessage()= TCK NotFoundException description 05-24-2024 13:13:49:FINISHED TEST : constructorStringThrowableTest() 05-24-2024 13:13:49:STARTING TEST : constructorResponseThrowsExceptionTest() 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status OK 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Created 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Accepted 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status No Content 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Reset Content 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Partial Content 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Found 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status See Other 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Not Modified 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Use Proxy 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Bad Request 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Unauthorized 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Payment Required 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Forbidden 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Method Not Allowed 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Not Acceptable 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Request Timeout 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Conflict 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Gone 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Length Required 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Precondition Failed 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Expectation Failed 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Precondition Required 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Too Many Requests 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Internal Server Error 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Not Implemented 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Bad Gateway 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Service Unavailable 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Gateway Timeout 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Network Authentication Required 05-24-2024 13:13:49:FINISHED TEST : constructorResponseThrowsExceptionTest() 05-24-2024 13:13:49:STARTING TEST : constructorStringResponseThrowableThrowsExceptionTest() 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status OK 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Created 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Accepted 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status No Content 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Reset Content 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Partial Content 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Found 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status See Other 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Not Modified 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Use Proxy 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Bad Request 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Unauthorized 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Payment Required 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Forbidden 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Method Not Allowed 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Not Acceptable 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Request Timeout 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Conflict 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Gone 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Length Required 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Precondition Failed 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Expectation Failed 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Precondition Required 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Too Many Requests 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Internal Server Error 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Not Implemented 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Bad Gateway 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Service Unavailable 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Gateway Timeout 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Network Authentication Required 05-24-2024 13:13:49:FINISHED TEST : constructorStringResponseThrowableThrowsExceptionTest() 05-24-2024 13:13:49:STARTING TEST : constructorStringTest() 05-24-2024 13:13:49:response contains expected Not Found status 05-24-2024 13:13:49:found expected getMessage()= TCK NotFoundException description 05-24-2024 13:13:49:FINISHED TEST : constructorStringTest() 05-24-2024 13:13:49:STARTING TEST : constructorThrowableTest() 05-24-2024 13:13:49:response contains expected Not Found status 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Not Found status 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Not Found status 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Not Found status 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:FINISHED TEST : constructorThrowableTest() 05-24-2024 13:13:49:STARTING TEST : constructorStringResponseThrowsIAETest() 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status OK 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Created 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Accepted 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status No Content 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Reset Content 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Partial Content 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Found 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status See Other 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Not Modified 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Use Proxy 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Bad Request 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Unauthorized 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Payment Required 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Forbidden 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Method Not Allowed 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Not Acceptable 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Request Timeout 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Conflict 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Gone 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Length Required 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Precondition Failed 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Expectation Failed 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Precondition Required 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Too Many Requests 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Internal Server Error 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Not Implemented 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Bad Gateway 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Service Unavailable 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Gateway Timeout 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Network Authentication Required 05-24-2024 13:13:49:FINISHED TEST : constructorStringResponseThrowsIAETest() 05-24-2024 13:13:49:STARTING TEST : constructorResponseThrowableThrowsExceptionTest() 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status OK 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Created 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Accepted 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status No Content 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Reset Content 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Partial Content 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Found 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status See Other 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Not Modified 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Use Proxy 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Bad Request 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Unauthorized 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Payment Required 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Forbidden 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Method Not Allowed 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Not Acceptable 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Request Timeout 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Conflict 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Gone 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Length Required 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Precondition Failed 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Expectation Failed 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Precondition Required 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Too Many Requests 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Internal Server Error 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Not Implemented 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Bad Gateway 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Service Unavailable 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Gateway Timeout 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Network Authentication Required 05-24-2024 13:13:49:FINISHED TEST : constructorResponseThrowableThrowsExceptionTest() [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s - in ee.jakarta.tck.ws.rs.api.rs.notfoundexception.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.internalservererrorexception.JAXRSClientIT 05-24-2024 13:13:49:STARTING TEST : constructorResponseThrowableTest() 05-24-2024 13:13:49:response contains expected Internal Server Error status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Internal Server Error status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Internal Server Error status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Internal Server Error status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:FINISHED TEST : constructorResponseThrowableTest() 05-24-2024 13:13:49:STARTING TEST : constructorTest() 05-24-2024 13:13:49:response contains expected Internal Server Error status 05-24-2024 13:13:49:FINISHED TEST : constructorTest() 05-24-2024 13:13:49:STARTING TEST : constructorResponseTest() 05-24-2024 13:13:49:response contains expected Internal Server Error status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:FINISHED TEST : constructorResponseTest() 05-24-2024 13:13:49:STARTING TEST : constructorStringResponseThrowableTest() 05-24-2024 13:13:49:response contains expected Internal Server Error status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:found expected getMessage()= TCK InternalServerErrorException description 05-24-2024 13:13:49:response contains expected Internal Server Error status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:found expected getMessage()= TCK InternalServerErrorException description 05-24-2024 13:13:49:response contains expected Internal Server Error status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:found expected getMessage()= TCK InternalServerErrorException description 05-24-2024 13:13:49:response contains expected Internal Server Error status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:found expected getMessage()= TCK InternalServerErrorException description 05-24-2024 13:13:49:FINISHED TEST : constructorStringResponseThrowableTest() 05-24-2024 13:13:49:STARTING TEST : constructorStringResponseThrowableThrowsIEATest() 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status OK 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Created 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Accepted 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status No Content 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Reset Content 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Partial Content 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Found 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status See Other 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Not Modified 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Use Proxy 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Bad Request 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Unauthorized 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Payment Required 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Forbidden 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Not Found 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Method Not Allowed 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Not Acceptable 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Request Timeout 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Conflict 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Gone 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Length Required 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Precondition Failed 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Expectation Failed 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Precondition Required 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Too Many Requests 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Not Implemented 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Bad Gateway 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Service Unavailable 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Gateway Timeout 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Network Authentication Required 05-24-2024 13:13:49:FINISHED TEST : constructorStringResponseThrowableThrowsIEATest() 05-24-2024 13:13:49:STARTING TEST : constructorStringResponseTest() 05-24-2024 13:13:49:response contains expected Internal Server Error status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK InternalServerErrorException description 05-24-2024 13:13:49:FINISHED TEST : constructorStringResponseTest() 05-24-2024 13:13:49:STARTING TEST : constructorStringThrowableTest() 05-24-2024 13:13:49:response contains expected Internal Server Error status 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:found expected getMessage()= TCK InternalServerErrorException description 05-24-2024 13:13:49:response contains expected Internal Server Error status 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:found expected getMessage()= TCK InternalServerErrorException description 05-24-2024 13:13:49:response contains expected Internal Server Error status 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:found expected getMessage()= TCK InternalServerErrorException description 05-24-2024 13:13:49:response contains expected Internal Server Error status 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:found expected getMessage()= TCK InternalServerErrorException description 05-24-2024 13:13:49:FINISHED TEST : constructorStringThrowableTest() 05-24-2024 13:13:49:STARTING TEST : constructorResponseThrowsExceptionTest() 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status OK 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Created 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Accepted 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status No Content 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Reset Content 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Partial Content 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Found 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status See Other 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Not Modified 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Use Proxy 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Bad Request 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Unauthorized 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Payment Required 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Forbidden 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Not Found 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Method Not Allowed 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Not Acceptable 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Request Timeout 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Conflict 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Gone 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Length Required 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Precondition Failed 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Expectation Failed 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Precondition Required 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Too Many Requests 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Not Implemented 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Bad Gateway 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Service Unavailable 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Gateway Timeout 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Network Authentication Required 05-24-2024 13:13:49:FINISHED TEST : constructorResponseThrowsExceptionTest() 05-24-2024 13:13:49:STARTING TEST : constructorStringTest() 05-24-2024 13:13:49:found expected getMessage()= TCK InternalServerErrorException description 05-24-2024 13:13:49:response contains expected Internal Server Error status 05-24-2024 13:13:49:FINISHED TEST : constructorStringTest() 05-24-2024 13:13:49:STARTING TEST : constructorThrowableTest() 05-24-2024 13:13:49:response contains expected Internal Server Error status 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Internal Server Error status 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Internal Server Error status 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Internal Server Error status 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:FINISHED TEST : constructorThrowableTest() 05-24-2024 13:13:49:STARTING TEST : constructorStringResponseThrowsIAETest() 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status OK 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Created 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Accepted 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status No Content 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Reset Content 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Partial Content 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Found 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status See Other 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Not Modified 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Use Proxy 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Bad Request 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Unauthorized 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Payment Required 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Forbidden 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Not Found 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Method Not Allowed 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Not Acceptable 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Request Timeout 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Conflict 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Gone 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Length Required 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Precondition Failed 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Expectation Failed 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Precondition Required 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Too Many Requests 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Not Implemented 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Bad Gateway 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Service Unavailable 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Gateway Timeout 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Network Authentication Required 05-24-2024 13:13:49:FINISHED TEST : constructorStringResponseThrowsIAETest() 05-24-2024 13:13:49:STARTING TEST : constructorResponseThrowableThrowsExceptionTest() 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status OK 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Created 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Accepted 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status No Content 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Reset Content 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Partial Content 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Found 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status See Other 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Not Modified 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Use Proxy 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Bad Request 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Unauthorized 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Payment Required 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Forbidden 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Not Found 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Method Not Allowed 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Not Acceptable 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Request Timeout 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Conflict 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Gone 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Length Required 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Precondition Failed 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Expectation Failed 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Precondition Required 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Too Many Requests 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Not Implemented 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Bad Gateway 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Service Unavailable 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Gateway Timeout 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Network Authentication Required 05-24-2024 13:13:49:FINISHED TEST : constructorResponseThrowableThrowsExceptionTest() [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 s - in ee.jakarta.tck.ws.rs.api.rs.internalservererrorexception.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.serviceunavailableexception.JAXRSClientIT 05-24-2024 13:13:49:STARTING TEST : constructorTest() 05-24-2024 13:13:49:response contains expected Service Unavailable status 05-24-2024 13:13:49:Found expected retry time null 05-24-2024 13:13:49:#hasRetryAfter returned expected false value 05-24-2024 13:13:49:FINISHED TEST : constructorTest() [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in ee.jakarta.tck.ws.rs.api.rs.serviceunavailableexception.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.clienterrorexception.JAXRSClientIT 05-24-2024 13:13:49:STARTING TEST : constructorStatusThrowableThrowsExceptionTest() 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status OK 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Created 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Accepted 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status No Content 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Reset Content 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Partial Content 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Found 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status See Other 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Not Modified 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Use Proxy 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Internal Server Error 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Not Implemented 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Bad Gateway 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Service Unavailable 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Gateway Timeout 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Network Authentication Required 05-24-2024 13:13:49:FINISHED TEST : constructorStatusThrowableThrowsExceptionTest() 05-24-2024 13:13:49:STARTING TEST : constructorResponseThrowableTest() 05-24-2024 13:13:49:Response of the exception contains expected status Bad Request 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:Response of the exception contains expected status Bad Request 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:Response of the exception contains expected status Bad Request 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:Response of the exception contains expected status Bad Request 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:Response of the exception contains expected status Unauthorized 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:Response of the exception contains expected status Unauthorized 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:Response of the exception contains expected status Unauthorized 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:Response of the exception contains expected status Unauthorized 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:Response of the exception contains expected status Payment Required 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:Response of the exception contains expected status Payment Required 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:Response of the exception contains expected status Payment Required 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:Response of the exception contains expected status Payment Required 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:Response of the exception contains expected status Forbidden 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:Response of the exception contains expected status Forbidden 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:Response of the exception contains expected status Forbidden 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:Response of the exception contains expected status Forbidden 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:Response of the exception contains expected status Not Found 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:Response of the exception contains expected status Not Found 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:Response of the exception contains expected status Not Found 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:Response of the exception contains expected status Not Found 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:Response of the exception contains expected status Method Not Allowed 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:Response of the exception contains expected status Method Not Allowed 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:Response of the exception contains expected status Method Not Allowed 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:Response of the exception contains expected status Method Not Allowed 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:Response of the exception contains expected status Not Acceptable 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:Response of the exception contains expected status Not Acceptable 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:Response of the exception contains expected status Not Acceptable 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:Response of the exception contains expected status Not Acceptable 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:Response of the exception contains expected status Proxy Authentication Required 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:Response of the exception contains expected status Proxy Authentication Required 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:Response of the exception contains expected status Proxy Authentication Required 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:Response of the exception contains expected status Proxy Authentication Required 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:Response of the exception contains expected status Request Timeout 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:Response of the exception contains expected status Request Timeout 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:Response of the exception contains expected status Request Timeout 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:Response of the exception contains expected status Request Timeout 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:Response of the exception contains expected status Conflict 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:Response of the exception contains expected status Conflict 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:Response of the exception contains expected status Conflict 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:Response of the exception contains expected status Conflict 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:Response of the exception contains expected status Gone 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:Response of the exception contains expected status Gone 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:Response of the exception contains expected status Gone 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:Response of the exception contains expected status Gone 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:Response of the exception contains expected status Length Required 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:Response of the exception contains expected status Length Required 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:Response of the exception contains expected status Length Required 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:Response of the exception contains expected status Length Required 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:Response of the exception contains expected status Precondition Failed 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:Response of the exception contains expected status Precondition Failed 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:Response of the exception contains expected status Precondition Failed 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:Response of the exception contains expected status Precondition Failed 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:Response of the exception contains expected status Request Entity Too Large 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:Response of the exception contains expected status Request Entity Too Large 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:Response of the exception contains expected status Request Entity Too Large 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:Response of the exception contains expected status Request Entity Too Large 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:Response of the exception contains expected status Request-URI Too Long 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:Response of the exception contains expected status Request-URI Too Long 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:Response of the exception contains expected status Request-URI Too Long 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:Response of the exception contains expected status Request-URI Too Long 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:Response of the exception contains expected status Unsupported Media Type 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:Response of the exception contains expected status Unsupported Media Type 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:Response of the exception contains expected status Unsupported Media Type 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:Response of the exception contains expected status Unsupported Media Type 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:Response of the exception contains expected status Requested Range Not Satisfiable 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:Response of the exception contains expected status Requested Range Not Satisfiable 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:Response of the exception contains expected status Requested Range Not Satisfiable 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:Response of the exception contains expected status Requested Range Not Satisfiable 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:Response of the exception contains expected status Expectation Failed 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:Response of the exception contains expected status Expectation Failed 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:Response of the exception contains expected status Expectation Failed 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:Response of the exception contains expected status Expectation Failed 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:Response of the exception contains expected status Precondition Required 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:Response of the exception contains expected status Precondition Required 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:Response of the exception contains expected status Precondition Required 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:Response of the exception contains expected status Precondition Required 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:Response of the exception contains expected status Too Many Requests 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:Response of the exception contains expected status Too Many Requests 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:Response of the exception contains expected status Too Many Requests 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:Response of the exception contains expected status Too Many Requests 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:Response of the exception contains expected status Request Header Fields Too Large 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:Response of the exception contains expected status Request Header Fields Too Large 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:Response of the exception contains expected status Request Header Fields Too Large 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:Response of the exception contains expected status Request Header Fields Too Large 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:Response of the exception contains expected status Unavailable For Legal Reasons 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:Response of the exception contains expected status Unavailable For Legal Reasons 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:Response of the exception contains expected status Unavailable For Legal Reasons 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:Response of the exception contains expected status Unavailable For Legal Reasons 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:FINISHED TEST : constructorResponseThrowableTest() 05-24-2024 13:13:49:STARTING TEST : constructorResponseTest() 05-24-2024 13:13:49:Response of the exception contains expected status Bad Request 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:Response of the exception contains expected status Unauthorized 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:Response of the exception contains expected status Payment Required 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:Response of the exception contains expected status Forbidden 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:Response of the exception contains expected status Not Found 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:Response of the exception contains expected status Method Not Allowed 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:Response of the exception contains expected status Not Acceptable 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:Response of the exception contains expected status Proxy Authentication Required 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:Response of the exception contains expected status Request Timeout 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:Response of the exception contains expected status Conflict 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:Response of the exception contains expected status Gone 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:Response of the exception contains expected status Length Required 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:Response of the exception contains expected status Precondition Failed 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:Response of the exception contains expected status Request Entity Too Large 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:Response of the exception contains expected status Request-URI Too Long 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:Response of the exception contains expected status Unsupported Media Type 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:Response of the exception contains expected status Requested Range Not Satisfiable 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:Response of the exception contains expected status Expectation Failed 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:Response of the exception contains expected status Precondition Required 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:Response of the exception contains expected status Too Many Requests 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:Response of the exception contains expected status Request Header Fields Too Large 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:Response of the exception contains expected status Unavailable For Legal Reasons 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:FINISHED TEST : constructorResponseTest() 05-24-2024 13:13:49:STARTING TEST : constructorStringResponseThrowableThrowsIAETest() 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status OK 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Created 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Accepted 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status No Content 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Reset Content 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Partial Content 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Found 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status See Other 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Not Modified 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Use Proxy 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Internal Server Error 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Not Implemented 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Bad Gateway 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Service Unavailable 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Gateway Timeout 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Network Authentication Required 05-24-2024 13:13:49:FINISHED TEST : constructorStringResponseThrowableThrowsIAETest() 05-24-2024 13:13:49:STARTING TEST : constructorStringResponseThrowableTest() 05-24-2024 13:13:49:Response of the exception contains expected status Bad Request 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Bad Request 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Bad Request 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Bad Request 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Unauthorized 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Unauthorized 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Unauthorized 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Unauthorized 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Payment Required 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Payment Required 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Payment Required 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Payment Required 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Forbidden 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Forbidden 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Forbidden 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Forbidden 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Not Found 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Not Found 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Not Found 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Not Found 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Method Not Allowed 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Method Not Allowed 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Method Not Allowed 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Method Not Allowed 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Not Acceptable 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Not Acceptable 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Not Acceptable 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Not Acceptable 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Proxy Authentication Required 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Proxy Authentication Required 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Proxy Authentication Required 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Proxy Authentication Required 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Request Timeout 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Request Timeout 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Request Timeout 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Request Timeout 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Conflict 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Conflict 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Conflict 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Conflict 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Gone 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Gone 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Gone 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Gone 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Length Required 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Length Required 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Length Required 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Length Required 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Precondition Failed 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Precondition Failed 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Precondition Failed 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Precondition Failed 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Request Entity Too Large 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Request Entity Too Large 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Request Entity Too Large 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Request Entity Too Large 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Request-URI Too Long 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Request-URI Too Long 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Request-URI Too Long 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Request-URI Too Long 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Unsupported Media Type 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Unsupported Media Type 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Unsupported Media Type 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Unsupported Media Type 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Requested Range Not Satisfiable 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Requested Range Not Satisfiable 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Requested Range Not Satisfiable 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Requested Range Not Satisfiable 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Expectation Failed 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Expectation Failed 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Expectation Failed 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Expectation Failed 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Precondition Required 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Precondition Required 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Precondition Required 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Precondition Required 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Too Many Requests 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Too Many Requests 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Too Many Requests 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Too Many Requests 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Request Header Fields Too Large 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Request Header Fields Too Large 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Request Header Fields Too Large 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Request Header Fields Too Large 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Unavailable For Legal Reasons 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Unavailable For Legal Reasons 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Unavailable For Legal Reasons 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Unavailable For Legal Reasons 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:FINISHED TEST : constructorStringResponseThrowableTest() 05-24-2024 13:13:49:STARTING TEST : constructorStringIntNotValidStatusThrowableThrowsIAETest() 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status -1 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status 999 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status -2147483648 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status 2147483647 05-24-2024 13:13:49:FINISHED TEST : constructorStringIntNotValidStatusThrowableThrowsIAETest() 05-24-2024 13:13:49:STARTING TEST : constructorStringResponseTest() 05-24-2024 13:13:49:Response of the exception contains expected status Bad Request 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Unauthorized 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Payment Required 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Forbidden 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Not Found 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Method Not Allowed 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Not Acceptable 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Proxy Authentication Required 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Request Timeout 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Conflict 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Gone 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Length Required 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Precondition Failed 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Request Entity Too Large 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Request-URI Too Long 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Unsupported Media Type 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Requested Range Not Satisfiable 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Expectation Failed 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Precondition Required 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Too Many Requests 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Request Header Fields Too Large 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Unavailable For Legal Reasons 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:FINISHED TEST : constructorStringResponseTest() 05-24-2024 13:13:49:STARTING TEST : constructorStatusTest() 05-24-2024 13:13:49:Response of the exception contains expected status Bad Request 05-24-2024 13:13:49:Response of the exception contains expected status Unauthorized 05-24-2024 13:13:49:Response of the exception contains expected status Payment Required 05-24-2024 13:13:49:Response of the exception contains expected status Forbidden 05-24-2024 13:13:49:Response of the exception contains expected status Not Found 05-24-2024 13:13:49:Response of the exception contains expected status Method Not Allowed 05-24-2024 13:13:49:Response of the exception contains expected status Not Acceptable 05-24-2024 13:13:49:Response of the exception contains expected status Proxy Authentication Required 05-24-2024 13:13:49:Response of the exception contains expected status Request Timeout 05-24-2024 13:13:49:Response of the exception contains expected status Conflict 05-24-2024 13:13:49:Response of the exception contains expected status Gone 05-24-2024 13:13:49:Response of the exception contains expected status Length Required 05-24-2024 13:13:49:Response of the exception contains expected status Precondition Failed 05-24-2024 13:13:49:Response of the exception contains expected status Request Entity Too Large 05-24-2024 13:13:49:Response of the exception contains expected status Request-URI Too Long 05-24-2024 13:13:49:Response of the exception contains expected status Unsupported Media Type 05-24-2024 13:13:49:Response of the exception contains expected status Requested Range Not Satisfiable 05-24-2024 13:13:49:Response of the exception contains expected status Expectation Failed 05-24-2024 13:13:49:Response of the exception contains expected status Precondition Required 05-24-2024 13:13:49:Response of the exception contains expected status Too Many Requests 05-24-2024 13:13:49:Response of the exception contains expected status Request Header Fields Too Large 05-24-2024 13:13:49:Response of the exception contains expected status Unavailable For Legal Reasons 05-24-2024 13:13:49:FINISHED TEST : constructorStatusTest() 05-24-2024 13:13:49:STARTING TEST : constructorIntThrowableThrowsExceptionTest() 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status OK 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Created 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Accepted 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status No Content 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Reset Content 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Partial Content 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Found 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status See Other 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Not Modified 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Use Proxy 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Internal Server Error 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Not Implemented 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Bad Gateway 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Service Unavailable 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Gateway Timeout 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Network Authentication Required 05-24-2024 13:13:49:FINISHED TEST : constructorIntThrowableThrowsExceptionTest() 05-24-2024 13:13:49:STARTING TEST : constructorStringIntThrowsIAETest() 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status OK 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Created 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Accepted 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status No Content 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Reset Content 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Partial Content 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Found 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status See Other 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Not Modified 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Use Proxy 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Internal Server Error 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Not Implemented 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Bad Gateway 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Service Unavailable 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Gateway Timeout 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Network Authentication Required 05-24-2024 13:13:49:FINISHED TEST : constructorStringIntThrowsIAETest() 05-24-2024 13:13:49:STARTING TEST : constructorStringIntNotValidStatusThrowsExceptionTest() 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status -1 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status 999 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status -2147483648 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status 2147483647 05-24-2024 13:13:49:FINISHED TEST : constructorStringIntNotValidStatusThrowsExceptionTest() 05-24-2024 13:13:49:STARTING TEST : constructorStatusThrowsExceptionTest() 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status OK 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Created 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Accepted 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status No Content 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Reset Content 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Partial Content 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Found 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status See Other 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Not Modified 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Use Proxy 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Internal Server Error 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Not Implemented 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Bad Gateway 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Service Unavailable 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Gateway Timeout 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Network Authentication Required 05-24-2024 13:13:49:FINISHED TEST : constructorStatusThrowsExceptionTest() 05-24-2024 13:13:49:STARTING TEST : constructorStatusNullThrowableThrowsExceptionTest() 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for null status 05-24-2024 13:13:49:FINISHED TEST : constructorStatusNullThrowableThrowsExceptionTest() 05-24-2024 13:13:49:STARTING TEST : constructorStringIntThrowableTest() 05-24-2024 13:13:49:Response of the exception contains expected status Bad Request 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Bad Request 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Bad Request 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Bad Request 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Unauthorized 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Unauthorized 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Unauthorized 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Unauthorized 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Payment Required 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Payment Required 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Payment Required 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Payment Required 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Forbidden 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Forbidden 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Forbidden 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Forbidden 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Not Found 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Not Found 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Not Found 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Not Found 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Method Not Allowed 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Method Not Allowed 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Method Not Allowed 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Method Not Allowed 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Not Acceptable 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Not Acceptable 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Not Acceptable 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Not Acceptable 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Proxy Authentication Required 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Proxy Authentication Required 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Proxy Authentication Required 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Proxy Authentication Required 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Request Timeout 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Request Timeout 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Request Timeout 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Request Timeout 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Conflict 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Conflict 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Conflict 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Conflict 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Gone 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Gone 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Gone 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Gone 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Length Required 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Length Required 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Length Required 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Length Required 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Precondition Failed 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Precondition Failed 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Precondition Failed 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Precondition Failed 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Request Entity Too Large 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Request Entity Too Large 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Request Entity Too Large 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Request Entity Too Large 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Request-URI Too Long 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Request-URI Too Long 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Request-URI Too Long 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Request-URI Too Long 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Unsupported Media Type 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Unsupported Media Type 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Unsupported Media Type 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Unsupported Media Type 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Requested Range Not Satisfiable 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Requested Range Not Satisfiable 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Requested Range Not Satisfiable 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Requested Range Not Satisfiable 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Expectation Failed 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Expectation Failed 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Expectation Failed 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Expectation Failed 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Precondition Required 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Precondition Required 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Precondition Required 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Precondition Required 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Too Many Requests 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Too Many Requests 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Too Many Requests 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Too Many Requests 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Request Header Fields Too Large 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Request Header Fields Too Large 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Request Header Fields Too Large 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Request Header Fields Too Large 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Unavailable For Legal Reasons 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Unavailable For Legal Reasons 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Unavailable For Legal Reasons 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Unavailable For Legal Reasons 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:FINISHED TEST : constructorStringIntThrowableTest() 05-24-2024 13:13:49:STARTING TEST : constructorStatusNullThrowsExceptionTest() 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for null status 05-24-2024 13:13:49:FINISHED TEST : constructorStatusNullThrowsExceptionTest() 05-24-2024 13:13:49:STARTING TEST : constructorIntTest() 05-24-2024 13:13:49:Response of the exception contains expected status Bad Request 05-24-2024 13:13:49:Response of the exception contains expected status Unauthorized 05-24-2024 13:13:49:Response of the exception contains expected status Payment Required 05-24-2024 13:13:49:Response of the exception contains expected status Forbidden 05-24-2024 13:13:49:Response of the exception contains expected status Not Found 05-24-2024 13:13:49:Response of the exception contains expected status Method Not Allowed 05-24-2024 13:13:49:Response of the exception contains expected status Not Acceptable 05-24-2024 13:13:49:Response of the exception contains expected status Proxy Authentication Required 05-24-2024 13:13:49:Response of the exception contains expected status Request Timeout 05-24-2024 13:13:49:Response of the exception contains expected status Conflict 05-24-2024 13:13:49:Response of the exception contains expected status Gone 05-24-2024 13:13:49:Response of the exception contains expected status Length Required 05-24-2024 13:13:49:Response of the exception contains expected status Precondition Failed 05-24-2024 13:13:49:Response of the exception contains expected status Request Entity Too Large 05-24-2024 13:13:49:Response of the exception contains expected status Request-URI Too Long 05-24-2024 13:13:49:Response of the exception contains expected status Unsupported Media Type 05-24-2024 13:13:49:Response of the exception contains expected status Requested Range Not Satisfiable 05-24-2024 13:13:49:Response of the exception contains expected status Expectation Failed 05-24-2024 13:13:49:Response of the exception contains expected status Precondition Required 05-24-2024 13:13:49:Response of the exception contains expected status Too Many Requests 05-24-2024 13:13:49:Response of the exception contains expected status Request Header Fields Too Large 05-24-2024 13:13:49:Response of the exception contains expected status Unavailable For Legal Reasons 05-24-2024 13:13:49:FINISHED TEST : constructorIntTest() 05-24-2024 13:13:49:STARTING TEST : constructorStringStatusThrowableThrowsIAETest() 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status OK 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Created 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Accepted 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status No Content 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Reset Content 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Partial Content 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Found 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status See Other 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Not Modified 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Use Proxy 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Internal Server Error 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Not Implemented 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Bad Gateway 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Service Unavailable 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Gateway Timeout 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Network Authentication Required 05-24-2024 13:13:49:FINISHED TEST : constructorStringStatusThrowableThrowsIAETest() 05-24-2024 13:13:49:STARTING TEST : constructorStringIntThrowableThrowsIAETest() 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status OK 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Created 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Accepted 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status No Content 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Reset Content 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Partial Content 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Found 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status See Other 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Not Modified 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Use Proxy 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Internal Server Error 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Not Implemented 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Bad Gateway 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Service Unavailable 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Gateway Timeout 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Network Authentication Required 05-24-2024 13:13:49:FINISHED TEST : constructorStringIntThrowableThrowsIAETest() 05-24-2024 13:13:49:STARTING TEST : constructorStringIntTest() 05-24-2024 13:13:49:Response of the exception contains expected status Bad Request 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Unauthorized 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Payment Required 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Forbidden 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Not Found 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Method Not Allowed 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Not Acceptable 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Proxy Authentication Required 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Request Timeout 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Conflict 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Gone 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Length Required 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Precondition Failed 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Request Entity Too Large 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Request-URI Too Long 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Unsupported Media Type 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Requested Range Not Satisfiable 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Expectation Failed 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Precondition Required 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Too Many Requests 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Request Header Fields Too Large 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Unavailable For Legal Reasons 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:FINISHED TEST : constructorStringIntTest() 05-24-2024 13:13:49:STARTING TEST : constructorIntNotValidStatusThrowableThrowsExceptionTest() 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status -1 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status 999 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status -2147483648 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status 2147483647 05-24-2024 13:13:49:FINISHED TEST : constructorIntNotValidStatusThrowableThrowsExceptionTest() 05-24-2024 13:13:49:STARTING TEST : constructorStringStatusThrowsIAETest() 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status OK 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Created 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Accepted 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status No Content 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Reset Content 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Partial Content 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Found 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status See Other 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Not Modified 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Use Proxy 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Internal Server Error 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Not Implemented 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Bad Gateway 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Service Unavailable 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Gateway Timeout 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Network Authentication Required 05-24-2024 13:13:49:FINISHED TEST : constructorStringStatusThrowsIAETest() 05-24-2024 13:13:49:STARTING TEST : constructorIntNotValidStatusThrowsExceptionTest() 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status -1 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status 999 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status -2147483648 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status 2147483647 05-24-2024 13:13:49:FINISHED TEST : constructorIntNotValidStatusThrowsExceptionTest() 05-24-2024 13:13:49:STARTING TEST : constructorStringStatusNullThrowableThrowsIAETest() 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for null status 05-24-2024 13:13:49:FINISHED TEST : constructorStringStatusNullThrowableThrowsIAETest() 05-24-2024 13:13:49:STARTING TEST : constructorResponseThrowsExceptionTest() 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status OK 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Created 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Accepted 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status No Content 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Reset Content 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Partial Content 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Found 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status See Other 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Not Modified 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Use Proxy 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Internal Server Error 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Not Implemented 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Bad Gateway 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Service Unavailable 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Gateway Timeout 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Network Authentication Required 05-24-2024 13:13:49:FINISHED TEST : constructorResponseThrowsExceptionTest() 05-24-2024 13:13:49:STARTING TEST : constructorStringStatusTest() 05-24-2024 13:13:49:Response of the exception contains expected status Bad Request 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Unauthorized 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Payment Required 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Forbidden 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Not Found 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Method Not Allowed 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Not Acceptable 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Proxy Authentication Required 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Request Timeout 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Conflict 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Gone 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Length Required 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Precondition Failed 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Request Entity Too Large 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Request-URI Too Long 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Unsupported Media Type 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Requested Range Not Satisfiable 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Expectation Failed 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Precondition Required 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Too Many Requests 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Request Header Fields Too Large 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Unavailable For Legal Reasons 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:FINISHED TEST : constructorStringStatusTest() 05-24-2024 13:13:49:STARTING TEST : constructorStringStatusThrowableTest() 05-24-2024 13:13:49:Response of the exception contains expected status Bad Request 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Bad Request 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Bad Request 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Bad Request 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Unauthorized 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Unauthorized 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Unauthorized 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Unauthorized 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Payment Required 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Payment Required 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Payment Required 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Payment Required 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Forbidden 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Forbidden 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Forbidden 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Forbidden 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Not Found 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Not Found 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Not Found 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Not Found 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Method Not Allowed 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Method Not Allowed 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Method Not Allowed 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Method Not Allowed 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Not Acceptable 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Not Acceptable 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Not Acceptable 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Not Acceptable 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Proxy Authentication Required 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Proxy Authentication Required 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Proxy Authentication Required 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Proxy Authentication Required 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Request Timeout 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Request Timeout 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Request Timeout 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Request Timeout 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Conflict 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Conflict 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Conflict 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Conflict 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Gone 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Gone 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Gone 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Gone 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Length Required 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Length Required 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Length Required 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Length Required 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Precondition Failed 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Precondition Failed 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Precondition Failed 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Precondition Failed 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Request Entity Too Large 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Request Entity Too Large 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Request Entity Too Large 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Request Entity Too Large 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Request-URI Too Long 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Request-URI Too Long 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Request-URI Too Long 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Request-URI Too Long 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Unsupported Media Type 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Unsupported Media Type 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Unsupported Media Type 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Unsupported Media Type 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Requested Range Not Satisfiable 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Requested Range Not Satisfiable 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Requested Range Not Satisfiable 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Requested Range Not Satisfiable 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Expectation Failed 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Expectation Failed 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Expectation Failed 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Expectation Failed 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Precondition Required 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Precondition Required 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Precondition Required 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Precondition Required 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Too Many Requests 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Too Many Requests 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Too Many Requests 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Too Many Requests 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Request Header Fields Too Large 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Request Header Fields Too Large 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Request Header Fields Too Large 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Request Header Fields Too Large 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Unavailable For Legal Reasons 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Unavailable For Legal Reasons 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Unavailable For Legal Reasons 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:Response of the exception contains expected status Unavailable For Legal Reasons 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:found expected getMessage()= TCK ClientErrorException description 05-24-2024 13:13:49:FINISHED TEST : constructorStringStatusThrowableTest() 05-24-2024 13:13:49:STARTING TEST : constructorStringStatusNullThrowsIAETest() 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for null status 05-24-2024 13:13:49:FINISHED TEST : constructorStringStatusNullThrowsIAETest() 05-24-2024 13:13:49:STARTING TEST : constructorIntThrowableTest() 05-24-2024 13:13:49:Response of the exception contains expected status Bad Request 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:Response of the exception contains expected status Bad Request 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:Response of the exception contains expected status Bad Request 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:Response of the exception contains expected status Bad Request 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:Response of the exception contains expected status Unauthorized 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:Response of the exception contains expected status Unauthorized 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:Response of the exception contains expected status Unauthorized 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:Response of the exception contains expected status Unauthorized 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:Response of the exception contains expected status Payment Required 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:Response of the exception contains expected status Payment Required 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:Response of the exception contains expected status Payment Required 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:Response of the exception contains expected status Payment Required 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:Response of the exception contains expected status Forbidden 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:Response of the exception contains expected status Forbidden 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:Response of the exception contains expected status Forbidden 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:Response of the exception contains expected status Forbidden 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:Response of the exception contains expected status Not Found 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:Response of the exception contains expected status Not Found 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:Response of the exception contains expected status Not Found 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:Response of the exception contains expected status Not Found 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:Response of the exception contains expected status Method Not Allowed 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:Response of the exception contains expected status Method Not Allowed 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:Response of the exception contains expected status Method Not Allowed 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:Response of the exception contains expected status Method Not Allowed 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:Response of the exception contains expected status Not Acceptable 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:Response of the exception contains expected status Not Acceptable 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:Response of the exception contains expected status Not Acceptable 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:Response of the exception contains expected status Not Acceptable 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:Response of the exception contains expected status Proxy Authentication Required 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:Response of the exception contains expected status Proxy Authentication Required 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:Response of the exception contains expected status Proxy Authentication Required 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:Response of the exception contains expected status Proxy Authentication Required 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:Response of the exception contains expected status Request Timeout 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:Response of the exception contains expected status Request Timeout 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:Response of the exception contains expected status Request Timeout 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:Response of the exception contains expected status Request Timeout 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:Response of the exception contains expected status Conflict 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:Response of the exception contains expected status Conflict 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:Response of the exception contains expected status Conflict 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:Response of the exception contains expected status Conflict 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:Response of the exception contains expected status Gone 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:Response of the exception contains expected status Gone 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:Response of the exception contains expected status Gone 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:Response of the exception contains expected status Gone 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:Response of the exception contains expected status Length Required 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:Response of the exception contains expected status Length Required 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:Response of the exception contains expected status Length Required 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:Response of the exception contains expected status Length Required 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:Response of the exception contains expected status Precondition Failed 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:Response of the exception contains expected status Precondition Failed 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:Response of the exception contains expected status Precondition Failed 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:Response of the exception contains expected status Precondition Failed 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:Response of the exception contains expected status Request Entity Too Large 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:Response of the exception contains expected status Request Entity Too Large 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:Response of the exception contains expected status Request Entity Too Large 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:Response of the exception contains expected status Request Entity Too Large 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:Response of the exception contains expected status Request-URI Too Long 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:Response of the exception contains expected status Request-URI Too Long 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:Response of the exception contains expected status Request-URI Too Long 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:Response of the exception contains expected status Request-URI Too Long 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:Response of the exception contains expected status Unsupported Media Type 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:Response of the exception contains expected status Unsupported Media Type 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:Response of the exception contains expected status Unsupported Media Type 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:Response of the exception contains expected status Unsupported Media Type 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:Response of the exception contains expected status Requested Range Not Satisfiable 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:Response of the exception contains expected status Requested Range Not Satisfiable 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:Response of the exception contains expected status Requested Range Not Satisfiable 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:Response of the exception contains expected status Requested Range Not Satisfiable 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:Response of the exception contains expected status Expectation Failed 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:Response of the exception contains expected status Expectation Failed 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:Response of the exception contains expected status Expectation Failed 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:Response of the exception contains expected status Expectation Failed 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:Response of the exception contains expected status Precondition Required 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:Response of the exception contains expected status Precondition Required 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:Response of the exception contains expected status Precondition Required 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:Response of the exception contains expected status Precondition Required 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:Response of the exception contains expected status Too Many Requests 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:Response of the exception contains expected status Too Many Requests 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:Response of the exception contains expected status Too Many Requests 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:Response of the exception contains expected status Too Many Requests 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:Response of the exception contains expected status Request Header Fields Too Large 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:Response of the exception contains expected status Request Header Fields Too Large 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:Response of the exception contains expected status Request Header Fields Too Large 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:Response of the exception contains expected status Request Header Fields Too Large 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:Response of the exception contains expected status Unavailable For Legal Reasons 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:Response of the exception contains expected status Unavailable For Legal Reasons 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:Response of the exception contains expected status Unavailable For Legal Reasons 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:Response of the exception contains expected status Unavailable For Legal Reasons 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:FINISHED TEST : constructorIntThrowableTest() 05-24-2024 13:13:49:STARTING TEST : constructorIntThrowsExceptionTest() 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status OK 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Created 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Accepted 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status No Content 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Reset Content 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Partial Content 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Found 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status See Other 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Not Modified 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Use Proxy 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Internal Server Error 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Not Implemented 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Bad Gateway 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Service Unavailable 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Gateway Timeout 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Network Authentication Required 05-24-2024 13:13:49:FINISHED TEST : constructorIntThrowsExceptionTest() 05-24-2024 13:13:49:STARTING TEST : constructorStringResponseThrowsIEATest() 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status OK 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Created 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Accepted 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status No Content 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Reset Content 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Partial Content 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Found 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status See Other 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Not Modified 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Use Proxy 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Internal Server Error 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Not Implemented 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Bad Gateway 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Service Unavailable 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Gateway Timeout 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Network Authentication Required 05-24-2024 13:13:49:FINISHED TEST : constructorStringResponseThrowsIEATest() 05-24-2024 13:13:49:STARTING TEST : constructorResponseThrowableThrowsExceptionTest() 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status OK 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Created 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Accepted 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status No Content 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Reset Content 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Partial Content 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Found 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status See Other 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Not Modified 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Use Proxy 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Internal Server Error 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Not Implemented 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Bad Gateway 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Service Unavailable 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Gateway Timeout 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Network Authentication Required 05-24-2024 13:13:49:FINISHED TEST : constructorResponseThrowableThrowsExceptionTest() 05-24-2024 13:13:49:STARTING TEST : constructorStatusThrowableTest() 05-24-2024 13:13:49:Response of the exception contains expected status Bad Request 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:Response of the exception contains expected status Bad Request 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:Response of the exception contains expected status Bad Request 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:Response of the exception contains expected status Bad Request 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:Response of the exception contains expected status Unauthorized 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:Response of the exception contains expected status Unauthorized 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:Response of the exception contains expected status Unauthorized 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:Response of the exception contains expected status Unauthorized 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:Response of the exception contains expected status Payment Required 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:Response of the exception contains expected status Payment Required 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:Response of the exception contains expected status Payment Required 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:Response of the exception contains expected status Payment Required 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:Response of the exception contains expected status Forbidden 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:Response of the exception contains expected status Forbidden 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:Response of the exception contains expected status Forbidden 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:Response of the exception contains expected status Forbidden 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:Response of the exception contains expected status Not Found 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:Response of the exception contains expected status Not Found 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:Response of the exception contains expected status Not Found 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:Response of the exception contains expected status Not Found 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:Response of the exception contains expected status Method Not Allowed 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:Response of the exception contains expected status Method Not Allowed 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:Response of the exception contains expected status Method Not Allowed 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:Response of the exception contains expected status Method Not Allowed 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:Response of the exception contains expected status Not Acceptable 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:Response of the exception contains expected status Not Acceptable 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:Response of the exception contains expected status Not Acceptable 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:Response of the exception contains expected status Not Acceptable 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:Response of the exception contains expected status Proxy Authentication Required 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:Response of the exception contains expected status Proxy Authentication Required 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:Response of the exception contains expected status Proxy Authentication Required 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:Response of the exception contains expected status Proxy Authentication Required 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:Response of the exception contains expected status Request Timeout 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:Response of the exception contains expected status Request Timeout 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:Response of the exception contains expected status Request Timeout 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:Response of the exception contains expected status Request Timeout 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:Response of the exception contains expected status Conflict 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:Response of the exception contains expected status Conflict 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:Response of the exception contains expected status Conflict 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:Response of the exception contains expected status Conflict 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:Response of the exception contains expected status Gone 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:Response of the exception contains expected status Gone 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:Response of the exception contains expected status Gone 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:Response of the exception contains expected status Gone 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:Response of the exception contains expected status Length Required 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:Response of the exception contains expected status Length Required 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:Response of the exception contains expected status Length Required 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:Response of the exception contains expected status Length Required 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:Response of the exception contains expected status Precondition Failed 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:Response of the exception contains expected status Precondition Failed 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:Response of the exception contains expected status Precondition Failed 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:Response of the exception contains expected status Precondition Failed 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:Response of the exception contains expected status Request Entity Too Large 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:Response of the exception contains expected status Request Entity Too Large 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:Response of the exception contains expected status Request Entity Too Large 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:Response of the exception contains expected status Request Entity Too Large 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:Response of the exception contains expected status Request-URI Too Long 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:Response of the exception contains expected status Request-URI Too Long 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:Response of the exception contains expected status Request-URI Too Long 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:Response of the exception contains expected status Request-URI Too Long 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:Response of the exception contains expected status Unsupported Media Type 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:Response of the exception contains expected status Unsupported Media Type 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:Response of the exception contains expected status Unsupported Media Type 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:Response of the exception contains expected status Unsupported Media Type 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:Response of the exception contains expected status Requested Range Not Satisfiable 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:Response of the exception contains expected status Requested Range Not Satisfiable 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:Response of the exception contains expected status Requested Range Not Satisfiable 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:Response of the exception contains expected status Requested Range Not Satisfiable 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:Response of the exception contains expected status Expectation Failed 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:Response of the exception contains expected status Expectation Failed 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:Response of the exception contains expected status Expectation Failed 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:Response of the exception contains expected status Expectation Failed 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:Response of the exception contains expected status Precondition Required 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:Response of the exception contains expected status Precondition Required 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:Response of the exception contains expected status Precondition Required 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:Response of the exception contains expected status Precondition Required 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:Response of the exception contains expected status Too Many Requests 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:Response of the exception contains expected status Too Many Requests 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:Response of the exception contains expected status Too Many Requests 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:Response of the exception contains expected status Too Many Requests 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:Response of the exception contains expected status Request Header Fields Too Large 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:Response of the exception contains expected status Request Header Fields Too Large 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:Response of the exception contains expected status Request Header Fields Too Large 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:Response of the exception contains expected status Request Header Fields Too Large 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:Response of the exception contains expected status Unavailable For Legal Reasons 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:Response of the exception contains expected status Unavailable For Legal Reasons 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:Response of the exception contains expected status Unavailable For Legal Reasons 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:Response of the exception contains expected status Unavailable For Legal Reasons 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:FINISHED TEST : constructorStatusThrowableTest() [INFO] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.145 s - in ee.jakarta.tck.ws.rs.api.rs.clienterrorexception.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.notacceptableexception.JAXRSClientIT 05-24-2024 13:13:49:STARTING TEST : constructorResponseThrowableTest() 05-24-2024 13:13:49:response contains expected Not Acceptable status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Not Acceptable status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Not Acceptable status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Not Acceptable status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:FINISHED TEST : constructorResponseThrowableTest() 05-24-2024 13:13:49:STARTING TEST : constructorTest() 05-24-2024 13:13:49:response contains expected Not Acceptable status 05-24-2024 13:13:49:FINISHED TEST : constructorTest() 05-24-2024 13:13:49:STARTING TEST : constructorResponseTest() 05-24-2024 13:13:49:response contains expected Not Acceptable status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:FINISHED TEST : constructorResponseTest() 05-24-2024 13:13:49:STARTING TEST : constructorStringResponseThrowableTest() 05-24-2024 13:13:49:response contains expected Not Acceptable status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:found expected getMessage()= TCK NotAcceptableException description 05-24-2024 13:13:49:response contains expected Not Acceptable status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:found expected getMessage()= TCK NotAcceptableException description 05-24-2024 13:13:49:response contains expected Not Acceptable status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:found expected getMessage()= TCK NotAcceptableException description 05-24-2024 13:13:49:response contains expected Not Acceptable status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:found expected getMessage()= TCK NotAcceptableException description 05-24-2024 13:13:49:FINISHED TEST : constructorStringResponseThrowableTest() 05-24-2024 13:13:49:STARTING TEST : constructorStringResponseTest() 05-24-2024 13:13:49:response contains expected Not Acceptable status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK NotAcceptableException description 05-24-2024 13:13:49:FINISHED TEST : constructorStringResponseTest() 05-24-2024 13:13:49:STARTING TEST : constructorStringThrowableTest() 05-24-2024 13:13:49:response contains expected Not Acceptable status 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:found expected getMessage()= TCK NotAcceptableException description 05-24-2024 13:13:49:response contains expected Not Acceptable status 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:found expected getMessage()= TCK NotAcceptableException description 05-24-2024 13:13:49:response contains expected Not Acceptable status 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:found expected getMessage()= TCK NotAcceptableException description 05-24-2024 13:13:49:response contains expected Not Acceptable status 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:found expected getMessage()= TCK NotAcceptableException description 05-24-2024 13:13:49:FINISHED TEST : constructorStringThrowableTest() 05-24-2024 13:13:49:STARTING TEST : constructorResponseThrowsExceptionTest() 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status OK as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Created as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Accepted as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status No Content as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Reset Content as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Partial Content as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Multiple Choices as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Moved Permanently as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Found as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status See Other as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Not Modified as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Use Proxy as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Temporary Redirect as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Permanent Redirect as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Bad Request as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Unauthorized as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Payment Required as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Forbidden as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Not Found as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Method Not Allowed as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Proxy Authentication Required as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Request Timeout as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Conflict as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Gone as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Length Required as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Precondition Failed as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Request Entity Too Large as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Request-URI Too Long as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Unsupported Media Type as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Requested Range Not Satisfiable as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Expectation Failed as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Precondition Required as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Too Many Requests as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Request Header Fields Too Large as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Unavailable For Legal Reasons as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Internal Server Error as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Not Implemented as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Bad Gateway as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Service Unavailable as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Gateway Timeout as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status HTTP Version Not Supported as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Network Authentication Required as expected 05-24-2024 13:13:49:FINISHED TEST : constructorResponseThrowsExceptionTest() 05-24-2024 13:13:49:STARTING TEST : constructorStringTest() 05-24-2024 13:13:49:response contains expected Not Acceptable status 05-24-2024 13:13:49:found expected getMessage()= TCK NotAcceptableException description 05-24-2024 13:13:49:FINISHED TEST : constructorStringTest() 05-24-2024 13:13:49:STARTING TEST : constructorThrowableTest() 05-24-2024 13:13:49:response contains expected Not Acceptable status 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Not Acceptable status 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Not Acceptable status 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Not Acceptable status 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:FINISHED TEST : constructorThrowableTest() 05-24-2024 13:13:49:STARTING TEST : constructorStringResponseThrowsIAETest() 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status OK as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Created as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Accepted as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status No Content as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Reset Content as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Partial Content as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Multiple Choices as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Moved Permanently as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Found as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status See Other as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Not Modified as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Use Proxy as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Temporary Redirect as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Permanent Redirect as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Bad Request as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Unauthorized as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Payment Required as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Forbidden as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Not Found as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Method Not Allowed as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Proxy Authentication Required as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Request Timeout as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Conflict as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Gone as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Length Required as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Precondition Failed as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Request Entity Too Large as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Request-URI Too Long as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Unsupported Media Type as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Requested Range Not Satisfiable as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Expectation Failed as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Precondition Required as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Too Many Requests as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Request Header Fields Too Large as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Unavailable For Legal Reasons as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Internal Server Error as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Not Implemented as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Bad Gateway as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Service Unavailable as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Gateway Timeout as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status HTTP Version Not Supported as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Network Authentication Required as expected 05-24-2024 13:13:49:FINISHED TEST : constructorStringResponseThrowsIAETest() 05-24-2024 13:13:49:STARTING TEST : constructorResponseThrowableThrowsIAETest() 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status OK 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Created 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Accepted 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status No Content 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Reset Content 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Partial Content 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Multiple Choices 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Moved Permanently 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Found 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status See Other 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Not Modified 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Use Proxy 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Temporary Redirect 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Permanent Redirect 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Bad Request 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Unauthorized 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Payment Required 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Forbidden 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Not Found 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Method Not Allowed 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Proxy Authentication Required 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Request Timeout 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Conflict 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Gone 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Length Required 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Precondition Failed 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Request Entity Too Large 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Request-URI Too Long 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Unsupported Media Type 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Requested Range Not Satisfiable 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Expectation Failed 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Precondition Required 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Too Many Requests 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Request Header Fields Too Large 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Unavailable For Legal Reasons 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Internal Server Error 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Not Implemented 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Bad Gateway 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Service Unavailable 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Gateway Timeout 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status HTTP Version Not Supported 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Network Authentication Required 05-24-2024 13:13:49:FINISHED TEST : constructorResponseThrowableThrowsIAETest() 05-24-2024 13:13:49:STARTING TEST : constructorResponseThrowableThrowsExceptionTest() 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status OK 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Created 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Accepted 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status No Content 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Reset Content 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Partial Content 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Multiple Choices 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Moved Permanently 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Found 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status See Other 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Not Modified 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Use Proxy 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Temporary Redirect 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Permanent Redirect 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Bad Request 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Unauthorized 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Payment Required 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Forbidden 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Not Found 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Method Not Allowed 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Proxy Authentication Required 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Request Timeout 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Conflict 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Gone 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Length Required 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Precondition Failed 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Request Entity Too Large 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Request-URI Too Long 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Unsupported Media Type 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Requested Range Not Satisfiable 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Expectation Failed 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Precondition Required 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Too Many Requests 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Request Header Fields Too Large 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Unavailable For Legal Reasons 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Internal Server Error 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Not Implemented 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Bad Gateway 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Service Unavailable 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Gateway Timeout 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status HTTP Version Not Supported 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Network Authentication Required 05-24-2024 13:13:49:FINISHED TEST : constructorResponseThrowableThrowsExceptionTest() [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.06 s - in ee.jakarta.tck.ws.rs.api.rs.notacceptableexception.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.webapplicationexceptiontest.JAXRSClientIT 05-24-2024 13:13:49:STARTING TEST : constructorStringNullStatusThrowsIAETest() 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected when null Status 05-24-2024 13:13:49:FINISHED TEST : constructorStringNullStatusThrowsIAETest() 05-24-2024 13:13:49:STARTING TEST : constructorStringThrowableStatusTest() 05-24-2024 13:13:49:response contains expected OK status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected OK status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected OK status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected OK status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:response contains expected Created status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Created status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Created status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Created status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:response contains expected Accepted status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Accepted status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Accepted status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Accepted status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:response contains expected No Content status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected No Content status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected No Content status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected No Content status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:response contains expected Reset Content status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Reset Content status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Reset Content status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Reset Content status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:response contains expected Partial Content status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Partial Content status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Partial Content status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Partial Content status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:response contains expected Multiple Choices status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Multiple Choices status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Multiple Choices status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Multiple Choices status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:response contains expected Moved Permanently status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Moved Permanently status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Moved Permanently status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Moved Permanently status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:response contains expected Found status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Found status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Found status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Found status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:response contains expected See Other status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected See Other status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected See Other status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected See Other status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:response contains expected Not Modified status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Not Modified status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Not Modified status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Not Modified status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:response contains expected Use Proxy status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Use Proxy status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Use Proxy status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Use Proxy status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:response contains expected Temporary Redirect status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Temporary Redirect status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Temporary Redirect status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Temporary Redirect status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:response contains expected Permanent Redirect status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Permanent Redirect status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Permanent Redirect status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Permanent Redirect status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:response contains expected Bad Request status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Bad Request status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Bad Request status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Bad Request status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:response contains expected Unauthorized status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Unauthorized status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Unauthorized status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Unauthorized status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:response contains expected Payment Required status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Payment Required status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Payment Required status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Payment Required status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:response contains expected Forbidden status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Forbidden status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Forbidden status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Forbidden status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:response contains expected Not Found status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Not Found status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Not Found status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Not Found status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:response contains expected Method Not Allowed status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Method Not Allowed status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Method Not Allowed status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Method Not Allowed status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:response contains expected Not Acceptable status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Not Acceptable status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Not Acceptable status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Not Acceptable status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:response contains expected Proxy Authentication Required status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Proxy Authentication Required status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Proxy Authentication Required status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Proxy Authentication Required status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:response contains expected Request Timeout status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Request Timeout status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Request Timeout status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Request Timeout status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:response contains expected Conflict status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Conflict status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Conflict status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Conflict status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:response contains expected Gone status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Gone status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Gone status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Gone status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:response contains expected Length Required status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Length Required status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Length Required status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Length Required status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:response contains expected Precondition Failed status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Precondition Failed status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Precondition Failed status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Precondition Failed status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:response contains expected Request Entity Too Large status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Request Entity Too Large status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Request Entity Too Large status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Request Entity Too Large status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:response contains expected Request-URI Too Long status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Request-URI Too Long status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Request-URI Too Long status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Request-URI Too Long status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:response contains expected Unsupported Media Type status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Unsupported Media Type status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Unsupported Media Type status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Unsupported Media Type status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:response contains expected Requested Range Not Satisfiable status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Requested Range Not Satisfiable status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Requested Range Not Satisfiable status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Requested Range Not Satisfiable status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:response contains expected Expectation Failed status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Expectation Failed status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Expectation Failed status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Expectation Failed status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:response contains expected Precondition Required status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Precondition Required status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Precondition Required status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Precondition Required status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:response contains expected Too Many Requests status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Too Many Requests status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Too Many Requests status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Too Many Requests status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:response contains expected Request Header Fields Too Large status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Request Header Fields Too Large status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Request Header Fields Too Large status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Request Header Fields Too Large status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:response contains expected Unavailable For Legal Reasons status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Unavailable For Legal Reasons status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Unavailable For Legal Reasons status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Unavailable For Legal Reasons status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:response contains expected Internal Server Error status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Internal Server Error status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Internal Server Error status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Internal Server Error status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:response contains expected Not Implemented status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Not Implemented status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Not Implemented status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Not Implemented status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:response contains expected Bad Gateway status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Bad Gateway status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Bad Gateway status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Bad Gateway status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:response contains expected Service Unavailable status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Service Unavailable status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Service Unavailable status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Service Unavailable status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:response contains expected Gateway Timeout status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Gateway Timeout status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Gateway Timeout status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Gateway Timeout status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:response contains expected HTTP Version Not Supported status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected HTTP Version Not Supported status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected HTTP Version Not Supported status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected HTTP Version Not Supported status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:response contains expected Network Authentication Required status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Network Authentication Required status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Network Authentication Required status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Network Authentication Required status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:FINISHED TEST : constructorStringThrowableStatusTest() 05-24-2024 13:13:49:STARTING TEST : constructorStringResponseTest() 05-24-2024 13:13:49:response contains expected OK status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:response contains expected Created status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:response contains expected Accepted status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:response contains expected No Content status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:response contains expected Reset Content status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:response contains expected Partial Content status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:response contains expected Multiple Choices status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:response contains expected Moved Permanently status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:response contains expected Found status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:response contains expected See Other status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:response contains expected Not Modified status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:response contains expected Use Proxy status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:response contains expected Temporary Redirect status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:response contains expected Permanent Redirect status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:response contains expected Bad Request status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:response contains expected Unauthorized status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:response contains expected Payment Required status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:response contains expected Forbidden status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:response contains expected Not Found status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:response contains expected Method Not Allowed status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:response contains expected Not Acceptable status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:response contains expected Proxy Authentication Required status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:response contains expected Request Timeout status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:response contains expected Conflict status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:response contains expected Gone status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:response contains expected Length Required status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:response contains expected Precondition Failed status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:response contains expected Request Entity Too Large status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:response contains expected Request-URI Too Long status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:response contains expected Unsupported Media Type status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:response contains expected Requested Range Not Satisfiable status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:response contains expected Expectation Failed status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:response contains expected Precondition Required status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:response contains expected Too Many Requests status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:response contains expected Request Header Fields Too Large status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:response contains expected Unavailable For Legal Reasons status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:response contains expected Internal Server Error status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:response contains expected Not Implemented status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:response contains expected Bad Gateway status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:response contains expected Service Unavailable status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:response contains expected Gateway Timeout status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:response contains expected HTTP Version Not Supported status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:response contains expected Network Authentication Required status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:FINISHED TEST : constructorStringResponseTest() 05-24-2024 13:13:49:STARTING TEST : constructorStringThrowableResponseTest() 05-24-2024 13:13:49:response contains expected OK status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected OK status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected OK status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected OK status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:response contains expected Created status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Created status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Created status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Created status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:response contains expected Accepted status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Accepted status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Accepted status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Accepted status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:response contains expected No Content status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected No Content status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected No Content status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected No Content status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:response contains expected Reset Content status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Reset Content status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Reset Content status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Reset Content status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:response contains expected Partial Content status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Partial Content status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Partial Content status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Partial Content status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:response contains expected Multiple Choices status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Multiple Choices status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Multiple Choices status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Multiple Choices status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:response contains expected Moved Permanently status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Moved Permanently status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Moved Permanently status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Moved Permanently status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:response contains expected Found status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Found status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Found status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Found status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:response contains expected See Other status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected See Other status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected See Other status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected See Other status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:response contains expected Not Modified status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Not Modified status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Not Modified status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Not Modified status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:response contains expected Use Proxy status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Use Proxy status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Use Proxy status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Use Proxy status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:response contains expected Temporary Redirect status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Temporary Redirect status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Temporary Redirect status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Temporary Redirect status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:response contains expected Permanent Redirect status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Permanent Redirect status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Permanent Redirect status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Permanent Redirect status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:response contains expected Bad Request status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Bad Request status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Bad Request status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Bad Request status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:response contains expected Unauthorized status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Unauthorized status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Unauthorized status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Unauthorized status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:response contains expected Payment Required status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Payment Required status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Payment Required status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Payment Required status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:response contains expected Forbidden status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Forbidden status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Forbidden status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Forbidden status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:response contains expected Not Found status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Not Found status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Not Found status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Not Found status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:response contains expected Method Not Allowed status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Method Not Allowed status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Method Not Allowed status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Method Not Allowed status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:response contains expected Not Acceptable status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Not Acceptable status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Not Acceptable status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Not Acceptable status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:response contains expected Proxy Authentication Required status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Proxy Authentication Required status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Proxy Authentication Required status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Proxy Authentication Required status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:response contains expected Request Timeout status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Request Timeout status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Request Timeout status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Request Timeout status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:response contains expected Conflict status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Conflict status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Conflict status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Conflict status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:response contains expected Gone status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Gone status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Gone status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Gone status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:response contains expected Length Required status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Length Required status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Length Required status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Length Required status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:response contains expected Precondition Failed status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Precondition Failed status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Precondition Failed status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Precondition Failed status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:response contains expected Request Entity Too Large status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Request Entity Too Large status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Request Entity Too Large status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Request Entity Too Large status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:response contains expected Request-URI Too Long status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Request-URI Too Long status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Request-URI Too Long status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Request-URI Too Long status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:response contains expected Unsupported Media Type status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Unsupported Media Type status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Unsupported Media Type status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Unsupported Media Type status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:response contains expected Requested Range Not Satisfiable status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Requested Range Not Satisfiable status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Requested Range Not Satisfiable status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Requested Range Not Satisfiable status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:response contains expected Expectation Failed status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Expectation Failed status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Expectation Failed status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Expectation Failed status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:response contains expected Precondition Required status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Precondition Required status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Precondition Required status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Precondition Required status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:response contains expected Too Many Requests status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Too Many Requests status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Too Many Requests status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Too Many Requests status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:response contains expected Request Header Fields Too Large status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Request Header Fields Too Large status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Request Header Fields Too Large status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Request Header Fields Too Large status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:response contains expected Unavailable For Legal Reasons status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Unavailable For Legal Reasons status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Unavailable For Legal Reasons status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Unavailable For Legal Reasons status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:response contains expected Internal Server Error status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Internal Server Error status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Internal Server Error status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Internal Server Error status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:response contains expected Not Implemented status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Not Implemented status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Not Implemented status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Not Implemented status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:response contains expected Bad Gateway status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Bad Gateway status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Bad Gateway status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Bad Gateway status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:response contains expected Service Unavailable status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Service Unavailable status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Service Unavailable status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Service Unavailable status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:response contains expected Gateway Timeout status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Gateway Timeout status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Gateway Timeout status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Gateway Timeout status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:response contains expected HTTP Version Not Supported status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected HTTP Version Not Supported status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected HTTP Version Not Supported status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected HTTP Version Not Supported status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:response contains expected Network Authentication Required status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Network Authentication Required status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Network Authentication Required status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Network Authentication Required status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:FINISHED TEST : constructorStringThrowableResponseTest() 05-24-2024 13:13:49:STARTING TEST : statusNullTest() 05-24-2024 13:13:49:FINISHED TEST : statusNullTest() 05-24-2024 13:13:49:STARTING TEST : constructorStringNullResponseTest() 05-24-2024 13:13:49:response contains expected Internal Server Error status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:FINISHED TEST : constructorStringNullResponseTest() 05-24-2024 13:13:49:STARTING TEST : constructorStringIntTest() 05-24-2024 13:13:49:response contains expected OK status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:response contains expected Created status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:response contains expected Accepted status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:response contains expected No Content status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:response contains expected Reset Content status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:response contains expected Partial Content status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:response contains expected Multiple Choices status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:response contains expected Moved Permanently status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:response contains expected Found status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:response contains expected See Other status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:response contains expected Not Modified status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:response contains expected Use Proxy status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:response contains expected Temporary Redirect status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:response contains expected Permanent Redirect status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:response contains expected Bad Request status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:response contains expected Unauthorized status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:response contains expected Payment Required status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:response contains expected Forbidden status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:response contains expected Not Found status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:response contains expected Method Not Allowed status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:response contains expected Not Acceptable status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:response contains expected Proxy Authentication Required status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:response contains expected Request Timeout status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:response contains expected Conflict status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:response contains expected Gone status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:response contains expected Length Required status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:response contains expected Precondition Failed status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:response contains expected Request Entity Too Large status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:response contains expected Request-URI Too Long status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:response contains expected Unsupported Media Type status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:response contains expected Requested Range Not Satisfiable status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:response contains expected Expectation Failed status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:response contains expected Precondition Required status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:response contains expected Too Many Requests status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:response contains expected Request Header Fields Too Large status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:response contains expected Unavailable For Legal Reasons status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:response contains expected Internal Server Error status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:response contains expected Not Implemented status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:response contains expected Bad Gateway status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:response contains expected Service Unavailable status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:response contains expected Gateway Timeout status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:response contains expected HTTP Version Not Supported status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:response contains expected Network Authentication Required status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:FINISHED TEST : constructorStringIntTest() 05-24-2024 13:13:49:STARTING TEST : constructorStringThrowableTest() 05-24-2024 13:13:49:response contains expected Internal Server Error status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Internal Server Error status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Internal Server Error status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Internal Server Error status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:FINISHED TEST : constructorStringThrowableTest() 05-24-2024 13:13:49:STARTING TEST : constructorStringThrowableNullResponseTest() 05-24-2024 13:13:49:response contains expected Internal Server Error status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Internal Server Error status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Internal Server Error status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Internal Server Error status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:FINISHED TEST : constructorStringThrowableNullResponseTest() 05-24-2024 13:13:49:STARTING TEST : constructorStringStatusTest() 05-24-2024 13:13:49:response contains expected OK status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:response contains expected Created status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:response contains expected Accepted status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:response contains expected No Content status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:response contains expected Reset Content status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:response contains expected Partial Content status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:response contains expected Multiple Choices status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:response contains expected Moved Permanently status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:response contains expected Found status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:response contains expected See Other status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:response contains expected Not Modified status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:response contains expected Use Proxy status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:response contains expected Temporary Redirect status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:response contains expected Permanent Redirect status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:response contains expected Bad Request status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:response contains expected Unauthorized status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:response contains expected Payment Required status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:response contains expected Forbidden status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:response contains expected Not Found status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:response contains expected Method Not Allowed status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:response contains expected Not Acceptable status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:response contains expected Proxy Authentication Required status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:response contains expected Request Timeout status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:response contains expected Conflict status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:response contains expected Gone status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:response contains expected Length Required status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:response contains expected Precondition Failed status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:response contains expected Request Entity Too Large status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:response contains expected Request-URI Too Long status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:response contains expected Unsupported Media Type status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:response contains expected Requested Range Not Satisfiable status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:response contains expected Expectation Failed status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:response contains expected Precondition Required status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:response contains expected Too Many Requests status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:response contains expected Request Header Fields Too Large status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:response contains expected Unavailable For Legal Reasons status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:response contains expected Internal Server Error status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:response contains expected Not Implemented status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:response contains expected Bad Gateway status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:response contains expected Service Unavailable status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:response contains expected Gateway Timeout status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:response contains expected HTTP Version Not Supported status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:response contains expected Network Authentication Required status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:FINISHED TEST : constructorStringStatusTest() 05-24-2024 13:13:49:STARTING TEST : constructorStringTest() 05-24-2024 13:13:49:response contains expected Internal Server Error status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:FINISHED TEST : constructorStringTest() 05-24-2024 13:13:49:STARTING TEST : throwableStatusTest1() 05-24-2024 13:13:49:FINISHED TEST : throwableStatusTest1() 05-24-2024 13:13:49:STARTING TEST : constructorStringThrowableIntTest() 05-24-2024 13:13:49:response contains expected OK status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected OK status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected OK status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected OK status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:response contains expected Created status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Created status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Created status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Created status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:response contains expected Accepted status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Accepted status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Accepted status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Accepted status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:response contains expected No Content status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected No Content status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected No Content status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected No Content status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:response contains expected Reset Content status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Reset Content status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Reset Content status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Reset Content status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:response contains expected Partial Content status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Partial Content status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Partial Content status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Partial Content status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:response contains expected Multiple Choices status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Multiple Choices status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Multiple Choices status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Multiple Choices status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:response contains expected Moved Permanently status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Moved Permanently status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Moved Permanently status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Moved Permanently status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:response contains expected Found status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Found status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Found status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Found status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:response contains expected See Other status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected See Other status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected See Other status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected See Other status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:response contains expected Not Modified status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Not Modified status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Not Modified status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Not Modified status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:response contains expected Use Proxy status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Use Proxy status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Use Proxy status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Use Proxy status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:response contains expected Temporary Redirect status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Temporary Redirect status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Temporary Redirect status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Temporary Redirect status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:response contains expected Permanent Redirect status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Permanent Redirect status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Permanent Redirect status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Permanent Redirect status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:response contains expected Bad Request status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Bad Request status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Bad Request status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Bad Request status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:response contains expected Unauthorized status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Unauthorized status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Unauthorized status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Unauthorized status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:response contains expected Payment Required status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Payment Required status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Payment Required status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Payment Required status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:response contains expected Forbidden status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Forbidden status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Forbidden status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Forbidden status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:response contains expected Not Found status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Not Found status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Not Found status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Not Found status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:response contains expected Method Not Allowed status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Method Not Allowed status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Method Not Allowed status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Method Not Allowed status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:response contains expected Not Acceptable status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Not Acceptable status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Not Acceptable status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Not Acceptable status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:response contains expected Proxy Authentication Required status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Proxy Authentication Required status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Proxy Authentication Required status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Proxy Authentication Required status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:response contains expected Request Timeout status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Request Timeout status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Request Timeout status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Request Timeout status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:response contains expected Conflict status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Conflict status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Conflict status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Conflict status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:response contains expected Gone status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Gone status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Gone status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Gone status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:response contains expected Length Required status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Length Required status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Length Required status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Length Required status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:response contains expected Precondition Failed status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Precondition Failed status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Precondition Failed status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Precondition Failed status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:response contains expected Request Entity Too Large status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Request Entity Too Large status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Request Entity Too Large status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Request Entity Too Large status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:response contains expected Request-URI Too Long status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Request-URI Too Long status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Request-URI Too Long status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Request-URI Too Long status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:response contains expected Unsupported Media Type status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Unsupported Media Type status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Unsupported Media Type status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Unsupported Media Type status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:response contains expected Requested Range Not Satisfiable status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Requested Range Not Satisfiable status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Requested Range Not Satisfiable status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Requested Range Not Satisfiable status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:response contains expected Expectation Failed status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Expectation Failed status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Expectation Failed status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Expectation Failed status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:response contains expected Precondition Required status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Precondition Required status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Precondition Required status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Precondition Required status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:response contains expected Too Many Requests status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Too Many Requests status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Too Many Requests status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Too Many Requests status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:response contains expected Request Header Fields Too Large status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Request Header Fields Too Large status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Request Header Fields Too Large status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Request Header Fields Too Large status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:response contains expected Unavailable For Legal Reasons status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Unavailable For Legal Reasons status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Unavailable For Legal Reasons status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Unavailable For Legal Reasons status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:response contains expected Internal Server Error status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Internal Server Error status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Internal Server Error status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Internal Server Error status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:response contains expected Not Implemented status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Not Implemented status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Not Implemented status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Not Implemented status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:response contains expected Bad Gateway status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Bad Gateway status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Bad Gateway status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Bad Gateway status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:response contains expected Service Unavailable status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Service Unavailable status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Service Unavailable status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Service Unavailable status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:response contains expected Gateway Timeout status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Gateway Timeout status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Gateway Timeout status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Gateway Timeout status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:response contains expected HTTP Version Not Supported status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected HTTP Version Not Supported status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected HTTP Version Not Supported status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected HTTP Version Not Supported status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:response contains expected Network Authentication Required status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Network Authentication Required status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Network Authentication Required status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Network Authentication Required status 05-24-2024 13:13:49:found expected getMessage()= TCK WebApplicationException description 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:FINISHED TEST : constructorStringThrowableIntTest() 05-24-2024 13:13:49:STARTING TEST : constructorStringThrowableNullStatusThrowsIAETest() 05-24-2024 13:13:49:IllegalArgumentException has been thrown when null Status as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown when null Status as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown when null Status as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown when null Status as expected 05-24-2024 13:13:49:FINISHED TEST : constructorStringThrowableNullStatusThrowsIAETest() [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.098 s - in ee.jakarta.tck.ws.rs.api.rs.webapplicationexceptiontest.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.servererrorexception.JAXRSClientIT 05-24-2024 13:13:49:STARTING TEST : constructorStatusThrowableThrowsExceptionTest() 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status OK 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Created 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Accepted 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status No Content 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Reset Content 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Partial Content 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Found 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status See Other 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Not Modified 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Use Proxy 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Bad Request 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Unauthorized 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Payment Required 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Forbidden 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Not Found 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Method Not Allowed 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Not Acceptable 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Request Timeout 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Conflict 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Gone 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Length Required 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Precondition Failed 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Expectation Failed 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Precondition Required 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Too Many Requests 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 05-24-2024 13:13:49:FINISHED TEST : constructorStatusThrowableThrowsExceptionTest() 05-24-2024 13:13:49:STARTING TEST : constructorResponseThrowableTest() 05-24-2024 13:13:49:response contains expected Internal Server Error status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Internal Server Error status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Internal Server Error status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Internal Server Error status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:response contains expected Not Implemented status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Not Implemented status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Not Implemented status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Not Implemented status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:response contains expected Bad Gateway status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Bad Gateway status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Bad Gateway status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Bad Gateway status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:response contains expected Service Unavailable status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Service Unavailable status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Service Unavailable status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Service Unavailable status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:response contains expected Gateway Timeout status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Gateway Timeout status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Gateway Timeout status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Gateway Timeout status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:response contains expected HTTP Version Not Supported status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected HTTP Version Not Supported status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected HTTP Version Not Supported status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected HTTP Version Not Supported status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:response contains expected Network Authentication Required status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Network Authentication Required status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Network Authentication Required status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Network Authentication Required status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:FINISHED TEST : constructorResponseThrowableTest() 05-24-2024 13:13:49:STARTING TEST : constructorResponseTest() 05-24-2024 13:13:49:response contains expected Internal Server Error status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:response contains expected Not Implemented status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:response contains expected Bad Gateway status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:response contains expected Service Unavailable status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:response contains expected Gateway Timeout status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:response contains expected HTTP Version Not Supported status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:response contains expected Network Authentication Required status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:FINISHED TEST : constructorResponseTest() 05-24-2024 13:13:49:STARTING TEST : constructorStringResponseThrowableThrowsIAETest() 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status OK 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Created 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Accepted 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status No Content 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Reset Content 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Partial Content 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Found 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status See Other 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Not Modified 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Use Proxy 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Bad Request 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Unauthorized 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Payment Required 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Forbidden 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Not Found 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Method Not Allowed 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Not Acceptable 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Request Timeout 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Conflict 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Gone 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Length Required 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Precondition Failed 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Expectation Failed 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Precondition Required 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Too Many Requests 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 05-24-2024 13:13:49:FINISHED TEST : constructorStringResponseThrowableThrowsIAETest() 05-24-2024 13:13:49:STARTING TEST : constructorStringResponseThrowableTest() 05-24-2024 13:13:49:response contains expected Internal Server Error status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:found expected getMessage()= TCK ServerErrorException description 05-24-2024 13:13:49:response contains expected Internal Server Error status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:found expected getMessage()= TCK ServerErrorException description 05-24-2024 13:13:49:response contains expected Internal Server Error status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:found expected getMessage()= TCK ServerErrorException description 05-24-2024 13:13:49:response contains expected Internal Server Error status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:found expected getMessage()= TCK ServerErrorException description 05-24-2024 13:13:49:response contains expected Not Implemented status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:found expected getMessage()= TCK ServerErrorException description 05-24-2024 13:13:49:response contains expected Not Implemented status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:found expected getMessage()= TCK ServerErrorException description 05-24-2024 13:13:49:response contains expected Not Implemented status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:found expected getMessage()= TCK ServerErrorException description 05-24-2024 13:13:49:response contains expected Not Implemented status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:found expected getMessage()= TCK ServerErrorException description 05-24-2024 13:13:49:response contains expected Bad Gateway status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:found expected getMessage()= TCK ServerErrorException description 05-24-2024 13:13:49:response contains expected Bad Gateway status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:found expected getMessage()= TCK ServerErrorException description 05-24-2024 13:13:49:response contains expected Bad Gateway status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:found expected getMessage()= TCK ServerErrorException description 05-24-2024 13:13:49:response contains expected Bad Gateway status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:found expected getMessage()= TCK ServerErrorException description 05-24-2024 13:13:49:response contains expected Service Unavailable status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:found expected getMessage()= TCK ServerErrorException description 05-24-2024 13:13:49:response contains expected Service Unavailable status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:found expected getMessage()= TCK ServerErrorException description 05-24-2024 13:13:49:response contains expected Service Unavailable status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:found expected getMessage()= TCK ServerErrorException description 05-24-2024 13:13:49:response contains expected Service Unavailable status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:found expected getMessage()= TCK ServerErrorException description 05-24-2024 13:13:49:response contains expected Gateway Timeout status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:found expected getMessage()= TCK ServerErrorException description 05-24-2024 13:13:49:response contains expected Gateway Timeout status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:found expected getMessage()= TCK ServerErrorException description 05-24-2024 13:13:49:response contains expected Gateway Timeout status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:found expected getMessage()= TCK ServerErrorException description 05-24-2024 13:13:49:response contains expected Gateway Timeout status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:found expected getMessage()= TCK ServerErrorException description 05-24-2024 13:13:49:response contains expected HTTP Version Not Supported status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:found expected getMessage()= TCK ServerErrorException description 05-24-2024 13:13:49:response contains expected HTTP Version Not Supported status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:found expected getMessage()= TCK ServerErrorException description 05-24-2024 13:13:49:response contains expected HTTP Version Not Supported status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:found expected getMessage()= TCK ServerErrorException description 05-24-2024 13:13:49:response contains expected HTTP Version Not Supported status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:found expected getMessage()= TCK ServerErrorException description 05-24-2024 13:13:49:response contains expected Network Authentication Required status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:found expected getMessage()= TCK ServerErrorException description 05-24-2024 13:13:49:response contains expected Network Authentication Required status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:found expected getMessage()= TCK ServerErrorException description 05-24-2024 13:13:49:response contains expected Network Authentication Required status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:found expected getMessage()= TCK ServerErrorException description 05-24-2024 13:13:49:response contains expected Network Authentication Required status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:found expected getMessage()= TCK ServerErrorException description 05-24-2024 13:13:49:FINISHED TEST : constructorStringResponseThrowableTest() 05-24-2024 13:13:49:STARTING TEST : constructorStringStatusNullThrowableThrowsExceptionTest() 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for null status 05-24-2024 13:13:49:FINISHED TEST : constructorStringStatusNullThrowableThrowsExceptionTest() 05-24-2024 13:13:49:STARTING TEST : constructorStringResponseTest() 05-24-2024 13:13:49:response contains expected Internal Server Error status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK ServerErrorException description 05-24-2024 13:13:49:response contains expected Not Implemented status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK ServerErrorException description 05-24-2024 13:13:49:response contains expected Bad Gateway status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK ServerErrorException description 05-24-2024 13:13:49:response contains expected Service Unavailable status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK ServerErrorException description 05-24-2024 13:13:49:response contains expected Gateway Timeout status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK ServerErrorException description 05-24-2024 13:13:49:response contains expected HTTP Version Not Supported status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK ServerErrorException description 05-24-2024 13:13:49:response contains expected Network Authentication Required status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK ServerErrorException description 05-24-2024 13:13:49:FINISHED TEST : constructorStringResponseTest() 05-24-2024 13:13:49:STARTING TEST : constructorStatusTest() 05-24-2024 13:13:49:response contains expected Internal Server Error status 05-24-2024 13:13:49:response contains expected Not Implemented status 05-24-2024 13:13:49:response contains expected Bad Gateway status 05-24-2024 13:13:49:response contains expected Service Unavailable status 05-24-2024 13:13:49:response contains expected Gateway Timeout status 05-24-2024 13:13:49:response contains expected HTTP Version Not Supported status 05-24-2024 13:13:49:response contains expected Network Authentication Required status 05-24-2024 13:13:49:FINISHED TEST : constructorStatusTest() 05-24-2024 13:13:49:STARTING TEST : constructorIntThrowableThrowsExceptionTest() 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status OK 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Created 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Accepted 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status No Content 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Reset Content 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Partial Content 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Found 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status See Other 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Not Modified 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Use Proxy 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Bad Request 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Unauthorized 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Payment Required 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Forbidden 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Not Found 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Method Not Allowed 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Not Acceptable 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Request Timeout 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Conflict 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Gone 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Length Required 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Precondition Failed 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Expectation Failed 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Precondition Required 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Too Many Requests 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 05-24-2024 13:13:49:FINISHED TEST : constructorIntThrowableThrowsExceptionTest() 05-24-2024 13:13:49:STARTING TEST : constructorStringIntThrowsIAETest() 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status OK 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Created 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Accepted 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status No Content 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Reset Content 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Partial Content 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Found 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status See Other 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Not Modified 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Use Proxy 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Bad Request 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Unauthorized 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Payment Required 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Forbidden 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Not Found 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Method Not Allowed 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Not Acceptable 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Request Timeout 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Conflict 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Gone 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Length Required 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Precondition Failed 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Expectation Failed 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Precondition Required 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Too Many Requests 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 05-24-2024 13:13:49:FINISHED TEST : constructorStringIntThrowsIAETest() 05-24-2024 13:13:49:STARTING TEST : constructorStatusThrowsExceptionTest() 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status OK 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Created 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Accepted 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status No Content 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Reset Content 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Partial Content 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Found 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status See Other 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Not Modified 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Use Proxy 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Bad Request 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Unauthorized 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Payment Required 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Forbidden 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Not Found 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Method Not Allowed 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Not Acceptable 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Request Timeout 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Conflict 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Gone 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Length Required 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Precondition Failed 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Expectation Failed 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Precondition Required 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Too Many Requests 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 05-24-2024 13:13:49:FINISHED TEST : constructorStatusThrowsExceptionTest() 05-24-2024 13:13:49:STARTING TEST : constructorStatusNullThrowableThrowsExceptionTest() 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for null status 05-24-2024 13:13:49:FINISHED TEST : constructorStatusNullThrowableThrowsExceptionTest() 05-24-2024 13:13:49:STARTING TEST : constructorStringStatusNullThrowsExceptionTest() 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for null status 05-24-2024 13:13:49:FINISHED TEST : constructorStringStatusNullThrowsExceptionTest() 05-24-2024 13:13:49:STARTING TEST : constructorStringIntThrowableTest() 05-24-2024 13:13:49:response contains expected Internal Server Error status 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:found expected getMessage()= TCK ServerErrorException description 05-24-2024 13:13:49:response contains expected Internal Server Error status 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:found expected getMessage()= TCK ServerErrorException description 05-24-2024 13:13:49:response contains expected Internal Server Error status 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:found expected getMessage()= TCK ServerErrorException description 05-24-2024 13:13:49:response contains expected Internal Server Error status 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:found expected getMessage()= TCK ServerErrorException description 05-24-2024 13:13:49:response contains expected Not Implemented status 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:found expected getMessage()= TCK ServerErrorException description 05-24-2024 13:13:49:response contains expected Not Implemented status 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:found expected getMessage()= TCK ServerErrorException description 05-24-2024 13:13:49:response contains expected Not Implemented status 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:found expected getMessage()= TCK ServerErrorException description 05-24-2024 13:13:49:response contains expected Not Implemented status 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:found expected getMessage()= TCK ServerErrorException description 05-24-2024 13:13:49:response contains expected Bad Gateway status 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:found expected getMessage()= TCK ServerErrorException description 05-24-2024 13:13:49:response contains expected Bad Gateway status 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:found expected getMessage()= TCK ServerErrorException description 05-24-2024 13:13:49:response contains expected Bad Gateway status 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:found expected getMessage()= TCK ServerErrorException description 05-24-2024 13:13:49:response contains expected Bad Gateway status 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:found expected getMessage()= TCK ServerErrorException description 05-24-2024 13:13:49:response contains expected Service Unavailable status 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:found expected getMessage()= TCK ServerErrorException description 05-24-2024 13:13:49:response contains expected Service Unavailable status 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:found expected getMessage()= TCK ServerErrorException description 05-24-2024 13:13:49:response contains expected Service Unavailable status 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:found expected getMessage()= TCK ServerErrorException description 05-24-2024 13:13:49:response contains expected Service Unavailable status 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:found expected getMessage()= TCK ServerErrorException description 05-24-2024 13:13:49:response contains expected Gateway Timeout status 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:found expected getMessage()= TCK ServerErrorException description 05-24-2024 13:13:49:response contains expected Gateway Timeout status 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:found expected getMessage()= TCK ServerErrorException description 05-24-2024 13:13:49:response contains expected Gateway Timeout status 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:found expected getMessage()= TCK ServerErrorException description 05-24-2024 13:13:49:response contains expected Gateway Timeout status 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:found expected getMessage()= TCK ServerErrorException description 05-24-2024 13:13:49:response contains expected HTTP Version Not Supported status 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:found expected getMessage()= TCK ServerErrorException description 05-24-2024 13:13:49:response contains expected HTTP Version Not Supported status 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:found expected getMessage()= TCK ServerErrorException description 05-24-2024 13:13:49:response contains expected HTTP Version Not Supported status 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:found expected getMessage()= TCK ServerErrorException description 05-24-2024 13:13:49:response contains expected HTTP Version Not Supported status 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:found expected getMessage()= TCK ServerErrorException description 05-24-2024 13:13:49:response contains expected Network Authentication Required status 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:found expected getMessage()= TCK ServerErrorException description 05-24-2024 13:13:49:response contains expected Network Authentication Required status 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:found expected getMessage()= TCK ServerErrorException description 05-24-2024 13:13:49:response contains expected Network Authentication Required status 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:found expected getMessage()= TCK ServerErrorException description 05-24-2024 13:13:49:response contains expected Network Authentication Required status 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:found expected getMessage()= TCK ServerErrorException description 05-24-2024 13:13:49:FINISHED TEST : constructorStringIntThrowableTest() 05-24-2024 13:13:49:STARTING TEST : constructorStatusNullThrowsExceptionTest() 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for null status 05-24-2024 13:13:49:FINISHED TEST : constructorStatusNullThrowsExceptionTest() 05-24-2024 13:13:49:STARTING TEST : constructorIntTest() 05-24-2024 13:13:49:response contains expected Internal Server Error status 05-24-2024 13:13:49:response contains expected Not Implemented status 05-24-2024 13:13:49:response contains expected Bad Gateway status 05-24-2024 13:13:49:response contains expected Service Unavailable status 05-24-2024 13:13:49:response contains expected Gateway Timeout status 05-24-2024 13:13:49:response contains expected HTTP Version Not Supported status 05-24-2024 13:13:49:response contains expected Network Authentication Required status 05-24-2024 13:13:49:FINISHED TEST : constructorIntTest() 05-24-2024 13:13:49:STARTING TEST : constructorStringStatusThrowableThrowsIAETest() 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status OK 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Created 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Accepted 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status No Content 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Reset Content 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Partial Content 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Found 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status See Other 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Not Modified 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Use Proxy 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Bad Request 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Unauthorized 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Payment Required 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Forbidden 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Not Found 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Method Not Allowed 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Not Acceptable 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Request Timeout 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Conflict 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Gone 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Length Required 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Precondition Failed 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Expectation Failed 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Precondition Required 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Too Many Requests 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 05-24-2024 13:13:49:FINISHED TEST : constructorStringStatusThrowableThrowsIAETest() 05-24-2024 13:13:49:STARTING TEST : constructorStringIntThrowableThrowsIAETest() 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status OK 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Created 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Accepted 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status No Content 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Reset Content 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Partial Content 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Found 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status See Other 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Not Modified 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Use Proxy 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Bad Request 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Unauthorized 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Payment Required 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Forbidden 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Not Found 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Method Not Allowed 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Not Acceptable 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Request Timeout 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Conflict 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Gone 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Length Required 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Precondition Failed 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Expectation Failed 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Precondition Required 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Too Many Requests 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 05-24-2024 13:13:49:FINISHED TEST : constructorStringIntThrowableThrowsIAETest() 05-24-2024 13:13:49:STARTING TEST : constructorStringIntTest() 05-24-2024 13:13:49:response contains expected Internal Server Error status 05-24-2024 13:13:49:found expected getMessage()= TCK ServerErrorException description 05-24-2024 13:13:49:response contains expected Not Implemented status 05-24-2024 13:13:49:found expected getMessage()= TCK ServerErrorException description 05-24-2024 13:13:49:response contains expected Bad Gateway status 05-24-2024 13:13:49:found expected getMessage()= TCK ServerErrorException description 05-24-2024 13:13:49:response contains expected Service Unavailable status 05-24-2024 13:13:49:found expected getMessage()= TCK ServerErrorException description 05-24-2024 13:13:49:response contains expected Gateway Timeout status 05-24-2024 13:13:49:found expected getMessage()= TCK ServerErrorException description 05-24-2024 13:13:49:response contains expected HTTP Version Not Supported status 05-24-2024 13:13:49:found expected getMessage()= TCK ServerErrorException description 05-24-2024 13:13:49:response contains expected Network Authentication Required status 05-24-2024 13:13:49:found expected getMessage()= TCK ServerErrorException description 05-24-2024 13:13:49:FINISHED TEST : constructorStringIntTest() 05-24-2024 13:13:49:STARTING TEST : constructorStringIntNotValidStatusThrowableThrowsExceptionTest() 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status -1 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status 2147483647 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status -2147483648 05-24-2024 13:13:49:FINISHED TEST : constructorStringIntNotValidStatusThrowableThrowsExceptionTest() 05-24-2024 13:13:49:STARTING TEST : constructorIntNotValidStatusThrowableThrowsExceptionTest() 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status -1 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status 2147483647 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status -2147483648 05-24-2024 13:13:49:FINISHED TEST : constructorIntNotValidStatusThrowableThrowsExceptionTest() 05-24-2024 13:13:49:STARTING TEST : constructorStringStatusThrowsIAETest() 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status OK 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Created 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Accepted 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status No Content 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Reset Content 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Partial Content 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Found 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status See Other 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Not Modified 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Use Proxy 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Bad Request 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Unauthorized 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Payment Required 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Forbidden 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Not Found 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Method Not Allowed 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Not Acceptable 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Request Timeout 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Conflict 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Gone 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Length Required 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Precondition Failed 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Expectation Failed 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Precondition Required 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Too Many Requests 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 05-24-2024 13:13:49:FINISHED TEST : constructorStringStatusThrowsIAETest() 05-24-2024 13:13:49:STARTING TEST : constructorIntNotValidStatusThrowsExceptionTest() 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status -1 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status 2147483647 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status -2147483648 05-24-2024 13:13:49:FINISHED TEST : constructorIntNotValidStatusThrowsExceptionTest() 05-24-2024 13:13:49:STARTING TEST : constructorResponseThrowsExceptionTest() 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status OK 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Created 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Accepted 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status No Content 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Reset Content 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Partial Content 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Found 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status See Other 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Not Modified 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Use Proxy 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Bad Request 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Unauthorized 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Payment Required 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Forbidden 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Not Found 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Method Not Allowed 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Not Acceptable 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Request Timeout 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Conflict 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Gone 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Length Required 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Precondition Failed 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Expectation Failed 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Precondition Required 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Too Many Requests 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 05-24-2024 13:13:49:FINISHED TEST : constructorResponseThrowsExceptionTest() 05-24-2024 13:13:49:STARTING TEST : constructorStringStatusTest() 05-24-2024 13:13:49:response contains expected Internal Server Error status 05-24-2024 13:13:49:found expected getMessage()= TCK ServerErrorException description 05-24-2024 13:13:49:response contains expected Not Implemented status 05-24-2024 13:13:49:found expected getMessage()= TCK ServerErrorException description 05-24-2024 13:13:49:response contains expected Bad Gateway status 05-24-2024 13:13:49:found expected getMessage()= TCK ServerErrorException description 05-24-2024 13:13:49:response contains expected Service Unavailable status 05-24-2024 13:13:49:found expected getMessage()= TCK ServerErrorException description 05-24-2024 13:13:49:response contains expected Gateway Timeout status 05-24-2024 13:13:49:found expected getMessage()= TCK ServerErrorException description 05-24-2024 13:13:49:response contains expected HTTP Version Not Supported status 05-24-2024 13:13:49:found expected getMessage()= TCK ServerErrorException description 05-24-2024 13:13:49:response contains expected Network Authentication Required status 05-24-2024 13:13:49:found expected getMessage()= TCK ServerErrorException description 05-24-2024 13:13:49:FINISHED TEST : constructorStringStatusTest() 05-24-2024 13:13:49:STARTING TEST : constructorStringStatusThrowableTest() 05-24-2024 13:13:49:response contains expected Internal Server Error status 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:found expected getMessage()= TCK ServerErrorException description 05-24-2024 13:13:49:response contains expected Internal Server Error status 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:found expected getMessage()= TCK ServerErrorException description 05-24-2024 13:13:49:response contains expected Internal Server Error status 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:found expected getMessage()= TCK ServerErrorException description 05-24-2024 13:13:49:response contains expected Internal Server Error status 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:found expected getMessage()= TCK ServerErrorException description 05-24-2024 13:13:49:response contains expected Not Implemented status 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:found expected getMessage()= TCK ServerErrorException description 05-24-2024 13:13:49:response contains expected Not Implemented status 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:found expected getMessage()= TCK ServerErrorException description 05-24-2024 13:13:49:response contains expected Not Implemented status 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:found expected getMessage()= TCK ServerErrorException description 05-24-2024 13:13:49:response contains expected Not Implemented status 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:found expected getMessage()= TCK ServerErrorException description 05-24-2024 13:13:49:response contains expected Bad Gateway status 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:found expected getMessage()= TCK ServerErrorException description 05-24-2024 13:13:49:response contains expected Bad Gateway status 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:found expected getMessage()= TCK ServerErrorException description 05-24-2024 13:13:49:response contains expected Bad Gateway status 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:found expected getMessage()= TCK ServerErrorException description 05-24-2024 13:13:49:response contains expected Bad Gateway status 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:found expected getMessage()= TCK ServerErrorException description 05-24-2024 13:13:49:response contains expected Service Unavailable status 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:found expected getMessage()= TCK ServerErrorException description 05-24-2024 13:13:49:response contains expected Service Unavailable status 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:found expected getMessage()= TCK ServerErrorException description 05-24-2024 13:13:49:response contains expected Service Unavailable status 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:found expected getMessage()= TCK ServerErrorException description 05-24-2024 13:13:49:response contains expected Service Unavailable status 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:found expected getMessage()= TCK ServerErrorException description 05-24-2024 13:13:49:response contains expected Gateway Timeout status 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:found expected getMessage()= TCK ServerErrorException description 05-24-2024 13:13:49:response contains expected Gateway Timeout status 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:found expected getMessage()= TCK ServerErrorException description 05-24-2024 13:13:49:response contains expected Gateway Timeout status 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:found expected getMessage()= TCK ServerErrorException description 05-24-2024 13:13:49:response contains expected Gateway Timeout status 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:found expected getMessage()= TCK ServerErrorException description 05-24-2024 13:13:49:response contains expected HTTP Version Not Supported status 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:found expected getMessage()= TCK ServerErrorException description 05-24-2024 13:13:49:response contains expected HTTP Version Not Supported status 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:found expected getMessage()= TCK ServerErrorException description 05-24-2024 13:13:49:response contains expected HTTP Version Not Supported status 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:found expected getMessage()= TCK ServerErrorException description 05-24-2024 13:13:49:response contains expected HTTP Version Not Supported status 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:found expected getMessage()= TCK ServerErrorException description 05-24-2024 13:13:49:response contains expected Network Authentication Required status 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:found expected getMessage()= TCK ServerErrorException description 05-24-2024 13:13:49:response contains expected Network Authentication Required status 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:found expected getMessage()= TCK ServerErrorException description 05-24-2024 13:13:49:response contains expected Network Authentication Required status 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:found expected getMessage()= TCK ServerErrorException description 05-24-2024 13:13:49:response contains expected Network Authentication Required status 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:found expected getMessage()= TCK ServerErrorException description 05-24-2024 13:13:49:FINISHED TEST : constructorStringStatusThrowableTest() 05-24-2024 13:13:49:STARTING TEST : constructorStringIntNotValidStatusThrowsIAETest() 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status -1 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status 2147483647 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status -2147483648 05-24-2024 13:13:49:FINISHED TEST : constructorStringIntNotValidStatusThrowsIAETest() 05-24-2024 13:13:49:STARTING TEST : constructorIntThrowableTest() 05-24-2024 13:13:49:response contains expected Internal Server Error status 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Internal Server Error status 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Internal Server Error status 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Internal Server Error status 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:response contains expected Not Implemented status 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Not Implemented status 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Not Implemented status 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Not Implemented status 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:response contains expected Bad Gateway status 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Bad Gateway status 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Bad Gateway status 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Bad Gateway status 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:response contains expected Service Unavailable status 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Service Unavailable status 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Service Unavailable status 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Service Unavailable status 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:response contains expected Gateway Timeout status 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Gateway Timeout status 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Gateway Timeout status 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Gateway Timeout status 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:response contains expected HTTP Version Not Supported status 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected HTTP Version Not Supported status 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected HTTP Version Not Supported status 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected HTTP Version Not Supported status 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:response contains expected Network Authentication Required status 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Network Authentication Required status 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Network Authentication Required status 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Network Authentication Required status 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:FINISHED TEST : constructorIntThrowableTest() 05-24-2024 13:13:49:STARTING TEST : constructorIntThrowsExceptionTest() 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status OK 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Created 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Accepted 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status No Content 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Reset Content 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Partial Content 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Found 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status See Other 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Not Modified 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Use Proxy 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Bad Request 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Unauthorized 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Payment Required 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Forbidden 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Not Found 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Method Not Allowed 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Not Acceptable 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Request Timeout 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Conflict 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Gone 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Length Required 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Precondition Failed 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Expectation Failed 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Precondition Required 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Too Many Requests 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 05-24-2024 13:13:49:FINISHED TEST : constructorIntThrowsExceptionTest() 05-24-2024 13:13:49:STARTING TEST : constructorStringResponseThrowsIAETest() 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status OK 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Created 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Accepted 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status No Content 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Reset Content 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Partial Content 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Found 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status See Other 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Not Modified 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Use Proxy 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Bad Request 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Unauthorized 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Payment Required 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Forbidden 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Not Found 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Method Not Allowed 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Not Acceptable 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Request Timeout 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Conflict 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Gone 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Length Required 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Precondition Failed 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Expectation Failed 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Precondition Required 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Too Many Requests 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 05-24-2024 13:13:49:FINISHED TEST : constructorStringResponseThrowsIAETest() 05-24-2024 13:13:49:STARTING TEST : constructorResponseThrowableThrowsExceptionTest() 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status OK 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Created 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Accepted 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status No Content 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Reset Content 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Partial Content 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Found 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status See Other 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Not Modified 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Use Proxy 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Bad Request 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Unauthorized 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Payment Required 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Forbidden 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Not Found 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Method Not Allowed 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Not Acceptable 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Request Timeout 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Conflict 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Gone 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Length Required 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Precondition Failed 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Expectation Failed 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Precondition Required 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Too Many Requests 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 05-24-2024 13:13:49:FINISHED TEST : constructorResponseThrowableThrowsExceptionTest() 05-24-2024 13:13:49:STARTING TEST : constructorStatusThrowableTest() 05-24-2024 13:13:49:response contains expected Internal Server Error status 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Internal Server Error status 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Internal Server Error status 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Internal Server Error status 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:response contains expected Not Implemented status 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Not Implemented status 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Not Implemented status 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Not Implemented status 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:response contains expected Bad Gateway status 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Bad Gateway status 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Bad Gateway status 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Bad Gateway status 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:response contains expected Service Unavailable status 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Service Unavailable status 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Service Unavailable status 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Service Unavailable status 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:response contains expected Gateway Timeout status 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Gateway Timeout status 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Gateway Timeout status 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Gateway Timeout status 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:response contains expected HTTP Version Not Supported status 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected HTTP Version Not Supported status 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected HTTP Version Not Supported status 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected HTTP Version Not Supported status 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:response contains expected Network Authentication Required status 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Network Authentication Required status 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Network Authentication Required status 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Network Authentication Required status 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:FINISHED TEST : constructorStatusThrowableTest() [INFO] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.114 s - in ee.jakarta.tck.ws.rs.api.rs.servererrorexception.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.badrequestexception.JAXRSClientIT 05-24-2024 13:13:49:STARTING TEST : constructorResponseThrowableTest() 05-24-2024 13:13:49:response contains expected Bad Request status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Bad Request status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Bad Request status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Bad Request status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:FINISHED TEST : constructorResponseThrowableTest() 05-24-2024 13:13:49:STARTING TEST : constructorTest() 05-24-2024 13:13:49:response contains expected Bad Request status 05-24-2024 13:13:49:FINISHED TEST : constructorTest() 05-24-2024 13:13:49:STARTING TEST : constructorResponseTest() 05-24-2024 13:13:49:response contains expected Bad Request status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:FINISHED TEST : constructorResponseTest() 05-24-2024 13:13:49:STARTING TEST : constructorStringRequestThrowableThrowsIAETest() 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status OK as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Created as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Accepted as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status No Content as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Reset Content as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Partial Content as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Multiple Choices as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Moved Permanently as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Found as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status See Other as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Not Modified as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Use Proxy as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Temporary Redirect as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Permanent Redirect as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Unauthorized as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Payment Required as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Forbidden as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Not Found as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Method Not Allowed as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Not Acceptable as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Proxy Authentication Required as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Request Timeout as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Conflict as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Gone as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Length Required as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Precondition Failed as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Request Entity Too Large as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Request-URI Too Long as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Unsupported Media Type as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Requested Range Not Satisfiable as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Expectation Failed as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Precondition Required as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Too Many Requests as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Request Header Fields Too Large as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Unavailable For Legal Reasons as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Internal Server Error as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Not Implemented as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Bad Gateway as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Service Unavailable as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Gateway Timeout as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status HTTP Version Not Supported as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Network Authentication Required as expected 05-24-2024 13:13:49:FINISHED TEST : constructorStringRequestThrowableThrowsIAETest() 05-24-2024 13:13:49:STARTING TEST : constructorStringResponseTest() 05-24-2024 13:13:49:response contains expected Bad Request status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK BadRequestException description 05-24-2024 13:13:49:FINISHED TEST : constructorStringResponseTest() 05-24-2024 13:13:49:STARTING TEST : constructorStringThrowableTest() 05-24-2024 13:13:49:found expected getMessage()= TCK BadRequestException description 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Bad Request status 05-24-2024 13:13:49:found expected getMessage()= TCK BadRequestException description 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Bad Request status 05-24-2024 13:13:49:found expected getMessage()= TCK BadRequestException description 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Bad Request status 05-24-2024 13:13:49:found expected getMessage()= TCK BadRequestException description 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:response contains expected Bad Request status 05-24-2024 13:13:49:FINISHED TEST : constructorStringThrowableTest() 05-24-2024 13:13:49:STARTING TEST : constructorResponseThrowsExceptionTest() 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status OK as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Created as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Accepted as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status No Content as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Reset Content as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Partial Content as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Multiple Choices as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Moved Permanently as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Found as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status See Other as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Not Modified as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Use Proxy as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Temporary Redirect as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Permanent Redirect as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Unauthorized as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Payment Required as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Forbidden as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Not Found as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Method Not Allowed as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Not Acceptable as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Proxy Authentication Required as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Request Timeout as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Conflict as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Gone as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Length Required as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Precondition Failed as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Request Entity Too Large as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Request-URI Too Long as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Unsupported Media Type as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Requested Range Not Satisfiable as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Expectation Failed as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Precondition Required as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Too Many Requests as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Request Header Fields Too Large as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Unavailable For Legal Reasons as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Internal Server Error as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Not Implemented as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Bad Gateway as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Service Unavailable as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Gateway Timeout as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status HTTP Version Not Supported as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Network Authentication Required as expected 05-24-2024 13:13:49:FINISHED TEST : constructorResponseThrowsExceptionTest() 05-24-2024 13:13:49:STARTING TEST : constructorStringTest() 05-24-2024 13:13:49:found expected getMessage()= TCK BadRequestException description 05-24-2024 13:13:49:response contains expected Bad Request status 05-24-2024 13:13:49:FINISHED TEST : constructorStringTest() 05-24-2024 13:13:49:STARTING TEST : constructorThrowableTest() 05-24-2024 13:13:49:response contains expected Bad Request status 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Bad Request status 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Bad Request status 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Bad Request status 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:FINISHED TEST : constructorThrowableTest() 05-24-2024 13:13:49:STARTING TEST : constructorStringRequestThrowableTest() 05-24-2024 13:13:49:found expected getMessage()= TCK BadRequestException description 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Bad Request status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK BadRequestException description 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Bad Request status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK BadRequestException description 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Bad Request status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK BadRequestException description 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:response contains expected Bad Request status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:FINISHED TEST : constructorStringRequestThrowableTest() 05-24-2024 13:13:49:STARTING TEST : constructorStringResponseThrowsIEATest() 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status OK as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Created as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Accepted as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status No Content as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Reset Content as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Partial Content as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Multiple Choices as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Moved Permanently as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Found as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status See Other as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Not Modified as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Use Proxy as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Temporary Redirect as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Permanent Redirect as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Unauthorized as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Payment Required as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Forbidden as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Not Found as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Method Not Allowed as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Not Acceptable as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Proxy Authentication Required as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Request Timeout as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Conflict as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Gone as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Length Required as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Precondition Failed as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Request Entity Too Large as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Request-URI Too Long as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Unsupported Media Type as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Requested Range Not Satisfiable as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Expectation Failed as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Precondition Required as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Too Many Requests as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Request Header Fields Too Large as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Unavailable For Legal Reasons as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Internal Server Error as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Not Implemented as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Bad Gateway as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Service Unavailable as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Gateway Timeout as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status HTTP Version Not Supported as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Network Authentication Required as expected 05-24-2024 13:13:49:FINISHED TEST : constructorStringResponseThrowsIEATest() 05-24-2024 13:13:49:STARTING TEST : constructorResponseThrowableThrowsExceptionTest() 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status OK as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Created as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Accepted as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status No Content as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Reset Content as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Partial Content as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Multiple Choices as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Moved Permanently as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Found as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status See Other as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Not Modified as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Use Proxy as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Temporary Redirect as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Permanent Redirect as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Unauthorized as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Payment Required as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Forbidden as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Not Found as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Method Not Allowed as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Not Acceptable as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Proxy Authentication Required as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Request Timeout as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Conflict as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Gone as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Length Required as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Precondition Failed as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Request Entity Too Large as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Request-URI Too Long as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Unsupported Media Type as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Requested Range Not Satisfiable as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Expectation Failed as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Precondition Required as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Too Many Requests as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Request Header Fields Too Large as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Unavailable For Legal Reasons as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Internal Server Error as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Not Implemented as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Bad Gateway as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Service Unavailable as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Gateway Timeout as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status HTTP Version Not Supported as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Network Authentication Required as expected 05-24-2024 13:13:49:FINISHED TEST : constructorResponseThrowableThrowsExceptionTest() [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in ee.jakarta.tck.ws.rs.api.rs.badrequestexception.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.forbiddenexception.JAXRSClientIT 05-24-2024 13:13:49:STARTING TEST : constructorResponseThrowableTest() 05-24-2024 13:13:49:response contains expected Forbidden status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Forbidden status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Forbidden status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Forbidden status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:FINISHED TEST : constructorResponseThrowableTest() 05-24-2024 13:13:49:STARTING TEST : constructorTest() 05-24-2024 13:13:49:response contains expected Forbidden status 05-24-2024 13:13:49:FINISHED TEST : constructorTest() 05-24-2024 13:13:49:STARTING TEST : constructorResponseTest() 05-24-2024 13:13:49:response contains expected Forbidden status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:FINISHED TEST : constructorResponseTest() 05-24-2024 13:13:49:STARTING TEST : constructorStringResponseThrowableThrowsIAETest() 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status OK 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Created 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Accepted 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status No Content 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Reset Content 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Partial Content 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Multiple Choices 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Moved Permanently 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Found 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status See Other 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Not Modified 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Use Proxy 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Temporary Redirect 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Permanent Redirect 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Bad Request 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Unauthorized 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Payment Required 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Not Found 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Method Not Allowed 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Not Acceptable 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Proxy Authentication Required 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Request Timeout 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Conflict 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Gone 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Length Required 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Precondition Failed 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Request Entity Too Large 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Request-URI Too Long 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Unsupported Media Type 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Requested Range Not Satisfiable 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Expectation Failed 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Precondition Required 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Too Many Requests 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Request Header Fields Too Large 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Unavailable For Legal Reasons 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Internal Server Error 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Not Implemented 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Bad Gateway 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Service Unavailable 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Gateway Timeout 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status HTTP Version Not Supported 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Network Authentication Required 05-24-2024 13:13:49:FINISHED TEST : constructorStringResponseThrowableThrowsIAETest() 05-24-2024 13:13:49:STARTING TEST : constructorStringResponseThrowableTest() 05-24-2024 13:13:49:response contains expected Forbidden status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:found expected getMessage()= TCK ForbiddenException description 05-24-2024 13:13:49:response contains expected Forbidden status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:found expected getMessage()= TCK ForbiddenException description 05-24-2024 13:13:49:response contains expected Forbidden status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:found expected getMessage()= TCK ForbiddenException description 05-24-2024 13:13:49:response contains expected Forbidden status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:found expected getMessage()= TCK ForbiddenException description 05-24-2024 13:13:49:FINISHED TEST : constructorStringResponseThrowableTest() 05-24-2024 13:13:49:STARTING TEST : constructorStringResponseTest() 05-24-2024 13:13:49:response contains expected Forbidden status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK ForbiddenException description 05-24-2024 13:13:49:FINISHED TEST : constructorStringResponseTest() 05-24-2024 13:13:49:STARTING TEST : constructorStringThrowableTest() 05-24-2024 13:13:49:response contains expected Forbidden status 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:found expected getMessage()= TCK ForbiddenException description 05-24-2024 13:13:49:response contains expected Forbidden status 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:found expected getMessage()= TCK ForbiddenException description 05-24-2024 13:13:49:response contains expected Forbidden status 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:found expected getMessage()= TCK ForbiddenException description 05-24-2024 13:13:49:response contains expected Forbidden status 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:found expected getMessage()= TCK ForbiddenException description 05-24-2024 13:13:49:FINISHED TEST : constructorStringThrowableTest() 05-24-2024 13:13:49:STARTING TEST : constructorResponseThrowsExceptionTest() 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status OK as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Created as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Accepted as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status No Content as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Reset Content as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Partial Content as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Multiple Choices as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Moved Permanently as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Found as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status See Other as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Not Modified as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Use Proxy as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Temporary Redirect as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Permanent Redirect as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Bad Request as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Unauthorized as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Payment Required as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Not Found as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Method Not Allowed as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Not Acceptable as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Proxy Authentication Required as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Request Timeout as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Conflict as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Gone as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Length Required as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Precondition Failed as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Request Entity Too Large as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Request-URI Too Long as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Unsupported Media Type as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Requested Range Not Satisfiable as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Expectation Failed as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Precondition Required as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Too Many Requests as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Request Header Fields Too Large as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Unavailable For Legal Reasons as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Internal Server Error as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Not Implemented as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Bad Gateway as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Service Unavailable as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Gateway Timeout as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status HTTP Version Not Supported as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Network Authentication Required as expected 05-24-2024 13:13:49:FINISHED TEST : constructorResponseThrowsExceptionTest() 05-24-2024 13:13:49:STARTING TEST : constructorStringTest() 05-24-2024 13:13:49:response contains expected Forbidden status 05-24-2024 13:13:49:found expected getMessage()= TCK ForbiddenException description 05-24-2024 13:13:49:FINISHED TEST : constructorStringTest() 05-24-2024 13:13:49:STARTING TEST : constructorThrowableTest() 05-24-2024 13:13:49:response contains expected Forbidden status 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Forbidden status 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Forbidden status 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Forbidden status 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:FINISHED TEST : constructorThrowableTest() 05-24-2024 13:13:49:STARTING TEST : constructorStringResponseThrowsIAETest() 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status OK as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Created as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Accepted as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status No Content as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Reset Content as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Partial Content as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Multiple Choices as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Moved Permanently as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Found as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status See Other as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Not Modified as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Use Proxy as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Temporary Redirect as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Permanent Redirect as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Bad Request as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Unauthorized as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Payment Required as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Not Found as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Method Not Allowed as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Not Acceptable as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Proxy Authentication Required as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Request Timeout as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Conflict as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Gone as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Length Required as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Precondition Failed as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Request Entity Too Large as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Request-URI Too Long as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Unsupported Media Type as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Requested Range Not Satisfiable as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Expectation Failed as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Precondition Required as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Too Many Requests as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Request Header Fields Too Large as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Unavailable For Legal Reasons as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Internal Server Error as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Not Implemented as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Bad Gateway as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Service Unavailable as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Gateway Timeout as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status HTTP Version Not Supported as expected 05-24-2024 13:13:49:IllegalArgumentException has been thrown for status Network Authentication Required as expected 05-24-2024 13:13:49:FINISHED TEST : constructorStringResponseThrowsIAETest() 05-24-2024 13:13:49:STARTING TEST : constructorResponseThrowableThrowsExceptionTest() 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status OK 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Created 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Accepted 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status No Content 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Reset Content 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Partial Content 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Multiple Choices 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Moved Permanently 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Found 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status See Other 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Not Modified 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Use Proxy 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Temporary Redirect 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Permanent Redirect 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Bad Request 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Unauthorized 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Payment Required 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Not Found 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Method Not Allowed 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Not Acceptable 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Proxy Authentication Required 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Request Timeout 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Conflict 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Gone 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Length Required 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Precondition Failed 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Request Entity Too Large 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Request-URI Too Long 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Unsupported Media Type 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Requested Range Not Satisfiable 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Expectation Failed 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Precondition Required 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Too Many Requests 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Request Header Fields Too Large 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Unavailable For Legal Reasons 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Internal Server Error 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Not Implemented 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Bad Gateway 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Service Unavailable 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Gateway Timeout 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status HTTP Version Not Supported 05-24-2024 13:13:49:IllegalArgumentException has been sucessfully thrown for status Network Authentication Required 05-24-2024 13:13:49:FINISHED TEST : constructorResponseThrowableThrowsExceptionTest() [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s - in ee.jakarta.tck.ws.rs.api.rs.forbiddenexception.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.processingexception.JAXRSClientIT 05-24-2024 13:13:49:STARTING TEST : constructorWithRuntimeExceptionNullMessageTest() 05-24-2024 13:13:49:FINISHED TEST : constructorWithRuntimeExceptionNullMessageTest() 05-24-2024 13:13:49:STARTING TEST : constructorWithNullThrowableTest() 05-24-2024 13:13:49:FINISHED TEST : constructorWithNullThrowableTest() 05-24-2024 13:13:49:STARTING TEST : constructorWithCheckedExceptionNullMessageTest() 05-24-2024 13:13:49:FINISHED TEST : constructorWithCheckedExceptionNullMessageTest() 05-24-2024 13:13:49:STARTING TEST : constructorWithNullThrowableNullMessageTest() 05-24-2024 13:13:49:FINISHED TEST : constructorWithNullThrowableNullMessageTest() 05-24-2024 13:13:49:STARTING TEST : constructorWithNullMessageTest() 05-24-2024 13:13:49:FINISHED TEST : constructorWithNullMessageTest() 05-24-2024 13:13:49:STARTING TEST : constructorWithNullThrowableNotNullMessageTest() 05-24-2024 13:13:49:FINISHED TEST : constructorWithNullThrowableNotNullMessageTest() 05-24-2024 13:13:49:STARTING TEST : constructorWithCheckedExceptionAndNotNullMessageTest() 05-24-2024 13:13:49:FINISHED TEST : constructorWithCheckedExceptionAndNotNullMessageTest() 05-24-2024 13:13:49:STARTING TEST : constructorWithRuntimeExceptionAndNotNullMessageTest() 05-24-2024 13:13:49:FINISHED TEST : constructorWithRuntimeExceptionAndNotNullMessageTest() 05-24-2024 13:13:49:STARTING TEST : constructorWithNotNullMessageTest() 05-24-2024 13:13:49:FINISHED TEST : constructorWithNotNullMessageTest() 05-24-2024 13:13:49:STARTING TEST : constructorWithCheckedExceptionTest() 05-24-2024 13:13:49:FINISHED TEST : constructorWithCheckedExceptionTest() 05-24-2024 13:13:49:STARTING TEST : constructorWithRuntimeExceptionTest() 05-24-2024 13:13:49:FINISHED TEST : constructorWithRuntimeExceptionTest() [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in ee.jakarta.tck.ws.rs.api.rs.processingexception.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.notallowedexception.JAXRSClientIT 05-24-2024 13:13:49:STARTING TEST : constructorResponseThrowableTest() 05-24-2024 13:13:49:response contains expected Method Not Allowed status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Method Not Allowed status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Method Not Allowed status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Method Not Allowed status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:FINISHED TEST : constructorResponseThrowableTest() 05-24-2024 13:13:49:STARTING TEST : constructorResponseTest() 05-24-2024 13:13:49:response contains expected Method Not Allowed status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:FINISHED TEST : constructorResponseTest() 05-24-2024 13:13:49:STARTING TEST : constructorStringResponseThrowableTest() 05-24-2024 13:13:49:response contains expected Method Not Allowed status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:found expected getMessage()= TCK NotAllowedException description 05-24-2024 13:13:49:response contains expected Method Not Allowed status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:found expected getMessage()= TCK NotAllowedException description 05-24-2024 13:13:49:response contains expected Method Not Allowed status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:found expected getMessage()= TCK NotAllowedException description 05-24-2024 13:13:49:response contains expected Method Not Allowed status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:found expected getMessage()= TCK NotAllowedException description 05-24-2024 13:13:49:FINISHED TEST : constructorStringResponseThrowableTest() 05-24-2024 13:13:49:STARTING TEST : constructorStringThrowableStringsThrowsIAETest() 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for null methods 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for null methods 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for null methods 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for null methods 05-24-2024 13:13:49:FINISHED TEST : constructorStringThrowableStringsThrowsIAETest() 05-24-2024 13:13:49:STARTING TEST : constructorStringResponseTest() 05-24-2024 13:13:49:response contains expected Method Not Allowed status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK NotAllowedException description 05-24-2024 13:13:49:FINISHED TEST : constructorStringResponseTest() 05-24-2024 13:13:49:STARTING TEST : constructorResponseDoesNotThrowWhenNoAllowHeaderTest() 05-24-2024 13:13:49:response contains expected Method Not Allowed status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:FINISHED TEST : constructorResponseDoesNotThrowWhenNoAllowHeaderTest() 05-24-2024 13:13:49:STARTING TEST : constructorStringStringStringsThrowsNPETest() 05-24-2024 13:13:49:NullPointerException has been thrown as expected, for null method 05-24-2024 13:13:49:FINISHED TEST : constructorStringStringStringsThrowsNPETest() 05-24-2024 13:13:49:STARTING TEST : constructorResponseThrowableThrowsIAEWhenNoAllowHeaderTest() 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for when no allow http header 05-24-2024 13:13:49:FINISHED TEST : constructorResponseThrowableThrowsIAEWhenNoAllowHeaderTest() 05-24-2024 13:13:49:STARTING TEST : constructorStringThrowableStringsTest() 05-24-2024 13:13:49:response contains expected Method Not Allowed status 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:found expected getMessage()= TCK NotAllowedException description 05-24-2024 13:13:49:response contains expected Method Not Allowed status 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:found expected getMessage()= TCK NotAllowedException description 05-24-2024 13:13:49:response contains expected Method Not Allowed status 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:found expected getMessage()= TCK NotAllowedException description 05-24-2024 13:13:49:response contains expected Method Not Allowed status 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:found expected getMessage()= TCK NotAllowedException description 05-24-2024 13:13:49:FINISHED TEST : constructorStringThrowableStringsTest() 05-24-2024 13:13:49:STARTING TEST : constructorStringResponseThrowableThrowsIAEWhenNoAllowHeaderTest() 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for when no allow http header 05-24-2024 13:13:49:FINISHED TEST : constructorStringResponseThrowableThrowsIAEWhenNoAllowHeaderTest() 05-24-2024 13:13:49:STARTING TEST : constructorStringResponseDoesNotThrowWhenNoAllowHeaderTest() 05-24-2024 13:13:49:response contains expected Method Not Allowed status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK NotAllowedException description 05-24-2024 13:13:49:FINISHED TEST : constructorStringResponseDoesNotThrowWhenNoAllowHeaderTest() 05-24-2024 13:13:49:STARTING TEST : constructorThrowableStringThrowsIAETest() 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for null methods 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for null methods 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for null methods 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for null methods 05-24-2024 13:13:49:FINISHED TEST : constructorThrowableStringThrowsIAETest() 05-24-2024 13:13:49:STARTING TEST : constructorStringThrowsNPETest() 05-24-2024 13:13:49:NullPointerException has been thrown as expected, for null method 05-24-2024 13:13:49:FINISHED TEST : constructorStringThrowsNPETest() 05-24-2024 13:13:49:STARTING TEST : constructorResponseThrowsExceptionTest() 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status OK 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Created 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Accepted 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status No Content 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Reset Content 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Partial Content 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Found 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status See Other 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Not Modified 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Use Proxy 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Bad Request 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Unauthorized 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Payment Required 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Forbidden 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Not Found 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Not Acceptable 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Request Timeout 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Conflict 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Gone 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Length Required 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Precondition Failed 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Expectation Failed 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Precondition Required 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Too Many Requests 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Internal Server Error 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Not Implemented 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Bad Gateway 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Service Unavailable 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Gateway Timeout 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Network Authentication Required 05-24-2024 13:13:49:FINISHED TEST : constructorResponseThrowsExceptionTest() 05-24-2024 13:13:49:STARTING TEST : constructorStringStringStringsTest() 05-24-2024 13:13:49:response contains expected Method Not Allowed status 05-24-2024 13:13:49:found expected getMessage()= TCK NotAllowedException description 05-24-2024 13:13:49:FINISHED TEST : constructorStringStringStringsTest() 05-24-2024 13:13:49:STARTING TEST : constructorStringResponseThrowableThrowsExceptionTest() 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status OK 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Created 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Accepted 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status No Content 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Reset Content 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Partial Content 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Found 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status See Other 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Not Modified 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Use Proxy 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Bad Request 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Unauthorized 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Payment Required 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Forbidden 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Not Found 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Not Acceptable 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Request Timeout 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Conflict 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Gone 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Length Required 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Precondition Failed 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Expectation Failed 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Precondition Required 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Too Many Requests 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Internal Server Error 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Not Implemented 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Bad Gateway 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Service Unavailable 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Gateway Timeout 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Network Authentication Required 05-24-2024 13:13:49:FINISHED TEST : constructorStringResponseThrowableThrowsExceptionTest() 05-24-2024 13:13:49:STARTING TEST : constructorStringTest() 05-24-2024 13:13:49:response contains expected Method Not Allowed status 05-24-2024 13:13:49:FINISHED TEST : constructorStringTest() 05-24-2024 13:13:49:STARTING TEST : constructorThrowableStringTest() 05-24-2024 13:13:49:response contains expected Method Not Allowed status 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Method Not Allowed status 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Method Not Allowed status 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Method Not Allowed status 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:FINISHED TEST : constructorThrowableStringTest() 05-24-2024 13:13:49:STARTING TEST : constructorStringResponseThrowsIAETest() 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status OK 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Created 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Accepted 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status No Content 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Reset Content 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Partial Content 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Found 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status See Other 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Not Modified 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Use Proxy 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Bad Request 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Unauthorized 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Payment Required 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Forbidden 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Not Found 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Not Acceptable 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Request Timeout 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Conflict 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Gone 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Length Required 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Precondition Failed 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Expectation Failed 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Precondition Required 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Too Many Requests 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Internal Server Error 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Not Implemented 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Bad Gateway 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Service Unavailable 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Gateway Timeout 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Network Authentication Required 05-24-2024 13:13:49:FINISHED TEST : constructorStringResponseThrowsIAETest() 05-24-2024 13:13:49:STARTING TEST : constructorResponseThrowableThrowsExceptionTest() 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status OK 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Created 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Accepted 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status No Content 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Reset Content 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Partial Content 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Found 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status See Other 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Not Modified 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Use Proxy 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Bad Request 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Unauthorized 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Payment Required 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Forbidden 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Not Found 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Not Acceptable 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Request Timeout 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Conflict 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Gone 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Length Required 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Precondition Failed 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Expectation Failed 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Precondition Required 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Too Many Requests 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Internal Server Error 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Not Implemented 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Bad Gateway 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Service Unavailable 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Gateway Timeout 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Network Authentication Required 05-24-2024 13:13:49:FINISHED TEST : constructorResponseThrowableThrowsExceptionTest() [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.08 s - in ee.jakarta.tck.ws.rs.api.rs.notallowedexception.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.notauthorizedexception.JAXRSClientIT 05-24-2024 13:13:49:STARTING TEST : constructorObjectsTest() 05-24-2024 13:13:49:response contains expected Unauthorized status 05-24-2024 13:13:49:FINISHED TEST : constructorObjectsTest() 05-24-2024 13:13:49:STARTING TEST : constructorResponseThrowableTest() 05-24-2024 13:13:49:response contains expected Unauthorized status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Unauthorized status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Unauthorized status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Unauthorized status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:FINISHED TEST : constructorResponseThrowableTest() 05-24-2024 13:13:49:STARTING TEST : constructorResponseTest() 05-24-2024 13:13:49:response contains expected Unauthorized status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:FINISHED TEST : constructorResponseTest() 05-24-2024 13:13:49:STARTING TEST : constructorStringResponseThrowableThrowsIAETest() 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status OK 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Created 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Accepted 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status No Content 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Reset Content 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Partial Content 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Found 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status See Other 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Not Modified 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Use Proxy 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Bad Request 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Payment Required 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Forbidden 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Not Found 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Method Not Allowed 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Not Acceptable 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Request Timeout 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Conflict 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Gone 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Length Required 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Precondition Failed 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Expectation Failed 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Precondition Required 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Too Many Requests 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Internal Server Error 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Not Implemented 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Bad Gateway 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Service Unavailable 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Gateway Timeout 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Network Authentication Required 05-24-2024 13:13:49:FINISHED TEST : constructorStringResponseThrowableThrowsIAETest() 05-24-2024 13:13:49:STARTING TEST : constructorStringResponseThrowableTest() 05-24-2024 13:13:49:response contains expected Unauthorized status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:found expected getMessage()= TCK NotAuthorizedException description 05-24-2024 13:13:49:response contains expected Unauthorized status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:found expected getMessage()= TCK NotAuthorizedException description 05-24-2024 13:13:49:response contains expected Unauthorized status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:found expected getMessage()= TCK NotAuthorizedException description 05-24-2024 13:13:49:response contains expected Unauthorized status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:found expected getMessage()= TCK NotAuthorizedException description 05-24-2024 13:13:49:FINISHED TEST : constructorStringResponseThrowableTest() 05-24-2024 13:13:49:STARTING TEST : constructorStringResponseTest() 05-24-2024 13:13:49:response contains expected Unauthorized status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK NotAuthorizedException description 05-24-2024 13:13:49:FINISHED TEST : constructorStringResponseTest() 05-24-2024 13:13:49:STARTING TEST : constructorStringResponseThrowsExceptionTest() 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status OK 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Created 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Accepted 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status No Content 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Reset Content 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Partial Content 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Found 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status See Other 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Not Modified 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Use Proxy 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Bad Request 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Payment Required 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Forbidden 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Not Found 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Method Not Allowed 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Not Acceptable 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Request Timeout 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Conflict 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Gone 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Length Required 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Precondition Failed 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Expectation Failed 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Precondition Required 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Too Many Requests 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Internal Server Error 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Not Implemented 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Bad Gateway 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Service Unavailable 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Gateway Timeout 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Network Authentication Required 05-24-2024 13:13:49:FINISHED TEST : constructorStringResponseThrowsExceptionTest() 05-24-2024 13:13:49:STARTING TEST : constructorStringObjectsThrowsNPEWhenNullTest() 05-24-2024 13:13:49:NullPointerException has been thrown as expected for null challenge 05-24-2024 13:13:49:FINISHED TEST : constructorStringObjectsThrowsNPEWhenNullTest() 05-24-2024 13:13:49:STARTING TEST : constructorThrowableObjectTest() 05-24-2024 13:13:49:response contains expected Unauthorized status 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:response contains expected Unauthorized status 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:response contains expected Unauthorized status 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:response contains expected Unauthorized status 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:FINISHED TEST : constructorThrowableObjectTest() 05-24-2024 13:13:49:STARTING TEST : constructorStringThrowableObjectsTest() 05-24-2024 13:13:49:response contains expected Unauthorized status 05-24-2024 13:13:49:getCause contains expected java.lang.RuntimeException 05-24-2024 13:13:49:found expected getMessage()= TCK NotAuthorizedException description 05-24-2024 13:13:49:response contains expected Unauthorized status 05-24-2024 13:13:49:getCause contains expected java.io.IOException 05-24-2024 13:13:49:found expected getMessage()= TCK NotAuthorizedException description 05-24-2024 13:13:49:response contains expected Unauthorized status 05-24-2024 13:13:49:getCause contains expected java.lang.Error 05-24-2024 13:13:49:found expected getMessage()= TCK NotAuthorizedException description 05-24-2024 13:13:49:response contains expected Unauthorized status 05-24-2024 13:13:49:getCause contains expected java.lang.Throwable 05-24-2024 13:13:49:found expected getMessage()= TCK NotAuthorizedException description 05-24-2024 13:13:49:FINISHED TEST : constructorStringThrowableObjectsTest() 05-24-2024 13:13:49:STARTING TEST : constructorStringObjectsTest() 05-24-2024 13:13:49:response contains expected Unauthorized status 05-24-2024 13:13:49:found expected getMessage()= TCK NotAuthorizedException description 05-24-2024 13:13:49:FINISHED TEST : constructorStringObjectsTest() 05-24-2024 13:13:49:STARTING TEST : constructorResponseThrowsExceptionTest() 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status OK 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Created 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Accepted 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status No Content 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Reset Content 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Partial Content 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Found 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status See Other 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Not Modified 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Use Proxy 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Bad Request 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Payment Required 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Forbidden 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Not Found 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Method Not Allowed 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Not Acceptable 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Request Timeout 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Conflict 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Gone 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Length Required 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Precondition Failed 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Expectation Failed 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Precondition Required 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Too Many Requests 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Internal Server Error 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Not Implemented 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Bad Gateway 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Service Unavailable 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Gateway Timeout 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Network Authentication Required 05-24-2024 13:13:49:FINISHED TEST : constructorResponseThrowsExceptionTest() 05-24-2024 13:13:49:STARTING TEST : constructorObjectsThrowsNPEWhenNullTest() 05-24-2024 13:13:49:NullPointerException has been thrown as expected for null challenge 05-24-2024 13:13:49:FINISHED TEST : constructorObjectsThrowsNPEWhenNullTest() 05-24-2024 13:13:49:STARTING TEST : constructorResponseThrowableThrowsExceptionTest() 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status OK 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Created 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Accepted 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status No Content 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Reset Content 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Partial Content 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Found 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status See Other 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Not Modified 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Use Proxy 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Bad Request 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Payment Required 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Forbidden 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Not Found 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Method Not Allowed 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Not Acceptable 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Request Timeout 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Conflict 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Gone 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Length Required 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Precondition Failed 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Expectation Failed 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Precondition Required 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Too Many Requests 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Internal Server Error 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Not Implemented 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Bad Gateway 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Service Unavailable 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Gateway Timeout 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Network Authentication Required 05-24-2024 13:13:49:FINISHED TEST : constructorResponseThrowableThrowsExceptionTest() [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s - in ee.jakarta.tck.ws.rs.api.rs.notauthorizedexception.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.notsupportedexception.JAXRSClientIT 05-24-2024 13:13:49:STARTING TEST : constructorTest() 05-24-2024 13:13:49:response contains expected Unsupported Media Type status 05-24-2024 13:13:49:FINISHED TEST : constructorTest() [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in ee.jakarta.tck.ws.rs.api.rs.notsupportedexception.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.redirectexception.JAXRSClientIT 05-24-2024 13:13:49:STARTING TEST : constructorResponseTest() 05-24-2024 13:13:49:response contains expected Multiple Choices status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:response contains expected Moved Permanently status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:response contains expected Found status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:response contains expected See Other status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:response contains expected Not Modified status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:response contains expected Use Proxy status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:response contains expected Temporary Redirect status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:response contains expected Permanent Redirect status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:FINISHED TEST : constructorResponseTest() 05-24-2024 13:13:49:STARTING TEST : constructorStringResponseTest() 05-24-2024 13:13:49:response contains expected Multiple Choices status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK RedirectionException description 05-24-2024 13:13:49:response contains expected Moved Permanently status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK RedirectionException description 05-24-2024 13:13:49:response contains expected Found status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK RedirectionException description 05-24-2024 13:13:49:response contains expected See Other status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK RedirectionException description 05-24-2024 13:13:49:response contains expected Not Modified status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK RedirectionException description 05-24-2024 13:13:49:response contains expected Use Proxy status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK RedirectionException description 05-24-2024 13:13:49:response contains expected Temporary Redirect status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK RedirectionException description 05-24-2024 13:13:49:response contains expected Permanent Redirect status 05-24-2024 13:13:49:Found expected http Host header 05-24-2024 13:13:49:found expected getMessage()= TCK RedirectionException description 05-24-2024 13:13:49:FINISHED TEST : constructorStringResponseTest() 05-24-2024 13:13:49:STARTING TEST : constructorStringStatusUriThrowsIAETest() 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status OK 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Created 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Accepted 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status No Content 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Reset Content 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Partial Content 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Bad Request 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Unauthorized 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Payment Required 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Forbidden 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Not Found 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Method Not Allowed 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Not Acceptable 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Request Timeout 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Conflict 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Gone 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Length Required 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Precondition Failed 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Expectation Failed 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Precondition Required 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Too Many Requests 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Internal Server Error 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Not Implemented 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Bad Gateway 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Service Unavailable 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Gateway Timeout 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Network Authentication Required 05-24-2024 13:13:49:FINISHED TEST : constructorStringStatusUriThrowsIAETest() 05-24-2024 13:13:49:STARTING TEST : constructorStatusUriThrowsExceptionTest() 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status OK 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Created 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Accepted 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status No Content 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Reset Content 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Partial Content 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Bad Request 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Unauthorized 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Payment Required 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Forbidden 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Not Found 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Method Not Allowed 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Not Acceptable 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Request Timeout 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Conflict 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Gone 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Length Required 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Precondition Failed 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Expectation Failed 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Precondition Required 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Too Many Requests 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Internal Server Error 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Not Implemented 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Bad Gateway 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Service Unavailable 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Gateway Timeout 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Network Authentication Required 05-24-2024 13:13:49:FINISHED TEST : constructorStatusUriThrowsExceptionTest() 05-24-2024 13:13:49:STARTING TEST : constructorStatusNullUriThrowsExceptionTest() 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for null status 05-24-2024 13:13:49:FINISHED TEST : constructorStatusNullUriThrowsExceptionTest() 05-24-2024 13:13:49:STARTING TEST : constructorIntUriThrowsExceptionTest() 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status OK 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Created 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Accepted 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status No Content 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Reset Content 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Partial Content 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Bad Request 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Unauthorized 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Payment Required 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Forbidden 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Not Found 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Method Not Allowed 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Not Acceptable 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Request Timeout 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Conflict 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Gone 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Length Required 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Precondition Failed 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Expectation Failed 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Precondition Required 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Too Many Requests 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Internal Server Error 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Not Implemented 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Bad Gateway 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Service Unavailable 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Gateway Timeout 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Network Authentication Required 05-24-2024 13:13:49:FINISHED TEST : constructorIntUriThrowsExceptionTest() 05-24-2024 13:13:49:STARTING TEST : constructorStringStatusNullUriThrowsIAETest() 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for null status 05-24-2024 13:13:49:FINISHED TEST : constructorStringStatusNullUriThrowsIAETest() 05-24-2024 13:13:49:STARTING TEST : constructorIntUriTest() 05-24-2024 13:13:49:response contains expected Multiple Choices status 05-24-2024 13:13:49:Found expected location http://oracle.com:888/REDIRECTIONtest 05-24-2024 13:13:49:response contains expected Moved Permanently status 05-24-2024 13:13:49:Found expected location http://oracle.com:888/REDIRECTIONtest 05-24-2024 13:13:49:response contains expected Found status 05-24-2024 13:13:49:Found expected location http://oracle.com:888/REDIRECTIONtest 05-24-2024 13:13:49:response contains expected See Other status 05-24-2024 13:13:49:Found expected location http://oracle.com:888/REDIRECTIONtest 05-24-2024 13:13:49:response contains expected Not Modified status 05-24-2024 13:13:49:Found expected location http://oracle.com:888/REDIRECTIONtest 05-24-2024 13:13:49:response contains expected Use Proxy status 05-24-2024 13:13:49:Found expected location http://oracle.com:888/REDIRECTIONtest 05-24-2024 13:13:49:response contains expected Temporary Redirect status 05-24-2024 13:13:49:Found expected location http://oracle.com:888/REDIRECTIONtest 05-24-2024 13:13:49:response contains expected Permanent Redirect status 05-24-2024 13:13:49:Found expected location http://oracle.com:888/REDIRECTIONtest 05-24-2024 13:13:49:FINISHED TEST : constructorIntUriTest() 05-24-2024 13:13:49:STARTING TEST : constructorStringStatusUriTest() 05-24-2024 13:13:49:response contains expected Multiple Choices status 05-24-2024 13:13:49:Found expected location http://oracle.com:888/REDIRECTIONtest 05-24-2024 13:13:49:found expected getMessage()= TCK RedirectionException description 05-24-2024 13:13:49:response contains expected Moved Permanently status 05-24-2024 13:13:49:Found expected location http://oracle.com:888/REDIRECTIONtest 05-24-2024 13:13:49:found expected getMessage()= TCK RedirectionException description 05-24-2024 13:13:49:response contains expected Found status 05-24-2024 13:13:49:Found expected location http://oracle.com:888/REDIRECTIONtest 05-24-2024 13:13:49:found expected getMessage()= TCK RedirectionException description 05-24-2024 13:13:49:response contains expected See Other status 05-24-2024 13:13:49:Found expected location http://oracle.com:888/REDIRECTIONtest 05-24-2024 13:13:49:found expected getMessage()= TCK RedirectionException description 05-24-2024 13:13:49:response contains expected Not Modified status 05-24-2024 13:13:49:Found expected location http://oracle.com:888/REDIRECTIONtest 05-24-2024 13:13:49:found expected getMessage()= TCK RedirectionException description 05-24-2024 13:13:49:response contains expected Use Proxy status 05-24-2024 13:13:49:Found expected location http://oracle.com:888/REDIRECTIONtest 05-24-2024 13:13:49:found expected getMessage()= TCK RedirectionException description 05-24-2024 13:13:49:response contains expected Temporary Redirect status 05-24-2024 13:13:49:Found expected location http://oracle.com:888/REDIRECTIONtest 05-24-2024 13:13:49:found expected getMessage()= TCK RedirectionException description 05-24-2024 13:13:49:response contains expected Permanent Redirect status 05-24-2024 13:13:49:Found expected location http://oracle.com:888/REDIRECTIONtest 05-24-2024 13:13:49:found expected getMessage()= TCK RedirectionException description 05-24-2024 13:13:49:FINISHED TEST : constructorStringStatusUriTest() 05-24-2024 13:13:49:STARTING TEST : constructorIntNotValidStatusThrowsExceptionTest() 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status -1 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status 2147483647 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status -2147483648 05-24-2024 13:13:49:FINISHED TEST : constructorIntNotValidStatusThrowsExceptionTest() 05-24-2024 13:13:49:STARTING TEST : constructorStatusUriTest() 05-24-2024 13:13:49:response contains expected Multiple Choices status 05-24-2024 13:13:49:Found expected location http://oracle.com:888/REDIRECTIONtest 05-24-2024 13:13:49:response contains expected Moved Permanently status 05-24-2024 13:13:49:Found expected location http://oracle.com:888/REDIRECTIONtest 05-24-2024 13:13:49:response contains expected Found status 05-24-2024 13:13:49:Found expected location http://oracle.com:888/REDIRECTIONtest 05-24-2024 13:13:49:response contains expected See Other status 05-24-2024 13:13:49:Found expected location http://oracle.com:888/REDIRECTIONtest 05-24-2024 13:13:49:response contains expected Not Modified status 05-24-2024 13:13:49:Found expected location http://oracle.com:888/REDIRECTIONtest 05-24-2024 13:13:49:response contains expected Use Proxy status 05-24-2024 13:13:49:Found expected location http://oracle.com:888/REDIRECTIONtest 05-24-2024 13:13:49:response contains expected Temporary Redirect status 05-24-2024 13:13:49:Found expected location http://oracle.com:888/REDIRECTIONtest 05-24-2024 13:13:49:response contains expected Permanent Redirect status 05-24-2024 13:13:49:Found expected location http://oracle.com:888/REDIRECTIONtest 05-24-2024 13:13:49:FINISHED TEST : constructorStatusUriTest() 05-24-2024 13:13:49:STARTING TEST : constructorResponseThrowsExceptionTest() 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status OK 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Created 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Accepted 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status No Content 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Reset Content 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Partial Content 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Bad Request 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Unauthorized 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Payment Required 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Forbidden 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Not Found 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Method Not Allowed 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Not Acceptable 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Request Timeout 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Conflict 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Gone 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Length Required 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Precondition Failed 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Expectation Failed 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Precondition Required 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Too Many Requests 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Internal Server Error 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Not Implemented 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Bad Gateway 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Service Unavailable 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Gateway Timeout 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Network Authentication Required 05-24-2024 13:13:49:FINISHED TEST : constructorResponseThrowsExceptionTest() 05-24-2024 13:13:49:STARTING TEST : constructorStringIntUriThrowsIAETest() 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status OK 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Created 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Accepted 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status No Content 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Reset Content 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Partial Content 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Bad Request 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Unauthorized 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Payment Required 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Forbidden 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Not Found 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Method Not Allowed 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Not Acceptable 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Request Timeout 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Conflict 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Gone 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Length Required 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Precondition Failed 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Expectation Failed 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Precondition Required 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Too Many Requests 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Internal Server Error 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Not Implemented 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Bad Gateway 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Service Unavailable 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Gateway Timeout 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Network Authentication Required 05-24-2024 13:13:49:FINISHED TEST : constructorStringIntUriThrowsIAETest() 05-24-2024 13:13:49:STARTING TEST : constructorStringIntNotValidStatusThrowsIAETest() 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status -1 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status 2147483647 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status -2147483648 05-24-2024 13:13:49:FINISHED TEST : constructorStringIntNotValidStatusThrowsIAETest() 05-24-2024 13:13:49:STARTING TEST : constructorStringResponseThrowsIAETest() 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status OK 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Created 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Accepted 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status No Content 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Reset Content 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Partial Content 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Bad Request 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Unauthorized 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Payment Required 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Forbidden 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Not Found 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Method Not Allowed 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Not Acceptable 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Request Timeout 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Conflict 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Gone 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Length Required 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Precondition Failed 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Expectation Failed 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Precondition Required 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Too Many Requests 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Internal Server Error 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Not Implemented 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Bad Gateway 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Service Unavailable 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Gateway Timeout 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 05-24-2024 13:13:49:IllegalArgumentException has been thrown as expected for status Network Authentication Required 05-24-2024 13:13:49:FINISHED TEST : constructorStringResponseThrowsIAETest() 05-24-2024 13:13:49:STARTING TEST : constructorStringIntUriTest() 05-24-2024 13:13:49:response contains expected Multiple Choices status 05-24-2024 13:13:49:Found expected location http://oracle.com:888/REDIRECTIONtest 05-24-2024 13:13:49:found expected getMessage()= TCK RedirectionException description 05-24-2024 13:13:49:response contains expected Moved Permanently status 05-24-2024 13:13:49:Found expected location http://oracle.com:888/REDIRECTIONtest 05-24-2024 13:13:49:found expected getMessage()= TCK RedirectionException description 05-24-2024 13:13:49:response contains expected Found status 05-24-2024 13:13:49:Found expected location http://oracle.com:888/REDIRECTIONtest 05-24-2024 13:13:49:found expected getMessage()= TCK RedirectionException description 05-24-2024 13:13:49:response contains expected See Other status 05-24-2024 13:13:49:Found expected location http://oracle.com:888/REDIRECTIONtest 05-24-2024 13:13:49:found expected getMessage()= TCK RedirectionException description 05-24-2024 13:13:49:response contains expected Not Modified status 05-24-2024 13:13:49:Found expected location http://oracle.com:888/REDIRECTIONtest 05-24-2024 13:13:49:found expected getMessage()= TCK RedirectionException description 05-24-2024 13:13:49:response contains expected Use Proxy status 05-24-2024 13:13:49:Found expected location http://oracle.com:888/REDIRECTIONtest 05-24-2024 13:13:49:found expected getMessage()= TCK RedirectionException description 05-24-2024 13:13:49:response contains expected Temporary Redirect status 05-24-2024 13:13:49:Found expected location http://oracle.com:888/REDIRECTIONtest 05-24-2024 13:13:49:found expected getMessage()= TCK RedirectionException description 05-24-2024 13:13:49:response contains expected Permanent Redirect status 05-24-2024 13:13:49:Found expected location http://oracle.com:888/REDIRECTIONtest 05-24-2024 13:13:49:found expected getMessage()= TCK RedirectionException description 05-24-2024 13:13:49:FINISHED TEST : constructorStringIntUriTest() [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s - in ee.jakarta.tck.ws.rs.api.rs.redirectexception.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.uribuilder.UriBuilderIT [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in ee.jakarta.tck.ws.rs.uribuilder.UriBuilderIT [INFO] Running ee.jakarta.tck.ws.rs.jaxrs31.spec.extensions.JAXRSClientIT 05-24-2024 13:13:50:[JAXRSCommonClient] Test setup OK 05-24-2024 13:13:50:STARTING TEST : featureIsRegisteredTest() 05-24-2024 13:13:50:FINISHED TEST : featureIsRegisteredTest() 05-24-2024 13:13:50:[JAXRSCommonClient] Test setup OK 05-24-2024 13:13:50:STARTING TEST : dynamicFeatureIsRegisteredTest() 05-24-2024 13:13:50:FINISHED TEST : dynamicFeatureIsRegisteredTest() [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.671 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 finished after 597 ms. [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 2789, Failures: 0, Errors: 0, Skipped: 132 [INFO] [INFO] [INFO] --- failsafe:3.0.0-M5:integration-test (se-tests) @ jersey-tck --- [WARNING] Exception for '/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/ct.sym'. java.lang.IllegalArgumentException: '/opt/tools/java/openjdk/jdk-11/11.0.2+9/lib/ct.sym' not allowed on the path, only outputDirectories and jars are accepted at org.codehaus.plexus.languages.java.jpms.LocationManager.resolvePath (LocationManager.java:335) at org.codehaus.plexus.languages.java.jpms.LocationManager.resolvePaths (LocationManager.java:201) at org.apache.maven.plugin.surefire.AbstractSurefireMojo.newStartupConfigWithModularPath (AbstractSurefireMojo.java:2011) at org.apache.maven.plugin.surefire.AbstractSurefireMojo.createStartupConfiguration (AbstractSurefireMojo.java:1889) at org.apache.maven.plugin.surefire.AbstractSurefireMojo.createForkStarter (AbstractSurefireMojo.java:2374) at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeProvider (AbstractSurefireMojo.java:1310) at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked (AbstractSurefireMojo.java:1159) at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute (AbstractSurefireMojo.java:932) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:126) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:328) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:316) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:212) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:174) at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:75) at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:162) at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) at jdk.internal.reflect.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:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) [INFO] [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 24, 2024 1:13:57 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider ee.jakarta.tck.ws.rs.sebootstrap.SeBootstrapIT$StaticApplication$StaticResource registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider ee.jakarta.tck.ws.rs.sebootstrap.SeBootstrapIT$StaticApplication$StaticResource will be ignored. May 24, 2024 1:13:58 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45001] May 24, 2024 1:13:58 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. May 24, 2024 1:13:58 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45001] May 24, 2024 1:13:59 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider ee.jakarta.tck.ws.rs.sebootstrap.SeBootstrapIT$StaticApplication$StaticResource registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider ee.jakarta.tck.ws.rs.sebootstrap.SeBootstrapIT$StaticApplication$StaticResource will be ignored. May 24, 2024 1:13:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43177] May 24, 2024 1:13:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. May 24, 2024 1:13:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43177] May 24, 2024 1:13:59 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider ee.jakarta.tck.ws.rs.sebootstrap.SeBootstrapIT$StaticApplication$StaticResource registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider ee.jakarta.tck.ws.rs.sebootstrap.SeBootstrapIT$StaticApplication$StaticResource will be ignored. May 24, 2024 1:13:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35831] May 24, 2024 1:13:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. May 24, 2024 1:13:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35831] May 24, 2024 1:13:59 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider ee.jakarta.tck.ws.rs.sebootstrap.SeBootstrapIT$StaticApplication$StaticResource registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider ee.jakarta.tck.ws.rs.sebootstrap.SeBootstrapIT$StaticApplication$StaticResource will be ignored. May 24, 2024 1:13:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37995] May 24, 2024 1:13:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. May 24, 2024 1:13:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37995] May 24, 2024 1:13:59 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider ee.jakarta.tck.ws.rs.sebootstrap.SeBootstrapIT$StaticApplication$StaticResource registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider ee.jakarta.tck.ws.rs.sebootstrap.SeBootstrapIT$StaticApplication$StaticResource will be ignored. May 24, 2024 1:13:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8080] May 24, 2024 1:13:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. May 24, 2024 1:13:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8080] May 24, 2024 1:13:59 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider ee.jakarta.tck.ws.rs.sebootstrap.SeBootstrapIT$StaticApplication$StaticResource registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider ee.jakarta.tck.ws.rs.sebootstrap.SeBootstrapIT$StaticApplication$StaticResource will be ignored. May 24, 2024 1:13:59 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:16631] May 24, 2024 1:13:59 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. May 24, 2024 1:13:59 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:16631] May 24, 2024 1:13:59 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider ee.jakarta.tck.ws.rs.sebootstrap.SeBootstrapIT$StaticApplication$StaticResource registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider ee.jakarta.tck.ws.rs.sebootstrap.SeBootstrapIT$StaticApplication$StaticResource will be ignored. May 24, 2024 1:14:00 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8080] May 24, 2024 1:14:00 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. May 24, 2024 1:14:00 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8080] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.052 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] --- failsafe:3.0.0-M5:verify (se-tests) @ jersey-tck --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-tck --- [INFO] Installing /home/jenkins/agent/workspace/jakarta_EE10_TCK/tests/jersey-tck/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-tck/3.1.0/jersey-tck-3.1.0.pom [INFO] Installing /home/jenkins/agent/workspace/jakarta_EE10_TCK/tests/jersey-tck/target/jersey-tck-3.1.0.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-tck/3.1.0/jersey-tck-3.1.0.jar [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 09:39 min [INFO] Finished at: 2024-05-24T13:14:00Z [INFO] ------------------------------------------------------------------------ [jakarta_EE10_TCK] $ /bin/bash -xe /tmp/jenkins5303869317543374035.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 dependency:copy -Dartifact=jakarta.ws.rs:jakarta-restful-ws-tck:3.1.5 -Dtck.version=3.1.5 -Dtransitive=false [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] --- dependency:3.2.0:copy (default-cli) @ jersey-tck --- [INFO] Configured Artifact: jakarta.ws.rs:jakarta-restful-ws-tck:3.1.5:jar [INFO] Copying jakarta-restful-ws-tck-3.1.5.jar to /home/jenkins/agent/workspace/jakarta_EE10_TCK/tests/jersey-tck/target/dependency/jakarta-restful-ws-tck-3.1.5.jar [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 3.533 s [INFO] Finished at: 2024-05-24T13:14:07Z [INFO] ------------------------------------------------------------------------ + export DOWNLOAD_PATH=tests/jersey-tck/target/dependency/ + DOWNLOAD_PATH=tests/jersey-tck/target/dependency/ ++ ls tests/jersey-tck/target/dependency/ + export NAME=jakarta-restful-ws-tck-3.1.5.jar + NAME=jakarta-restful-ws-tck-3.1.5.jar + echo '***********************************************************************************' + echo '*** TCK bundle information ***' + echo '*** Name: jakarta-restful-ws-tck-3.1.5.jar ***' + echo '*** Artifact ID: jakarta.ws.rs:jakarta-restful-ws-tck:3.1.5 ***' ++ stat -c 'date: %y, size(b): %s' tests/jersey-tck/target/dependency//jakarta-restful-ws-tck-3.1.5.jar + echo '*** Date and size: date:' 2024-04-23 03:24:54.000000000 +0000, 'size(b):' '1908157 ***' ++ sha256sum tests/jersey-tck/target/dependency//jakarta-restful-ws-tck-3.1.5.jar ++ awk '{print $1}' + echo '*** SHA256SUM: 575f8dbd7e905ebd8d9f43a940e5726267106256f799bdcea2721f50c26cad5d ***' + echo '*** ***' + echo '***********************************************************************************' + echo '*** TCK results summary ***' ++ grep 'Skipped: [0-9]*$' tck.log ++ grep -o 'Tests run: [0-9]*' ++ awk '{ SUM += $3 } END { print SUM }' + export TESTS_RUN=2796 + TESTS_RUN=2796 ++ grep 'Skipped: [0-9]*$' tck.log ++ grep -o 'Failures: [0-9]*' ++ awk '{ SUM += $2 } END { print SUM }' + export FAILURES=0 + FAILURES=0 ++ grep 'Skipped: [0-9]*$' tck.log ++ grep -o 'Errors: [0-9]*' ++ awk '{ SUM += $2 } END { print SUM }' + export ERRORS=0 + ERRORS=0 ++ grep 'Skipped: [0-9]*$' tck.log ++ grep -o 'Skipped: [0-9]*' ++ awk '{ SUM += $2 } END { print SUM }' + export SKIPPED=132 + SKIPPED=132 + echo '[INFO] Number of Tests Passed = 2796' + echo '[INFO] Number of Tests Failed = 0' + echo '[INFO] Number of Tests with Errors = 0' + echo '[INFO] Number of Skipped Tests = 132' + echo '[INFO] ****************************************************************************' + grep 'Tests run:' tck.log + grep --invert-match 'Skipped: [0-9]*$' Archiving artifacts Recording fingerprints Finished: SUCCESS