Skip to content
Success

Console Output

Started by user Maxim Nesen
Rebuilds build #13
Running as Maxim Nesen
Agent basic-wcj6d is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-wcj6d"
  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-wcj6d"
    - name: "JENKINS_REMOTING_JAVA_OPTS"
      value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\
        \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true"
    - name: "JAVA_TOOL_OPTIONS"
      value: ""
    - name: "_JAVA_OPTIONS"
      value: ""
    - name: "OPENJ9_JAVA_OPTIONS"
      value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
    - name: "JENKINS_NAME"
      value: "basic-wcj6d"
    - 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-3160.vd76b_9ddd10cc"
    imagePullPolicy: "Always"
    name: "jnlp"
    resources:
      limits:
        cpu: "2000m"
        memory: "4096Mi"
      requests:
        cpu: "1000m"
        memory: "4096Mi"
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/.m2/toolchains.xml"
      name: "m2-dir"
      readOnly: true
      subPath: "toolchains.xml"
    - mountPath: "/home/jenkins/.mavenrc"
      name: "m2-dir"
      readOnly: true
      subPath: ".mavenrc"
    - mountPath: "/opt/tools"
      name: "volume-0"
      readOnly: false
    - mountPath: "/home/jenkins"
      name: "volume-2"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/repository"
      name: "volume-3"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings-security.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings-security.xml"
    - mountPath: "/home/jenkins/.m2/wrapper"
      name: "volume-4"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings.xml"
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-1"
      readOnly: false
      subPath: ""
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  nodeSelector:
    kubernetes.io/os: "linux"
  restartPolicy: "Never"
  volumes:
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-jersey"
      readOnly: true
  - name: "m2-secret-dir"
    secret:
      secretName: "m2-secret-dir"
  - emptyDir:
      medium: ""
    name: "volume-2"
  - configMap:
      name: "m2-dir"
    name: "m2-dir"
  - configMap:
      name: "known-hosts"
    name: "volume-1"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - emptyDir:
      medium: ""
    name: "volume-4"
  - emptyDir:
      medium: ""
    name: "volume-3"

Building remotely on basic-wcj6d (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 55c57bf79bdc33cb9b9d9a5fb5ef5a9f128f48fb (refs/remotes/origin/3.1)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 55c57bf79bdc33cb9b9d9a5fb5ef5a9f128f48fb # timeout=10
Commit message: "ee10 versions update"
 > git rev-list --no-walk de5271312abc8e070beedaed665a179ff810133f # timeout=10
[jakarta_EE10_TCK] $ /bin/bash -xe /tmp/jenkins9804327946328984362.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.4 -Dglassfish.container.version=7.0.9 -Djersey.version=3.1.6
+ 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.9:zip
[INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/main/distributions/glassfish/7.0.9/glassfish-7.0.9.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.6:jar
[INFO] Configured Artifact: org.glassfish.jersey.core:jersey-server:3.1.6:jar
[INFO] Configured Artifact: org.glassfish.jersey.core:jersey-common:3.1.6:jar
[INFO] Configured Artifact: org.glassfish.jersey.containers:jersey-container-grizzly2-http:3.1.6:jar
[INFO] Configured Artifact: org.glassfish.jersey.containers:jersey-container-servlet-core:3.1.6:jar
[INFO] Configured Artifact: org.glassfish.jersey.containers:jersey-container-servlet:3.1.6:jar
[INFO] Configured Artifact: org.glassfish.jersey.media:jersey-media-sse:3.1.6:jar
[INFO] Configured Artifact: org.glassfish.jersey.media:jersey-media-json-binding:3.1.6:jar
[INFO] Configured Artifact: jakarta.ws.rs:jakarta.ws.rs-api:3.1.0:jar
[INFO] Copying jersey-client-3.1.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.2.0:exec (StopDomain1) @ jersey-tck ---
dasNotRunning()
CLI306: Warning - The server located at /home/jenkins/agent/workspace/jakarta_EE10_TCK/tests/jersey-tck/target/glassfish7/glassfish/domains/domain1 is not running.
Command stop-domain executed successfully.
[INFO] 
[INFO] --- exec:3.2.0:exec (StartDomain1) @ jersey-tck ---
Waiting for domain1 to start .........
Waiting finished after 8,961 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.2.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.2.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.2.0:exec (Add User j2ee) @ jersey-tck ---
Command create-file-user executed successfully.
[INFO] 
[INFO] --- exec:3.2.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.2.0:exec (Add User javajoe) @ jersey-tck ---
Command create-file-user executed successfully.
[INFO] 
[INFO] --- exec:3.2.0:exec (list users) @ jersey-tck ---
j2ee
javajoe
Command list-file-users executed successfully.
[INFO] 
[INFO] --- exec:3.2.0:exec (StopDomain) @ jersey-tck ---
Waiting for the domain to stop .
Waiting finished after 480 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 7,315 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"
************************************************************
04-05-2024 10:56:54:[JAXRSCommonClient] Test setup OK
04-05-2024 10:56:54:STARTING TEST : responseGenericEntityTest()
04-05-2024 10:56:54:[HttpRequest] Dispatching request: 'GET  /jaxrs_resource_java2entity_web/resource/response/genericentity/linkedlist HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 10:56:54 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:56:54:FINISHED TEST : responseGenericEntityTest()
04-05-2024 10:56:54:[JAXRSCommonClient] Test setup OK
04-05-2024 10:56:54:STARTING TEST : genericEntityTest()
04-05-2024 10:56:54:[HttpRequest] Dispatching request: 'GET  /jaxrs_resource_java2entity_web/resource/genericentity/linkedlist HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 10:56:54 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:56:54:FINISHED TEST : genericEntityTest()
04-05-2024 10:56:54:[JAXRSCommonClient] Test setup OK
04-05-2024 10:56:54:STARTING TEST : directClassTypeTest()
04-05-2024 10:56:54:[HttpRequest] Dispatching request: 'GET  /jaxrs_resource_java2entity_web/resource/linkedlist HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 10:56:54 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:56:54:FINISHED TEST : directClassTypeTest()
04-05-2024 10:56:54:[JAXRSCommonClient] Test setup OK
04-05-2024 10:56:54:STARTING TEST : responseDirectClassTypeTest()
04-05-2024 10:56:54:[HttpRequest] Dispatching request: 'GET  /jaxrs_resource_java2entity_web/resource/response/linkedlist HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 10:56:54 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:56:54:FINISHED TEST : responseDirectClassTypeTest()
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 20.294 s - in ee.jakarta.tck.ws.rs.ee.resource.java2entity.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.resource.webappexception.mapper.JAXRSClientIT
04-05-2024 10:56:56:[JAXRSCommonClient] Test setup OK
04-05-2024 10:56:56:STARTING TEST : statusOkResponseTest()
04-05-2024 10:56:56:[HttpRequest] Dispatching request: 'GET  /jaxrs_resource_webappexception_mapper_web/resource/responsestatusok HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 10:56:56:FINISHED TEST : statusOkResponseTest()
04-05-2024 10:56:56:[JAXRSCommonClient] Test setup OK
04-05-2024 10:56:56:STARTING TEST : throwUncheckedExceptionTest()
04-05-2024 10:56:56:[HttpRequest] Dispatching request: 'GET  /jaxrs_resource_webappexception_mapper_web/resource/uncheckedexception HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 10:56:56:FINISHED TEST : throwUncheckedExceptionTest()
04-05-2024 10:56:56:[JAXRSCommonClient] Test setup OK
04-05-2024 10:56:56:STARTING TEST : throwableIntOkResponseTest()
04-05-2024 10:56:56:[HttpRequest] Dispatching request: 'GET  /jaxrs_resource_webappexception_mapper_web/resource/responsestatusthrowableintok HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 10:56:56:FINISHED TEST : throwableIntOkResponseTest()
04-05-2024 10:56:56:[JAXRSCommonClient] Test setup OK
04-05-2024 10:56:56:STARTING TEST : throwableOkResponseTest()
04-05-2024 10:56:56:[HttpRequest] Dispatching request: 'GET  /jaxrs_resource_webappexception_mapper_web/resource/responsestatusthrowableok HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 10:56:56:FINISHED TEST : throwableOkResponseTest()
04-05-2024 10:56:56:[JAXRSCommonClient] Test setup OK
04-05-2024 10:56:56:STARTING TEST : statusIntOkResponseTest()
04-05-2024 10:56:56:[HttpRequest] Dispatching request: 'GET  /jaxrs_resource_webappexception_mapper_web/resource/responsestatusintok HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 10:56:56:FINISHED TEST : statusIntOkResponseTest()
04-05-2024 10:56:56:[JAXRSCommonClient] Test setup OK
04-05-2024 10:56:56:STARTING TEST : responseEntityTest()
04-05-2024 10:56:56:[HttpRequest] Dispatching request: 'GET  /jaxrs_resource_webappexception_mapper_web/resource/responseentity HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 10:56:56 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:56:56:FINISHED TEST : responseEntityTest()
04-05-2024 10:56:56:[JAXRSCommonClient] Test setup OK
04-05-2024 10:56:56:STARTING TEST : throwableResponseTest()
04-05-2024 10:56:56:[HttpRequest] Dispatching request: 'GET  /jaxrs_resource_webappexception_mapper_web/resource/responsethrowable HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 10:56:56:FINISHED TEST : throwableResponseTest()
04-05-2024 10:56:56:[JAXRSCommonClient] Test setup OK
04-05-2024 10:56:56:STARTING TEST : noResponseTest()
04-05-2024 10:56:56:[HttpRequest] Dispatching request: 'GET  /jaxrs_resource_webappexception_mapper_web/resource/noresponse HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 10:56:56:FINISHED TEST : noResponseTest()
04-05-2024 10:56:56:[JAXRSCommonClient] Test setup OK
04-05-2024 10:56:56:STARTING TEST : webApplicationExceptionHasResponseWithoutEntityDoesUseMapperTest()
04-05-2024 10:56:56:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/noentity/4000 HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 10:56:56:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/noentity/400 HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 10:56:56:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/noentity/401 HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 10:56:56:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/noentity/403 HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 10:56:56:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/noentity/404 HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 10:56:56:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/noentity/405 HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 10:56:56:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/noentity/406 HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 10:56:56:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/noentity/415 HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 10:56:56:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/noentity/3000 HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 10:56:56:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/noentity/5000 HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 10:56:56:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/noentity/500 HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 10:56:56:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/noentity/503 HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 10:56:56:FINISHED TEST : webApplicationExceptionHasResponseWithoutEntityDoesUseMapperTest()
04-05-2024 10:56:56:[JAXRSCommonClient] Test setup OK
04-05-2024 10:56:56:STARTING TEST : okResponseTest()
04-05-2024 10:56:56:[HttpRequest] Dispatching request: 'GET  /jaxrs_resource_webappexception_mapper_web/resource/responseok HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 10:56:56:FINISHED TEST : okResponseTest()
04-05-2024 10:56:56:[JAXRSCommonClient] Test setup OK
04-05-2024 10:56:56:STARTING TEST : webApplicationExceptionHasResponseWithEntityDoesNotUseMapperTest()
04-05-2024 10:56:56:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/direct/2000 HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 10:56:56 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:56:56:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/direct/4000 HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 10:56:56 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:56:56:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/direct/400 HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 10:56:56 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:56:56:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/direct/401 HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 10:56:56 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:56:56:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/direct/403 HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 10:56:56 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:56:56:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/direct/404 HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 10:56:56 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:56:56:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/direct/405 HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 10:56:56 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:56:56:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/direct/406 HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 10:56:56 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:56:56:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/direct/415 HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 10:56:56 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:56:56:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/direct/3000 HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 10:56:56 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:56:56:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/direct/5000 HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 10:56:56 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:56:56:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/direct/500 HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 10:56:56 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:56:56:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/direct/503 HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 10:56:56 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:56:56:FINISHED TEST : webApplicationExceptionHasResponseWithEntityDoesNotUseMapperTest()
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.791 s - in ee.jakarta.tck.ws.rs.ee.resource.webappexception.mapper.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.resource.webappexception.nomapper.JAXRSClientIT
04-05-2024 10:56:57:[JAXRSCommonClient] Test setup OK
04-05-2024 10:56:57:STARTING TEST : throwableStatusCodeTest()
Apr 05, 2024 10:56:57 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:56:57:[HttpRequest] Dispatching request: 'GET  /jaxrs_resource_webappexception_nomapper_web/resource/ThrowableStatusCodeTest HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 10:56:57:FINISHED TEST : throwableStatusCodeTest()
04-05-2024 10:56:57:[JAXRSCommonClient] Test setup OK
04-05-2024 10:56:57:STARTING TEST : throwableTest()
04-05-2024 10:56:57:[HttpRequest] Dispatching request: 'GET  /jaxrs_resource_webappexception_nomapper_web/resource/ThrowableTest HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 10:56:57 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:56:57:FINISHED TEST : throwableTest()
04-05-2024 10:56:57:[JAXRSCommonClient] Test setup OK
04-05-2024 10:56:57:STARTING TEST : getResponseTest()
Apr 05, 2024 10:56:57 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:56:57:[HttpRequest] Dispatching request: 'GET  /jaxrs_resource_webappexception_nomapper_web/resource/getResponseTest HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 10:56:57:FINISHED TEST : getResponseTest()
04-05-2024 10:56:57:[JAXRSCommonClient] Test setup OK
04-05-2024 10:56:57:STARTING TEST : throwableResponseTest()
04-05-2024 10:56:57:[HttpRequest] Dispatching request: 'GET  /jaxrs_resource_webappexception_nomapper_web/resource/ThrowableResponseTest HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 10:56:57 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:56:57:FINISHED TEST : throwableResponseTest()
04-05-2024 10:56:57:[JAXRSCommonClient] Test setup OK
04-05-2024 10:56:57:STARTING TEST : throwableStatusTest()
Apr 05, 2024 10:56:57 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:56:57:[HttpRequest] Dispatching request: 'GET  /jaxrs_resource_webappexception_nomapper_web/resource/ThrowableStatusTest HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 10:56:57:FINISHED TEST : throwableStatusTest()
04-05-2024 10:56:57:[JAXRSCommonClient] Test setup OK
04-05-2024 10:56:57:STARTING TEST : statusCode401Test()
04-05-2024 10:56:57:[HttpRequest] Dispatching request: 'GET  /jaxrs_resource_webappexception_nomapper_web/resource/StatusCode401 HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 10:56:57:FINISHED TEST : statusCode401Test()
04-05-2024 10:56:57:[JAXRSCommonClient] Test setup OK
04-05-2024 10:56:57:STARTING TEST : statusCode404Test()
04-05-2024 10:56:57:[HttpRequest] Dispatching request: 'GET  /jaxrs_resource_webappexception_nomapper_web/resource/StatusCode404 HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 10:56:57:FINISHED TEST : statusCode404Test()
04-05-2024 10:56:57:[JAXRSCommonClient] Test setup OK
04-05-2024 10:56:57:STARTING TEST : throwableStatusTest1()
Apr 05, 2024 10:56:57 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:56:57:[HttpRequest] Dispatching request: 'GET  /jaxrs_resource_webappexception_nomapper_web/resource/ThrowableNullStatusTest HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 10:56:57:FINISHED TEST : throwableStatusTest1()
04-05-2024 10:56:57:[JAXRSCommonClient] Test setup OK
04-05-2024 10:56:57:STARTING TEST : status415Test()
04-05-2024 10:56:57:[HttpRequest] Dispatching request: 'GET  /jaxrs_resource_webappexception_nomapper_web/resource/Status415 HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 10:56:57:FINISHED TEST : status415Test()
04-05-2024 10:56:57:[JAXRSCommonClient] Test setup OK
04-05-2024 10:56:57:STARTING TEST : nullResponseTest()
04-05-2024 10:56:57:[HttpRequest] Dispatching request: 'GET  /jaxrs_resource_webappexception_nomapper_web/resource/NullResponseTest HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 10:56:57:FINISHED TEST : nullResponseTest()
04-05-2024 10:56:57:[JAXRSCommonClient] Test setup OK
04-05-2024 10:56:57:STARTING TEST : throwableResponseTest1()
04-05-2024 10:56:57:[HttpRequest] Dispatching request: 'GET  /jaxrs_resource_webappexception_nomapper_web/resource/ThrowableResponseTest1 HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 10:56:57 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:56:57:FINISHED TEST : throwableResponseTest1()
04-05-2024 10:56:57:[JAXRSCommonClient] Test setup OK
04-05-2024 10:56:57:STARTING TEST : responseTest()
Apr 05, 2024 10:56:58 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:56:57:[HttpRequest] Dispatching request: 'GET  /jaxrs_resource_webappexception_nomapper_web/resource/ResponseTest HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 10:56:58:FINISHED TEST : responseTest()
04-05-2024 10:56:58:[JAXRSCommonClient] Test setup OK
04-05-2024 10:56:58:STARTING TEST : emptyConstructorTest()
04-05-2024 10:56:58:[HttpRequest] Dispatching request: 'GET  /jaxrs_resource_webappexception_nomapper_web/resource/EmptyConstructor HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 10:56:58:FINISHED TEST : emptyConstructorTest()
04-05-2024 10:56:58:[JAXRSCommonClient] Test setup OK
04-05-2024 10:56:58:STARTING TEST : status503Test()
04-05-2024 10:56:58:[HttpRequest] Dispatching request: 'GET  /jaxrs_resource_webappexception_nomapper_web/resource/Status503 HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 10:56:58:FINISHED TEST : status503Test()
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.425 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
04-05-2024 10:56:58:[JAXRSCommonClient] Test setup OK
04-05-2024 10:56:58:STARTING TEST : cookieFieldThrowingIllegalArgumentExceptionTest()
04-05-2024 10:56:58:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 10:56:59:Found cookie ParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException as expected
04-05-2024 10:56:59:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 10:56:59 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:56:59:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 10:56:59:Found cookie ParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException as expected
04-05-2024 10:56:59:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 10:56:59 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:56:59:FINISHED TEST : cookieFieldThrowingIllegalArgumentExceptionTest()
04-05-2024 10:56:59:[JAXRSCommonClient] Test setup OK
04-05-2024 10:56:59:STARTING TEST : cookieParamListEntityWithFromStringTest()
04-05-2024 10:56:59:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 10:56:59 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:56:59:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 10:56:59:Found cookie ListParamEntityWithFromString=JAXRS_SPEC_5.4 as expected
04-05-2024 10:56:59:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 10:56:59 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:56:59:FINISHED TEST : cookieParamListEntityWithFromStringTest()
04-05-2024 10:56:59:[JAXRSCommonClient] Test setup OK
04-05-2024 10:56:59:STARTING TEST : cookieParamEntityWithFromStringTest()
Apr 05, 2024 10:56:59 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:56:59:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 10:56:59:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 10:56:59:Found cookie ParamEntityWithFromString=JAXRS_SPEC_5.3 as expected
04-05-2024 10:56:59:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 10:56:59 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:56:59:FINISHED TEST : cookieParamEntityWithFromStringTest()
04-05-2024 10:56:59:[JAXRSCommonClient] Test setup OK
04-05-2024 10:56:59:STARTING TEST : cookieFieldParamEntityWithFromStringTest()
Apr 05, 2024 10:56:59 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:56:59:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 10:56:59:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 10:56:59:Found cookie ParamEntityWithFromString=JAXRS_SPEC_5.3 as expected
04-05-2024 10:56:59:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 10:56:59 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:56:59:FINISHED TEST : cookieFieldParamEntityWithFromStringTest()
04-05-2024 10:56:59:[JAXRSCommonClient] Test setup OK
04-05-2024 10:56:59:STARTING TEST : cookieFieldParamEntityWithConstructorTest()
04-05-2024 10:56:59:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 10:56:59 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:56:59:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 10:56:59:Found cookie ParamEntityWithConstructor=JAXRS_SPEC_5.2 as expected
04-05-2024 10:56:59:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 10:56:59 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:56:59:FINISHED TEST : cookieFieldParamEntityWithConstructorTest()
04-05-2024 10:56:59:[JAXRSCommonClient] Test setup OK
04-05-2024 10:56:59:STARTING TEST : cookieFieldParamListEntityWithFromStringTest()Apr 05, 2024 10:56:59 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 10:56:59:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 10:56:59:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 10:56:59:Found cookie ListParamEntityWithFromString=JAXRS_SPEC_5.4 as expected
04-05-2024 10:56:59:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 10:56:59 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:56:59:FINISHED TEST : cookieFieldParamListEntityWithFromStringTest()
04-05-2024 10:56:59:[JAXRSCommonClient] Test setup OK
04-05-2024 10:56:59:STARTING TEST : cookieParamSetEntityWithFromStringTest()Apr 05, 2024 10:56:59 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 10:56:59:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 10:56:59:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 10:56:59:Found cookie SetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected
04-05-2024 10:56:59:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 10:56:59 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:56:59:FINISHED TEST : cookieParamSetEntityWithFromStringTest()
04-05-2024 10:56:59:[JAXRSCommonClient] Test setup OK
04-05-2024 10:56:59:STARTING TEST : cookieParamSortedSetEntityWithFromStringTest()
Apr 05, 2024 10:56:59 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:56:59:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 10:56:59:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 10:56:59:Found cookie SortedSetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected
04-05-2024 10:56:59:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 10:56:59 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:56:59:FINISHED TEST : cookieParamSortedSetEntityWithFromStringTest()
04-05-2024 10:56:59:[JAXRSCommonClient] Test setup OK
04-05-2024 10:56:59:STARTING TEST : cookieParamThrowingIllegalArgumentExceptionTest()
04-05-2024 10:56:59:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 10:56:59:Found cookie ParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException as expected
04-05-2024 10:56:59:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 10:56:59 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:56:59:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 10:56:59:Found cookie ParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException as expected
04-05-2024 10:56:59:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'Apr 05, 2024 10:56:59 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 10:56:59:FINISHED TEST : cookieParamThrowingIllegalArgumentExceptionTest()
04-05-2024 10:56:59:[JAXRSCommonClient] Test setup OK
04-05-2024 10:56:59:STARTING TEST : cookieFieldThrowingWebApplicationExceptionTest()
04-05-2024 10:56:59:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 10:56:59:Found cookie ParamEntityThrowingWebApplicationException=CREATED as expected
04-05-2024 10:56:59:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 10:56:59 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:56:59:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 10:56:59:Found cookie ParamEntityThrowingWebApplicationException=CREATED as expected
04-05-2024 10:56:59:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 10:56:59 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:56:59:FINISHED TEST : cookieFieldThrowingWebApplicationExceptionTest()
04-05-2024 10:56:59:[JAXRSCommonClient] Test setup OK
04-05-2024 10:56:59:STARTING TEST : cookieParamEntityWithValueOfTest()
Apr 05, 2024 10:56:59 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:56:59:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 10:56:59:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 10:56:59:Found cookie ParamEntityWithValueOf=JAXRS_SPEC_5.3 as expected
04-05-2024 10:56:59:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 10:56:59 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:56:59:FINISHED TEST : cookieParamEntityWithValueOfTest()
04-05-2024 10:56:59:[JAXRSCommonClient] Test setup OK
04-05-2024 10:56:59:STARTING TEST : cookieParamEntityWithConstructorTest()
Apr 05, 2024 10:56:59 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:56:59:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 10:56:59:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 10:56:59:Found cookie ParamEntityWithConstructor=JAXRS_SPEC_5.2 as expected
04-05-2024 10:56:59:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 10:56:59 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:56:59:FINISHED TEST : cookieParamEntityWithConstructorTest()
04-05-2024 10:56:59:[JAXRSCommonClient] Test setup OK
04-05-2024 10:56:59:STARTING TEST : cookieFieldParamSortedSetEntityWithFromStringTest()
Apr 05, 2024 10:56:59 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:56:59:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 10:56:59:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 10:56:59:Found cookie SortedSetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected
04-05-2024 10:56:59:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 10:56:59 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:56:59:FINISHED TEST : cookieFieldParamSortedSetEntityWithFromStringTest()
04-05-2024 10:56:59:[JAXRSCommonClient] Test setup OK
04-05-2024 10:56:59:STARTING TEST : cookieFieldParamSetEntityWithFromStringTest()
Apr 05, 2024 10:56:59 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:56:59:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 10:56:59:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 10:56:59:Found cookie SetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected
04-05-2024 10:56:59:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 10:56:59 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:56:59:FINISHED TEST : cookieFieldParamSetEntityWithFromStringTest()
04-05-2024 10:56:59:[JAXRSCommonClient] Test setup OK
04-05-2024 10:56:59:STARTING TEST : cookieFieldParamEntityWithValueOfTest()
Apr 05, 2024 10:56:59 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:56:59:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 10:56:59:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 10:56:59:Found cookie ParamEntityWithValueOf=JAXRS_SPEC_5.3 as expected
04-05-2024 10:56:59:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 10:56:59 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:56:59:FINISHED TEST : cookieFieldParamEntityWithValueOfTest()
04-05-2024 10:56:59:[JAXRSCommonClient] Test setup OK
04-05-2024 10:56:59:STARTING TEST : cookieParamThrowingWebApplicationExceptionTest()
04-05-2024 10:56:59:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 10:56:59:Found cookie ParamEntityThrowingWebApplicationException=CREATED as expected
04-05-2024 10:56:59:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 10:56:59 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:56:59:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 10:56:59:Found cookie ParamEntityThrowingWebApplicationException=CREATED as expected
04-05-2024 10:56:59:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 10:56:59 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:56:59:FINISHED TEST : cookieParamThrowingWebApplicationExceptionTest()
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.966 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
04-05-2024 10:57:00:[JAXRSCommonClient] Test setup OK
04-05-2024 10:57:00:STARTING TEST : formFieldParamEntityWithConstructorTest()
04-05-2024 10:57:00:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 10:57:00 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:57:00:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 10:57:00 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:57:00:FINISHED TEST : formFieldParamEntityWithConstructorTest()
04-05-2024 10:57:00:[JAXRSCommonClient] Test setup OK
Apr 05, 2024 10:57:00 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:57:00:STARTING TEST : formFieldThrowingIllegalArgumentExceptionTest()
04-05-2024 10:57:00:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 10:57:00 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:57:00:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 10:57:00:FINISHED TEST : formFieldThrowingIllegalArgumentExceptionTest()
04-05-2024 10:57:00:[JAXRSCommonClient] Test setup OK
04-05-2024 10:57:00:STARTING TEST : formFieldThrowingWebApplicationExceptionTest()
04-05-2024 10:57:00:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 10:57:00 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:57:00:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 10:57:00 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:57:00:FINISHED TEST : formFieldThrowingWebApplicationExceptionTest()
04-05-2024 10:57:00:[JAXRSCommonClient] Test setup OK
04-05-2024 10:57:00:STARTING TEST : formFieldParamSortedSetEntityWithFromStringTest()
Apr 05, 2024 10:57:00 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
Apr 05, 2024 10:57:00 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:57:00:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 10:57:00:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 10:57:00:FINISHED TEST : formFieldParamSortedSetEntityWithFromStringTest()
04-05-2024 10:57:00:[JAXRSCommonClient] Test setup OK
04-05-2024 10:57:00:STARTING TEST : formParamEntityWithFromStringTest()
Apr 05, 2024 10:57:00 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:57:00:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 10:57:01:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 10:57:01 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:57:01:FINISHED TEST : formParamEntityWithFromStringTest()
04-05-2024 10:57:01:[JAXRSCommonClient] Test setup OK
04-05-2024 10:57:01:STARTING TEST : formParamThrowingWebApplicationExceptionTest()Apr 05, 2024 10:57:01 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 10:57:01:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 10:57:01:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 10:57:01 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:57:01:FINISHED TEST : formParamThrowingWebApplicationExceptionTest()
04-05-2024 10:57:01:[JAXRSCommonClient] Test setup OK
04-05-2024 10:57:01:STARTING TEST : formParamEntityWithConstructorTest()Apr 05, 2024 10:57:01 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 10:57:01:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 10:57:01:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 10:57:01 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:57:01:FINISHED TEST : formParamEntityWithConstructorTest()
04-05-2024 10:57:01:[JAXRSCommonClient] Test setup OK
04-05-2024 10:57:01:STARTING TEST : formFieldParamSetEntityWithFromStringTest()Apr 05, 2024 10:57:01 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 10:57:01:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 10:57:01:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 10:57:01 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:57:01:FINISHED TEST : formFieldParamSetEntityWithFromStringTest()
04-05-2024 10:57:01:[JAXRSCommonClient] Test setup OK
04-05-2024 10:57:01:STARTING TEST : formParamThrowingIllegalArgumentExceptionTest()
Apr 05, 2024 10:57:01 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:57:01:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 10:57:01:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 10:57:01 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:57:01:FINISHED TEST : formParamThrowingIllegalArgumentExceptionTest()
04-05-2024 10:57:01:[JAXRSCommonClient] Test setup OK
04-05-2024 10:57:01:STARTING TEST : formFieldParamEntityWithFromStringTest()
04-05-2024 10:57:01:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 10:57:01 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:57:01:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 10:57:01 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:57:01:FINISHED TEST : formFieldParamEntityWithFromStringTest()
04-05-2024 10:57:01:[JAXRSCommonClient] Test setup OK
04-05-2024 10:57:01:STARTING TEST : formFieldParamEntityWithEncodedTest()Apr 05, 2024 10:57:01 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 10:57:01:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 10:57:01:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 10:57:01 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:57:01:FINISHED TEST : formFieldParamEntityWithEncodedTest()
04-05-2024 10:57:01:[JAXRSCommonClient] Test setup OK
04-05-2024 10:57:01:STARTING TEST : formParamEntityWithEncodedTest()
Apr 05, 2024 10:57:01 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:57:01:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 10:57:01:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 10:57:01 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:57:01:FINISHED TEST : formParamEntityWithEncodedTest()
04-05-2024 10:57:01:[JAXRSCommonClient] Test setup OK
04-05-2024 10:57:01:STARTING TEST : formParamListEntityWithFromStringTest()
04-05-2024 10:57:01:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 10:57:01 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:57:01:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 10:57:01 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:57:01:FINISHED TEST : formParamListEntityWithFromStringTest()
04-05-2024 10:57:01:[JAXRSCommonClient] Test setup OK
04-05-2024 10:57:01:STARTING TEST : formFieldParamEntityWithValueOfTest()
Apr 05, 2024 10:57:01 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
Apr 05, 2024 10:57:01 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:57:01:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 10:57:01:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 10:57:01:FINISHED TEST : formFieldParamEntityWithValueOfTest()
04-05-2024 10:57:01:[JAXRSCommonClient] Test setup OK
04-05-2024 10:57:01:STARTING TEST : formParamSetEntityWithFromStringTest()Apr 05, 2024 10:57:01 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 10:57:01:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 10:57:01:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 10:57:01 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:57:01:FINISHED TEST : formParamSetEntityWithFromStringTest()
04-05-2024 10:57:01:[JAXRSCommonClient] Test setup OK
04-05-2024 10:57:01:STARTING TEST : formFieldParamListEntityWithFromStringTest()
Apr 05, 2024 10:57:01 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:57:01:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 10:57:01:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 10:57:01 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:57:01:FINISHED TEST : formFieldParamListEntityWithFromStringTest()
04-05-2024 10:57:01:[JAXRSCommonClient] Test setup OK
04-05-2024 10:57:01:STARTING TEST : formParamEntityWithValueOfTest()
Apr 05, 2024 10:57:01 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:57:01:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 10:57:01:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 10:57:01 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:57:01:FINISHED TEST : formParamEntityWithValueOfTest()
04-05-2024 10:57:01:[JAXRSCommonClient] Test setup OK
04-05-2024 10:57:01:STARTING TEST : formParamSortedSetEntityWithFromStringTest()
Apr 05, 2024 10:57:01 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
Apr 05, 2024 10:57:01 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:57:01:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 10:57:01:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 10:57:01:FINISHED TEST : formParamSortedSetEntityWithFromStringTest()
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.378 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
04-05-2024 10:57:02:[JAXRSCommonClient] Test setup OK
04-05-2024 10:57:02:STARTING TEST : headerFieldThrowingIllegalArgumentExceptionTest()
Apr 05, 2024 10:57:02 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:57:02:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 10:57:02:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 10:57:02 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:57:02:FINISHED TEST : headerFieldThrowingIllegalArgumentExceptionTest()
04-05-2024 10:57:02:[JAXRSCommonClient] Test setup OK
04-05-2024 10:57:02:STARTING TEST : headerParamEntityWithConstructorTest()
Apr 05, 2024 10:57:02 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:57:02:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 10:57:02:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 10:57:02 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:57:02:FINISHED TEST : headerParamEntityWithConstructorTest()
04-05-2024 10:57:02:[JAXRSCommonClient] Test setup OK
04-05-2024 10:57:02:STARTING TEST : headerFieldThrowingWebApplicationExceptionTest()
04-05-2024 10:57:02:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 10:57:02 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:57:02:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 10:57:02 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:57:02:FINISHED TEST : headerFieldThrowingWebApplicationExceptionTest()
04-05-2024 10:57:02:[JAXRSCommonClient] Test setup OK
04-05-2024 10:57:02:STARTING TEST : headerFieldParamEntityWithValueOfTest()
Apr 05, 2024 10:57:02 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:57:02:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 10:57:02:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 10:57:02 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:57:02:FINISHED TEST : headerFieldParamEntityWithValueOfTest()
04-05-2024 10:57:02:[JAXRSCommonClient] Test setup OK
04-05-2024 10:57:02:STARTING TEST : headerFieldParamSortedSetEntityWithFromStringTest()
04-05-2024 10:57:02:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 10:57:02 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:57:02:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'Apr 05, 2024 10:57:02 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 10:57:02:FINISHED TEST : headerFieldParamSortedSetEntityWithFromStringTest()
04-05-2024 10:57:02:[JAXRSCommonClient] Test setup OK
04-05-2024 10:57:02:STARTING TEST : headerParamListEntityWithFromStringTest()
Apr 05, 2024 10:57:02 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:57:02:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 10:57:02:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 10:57:02 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:57:02:FINISHED TEST : headerParamListEntityWithFromStringTest()
04-05-2024 10:57:02:[JAXRSCommonClient] Test setup OK
04-05-2024 10:57:02:STARTING TEST : headerParamThrowingWebApplicationExceptionTest()
Apr 05, 2024 10:57:02 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:57:02:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 10:57:02:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'Apr 05, 2024 10:57:02 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 10:57:02:FINISHED TEST : headerParamThrowingWebApplicationExceptionTest()
04-05-2024 10:57:02:[JAXRSCommonClient] Test setup OK
04-05-2024 10:57:02:STARTING TEST : headerParamEntityWithValueOfTest()Apr 05, 2024 10:57:02 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 10:57:02:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 10:57:02:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 10:57:02 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:57:02:FINISHED TEST : headerParamEntityWithValueOfTest()
04-05-2024 10:57:02:[JAXRSCommonClient] Test setup OK
04-05-2024 10:57:02:STARTING TEST : headerParamThrowingIllegalArgumentExceptionTest()
Apr 05, 2024 10:57:02 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:57:02:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 10:57:02:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 10:57:02 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:57:02:FINISHED TEST : headerParamThrowingIllegalArgumentExceptionTest()
04-05-2024 10:57:02:[JAXRSCommonClient] Test setup OK
04-05-2024 10:57:02:STARTING TEST : headerFieldParamEntityWithConstructorTest()
Apr 05, 2024 10:57:02 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:57:02:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 10:57:02:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 10:57:02 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:57:02:FINISHED TEST : headerFieldParamEntityWithConstructorTest()
04-05-2024 10:57:02:[JAXRSCommonClient] Test setup OK
04-05-2024 10:57:02:STARTING TEST : headerFieldParamEntityWithFromStringTest()Apr 05, 2024 10:57:02 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 10:57:02:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 10:57:02:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 10:57:02 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:57:02:FINISHED TEST : headerFieldParamEntityWithFromStringTest()
04-05-2024 10:57:02:[JAXRSCommonClient] Test setup OK
04-05-2024 10:57:02:STARTING TEST : headerFieldParamSetEntityWithFromStringTest()
Apr 05, 2024 10:57:02 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:57:02:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 10:57:02:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 10:57:02 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:57:02:FINISHED TEST : headerFieldParamSetEntityWithFromStringTest()
04-05-2024 10:57:02:[JAXRSCommonClient] Test setup OK
04-05-2024 10:57:02:STARTING TEST : headerParamSetEntityWithFromStringTest()Apr 05, 2024 10:57:02 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 10:57:02:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 10:57:02:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 10:57:02 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:57:02:FINISHED TEST : headerParamSetEntityWithFromStringTest()
04-05-2024 10:57:02:[JAXRSCommonClient] Test setup OK
04-05-2024 10:57:02:STARTING TEST : headerFieldParamListEntityWithFromStringTest()Apr 05, 2024 10:57:02 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 10:57:02:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 10:57:02:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 10:57:02 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:57:02:FINISHED TEST : headerFieldParamListEntityWithFromStringTest()
04-05-2024 10:57:02:[JAXRSCommonClient] Test setup OK
04-05-2024 10:57:02:STARTING TEST : headerParamSortedSetEntityWithFromStringTest()
04-05-2024 10:57:02:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 10:57:02 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:57:02:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 10:57:02 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:57:02:FINISHED TEST : headerParamSortedSetEntityWithFromStringTest()
04-05-2024 10:57:02:[JAXRSCommonClient] Test setup OK
04-05-2024 10:57:02:STARTING TEST : headerParamEntityWithFromStringTest()
Apr 05, 2024 10:57:02 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:57:02:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 10:57:02 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:57:02:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 10:57:02:FINISHED TEST : headerParamEntityWithFromStringTest()
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.136 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
04-05-2024 10:57:03:[JAXRSCommonClient] Test setup OK
04-05-2024 10:57:03:STARTING TEST : matrixFieldParamEntityWithValueOfTest()
04-05-2024 10:57:03:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Field;;Inner HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 10:57:03 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:57:03:[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'
Apr 05, 2024 10:57:03 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:57:03:FINISHED TEST : matrixFieldParamEntityWithValueOfTest()
04-05-2024 10:57:03:[JAXRSCommonClient] Test setup OK
04-05-2024 10:57:03:STARTING TEST : matrixParamEntityWithEncodedTest()
Apr 05, 2024 10:57:03 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:57:03:[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'
04-05-2024 10:57:03:[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'Apr 05, 2024 10:57:03 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 10:57:03:FINISHED TEST : matrixParamEntityWithEncodedTest()
04-05-2024 10:57:03:[JAXRSCommonClient] Test setup OK
04-05-2024 10:57:03:STARTING TEST : matrixParamEntityWithFromStringTest()
Apr 05, 2024 10:57:03 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:57:03:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Param;;Inner HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 10:57:03:[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'
Apr 05, 2024 10:57:03 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:57:03:FINISHED TEST : matrixParamEntityWithFromStringTest()
04-05-2024 10:57:03:[JAXRSCommonClient] Test setup OK
04-05-2024 10:57:03:STARTING TEST : matrixParamThrowingWebApplicationExceptionTest()
Apr 05, 2024 10:57:03 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:57:03:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Param;ParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 10:57:03:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Param;InnerParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 10:57:03 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:57:03:FINISHED TEST : matrixParamThrowingWebApplicationExceptionTest()
04-05-2024 10:57:03:[JAXRSCommonClient] Test setup OK
04-05-2024 10:57:03:STARTING TEST : matrixParamEntityWithValueOfTest()
Apr 05, 2024 10:57:03 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
Apr 05, 2024 10:57:03 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:57:03:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Param;;Inner HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 10:57:03:[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'
04-05-2024 10:57:03:FINISHED TEST : matrixParamEntityWithValueOfTest()
04-05-2024 10:57:03:[JAXRSCommonClient] Test setup OK
04-05-2024 10:57:03:STARTING TEST : matrixFieldParamEntityWithConstructorTest()
04-05-2024 10:57:03:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Field;;Inner HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 10:57:03 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:57:03:[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'Apr 05, 2024 10:57:03 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 10:57:03:FINISHED TEST : matrixFieldParamEntityWithConstructorTest()
04-05-2024 10:57:03:[JAXRSCommonClient] Test setup OK
04-05-2024 10:57:03:STARTING TEST : matrixFieldParamListEntityWithFromStringTest()
Apr 05, 2024 10:57:03 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
Apr 05, 2024 10:57:03 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:57:03:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Field;;Inner HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 10:57:03:[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'
04-05-2024 10:57:03:FINISHED TEST : matrixFieldParamListEntityWithFromStringTest()
04-05-2024 10:57:03:[JAXRSCommonClient] Test setup OK
04-05-2024 10:57:03:STARTING TEST : matrixFieldThrowingIllegalArgumentExceptionTest()Apr 05, 2024 10:57:03 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 10:57:03:[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'
Apr 05, 2024 10:57:03 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:57:03:[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'
04-05-2024 10:57:03:FINISHED TEST : matrixFieldThrowingIllegalArgumentExceptionTest()
04-05-2024 10:57:03:[JAXRSCommonClient] Test setup OK
04-05-2024 10:57:03:STARTING TEST : matrixFieldParamSortedSetEntityWithFromStringTest()Apr 05, 2024 10:57:03 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 10:57:03:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Field;;Inner HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 10:57:03:[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'
Apr 05, 2024 10:57:03 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:57:03:FINISHED TEST : matrixFieldParamSortedSetEntityWithFromStringTest()
04-05-2024 10:57:03:[JAXRSCommonClient] Test setup OK
04-05-2024 10:57:03:STARTING TEST : matrixParamSortedSetEntityWithFromStringTest()
Apr 05, 2024 10:57:03 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:57:03:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Param;;Inner HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 10:57:03:[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'
Apr 05, 2024 10:57:03 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:57:03:FINISHED TEST : matrixParamSortedSetEntityWithFromStringTest()
04-05-2024 10:57:03:[JAXRSCommonClient] Test setup OK
04-05-2024 10:57:03:STARTING TEST : matrixParamSetEntityWithFromStringTest()
Apr 05, 2024 10:57:03 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
Apr 05, 2024 10:57:03 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:57:03:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Param;;Inner HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 10:57:03:[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'
04-05-2024 10:57:03:FINISHED TEST : matrixParamSetEntityWithFromStringTest()
04-05-2024 10:57:03:[JAXRSCommonClient] Test setup OK
04-05-2024 10:57:03:STARTING TEST : matrixFieldParamSetEntityWithFromStringTest()
Apr 05, 2024 10:57:03 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:57:03:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Field;;Inner HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 10:57:03:[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'
Apr 05, 2024 10:57:03 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:57:03:FINISHED TEST : matrixFieldParamSetEntityWithFromStringTest()
04-05-2024 10:57:03:[JAXRSCommonClient] Test setup OK
04-05-2024 10:57:03:STARTING TEST : matrixParamListEntityWithFromStringTest()Apr 05, 2024 10:57:03 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
Apr 05, 2024 10:57:03 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 10:57:03:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Param;;Inner HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 10:57:03:[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'
04-05-2024 10:57:03:FINISHED TEST : matrixParamListEntityWithFromStringTest()
04-05-2024 10:57:03:[JAXRSCommonClient] Test setup OK
04-05-2024 10:57:03:STARTING TEST : matrixFieldParamEntityWithFromStringTest()Apr 05, 2024 10:57:03 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 10:57:03:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Field;;Inner HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 10:57:03 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:57:03:[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'
04-05-2024 10:57:03:FINISHED TEST : matrixFieldParamEntityWithFromStringTest()
04-05-2024 10:57:03:[JAXRSCommonClient] Test setup OK
04-05-2024 10:57:03:STARTING TEST : matrixFieldParamEntityWithEncodedTest()
Apr 05, 2024 10:57:03 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:57:03:[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'
04-05-2024 10:57:03:[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'
Apr 05, 2024 10:57:03 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:57:03:FINISHED TEST : matrixFieldParamEntityWithEncodedTest()
04-05-2024 10:57:03:[JAXRSCommonClient] Test setup OK
04-05-2024 10:57:03:STARTING TEST : matrixFieldThrowingWebApplicationExceptionTest()Apr 05, 2024 10:57:03 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 10:57:03:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Field;ParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 10:57:03:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Field;InnerParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 10:57:03 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:57:03:FINISHED TEST : matrixFieldThrowingWebApplicationExceptionTest()
04-05-2024 10:57:03:[JAXRSCommonClient] Test setup OK
04-05-2024 10:57:03:STARTING TEST : matrixParamEntityWithConstructorTest()
04-05-2024 10:57:03:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Param;;Inner HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 10:57:03 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:57:03:[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'
Apr 05, 2024 10:57:03 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:57:03:FINISHED TEST : matrixParamEntityWithConstructorTest()
04-05-2024 10:57:03:[JAXRSCommonClient] Test setup OK
04-05-2024 10:57:03:STARTING TEST : matrixParamThrowingIllegalArgumentExceptionTest()
04-05-2024 10:57:03:[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'
Apr 05, 2024 10:57:04 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:57:04:[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'
Apr 05, 2024 10:57:04 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:57:04:FINISHED TEST : matrixParamThrowingIllegalArgumentExceptionTest()
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.408 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
04-05-2024 10:57:04:[JAXRSCommonClient] Test setup OK
04-05-2024 10:57:04:STARTING TEST : pathFieldParamSortedSetEntityWithFromStringTest()
04-05-2024 10:57:04:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 10:57:04 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:57:04:[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'
Apr 05, 2024 10:57:04 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:57:04:FINISHED TEST : pathFieldParamSortedSetEntityWithFromStringTest()
04-05-2024 10:57:04:[JAXRSCommonClient] Test setup OK
04-05-2024 10:57:04:STARTING TEST : pathParamEntityWithFromStringTest()
04-05-2024 10:57:04:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 10:57:04 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:57:04:[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'
Apr 05, 2024 10:57:04 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:57:04:FINISHED TEST : pathParamEntityWithFromStringTest()
04-05-2024 10:57:04:[JAXRSCommonClient] Test setup OK
04-05-2024 10:57:04:STARTING TEST : pathFieldThrowingIllegalArgumentExceptionTest()
04-05-2024 10:57:04:[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'
Apr 05, 2024 10:57:04 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:57:04:[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'
Apr 05, 2024 10:57:04 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:57:04:FINISHED TEST : pathFieldThrowingIllegalArgumentExceptionTest()
04-05-2024 10:57:04:[JAXRSCommonClient] Test setup OK
04-05-2024 10:57:04:STARTING TEST : pathParamEntityWithEncodedTest()Apr 05, 2024 10:57:04 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 10:57:04:[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'
04-05-2024 10:57:04:[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'
Apr 05, 2024 10:57:04 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:57:04:FINISHED TEST : pathParamEntityWithEncodedTest()
04-05-2024 10:57:04:[JAXRSCommonClient] Test setup OK
04-05-2024 10:57:04:STARTING TEST : pathFieldParamListEntityWithFromStringTest()
04-05-2024 10:57:04:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 10:57:05 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:57:05:[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'
Apr 05, 2024 10:57:05 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:57:05:FINISHED TEST : pathFieldParamListEntityWithFromStringTest()
04-05-2024 10:57:05:[JAXRSCommonClient] Test setup OK
04-05-2024 10:57:05:STARTING TEST : pathFieldParamEntityWithFromStringTest()
Apr 05, 2024 10:57:05 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:57:05:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 10:57:05:[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'
Apr 05, 2024 10:57:05 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:57:05:FINISHED TEST : pathFieldParamEntityWithFromStringTest()
04-05-2024 10:57:05:[JAXRSCommonClient] Test setup OK
04-05-2024 10:57:05:STARTING TEST : pathParamSortedSetEntityWithFromStringTest()
04-05-2024 10:57:05:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 10:57:05 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:57:05:[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'
Apr 05, 2024 10:57:05 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:57:05:FINISHED TEST : pathParamSortedSetEntityWithFromStringTest()
04-05-2024 10:57:05:[JAXRSCommonClient] Test setup OK
04-05-2024 10:57:05:STARTING TEST : pathFieldParamEntityWithConstructorTest()
04-05-2024 10:57:05:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 10:57:05 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:57:05:[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'
Apr 05, 2024 10:57:05 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:57:05:FINISHED TEST : pathFieldParamEntityWithConstructorTest()
04-05-2024 10:57:05:[JAXRSCommonClient] Test setup OK
04-05-2024 10:57:05:STARTING TEST : pathParamEntityWithValueOfTest()
Apr 05, 2024 10:57:05 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:57:05:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 10:57:05:[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'
Apr 05, 2024 10:57:05 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:57:05:FINISHED TEST : pathParamEntityWithValueOfTest()
04-05-2024 10:57:05:[JAXRSCommonClient] Test setup OK
04-05-2024 10:57:05:STARTING TEST : pathFieldThrowingWebApplicationExceptionTest()
04-05-2024 10:57:05:[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'
Apr 05, 2024 10:57:05 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:57:05:[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'
Apr 05, 2024 10:57:05 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:57:05:FINISHED TEST : pathFieldThrowingWebApplicationExceptionTest()
04-05-2024 10:57:05:[JAXRSCommonClient] Test setup OK
04-05-2024 10:57:05:STARTING TEST : pathParamThrowingIllegalArgumentExceptionTest()
04-05-2024 10:57:05:[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'
Apr 05, 2024 10:57:05 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:57:05:[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'
Apr 05, 2024 10:57:05 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:57:05:FINISHED TEST : pathParamThrowingIllegalArgumentExceptionTest()
04-05-2024 10:57:05:[JAXRSCommonClient] Test setup OK
04-05-2024 10:57:05:STARTING TEST : pathParamEntityWithConstructorTest()
04-05-2024 10:57:05:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 10:57:05 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:57:05:[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'
Apr 05, 2024 10:57:05 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:57:05:FINISHED TEST : pathParamEntityWithConstructorTest()
04-05-2024 10:57:05:[JAXRSCommonClient] Test setup OK
04-05-2024 10:57:05:STARTING TEST : pathFieldParamEntityWithEncodedTest()
04-05-2024 10:57:05:[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'Apr 05, 2024 10:57:05 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 10:57:05:[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'
Apr 05, 2024 10:57:05 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:57:05:FINISHED TEST : pathFieldParamEntityWithEncodedTest()
04-05-2024 10:57:05:[JAXRSCommonClient] Test setup OK
04-05-2024 10:57:05:STARTING TEST : pathParamSetEntityWithFromStringTest()Apr 05, 2024 10:57:05 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 10:57:05:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 10:57:05:[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'
Apr 05, 2024 10:57:05 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:57:05:FINISHED TEST : pathParamSetEntityWithFromStringTest()
04-05-2024 10:57:05:[JAXRSCommonClient] Test setup OK
04-05-2024 10:57:05:STARTING TEST : pathFieldParamEntityWithValueOfTest()
04-05-2024 10:57:05:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 10:57:05 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:57:05:[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'
Apr 05, 2024 10:57:05 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:57:05:FINISHED TEST : pathFieldParamEntityWithValueOfTest()
04-05-2024 10:57:05:[JAXRSCommonClient] Test setup OK
04-05-2024 10:57:05:STARTING TEST : pathParamThrowingWebApplicationExceptionTest()
Apr 05, 2024 10:57:05 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:57:05:[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'
04-05-2024 10:57:05:[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'
Apr 05, 2024 10:57:05 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:57:05:FINISHED TEST : pathParamThrowingWebApplicationExceptionTest()
04-05-2024 10:57:05:[JAXRSCommonClient] Test setup OK
04-05-2024 10:57:05:STARTING TEST : pathParamListEntityWithFromStringTest()
04-05-2024 10:57:05:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 10:57:05 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:57:05:[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'
Apr 05, 2024 10:57:05 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:57:05:FINISHED TEST : pathParamListEntityWithFromStringTest()
04-05-2024 10:57:05:[JAXRSCommonClient] Test setup OK
04-05-2024 10:57:05:STARTING TEST : pathFieldParamSetEntityWithFromStringTest()
04-05-2024 10:57:05:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 10:57:05 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:57:05:[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'
Apr 05, 2024 10:57:05 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:57:05:FINISHED TEST : pathFieldParamSetEntityWithFromStringTest()
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.309 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
04-05-2024 10:57:06:[JAXRSCommonClient] Test setup OK
04-05-2024 10:57:06:STARTING TEST : pathParamOnFieldTest()
04-05-2024 10:57:06:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/pathfield/FIRST/SECOND
04-05-2024 10:57:06:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/pathfield/FIRST/SECOND' to target server at 'localhost:8080'
04-05-2024 10:57:06:###############################
04-05-2024 10:57:06:[Request] Adding entity: Anything
04-05-2024 10:57:06:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/x-www-form-urlencoded
04-05-2024 10:57:06:  TRACE: [WIRE] - >> Anything
04-05-2024 10:57:06:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:57:06:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:57:06:  TRACE: [WIRE] - << Content-Length: 19
04-05-2024 10:57:06:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 10:57:06:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:57:06:  TRACE: [WIRE] - << AnythingFIRSTSECOND
04-05-2024 10:57:06:FINISHED TEST : pathParamOnFieldTest()
04-05-2024 10:57:06:[JAXRSCommonClient] Test setup OK
04-05-2024 10:57:06:STARTING TEST : headerParamOnFieldTest()
04-05-2024 10:57:06:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/headerfield' to target server at 'localhost:8080'
04-05-2024 10:57:06:###############################
04-05-2024 10:57:06:[Request] Adding entity: Anything
04-05-2024 10:57:06:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/headerfield
04-05-2024 10:57:06:  TRACE: [WIRE] - >> Accept:*/*, bpeHeader:FIRST, innerHeader:SECOND, Content-Type:application/x-www-form-urlencoded
04-05-2024 10:57:06:  TRACE: [WIRE] - >> Anything
04-05-2024 10:57:06:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:57:06:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:57:06:  TRACE: [WIRE] - << Content-Length: 19
04-05-2024 10:57:06:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 10:57:06:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:57:06:  TRACE: [WIRE] - << AnythingFIRSTSECOND
04-05-2024 10:57:06:FINISHED TEST : headerParamOnFieldTest()
04-05-2024 10:57:06:[JAXRSCommonClient] Test setup OK
04-05-2024 10:57:06:STARTING TEST : queryParamOnFieldTest()
04-05-2024 10:57:06:[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'
04-05-2024 10:57:06:###############################
04-05-2024 10:57:06:[Request] Adding entity: Anything
04-05-2024 10:57:06:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/queryfield?bpeQuery=FIRST&innerQuery=SECOND
04-05-2024 10:57:06:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/x-www-form-urlencoded
04-05-2024 10:57:06:  TRACE: [WIRE] - >> Anything
04-05-2024 10:57:06:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:57:06:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:57:06:  TRACE: [WIRE] - << Content-Length: 19
04-05-2024 10:57:06:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 10:57:06:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:57:06:  TRACE: [WIRE] - << AnythingFIRSTSECOND
04-05-2024 10:57:06:FINISHED TEST : queryParamOnFieldTest()
04-05-2024 10:57:06:[JAXRSCommonClient] Test setup OK
04-05-2024 10:57:06:STARTING TEST : cookieParamOnFieldTest()
04-05-2024 10:57:06:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/cookiefield' to target server at 'localhost:8080'
04-05-2024 10:57:06:###############################
04-05-2024 10:57:06:[Request] Adding entity: Anything
04-05-2024 10:57:06:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/cookiefield
04-05-2024 10:57:06:  TRACE: [WIRE] - >> Accept:*/*, Cookie:bpeCookie=FIRST;Version=1;innerCookie=SECOND;Version=1, Content-Type:application/x-www-form-urlencoded
04-05-2024 10:57:06:  TRACE: [WIRE] - >> Anything
04-05-2024 10:57:06:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:57:06:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:57:06:  TRACE: [WIRE] - << Content-Length: 19
04-05-2024 10:57:06:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 10:57:06:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:57:06:  TRACE: [WIRE] - << AnythingFIRSTSECOND
04-05-2024 10:57:06:FINISHED TEST : cookieParamOnFieldTest()
04-05-2024 10:57:06:[JAXRSCommonClient] Test setup OK
04-05-2024 10:57:06:STARTING TEST : formParamOnFieldTest()
04-05-2024 10:57:06:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/formfield' to target server at 'localhost:8080'
04-05-2024 10:57:06:###############################
04-05-2024 10:57:06:[Request] Adding entity: Anything&bpeForm=FIRST&innerForm=SECOND
04-05-2024 10:57:06:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/formfield
04-05-2024 10:57:06:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/x-www-form-urlencoded
04-05-2024 10:57:06:  TRACE: [WIRE] - >> Anything&bpeForm=FIRST&innerForm=SECOND
04-05-2024 10:57:06:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:57:06:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:57:06:  TRACE: [WIRE] - << Content-Length: 50
04-05-2024 10:57:06:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 10:57:06:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:57:06:  TRACE: [WIRE] - << Anything&bpeForm=FIRST&innerForm=SECONDFIRSTSECOND
04-05-2024 10:57:06:FINISHED TEST : formParamOnFieldTest()
04-05-2024 10:57:06:[JAXRSCommonClient] Test setup OK
04-05-2024 10:57:06:STARTING TEST : allParamsInParamTest()
04-05-2024 10:57:06:[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'
04-05-2024 10:57:06:###############################
04-05-2024 10:57:06:[Request] Adding entity: Anything&bpeForm=Third&innerForm=Fourth
04-05-2024 10:57:06:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/allparam/Nineth/Tenth;bpeMatrix=Seventh;innerMatrix=Eighth?bpeQuery=Eleventh&innerQuery=Twelveth
04-05-2024 10:57:06:  TRACE: [WIRE] - >> Accept:*/*, Cookie:bpeCookie=FIRST;Version=1;innerCookie=SECOND;Version=1, bpeHeader:Fifth, innerHeader:Sixth, Content-Type:application/x-www-form-urlencoded
04-05-2024 10:57:06:  TRACE: [WIRE] - >> Anything&bpeForm=Third&innerForm=Fourth
04-05-2024 10:57:06:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:57:06:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:57:06:  TRACE: [WIRE] - << Content-Length: 111
04-05-2024 10:57:06:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 10:57:06:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:57:06:  TRACE: [WIRE] - << ThirdFourthFifthSixthSeventhEighthNinethTenthEleventhTwelvethAnything&bpeForm=Third&innerForm=FourthFIRSTSECOND
04-05-2024 10:57:06:FINISHED TEST : allParamsInParamTest()
04-05-2024 10:57:06:[JAXRSCommonClient] Test setup OK
04-05-2024 10:57:06:STARTING TEST : matrixParamInParamTest()
04-05-2024 10:57:06:[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'
04-05-2024 10:57:06:###############################
04-05-2024 10:57:06:[Request] Adding entity: Anything
04-05-2024 10:57:06:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/matrixparam;bpeMatrix=FIRST;innerMatrix=SECOND
04-05-2024 10:57:06:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/x-www-form-urlencoded
04-05-2024 10:57:06:  TRACE: [WIRE] - >> Anything
04-05-2024 10:57:06:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:57:06:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:57:06:  TRACE: [WIRE] - << Content-Length: 19
04-05-2024 10:57:06:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 10:57:06:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:57:06:  TRACE: [WIRE] - << AnythingFIRSTSECOND
04-05-2024 10:57:06:FINISHED TEST : matrixParamInParamTest()
04-05-2024 10:57:06:[JAXRSCommonClient] Test setup OK
04-05-2024 10:57:06:STARTING TEST : pathParamInParamTest()
04-05-2024 10:57:06:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/pathparam/FIRST/SECOND' to target server at 'localhost:8080'
04-05-2024 10:57:06:###############################
04-05-2024 10:57:06:[Request] Adding entity: Anything
04-05-2024 10:57:06:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/pathparam/FIRST/SECOND
04-05-2024 10:57:06:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/x-www-form-urlencoded
04-05-2024 10:57:06:  TRACE: [WIRE] - >> Anything
04-05-2024 10:57:06:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:57:06:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:57:06:  TRACE: [WIRE] - << Content-Length: 19
04-05-2024 10:57:06:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 10:57:06:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:57:06:  TRACE: [WIRE] - << AnythingFIRSTSECOND
04-05-2024 10:57:06:FINISHED TEST : pathParamInParamTest()
04-05-2024 10:57:06:[JAXRSCommonClient] Test setup OK
04-05-2024 10:57:06:STARTING TEST : headerParamInParamTest()
04-05-2024 10:57:06:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/headerparam' to target server at 'localhost:8080'
04-05-2024 10:57:06:###############################
04-05-2024 10:57:06:[Request] Adding entity: Anything
04-05-2024 10:57:06:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/headerparam
04-05-2024 10:57:06:  TRACE: [WIRE] - >> Accept:*/*, bpeHeader:FIRST, innerHeader:SECOND, Content-Type:application/x-www-form-urlencoded
04-05-2024 10:57:06:  TRACE: [WIRE] - >> Anything
04-05-2024 10:57:06:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:57:06:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:57:06:  TRACE: [WIRE] - << Content-Length: 19
04-05-2024 10:57:06:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 10:57:06:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:57:06:  TRACE: [WIRE] - << AnythingFIRSTSECOND
04-05-2024 10:57:06:FINISHED TEST : headerParamInParamTest()
04-05-2024 10:57:06:[JAXRSCommonClient] Test setup OK
04-05-2024 10:57:06:STARTING TEST : queryParamInParamTest()
04-05-2024 10:57:06:[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'
04-05-2024 10:57:06:###############################
04-05-2024 10:57:06:[Request] Adding entity: Anything
04-05-2024 10:57:06:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/queryparam?bpeQuery=FIRST&innerQuery=SECOND
04-05-2024 10:57:06:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/x-www-form-urlencoded
04-05-2024 10:57:06:  TRACE: [WIRE] - >> Anything
04-05-2024 10:57:06:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:57:06:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:57:06:  TRACE: [WIRE] - << Content-Length: 19
04-05-2024 10:57:06:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 10:57:06:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:57:06:  TRACE: [WIRE] - << AnythingFIRSTSECOND
04-05-2024 10:57:06:FINISHED TEST : queryParamInParamTest()
04-05-2024 10:57:06:[JAXRSCommonClient] Test setup OK
04-05-2024 10:57:06:STARTING TEST : allParamsOnFieldTest()
04-05-2024 10:57:06:[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'
04-05-2024 10:57:06:###############################
04-05-2024 10:57:06:[Request] Adding entity: Anything&bpeForm=Third&innerForm=Fourth
04-05-2024 10:57:06:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/allfield/Nineth/Tenth;bpeMatrix=Seventh;innerMatrix=Eighth?bpeQuery=Eleventh&innerQuery=Twelveth
04-05-2024 10:57:06:  TRACE: [WIRE] - >> Accept:*/*, Cookie:bpeCookie=FIRST;Version=1;innerCookie=SECOND;Version=1, bpeHeader:Fifth, innerHeader:Sixth, Content-Type:application/x-www-form-urlencoded
04-05-2024 10:57:06:  TRACE: [WIRE] - >> Anything&bpeForm=Third&innerForm=Fourth
04-05-2024 10:57:06:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:57:06:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:57:06:  TRACE: [WIRE] - << Content-Length: 111
04-05-2024 10:57:06:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 10:57:06:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:57:06:  TRACE: [WIRE] - << ThirdFourthFifthSixthSeventhEighthNinethTenthEleventhTwelvethAnything&bpeForm=Third&innerForm=FourthFIRSTSECOND
04-05-2024 10:57:06:FINISHED TEST : allParamsOnFieldTest()
04-05-2024 10:57:06:[JAXRSCommonClient] Test setup OK
04-05-2024 10:57:06:STARTING TEST : cookieParamInParamTest()
04-05-2024 10:57:06:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/cookieparam' to target server at 'localhost:8080'
04-05-2024 10:57:06:###############################
04-05-2024 10:57:06:[Request] Adding entity: Anything
04-05-2024 10:57:06:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/cookieparam
04-05-2024 10:57:06:  TRACE: [WIRE] - >> Accept:*/*, Cookie:bpeCookie=FIRST;Version=1;innerCookie=SECOND;Version=1, Content-Type:application/x-www-form-urlencoded
04-05-2024 10:57:06:  TRACE: [WIRE] - >> Anything
04-05-2024 10:57:06:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:57:06:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:57:06:  TRACE: [WIRE] - << Content-Length: 19
04-05-2024 10:57:06:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 10:57:06:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:57:06:  TRACE: [WIRE] - << AnythingFIRSTSECOND
04-05-2024 10:57:06:FINISHED TEST : cookieParamInParamTest()
04-05-2024 10:57:06:[JAXRSCommonClient] Test setup OK
04-05-2024 10:57:06:STARTING TEST : formParamInParamTest()
04-05-2024 10:57:06:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/formparam' to target server at 'localhost:8080'
04-05-2024 10:57:06:###############################
04-05-2024 10:57:06:[Request] Adding entity: Anything&bpeForm=FIRST&innerForm=SECOND
04-05-2024 10:57:06:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/formparam
04-05-2024 10:57:06:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/x-www-form-urlencoded
04-05-2024 10:57:06:  TRACE: [WIRE] - >> Anything&bpeForm=FIRST&innerForm=SECOND
04-05-2024 10:57:06:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:57:06:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:57:06:  TRACE: [WIRE] - << Content-Length: 50
04-05-2024 10:57:06:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 10:57:06:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:57:06:  TRACE: [WIRE] - << Anything&bpeForm=FIRST&innerForm=SECONDFIRSTSECOND
04-05-2024 10:57:06:FINISHED TEST : formParamInParamTest()
04-05-2024 10:57:06:[JAXRSCommonClient] Test setup OK
04-05-2024 10:57:06:STARTING TEST : matrixParamOnFieldTest()
04-05-2024 10:57:06:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/matrixfield;bpeMatrix=FIRST;innerMatrix=SECOND
04-05-2024 10:57:06:[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'
04-05-2024 10:57:06:###############################
04-05-2024 10:57:06:[Request] Adding entity: Anything
04-05-2024 10:57:06:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/x-www-form-urlencoded
04-05-2024 10:57:06:  TRACE: [WIRE] - >> Anything
04-05-2024 10:57:06:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:57:06:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:57:06:  TRACE: [WIRE] - << Content-Length: 19
04-05-2024 10:57:06:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 10:57:06:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:57:06:  TRACE: [WIRE] - << AnythingFIRSTSECOND
04-05-2024 10:57:06:FINISHED TEST : matrixParamOnFieldTest()
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.306 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
04-05-2024 10:57:07:[JAXRSCommonClient] Test setup OK
04-05-2024 10:57:07:STARTING TEST : queryFieldParamEntityWithEncodedTest()
04-05-2024 10:57:07:[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'
Apr 05, 2024 10:57:07 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:57:07:[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'
Apr 05, 2024 10:57:07 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:57:07:FINISHED TEST : queryFieldParamEntityWithEncodedTest()
04-05-2024 10:57:07:[JAXRSCommonClient] Test setup OK
04-05-2024 10:57:07:STARTING TEST : queryParamEntityWithEncodedTest()
04-05-2024 10:57:07:[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'
Apr 05, 2024 10:57:07 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:57:07:[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'
Apr 05, 2024 10:57:07 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:57:07:FINISHED TEST : queryParamEntityWithEncodedTest()
04-05-2024 10:57:07:[JAXRSCommonClient] Test setup OK
04-05-2024 10:57:07:STARTING TEST : queryFieldParamEntityWithFromStringTest()Apr 05, 2024 10:57:07 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 10:57:07:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Field?&Inner HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 10:57:07:[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'Apr 05, 2024 10:57:07 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 10:57:07:FINISHED TEST : queryFieldParamEntityWithFromStringTest()
04-05-2024 10:57:07:[JAXRSCommonClient] Test setup OK
04-05-2024 10:57:07:STARTING TEST : queryFieldParamSetEntityWithFromStringTest()
04-05-2024 10:57:07:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Field?&Inner HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 10:57:07 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:57:07:[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'
Apr 05, 2024 10:57:07 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:57:07:FINISHED TEST : queryFieldParamSetEntityWithFromStringTest()
04-05-2024 10:57:07:[JAXRSCommonClient] Test setup OK
04-05-2024 10:57:07:STARTING TEST : queryFieldParamEntityWithValueOfTest()
Apr 05, 2024 10:57:07 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:57:07:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Field?&Inner HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 10:57:07:[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'
Apr 05, 2024 10:57:07 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:57:07:FINISHED TEST : queryFieldParamEntityWithValueOfTest()
04-05-2024 10:57:07:[JAXRSCommonClient] Test setup OK
04-05-2024 10:57:07:STARTING TEST : queryParamEntityWithValueOfTest()
04-05-2024 10:57:07:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Param?&Inner HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 10:57:07 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:57:07:[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'
Apr 05, 2024 10:57:07 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:57:07:FINISHED TEST : queryParamEntityWithValueOfTest()
04-05-2024 10:57:07:[JAXRSCommonClient] Test setup OK
04-05-2024 10:57:07:STARTING TEST : queryParamThrowingIllegalArgumentExceptionTest()
Apr 05, 2024 10:57:07 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
Apr 05, 2024 10:57:07 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:57:07:[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'
04-05-2024 10:57:07:[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'
04-05-2024 10:57:07:FINISHED TEST : queryParamThrowingIllegalArgumentExceptionTest()
04-05-2024 10:57:07:[JAXRSCommonClient] Test setup OK
04-05-2024 10:57:07:STARTING TEST : queryParamSetEntityWithFromStringTest()
Apr 05, 2024 10:57:07 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:57:07:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Param?&Inner HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 10:57:07:[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'
Apr 05, 2024 10:57:07 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:57:07:FINISHED TEST : queryParamSetEntityWithFromStringTest()
04-05-2024 10:57:07:[JAXRSCommonClient] Test setup OK
04-05-2024 10:57:07:STARTING TEST : queryParamListEntityWithFromStringTest()
04-05-2024 10:57:07:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Param?&Inner HTTP/1.1' to target server at 'localhost:8080'Apr 05, 2024 10:57:07 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
Apr 05, 2024 10:57:07 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 10:57:07:[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'
04-05-2024 10:57:07:FINISHED TEST : queryParamListEntityWithFromStringTest()
04-05-2024 10:57:07:[JAXRSCommonClient] Test setup OK
04-05-2024 10:57:07:STARTING TEST : queryFieldParamListEntityWithFromStringTest()
Apr 05, 2024 10:57:07 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:57:07:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Field?&Inner HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 10:57:07:[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'
Apr 05, 2024 10:57:07 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:57:07:FINISHED TEST : queryFieldParamListEntityWithFromStringTest()
04-05-2024 10:57:07:[JAXRSCommonClient] Test setup OK
04-05-2024 10:57:07:STARTING TEST : queryFieldThrowingWebApplicationExceptionTest()Apr 05, 2024 10:57:07 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 10:57:07:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Field?ParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 10:57:07:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Field?InnerParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 10:57:07 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:57:07:FINISHED TEST : queryFieldThrowingWebApplicationExceptionTest()
04-05-2024 10:57:07:[JAXRSCommonClient] Test setup OK
04-05-2024 10:57:07:STARTING TEST : queryFieldParamSortedSetEntityWithFromStringTest()
Apr 05, 2024 10:57:07 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:57:07:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Field?&Inner HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 10:57:07:[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'
Apr 05, 2024 10:57:07 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:57:07:FINISHED TEST : queryFieldParamSortedSetEntityWithFromStringTest()
04-05-2024 10:57:07:[JAXRSCommonClient] Test setup OK
04-05-2024 10:57:07:STARTING TEST : queryParamEntityWithFromStringTest()
04-05-2024 10:57:07:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Param?&Inner HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 10:57:07 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:57:07:[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'
Apr 05, 2024 10:57:07 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:57:07:FINISHED TEST : queryParamEntityWithFromStringTest()
04-05-2024 10:57:07:[JAXRSCommonClient] Test setup OK
04-05-2024 10:57:07:STARTING TEST : queryParamSortedSetEntityWithFromStringTest()Apr 05, 2024 10:57:07 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 10:57:07:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Param?&Inner HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 10:57:07:[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'
Apr 05, 2024 10:57:07 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:57:07:FINISHED TEST : queryParamSortedSetEntityWithFromStringTest()
04-05-2024 10:57:07:[JAXRSCommonClient] Test setup OK
04-05-2024 10:57:07:STARTING TEST : queryParamEntityWithConstructorTest()
Apr 05, 2024 10:57:07 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:57:07:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Param?&Inner HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 10:57:07:[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'
Apr 05, 2024 10:57:07 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:57:07:FINISHED TEST : queryParamEntityWithConstructorTest()
04-05-2024 10:57:07:[JAXRSCommonClient] Test setup OK
04-05-2024 10:57:07:STARTING TEST : queryFieldThrowingIllegalArgumentExceptionTest()
04-05-2024 10:57:07:[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'
Apr 05, 2024 10:57:07 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:57:07:[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'
Apr 05, 2024 10:57:07 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:57:07:FINISHED TEST : queryFieldThrowingIllegalArgumentExceptionTest()
04-05-2024 10:57:07:[JAXRSCommonClient] Test setup OK
04-05-2024 10:57:07:STARTING TEST : queryParamThrowingWebApplicationExceptionTest()
Apr 05, 2024 10:57:07 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:57:07:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Param?ParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 10:57:07:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Param?InnerParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080'Apr 05, 2024 10:57:07 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 10:57:07:FINISHED TEST : queryParamThrowingWebApplicationExceptionTest()
04-05-2024 10:57:07:[JAXRSCommonClient] Test setup OK
04-05-2024 10:57:07:STARTING TEST : queryFieldParamEntityWithConstructorTest()
Apr 05, 2024 10:57:07 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:57:07:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Field?&Inner HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 10:57:07:[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'
Apr 05, 2024 10:57:07 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 10:57:07:FINISHED TEST : queryFieldParamEntityWithConstructorTest()
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.371 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
04-05-2024 10:57:08:[JAXRSCommonClient] Test setup OK
04-05-2024 10:57:08:STARTING TEST : optionsWithCallbackWhileServerWaitTest()
04-05-2024 10:57:08:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsandwait
04-05-2024 10:57:08:  TRACE: [WIRE] - >> 
04-05-2024 10:57:08:Start time: 1712314628851
04-05-2024 10:57:08:Client was returned control in 8 milliseconds from request
04-05-2024 10:57:10:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:57:10:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:57:10:  TRACE: [WIRE] - << Content-Length: 7
04-05-2024 10:57:10:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:57:10:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:57:10:Callback#completed() called in 2051 milliseconds from request
04-05-2024 10:57:10:Returned status 200 (OK)
04-05-2024 10:57:11:Callback completed() call ok
04-05-2024 10:57:11:FINISHED TEST : optionsWithCallbackWhileServerWaitTest()
04-05-2024 10:57:11:[JAXRSCommonClient] Test setup OK
04-05-2024 10:57:11:STARTING TEST : methodWithCallbackWhileServerWaitTest()
04-05-2024 10:57:11:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait
04-05-2024 10:57:11:  TRACE: [WIRE] - >> 
04-05-2024 10:57:13:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:57:11:Start time: 1712314631020
04-05-2024 10:57:11:Client was returned control in 1 milliseconds from request
04-05-2024 10:57:13:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:57:13:  TRACE: [WIRE] - << Content-Length: 6
04-05-2024 10:57:13:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:57:13:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:57:13:Callback#completed() called in 2005 milliseconds from request
04-05-2024 10:57:13:Returned status 200 (OK)
04-05-2024 10:57:13:Callback completed() call ok
04-05-2024 10:57:13:Start time: 1712314633046
04-05-2024 10:57:13:Client was returned control in 1 milliseconds from request04-05-2024 10:57:13:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getandwait

04-05-2024 10:57:13:  TRACE: [WIRE] - >> 
04-05-2024 10:57:15:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:57:15:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:57:15:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 10:57:15:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:57:15:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:57:15:Callback#completed() called in 2006 milliseconds from request
04-05-2024 10:57:15:Returned status 200 (OK)
04-05-2024 10:57:15:Callback completed() call ok
04-05-2024 10:57:15:Start time: 1712314635067
04-05-2024 10:57:15:Client was returned control in 1 milliseconds from request04-05-2024 10:57:15:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsandwait

04-05-2024 10:57:15:  TRACE: [WIRE] - >> 
04-05-2024 10:57:17:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:57:17:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:57:17:  TRACE: [WIRE] - << Content-Length: 7
04-05-2024 10:57:17:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:57:17:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:57:17:Callback#completed() called in 2006 milliseconds from request
04-05-2024 10:57:17:Returned status 200 (OK)
04-05-2024 10:57:17:Callback completed() call ok
04-05-2024 10:57:17:FINISHED TEST : methodWithCallbackWhileServerWaitTest()
04-05-2024 10:57:17:[JAXRSCommonClient] Test setup OK
04-05-2024 10:57:17:STARTING TEST : optionsWithGenericTypeStringWhileServerWaitTest()
04-05-2024 10:57:17:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsandwait
04-05-2024 10:57:17:  TRACE: [WIRE] - >> 
04-05-2024 10:57:19:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:57:17:Start time: 1712314637088
04-05-2024 10:57:17:Client was returned control in 1 milliseconds from request
04-05-2024 10:57:19:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:57:19:  TRACE: [WIRE] - << Content-Length: 7
04-05-2024 10:57:19:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:57:19:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:57:19:FINISHED TEST : optionsWithGenericTypeStringWhileServerWaitTest()
04-05-2024 10:57:19:[JAXRSCommonClient] Test setup OK
04-05-2024 10:57:19:STARTING TEST : methodWithStringClassWhileServerWaitTest()
04-05-2024 10:57:19:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait
04-05-2024 10:57:19:  TRACE: [WIRE] - >> 
04-05-2024 10:57:19:Start time: 1712314639109
04-05-2024 10:57:19:Client was returned control in 1 milliseconds from request
04-05-2024 10:57:21:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:57:21:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:57:21:  TRACE: [WIRE] - << Content-Length: 6
04-05-2024 10:57:21:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:57:21:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:57:21:Start time: 1712314641134
04-05-2024 10:57:21:Client was returned control in 1 milliseconds from request
04-05-2024 10:57:21:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getandwait
04-05-2024 10:57:21:  TRACE: [WIRE] - >> 
04-05-2024 10:57:23:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:57:23:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:57:23:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 10:57:23:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:57:23:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:57:23:Start time: 1712314643151
04-05-2024 10:57:23:Client was returned control in 47 milliseconds from request
04-05-2024 10:57:23:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsandwait
04-05-2024 10:57:23:  TRACE: [WIRE] - >> 
04-05-2024 10:57:25:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:57:25:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:57:25:  TRACE: [WIRE] - << Content-Length: 7
04-05-2024 10:57:25:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:57:25:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:57:25:FINISHED TEST : methodWithStringClassWhileServerWaitTest()
04-05-2024 10:57:25:[JAXRSCommonClient] Test setup OK
04-05-2024 10:57:25:STARTING TEST : traceWithClassThrowsNoWebApplicationExceptionForResponseTest()
04-05-2024 10:57:25:  TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/tracenotok
04-05-2024 10:57:25:  TRACE: [WIRE] - >> 
04-05-2024 10:57:25:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 10:57:25:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:57:25:Start time: 1712314645221
04-05-2024 10:57:25:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 10:57:25:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 10:57:25:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:57:25:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:57:25:Returned status 406 (NOT_ACCEPTABLE)
04-05-2024 10:57:25:FINISHED TEST : traceWithClassThrowsNoWebApplicationExceptionForResponseTest()
04-05-2024 10:57:25:[JAXRSCommonClient] Test setup OK
04-05-2024 10:57:25:STARTING TEST : postWithCallbackThrowsProcessingExceptionTest()
04-05-2024 10:57:25:  TRACE: [WIRE] - >> POST http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/post
04-05-2024 10:57:25:  TRACE: [WIRE] - >> Content-Type:*/*
04-05-2024 10:57:25:Start time: 1712314645243
04-05-2024 10:57:25:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-05-2024 10:57:25:ExecutionException.getCause is ProcessingException as expected
04-05-2024 10:57:25:FINISHED TEST : postWithCallbackThrowsProcessingExceptionTest()
04-05-2024 10:57:25:[JAXRSCommonClient] Test setup OK
04-05-2024 10:57:25:STARTING TEST : optionsWithGenericTypeResponseWhileServerWaitTest()
04-05-2024 10:57:25:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsandwait
04-05-2024 10:57:25:  TRACE: [WIRE] - >> 
04-05-2024 10:57:25:Start time: 1712314645317
04-05-2024 10:57:25:Client was returned control in 1 milliseconds from request
04-05-2024 10:57:27:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:57:27:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:57:27:  TRACE: [WIRE] - << Content-Length: 7
04-05-2024 10:57:27:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:57:27:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:57:27:Returned status 200 (OK)
04-05-2024 10:57:27:FINISHED TEST : optionsWithGenericTypeResponseWhileServerWaitTest()
04-05-2024 10:57:27:[JAXRSCommonClient] Test setup OK
04-05-2024 10:57:27:STARTING TEST : methodWithCallbackWithEntityThrowsProcessingExceptionTest()04-05-2024 10:57:27:  TRACE: [WIRE] - >> PUT http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/put
04-05-2024 10:57:27:  TRACE: [WIRE] - >> Content-Type:*/*

04-05-2024 10:57:27:Start time: 1712314647338
04-05-2024 10:57:27:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-05-2024 10:57:27:ExecutionException.getCause is ProcessingException as expected
04-05-2024 10:57:27:Start time: 171231464735104-05-2024 10:57:27:  TRACE: [WIRE] - >> POST http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/post

04-05-2024 10:57:27:  TRACE: [WIRE] - >> Content-Type:*/*
04-05-2024 10:57:27:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-05-2024 10:57:27:ExecutionException.getCause is ProcessingException as expected
04-05-2024 10:57:27:FINISHED TEST : methodWithCallbackWithEntityThrowsProcessingExceptionTest()
04-05-2024 10:57:27:[JAXRSCommonClient] Test setup OK
04-05-2024 10:57:27:STARTING TEST : getWithGenericTypeStringWhileServerWaitTest()
04-05-2024 10:57:27:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getandwait
04-05-2024 10:57:27:Start time: 1712314647365
04-05-2024 10:57:27:Client was returned control in 1 milliseconds from request
04-05-2024 10:57:27:  TRACE: [WIRE] - >> 
04-05-2024 10:57:29:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:57:29:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:57:29:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 10:57:29:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:57:29:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:57:29:FINISHED TEST : getWithGenericTypeStringWhileServerWaitTest()
04-05-2024 10:57:29:[JAXRSCommonClient] Test setup OK
04-05-2024 10:57:29:STARTING TEST : optionsWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest()
04-05-2024 10:57:29:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsnotok
04-05-2024 10:57:29:  TRACE: [WIRE] - >> 
04-05-2024 10:57:29:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 10:57:29:Start time: 1712314649386
04-05-2024 10:57:29:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:57:29:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 10:57:29:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 10:57:29:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:57:29:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:57:29:Returned status 406 (NOT_ACCEPTABLE)
04-05-2024 10:57:29:FINISHED TEST : optionsWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest()
04-05-2024 10:57:29:[JAXRSCommonClient] Test setup OK
04-05-2024 10:57:29:STARTING TEST : methodWithClassThrowsProcessingExceptionTest()
04-05-2024 10:57:29:  TRACE: [WIRE] - >> DELETE http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/delete
04-05-2024 10:57:29:  TRACE: [WIRE] - >> 
04-05-2024 10:57:29:Start time: 1712314649404
04-05-2024 10:57:29:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-05-2024 10:57:29:ExecutionException.getCause is ProcessingException as expected
04-05-2024 10:57:29:Start time: 1712314649435
04-05-2024 10:57:29:  TRACE: [WIRE] - >> GET http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/get
04-05-2024 10:57:29:  TRACE: [WIRE] - >> 
04-05-2024 10:57:29:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-05-2024 10:57:29:ExecutionException.getCause is ProcessingException as expected
04-05-2024 10:57:29:  TRACE: [WIRE] - >> OPTIONS http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/options
04-05-2024 10:57:29:  TRACE: [WIRE] - >> 
04-05-2024 10:57:29:Start time: 1712314649448
04-05-2024 10:57:29:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-05-2024 10:57:29:ExecutionException.getCause is ProcessingException as expected
04-05-2024 10:57:29:FINISHED TEST : methodWithClassThrowsProcessingExceptionTest()
04-05-2024 10:57:29:[JAXRSCommonClient] Test setup OK
04-05-2024 10:57:29:STARTING TEST : methodWithClassWithEntityThrowsProcessingExceptionTest()04-05-2024 10:57:29:  TRACE: [WIRE] - >> PUT http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/put

04-05-2024 10:57:29:Start time: 1712314649464
04-05-2024 10:57:29:  TRACE: [WIRE] - >> Content-Type:*/*
04-05-2024 10:57:29:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-05-2024 10:57:29:ExecutionException.getCause is ProcessingException as expected
04-05-2024 10:57:29:Start time: 1712314649480
04-05-2024 10:57:29:  TRACE: [WIRE] - >> POST http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/post
04-05-2024 10:57:29:  TRACE: [WIRE] - >> Content-Type:*/*
04-05-2024 10:57:29:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-05-2024 10:57:29:ExecutionException.getCause is ProcessingException as expected
04-05-2024 10:57:29:FINISHED TEST : methodWithClassWithEntityThrowsProcessingExceptionTest()
04-05-2024 10:57:29:[JAXRSCommonClient] Test setup OK
04-05-2024 10:57:29:STARTING TEST : traceWithGenericTypeThrowsProcessingExceptionTest()04-05-2024 10:57:29:  TRACE: [WIRE] - >> TRACE http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/trace
04-05-2024 10:57:29:  TRACE: [WIRE] - >> 

04-05-2024 10:57:29:Start time: 1712314649510
04-05-2024 10:57:29:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-05-2024 10:57:29:ExecutionException.getCause is ProcessingException as expected
04-05-2024 10:57:29:FINISHED TEST : traceWithGenericTypeThrowsProcessingExceptionTest()
04-05-2024 10:57:29:[JAXRSCommonClient] Test setup OK
04-05-2024 10:57:29:STARTING TEST : traceWithGenericTypeResponseWhileServerWaitTest()
04-05-2024 10:57:29:  TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/traceandwait
04-05-2024 10:57:29:Start time: 1712314649525
04-05-2024 10:57:29:Client was returned control in 0 milliseconds from request
04-05-2024 10:57:29:  TRACE: [WIRE] - >> 
04-05-2024 10:57:31:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:57:31:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:57:31:  TRACE: [WIRE] - << Content-Length: 5
04-05-2024 10:57:31:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:57:31:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:57:31:Returned status 200 (OK)
04-05-2024 10:57:31:FINISHED TEST : traceWithGenericTypeResponseWhileServerWaitTest()
04-05-2024 10:57:31:[JAXRSCommonClient] Test setup OK
04-05-2024 10:57:31:STARTING TEST : optionsWithGenericTypeThrowsWebApplicationExceptionTest()
04-05-2024 10:57:31:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsnotok
04-05-2024 10:57:31:  TRACE: [WIRE] - >> 
04-05-2024 10:57:31:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 10:57:31:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:57:31:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 10:57:31:Start time: 1712314651549
04-05-2024 10:57:31:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 10:57:31:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:57:31:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:57:31:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-05-2024 10:57:31:ExecutionException.getCause is WebApplicationException as expected
04-05-2024 10:57:31:FINISHED TEST : optionsWithGenericTypeThrowsWebApplicationExceptionTest()
04-05-2024 10:57:31:[JAXRSCommonClient] Test setup OK
04-05-2024 10:57:31:STARTING TEST : methodWithResponseClassWhileServerWaitTest()
04-05-2024 10:57:31:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait
04-05-2024 10:57:31:  TRACE: [WIRE] - >> 
04-05-2024 10:57:31:Start time: 1712314651571
04-05-2024 10:57:31:Client was returned control in 1 milliseconds from request
04-05-2024 10:57:33:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:57:33:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:57:33:  TRACE: [WIRE] - << Content-Length: 6
04-05-2024 10:57:33:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:57:33:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:57:33:Returned status 200 (OK)
04-05-2024 10:57:33:Start time: 1712314653588
04-05-2024 10:57:33:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getandwait
04-05-2024 10:57:33:Client was returned control in 0 milliseconds from request
04-05-2024 10:57:33:  TRACE: [WIRE] - >> 
04-05-2024 10:57:35:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:57:35:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:57:35:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 10:57:35:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:57:35:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:57:35:Returned status 200 (OK)
04-05-2024 10:57:35:Start time: 1712314655609
04-05-2024 10:57:35:Client was returned control in 1 milliseconds from request
04-05-2024 10:57:35:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsandwait
04-05-2024 10:57:35:  TRACE: [WIRE] - >> 
04-05-2024 10:57:37:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:57:37:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:57:37:  TRACE: [WIRE] - << Content-Length: 7
04-05-2024 10:57:37:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:57:37:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:57:37:Returned status 200 (OK)
04-05-2024 10:57:37:FINISHED TEST : methodWithResponseClassWhileServerWaitTest()
04-05-2024 10:57:37:[JAXRSCommonClient] Test setup OK
04-05-2024 10:57:37:STARTING TEST : deleteWithGenericTypeStringWhileServerWaitTest()
04-05-2024 10:57:37:Start time: 1712314657628
04-05-2024 10:57:37:Client was returned control in 1 milliseconds from request
04-05-2024 10:57:37:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait
04-05-2024 10:57:37:  TRACE: [WIRE] - >> 
04-05-2024 10:57:39:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:57:39:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:57:39:  TRACE: [WIRE] - << Content-Length: 6
04-05-2024 10:57:39:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:57:39:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:57:39:FINISHED TEST : deleteWithGenericTypeStringWhileServerWaitTest()
04-05-2024 10:57:39:[JAXRSCommonClient] Test setup OK
04-05-2024 10:57:39:STARTING TEST : getWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest()
04-05-2024 10:57:39:Start time: 1712314659647
04-05-2024 10:57:39:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getnotok
04-05-2024 10:57:39:  TRACE: [WIRE] - >> 
04-05-2024 10:57:39:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 10:57:39:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:57:39:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 10:57:39:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 10:57:39:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:57:39:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:57:39:Returned status 406 (NOT_ACCEPTABLE)
04-05-2024 10:57:39:FINISHED TEST : getWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest()
04-05-2024 10:57:39:[JAXRSCommonClient] Test setup OK
04-05-2024 10:57:39:STARTING TEST : postWhileServerWaitTest()04-05-2024 10:57:39:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postandwait

04-05-2024 10:57:39:Start time: 1712314659681
04-05-2024 10:57:39:Client was returned control in 1 milliseconds from request
04-05-2024 10:57:39:  TRACE: [WIRE] - >> Content-Type:*/*
04-05-2024 10:57:41:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:57:41:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:57:41:  TRACE: [WIRE] - << Content-Length: 4
04-05-2024 10:57:41:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:57:41:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:57:41:Returned status 200 (OK)
04-05-2024 10:57:41:FINISHED TEST : postWhileServerWaitTest()
04-05-2024 10:57:41:[JAXRSCommonClient] Test setup OK
04-05-2024 10:57:41:STARTING TEST : headTest()
04-05-2024 10:57:41:Start time: 1712314661701
04-05-2024 10:57:41:  TRACE: [WIRE] - >> HEAD http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/head
04-05-2024 10:57:41:  TRACE: [WIRE] - >> 
04-05-2024 10:57:41:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:57:41:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:57:41:  TRACE: [WIRE] - << Content-Length: 4
04-05-2024 10:57:41:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:57:41:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:57:41:Returned status 200 (OK)
04-05-2024 10:57:41:FINISHED TEST : headTest()
04-05-2024 10:57:41:[JAXRSCommonClient] Test setup OK
04-05-2024 10:57:41:STARTING TEST : methodWithClassWithEntityThrowsWebApplicationExceptionTest()
04-05-2024 10:57:41:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putnotok
04-05-2024 10:57:41:Start time: 1712314661726
04-05-2024 10:57:41:  TRACE: [WIRE] - >> Content-Type:*/*
04-05-2024 10:57:41:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 10:57:41:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:57:41:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 10:57:41:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 10:57:41:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:57:41:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:57:41:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-05-2024 10:57:41:ExecutionException.getCause is WebApplicationException as expected
04-05-2024 10:57:41:Start time: 171231466174204-05-2024 10:57:41:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postnotok

04-05-2024 10:57:41:  TRACE: [WIRE] - >> Content-Type:*/*
04-05-2024 10:57:41:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 10:57:41:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:57:41:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 10:57:41:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 10:57:41:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:57:41:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:57:41:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-05-2024 10:57:41:ExecutionException.getCause is WebApplicationException as expected
04-05-2024 10:57:41:FINISHED TEST : methodWithClassWithEntityThrowsWebApplicationExceptionTest()
04-05-2024 10:57:41:[JAXRSCommonClient] Test setup OK
04-05-2024 10:57:41:STARTING TEST : putWithStringCallbackWhileServerWaitTest()
04-05-2024 10:57:41:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putandwait
04-05-2024 10:57:41:  TRACE: [WIRE] - >> Content-Type:*/*
04-05-2024 10:57:43:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:57:41:Start time: 1712314661761
04-05-2024 10:57:41:Client was returned control in 1 milliseconds from request
04-05-2024 10:57:43:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:57:43:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 10:57:43:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:57:43:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:57:43:Callback#completed() called in 2037 milliseconds from request
04-05-2024 10:57:43:Callback completed() call ok
04-05-2024 10:57:43:FINISHED TEST : putWithStringCallbackWhileServerWaitTest()
04-05-2024 10:57:43:[JAXRSCommonClient] Test setup OK
04-05-2024 10:57:43:STARTING TEST : traceWhileServerWaitTest()04-05-2024 10:57:43:  TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/traceandwait
04-05-2024 10:57:43:  TRACE: [WIRE] - >> 
04-05-2024 10:57:45:  TRACE: [WIRE] - << 200 OK

04-05-2024 10:57:43:Start time: 1712314663914
04-05-2024 10:57:43:Client was returned control in 0 milliseconds from request
04-05-2024 10:57:45:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:57:45:  TRACE: [WIRE] - << Content-Length: 5
04-05-2024 10:57:45:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:57:45:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:57:45:Returned status 200 (OK)
04-05-2024 10:57:45:FINISHED TEST : traceWhileServerWaitTest()
04-05-2024 10:57:45:[JAXRSCommonClient] Test setup OK
04-05-2024 10:57:45:STARTING TEST : getThrowsProcessingExceptionTest()
04-05-2024 10:57:45:  TRACE: [WIRE] - >> GET http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/get
04-05-2024 10:57:45:  TRACE: [WIRE] - >> 
04-05-2024 10:57:45:Start time: 1712314665931
04-05-2024 10:57:45:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-05-2024 10:57:45:ExecutionException.getCause is ProcessingException as expected
04-05-2024 10:57:45:FINISHED TEST : getThrowsProcessingExceptionTest()
04-05-2024 10:57:45:[JAXRSCommonClient] Test setup OK
04-05-2024 10:57:45:STARTING TEST : headWhileServerWaitTest()
04-05-2024 10:57:45:  TRACE: [WIRE] - >> HEAD http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/headandwait
04-05-2024 10:57:45:  TRACE: [WIRE] - >> 
04-05-2024 10:57:47:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:57:45:Start time: 1712314665949
04-05-2024 10:57:45:Client was returned control in 0 milliseconds from request
04-05-2024 10:57:47:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:57:47:  TRACE: [WIRE] - << Content-Length: 4
04-05-2024 10:57:47:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:57:47:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:57:47:Returned status 200 (OK)
04-05-2024 10:57:47:FINISHED TEST : headWhileServerWaitTest()
04-05-2024 10:57:47:[JAXRSCommonClient] Test setup OK
04-05-2024 10:57:47:STARTING TEST : traceWithGenericTypeStringWhileServerWaitTest()
04-05-2024 10:57:48:  TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/traceandwait
04-05-2024 10:57:48:  TRACE: [WIRE] - >> 
04-05-2024 10:57:50:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:57:50:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:57:47:Start time: 1712314667969
04-05-2024 10:57:48:Client was returned control in 206 milliseconds from request
04-05-2024 10:57:50:  TRACE: [WIRE] - << Content-Length: 5
04-05-2024 10:57:50:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:57:50:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:57:50:FINISHED TEST : traceWithGenericTypeStringWhileServerWaitTest()
04-05-2024 10:57:50:[JAXRSCommonClient] Test setup OK
04-05-2024 10:57:50:STARTING TEST : putWithClassThrowsWebApplicationExceptionTest()
04-05-2024 10:57:50:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putnotok
04-05-2024 10:57:50:  TRACE: [WIRE] - >> Content-Type:*/*
04-05-2024 10:57:50:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 10:57:50:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:57:50:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 10:57:50:Start time: 1712314670193
04-05-2024 10:57:50:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 10:57:50:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:57:50:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:57:50:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-05-2024 10:57:50:ExecutionException.getCause is WebApplicationException as expected
04-05-2024 10:57:50:FINISHED TEST : putWithClassThrowsWebApplicationExceptionTest()
04-05-2024 10:57:50:[JAXRSCommonClient] Test setup OK
04-05-2024 10:57:50:STARTING TEST : traceWithStringCallbackWhileServerWaitTest()
04-05-2024 10:57:50:  TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/traceandwait
04-05-2024 10:57:50:  TRACE: [WIRE] - >> 
04-05-2024 10:57:52:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:57:52:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:57:52:  TRACE: [WIRE] - << Content-Length: 5
04-05-2024 10:57:52:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:57:50:Start time: 1712314670212
04-05-2024 10:57:50:Client was returned control in 0 milliseconds from request
04-05-2024 10:57:52:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:57:52:Callback#completed() called in 2004 milliseconds from request
04-05-2024 10:57:52:Callback completed() call ok
04-05-2024 10:57:52:FINISHED TEST : traceWithStringCallbackWhileServerWaitTest()
04-05-2024 10:57:52:[JAXRSCommonClient] Test setup OK
04-05-2024 10:57:52:STARTING TEST : methodWithGenericTypeStringWithEntityWhileServerWaitTest()
04-05-2024 10:57:52:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putandwait
04-05-2024 10:57:52:  TRACE: [WIRE] - >> Content-Type:*/*
04-05-2024 10:57:54:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:57:54:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:57:54:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 10:57:52:Start time: 1712314672331
04-05-2024 10:57:52:Client was returned control in 0 milliseconds from request
04-05-2024 10:57:54:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:57:54:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:57:54:Start time: 1712314674363
04-05-2024 10:57:54:Client was returned control in 0 milliseconds from request
04-05-2024 10:57:54:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postandwait
04-05-2024 10:57:54:  TRACE: [WIRE] - >> Content-Type:*/*
04-05-2024 10:57:56:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:57:56:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:57:56:  TRACE: [WIRE] - << Content-Length: 4
04-05-2024 10:57:56:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:57:56:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:57:56:FINISHED TEST : methodWithGenericTypeStringWithEntityWhileServerWaitTest()
04-05-2024 10:57:56:[JAXRSCommonClient] Test setup OK
04-05-2024 10:57:56:STARTING TEST : postWithClassThrowsWebApplicationExceptionTest()
04-05-2024 10:57:56:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postnotok
04-05-2024 10:57:56:  TRACE: [WIRE] - >> Content-Type:*/*
04-05-2024 10:57:56:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 10:57:56:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:57:56:Start time: 1712314676391
04-05-2024 10:57:56:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 10:57:56:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 10:57:56:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:57:56:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:57:56:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-05-2024 10:57:56:ExecutionException.getCause is WebApplicationException as expected
04-05-2024 10:57:56:FINISHED TEST : postWithClassThrowsWebApplicationExceptionTest()
04-05-2024 10:57:56:[JAXRSCommonClient] Test setup OK
04-05-2024 10:57:56:STARTING TEST : methodWithCallbackThrowsProcessingExceptionTest()
04-05-2024 10:57:56:  TRACE: [WIRE] - >> DELETE http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/delete
04-05-2024 10:57:56:  TRACE: [WIRE] - >> 
04-05-2024 10:57:56:Start time: 1712314676413
04-05-2024 10:57:56:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-05-2024 10:57:56:ExecutionException.getCause is ProcessingException as expected
04-05-2024 10:57:56:Start time: 1712314676428
04-05-2024 10:57:56:  TRACE: [WIRE] - >> GET http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/get
04-05-2024 10:57:56:  TRACE: [WIRE] - >> 
04-05-2024 10:57:56:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-05-2024 10:57:56:ExecutionException.getCause is ProcessingException as expected
04-05-2024 10:57:56:Start time: 1712314676443
04-05-2024 10:57:56:  TRACE: [WIRE] - >> OPTIONS http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/options
04-05-2024 10:57:56:  TRACE: [WIRE] - >> 
04-05-2024 10:57:56:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-05-2024 10:57:56:ExecutionException.getCause is ProcessingException as expected
04-05-2024 10:57:56:FINISHED TEST : methodWithCallbackThrowsProcessingExceptionTest()
04-05-2024 10:57:56:[JAXRSCommonClient] Test setup OK
04-05-2024 10:57:56:STARTING TEST : putWithClassThrowsProcessingExceptionTest()
04-05-2024 10:57:56:  TRACE: [WIRE] - >> PUT http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/put
04-05-2024 10:57:56:  TRACE: [WIRE] - >> Content-Type:*/*
04-05-2024 10:57:56:Start time: 1712314676456
04-05-2024 10:57:56:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-05-2024 10:57:56:ExecutionException.getCause is ProcessingException as expected
04-05-2024 10:57:56:FINISHED TEST : putWithClassThrowsProcessingExceptionTest()
04-05-2024 10:57:56:[JAXRSCommonClient] Test setup OK
04-05-2024 10:57:56:STARTING TEST : postWithCallbackWhileServerWaitTest()
04-05-2024 10:57:56:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postandwait
04-05-2024 10:57:56:  TRACE: [WIRE] - >> Content-Type:*/*
04-05-2024 10:57:58:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:57:58:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:57:58:  TRACE: [WIRE] - << Content-Length: 4
04-05-2024 10:57:58:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:57:58:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:57:56:Start time: 1712314676475
04-05-2024 10:57:56:Client was returned control in 0 milliseconds from request
04-05-2024 10:57:58:Callback#completed() called in 2004 milliseconds from request
04-05-2024 10:57:58:Returned status 200 (OK)
04-05-2024 10:57:58:Callback completed() call ok
04-05-2024 10:57:58:FINISHED TEST : postWithCallbackWhileServerWaitTest()
04-05-2024 10:57:58:[JAXRSCommonClient] Test setup OK
04-05-2024 10:57:58:STARTING TEST : deleteWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest()
04-05-2024 10:57:58:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deletenotok
04-05-2024 10:57:58:  TRACE: [WIRE] - >> 
04-05-2024 10:57:58:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 10:57:58:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:57:58:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 10:57:58:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 10:57:58:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:57:58:Start time: 1712314678492
04-05-2024 10:57:58:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:57:58:Returned status 406 (NOT_ACCEPTABLE)
04-05-2024 10:57:58:FINISHED TEST : deleteWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest()
04-05-2024 10:57:58:[JAXRSCommonClient] Test setup OK
04-05-2024 10:57:58:STARTING TEST : methodTest()
04-05-2024 10:57:58:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/delete
04-05-2024 10:57:58:  TRACE: [WIRE] - >> 
04-05-2024 10:57:58:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:57:58:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:57:58:Start time: 1712314678512
04-05-2024 10:57:58:  TRACE: [WIRE] - << Content-Length: 6
04-05-2024 10:57:58:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:57:58:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:57:58:Returned status 200 (OK)
04-05-2024 10:57:58:Start time: 1712314678539
04-05-2024 10:57:58:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/get
04-05-2024 10:57:58:  TRACE: [WIRE] - >> 
04-05-2024 10:57:58:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:57:58:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:57:58:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 10:57:58:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:57:58:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:57:58:Returned status 200 (OK)
04-05-2024 10:57:58:Start time: 1712314678556
04-05-2024 10:57:58:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/options
04-05-2024 10:57:58:  TRACE: [WIRE] - >> 
04-05-2024 10:57:58:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:57:58:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:57:58:  TRACE: [WIRE] - << Content-Length: 7
04-05-2024 10:57:58:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:57:58:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:57:58:Returned status 200 (OK)
04-05-2024 10:57:58:FINISHED TEST : methodTest()
04-05-2024 10:57:58:[JAXRSCommonClient] Test setup OK
04-05-2024 10:57:58:STARTING TEST : postWithClassThrowsProcessingExceptionTest()
04-05-2024 10:57:58:  TRACE: [WIRE] - >> POST http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/post
04-05-2024 10:57:58:  TRACE: [WIRE] - >> Content-Type:*/*
04-05-2024 10:57:58:Start time: 1712314678576
04-05-2024 10:57:58:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-05-2024 10:57:58:ExecutionException.getCause is ProcessingException as expected
04-05-2024 10:57:58:FINISHED TEST : postWithClassThrowsProcessingExceptionTest()
04-05-2024 10:57:58:[JAXRSCommonClient] Test setup OK
04-05-2024 10:57:58:STARTING TEST : methodWithResponseClassWithEntityWhileServerWaitTest()
04-05-2024 10:57:58:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putandwait
04-05-2024 10:57:58:  TRACE: [WIRE] - >> Content-Type:*/*
04-05-2024 10:57:58:Start time: 1712314678616
04-05-2024 10:57:58:Client was returned control in 1 milliseconds from request
04-05-2024 10:58:00:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:58:00:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:58:00:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 10:58:00:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:58:00:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:58:00:Returned status 200 (OK)
04-05-2024 10:58:00:Start time: 1712314680655
04-05-2024 10:58:00:Client was returned control in 1 milliseconds from request
04-05-2024 10:58:00:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postandwait
04-05-2024 10:58:00:  TRACE: [WIRE] - >> Content-Type:*/*
04-05-2024 10:58:02:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:58:02:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:58:02:  TRACE: [WIRE] - << Content-Length: 4
04-05-2024 10:58:02:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:58:02:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:58:02:Returned status 200 (OK)
04-05-2024 10:58:02:FINISHED TEST : methodWithResponseClassWithEntityWhileServerWaitTest()
04-05-2024 10:58:02:[JAXRSCommonClient] Test setup OK
04-05-2024 10:58:02:STARTING TEST : putWithStringClassWhileServerWaitTest()
04-05-2024 10:58:02:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putandwait
04-05-2024 10:58:02:  TRACE: [WIRE] - >> Content-Type:*/*
04-05-2024 10:58:04:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:58:02:Start time: 1712314682675
04-05-2024 10:58:02:Client was returned control in 0 milliseconds from request
04-05-2024 10:58:04:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:58:04:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 10:58:04:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:58:04:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:58:04:FINISHED TEST : putWithStringClassWhileServerWaitTest()
04-05-2024 10:58:04:[JAXRSCommonClient] Test setup OK
04-05-2024 10:58:04:STARTING TEST : deleteWhileServerWaitTest()
04-05-2024 10:58:04:Start time: 1712314684694
04-05-2024 10:58:04:Client was returned control in 0 milliseconds from request
04-05-2024 10:58:04:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait
04-05-2024 10:58:04:  TRACE: [WIRE] - >> 
04-05-2024 10:58:06:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:58:06:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:58:06:  TRACE: [WIRE] - << Content-Length: 6
04-05-2024 10:58:06:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:58:06:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:58:06:Returned status 200 (OK)
04-05-2024 10:58:06:FINISHED TEST : deleteWhileServerWaitTest()
04-05-2024 10:58:06:[JAXRSCommonClient] Test setup OK
04-05-2024 10:58:06:STARTING TEST : deleteWithGenericTypeThrowsWebApplicationExceptionTest()
04-05-2024 10:58:06:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deletenotok
04-05-2024 10:58:06:  TRACE: [WIRE] - >> 
04-05-2024 10:58:06:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 10:58:06:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:58:06:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 10:58:06:Start time: 1712314686711
04-05-2024 10:58:06:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 10:58:06:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:58:06:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:58:06:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-05-2024 10:58:06:ExecutionException.getCause is WebApplicationException as expected
04-05-2024 10:58:06:FINISHED TEST : deleteWithGenericTypeThrowsWebApplicationExceptionTest()
04-05-2024 10:58:06:[JAXRSCommonClient] Test setup OK
04-05-2024 10:58:06:STARTING TEST : postWithClassThrowsNoWebApplicationExceptionForResponseTest()
04-05-2024 10:58:06:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postnotok
04-05-2024 10:58:06:  TRACE: [WIRE] - >> Content-Type:*/*
04-05-2024 10:58:06:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 10:58:06:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:58:06:Start time: 1712314686729
04-05-2024 10:58:06:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 10:58:06:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 10:58:06:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:58:06:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:58:06:Returned status 406 (NOT_ACCEPTABLE)
04-05-2024 10:58:06:FINISHED TEST : postWithClassThrowsNoWebApplicationExceptionForResponseTest()
04-05-2024 10:58:06:[JAXRSCommonClient] Test setup OK
04-05-2024 10:58:06:STARTING TEST : traceWithClassThrowsProcessingExceptionTest()
04-05-2024 10:58:06:  TRACE: [WIRE] - >> TRACE http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/trace
04-05-2024 10:58:06:  TRACE: [WIRE] - >> 
04-05-2024 10:58:06:Start time: 1712314686748
04-05-2024 10:58:06:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-05-2024 10:58:06:ExecutionException.getCause is ProcessingException as expected
04-05-2024 10:58:06:FINISHED TEST : traceWithClassThrowsProcessingExceptionTest()
04-05-2024 10:58:06:[JAXRSCommonClient] Test setup OK
04-05-2024 10:58:06:STARTING TEST : methodWithCallbackWithEntityThrowsNoWebApplicationExceptionForResponseTest()04-05-2024 10:58:06:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putnotok
04-05-2024 10:58:06:  TRACE: [WIRE] - >> Content-Type:*/*
04-05-2024 10:58:06:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE

04-05-2024 10:58:06:Start time: 1712314686767
04-05-2024 10:58:06:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:58:06:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 10:58:06:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 10:58:06:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:58:06:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:58:06:Returned status 406 (NOT_ACCEPTABLE)
04-05-2024 10:58:06:Start time: 1712314686799
04-05-2024 10:58:06:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postnotok
04-05-2024 10:58:06:  TRACE: [WIRE] - >> Content-Type:*/*
04-05-2024 10:58:06:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 10:58:06:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:58:06:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 10:58:06:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 10:58:06:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:58:06:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:58:06:Returned status 406 (NOT_ACCEPTABLE)
04-05-2024 10:58:06:FINISHED TEST : methodWithCallbackWithEntityThrowsNoWebApplicationExceptionForResponseTest()
04-05-2024 10:58:06:[JAXRSCommonClient] Test setup OK
04-05-2024 10:58:06:STARTING TEST : headWithCallbackWhileServerWaitTest()
04-05-2024 10:58:06:  TRACE: [WIRE] - >> HEAD http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/headandwait
04-05-2024 10:58:06:  TRACE: [WIRE] - >> 
04-05-2024 10:58:06:Start time: 1712314686819
04-05-2024 10:58:06:Client was returned control in 1 milliseconds from request
04-05-2024 10:58:08:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:58:08:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:58:08:  TRACE: [WIRE] - << Content-Length: 4
04-05-2024 10:58:08:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:58:08:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:58:08:Callback#completed() called in 2005 milliseconds from request
04-05-2024 10:58:08:Returned status 200 (OK)
04-05-2024 10:58:08:Callback completed() call ok
04-05-2024 10:58:08:FINISHED TEST : headWithCallbackWhileServerWaitTest()
04-05-2024 10:58:08:[JAXRSCommonClient] Test setup OK
04-05-2024 10:58:08:STARTING TEST : putThrowsProcessingExceptionTest()
04-05-2024 10:58:08:  TRACE: [WIRE] - >> PUT http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/put
04-05-2024 10:58:08:  TRACE: [WIRE] - >> Content-Type:*/*
04-05-2024 10:58:08:Start time: 1712314688937
04-05-2024 10:58:08:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-05-2024 10:58:08:ExecutionException.getCause is ProcessingException as expected
04-05-2024 10:58:08:FINISHED TEST : putThrowsProcessingExceptionTest()
04-05-2024 10:58:08:[JAXRSCommonClient] Test setup OK
04-05-2024 10:58:08:STARTING TEST : deleteWithGenericTypeThrowsProcessingExceptionTest()
04-05-2024 10:58:08:  TRACE: [WIRE] - >> DELETE http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/delete
04-05-2024 10:58:08:  TRACE: [WIRE] - >> 
04-05-2024 10:58:08:Start time: 1712314688956
04-05-2024 10:58:08:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-05-2024 10:58:08:ExecutionException.getCause is ProcessingException as expected
04-05-2024 10:58:08:FINISHED TEST : deleteWithGenericTypeThrowsProcessingExceptionTest()
04-05-2024 10:58:08:[JAXRSCommonClient] Test setup OK
04-05-2024 10:58:08:STARTING TEST : putWhileServerWaitTest()
04-05-2024 10:58:08:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putandwait
04-05-2024 10:58:08:  TRACE: [WIRE] - >> Content-Type:*/*
04-05-2024 10:58:08:Start time: 1712314688987
04-05-2024 10:58:08:Client was returned control in 1 milliseconds from request
04-05-2024 10:58:10:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:58:10:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:58:10:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 10:58:10:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:58:10:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:58:10:Returned status 200 (OK)
04-05-2024 10:58:10:FINISHED TEST : putWhileServerWaitTest()
04-05-2024 10:58:10:[JAXRSCommonClient] Test setup OK
04-05-2024 10:58:10:STARTING TEST : getWithStringClassWhileServerWaitTest()04-05-2024 10:58:11:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getandwait

04-05-2024 10:58:11:Start time: 1712314691005
04-05-2024 10:58:11:Client was returned control in 0 milliseconds from request
04-05-2024 10:58:11:  TRACE: [WIRE] - >> 
04-05-2024 10:58:13:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:58:13:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:58:13:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 10:58:13:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:58:13:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:58:13:FINISHED TEST : getWithStringClassWhileServerWaitTest()
04-05-2024 10:58:13:[JAXRSCommonClient] Test setup OK
04-05-2024 10:58:13:STARTING TEST : traceWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest()04-05-2024 10:58:13:  TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/tracenotok
04-05-2024 10:58:13:  TRACE: [WIRE] - >> 

04-05-2024 10:58:13:Start time: 1712314693022
04-05-2024 10:58:13:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 10:58:13:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:58:13:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 10:58:13:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 10:58:13:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:58:13:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:58:13:Returned status 406 (NOT_ACCEPTABLE)
04-05-2024 10:58:13:FINISHED TEST : traceWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest()
04-05-2024 10:58:13:[JAXRSCommonClient] Test setup OK
04-05-2024 10:58:13:STARTING TEST : deleteWithCallbackWhileServerWaitTest()
04-05-2024 10:58:13:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait
04-05-2024 10:58:13:  TRACE: [WIRE] - >> 
04-05-2024 10:58:13:Start time: 1712314693229
04-05-2024 10:58:13:Client was returned control in 0 milliseconds from request
04-05-2024 10:58:15:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:58:15:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:58:15:  TRACE: [WIRE] - << Content-Length: 6
04-05-2024 10:58:15:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:58:15:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:58:15:Callback#completed() called in 2004 milliseconds from request
04-05-2024 10:58:15:Returned status 200 (OK)
04-05-2024 10:58:15:Callback completed() call ok
04-05-2024 10:58:15:FINISHED TEST : deleteWithCallbackWhileServerWaitTest()
04-05-2024 10:58:15:[JAXRSCommonClient] Test setup OK
04-05-2024 10:58:15:STARTING TEST : traceWithGenericTypeThrowsWebApplicationExceptionTest()04-05-2024 10:58:15:  TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/tracenotok
04-05-2024 10:58:15:  TRACE: [WIRE] - >> 
04-05-2024 10:58:15:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 10:58:15:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9

04-05-2024 10:58:15:Start time: 1712314695252
04-05-2024 10:58:15:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 10:58:15:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 10:58:15:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:58:15:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:58:15:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-05-2024 10:58:15:ExecutionException.getCause is WebApplicationException as expected
04-05-2024 10:58:15:FINISHED TEST : traceWithGenericTypeThrowsWebApplicationExceptionTest()
04-05-2024 10:58:15:[JAXRSCommonClient] Test setup OK
04-05-2024 10:58:15:STARTING TEST : deleteWithStringClassWhileServerWaitTest()
04-05-2024 10:58:15:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait
04-05-2024 10:58:15:  TRACE: [WIRE] - >> 
04-05-2024 10:58:15:Start time: 1712314695275
04-05-2024 10:58:15:Client was returned control in 1 milliseconds from request
04-05-2024 10:58:17:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:58:17:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:58:17:  TRACE: [WIRE] - << Content-Length: 6
04-05-2024 10:58:17:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:58:17:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:58:17:FINISHED TEST : deleteWithStringClassWhileServerWaitTest()
04-05-2024 10:58:17:[JAXRSCommonClient] Test setup OK
04-05-2024 10:58:17:STARTING TEST : traceWithStringClassWhileServerWaitTest()
04-05-2024 10:58:17:  TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/traceandwait
04-05-2024 10:58:17:  TRACE: [WIRE] - >> 
04-05-2024 10:58:19:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:58:17:Start time: 1712314697298
04-05-2024 10:58:17:Client was returned control in 0 milliseconds from request
04-05-2024 10:58:19:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:58:19:  TRACE: [WIRE] - << Content-Length: 5
04-05-2024 10:58:19:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:58:19:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:58:19:FINISHED TEST : traceWithStringClassWhileServerWaitTest()
04-05-2024 10:58:19:[JAXRSCommonClient] Test setup OK
04-05-2024 10:58:19:STARTING TEST : optionsTest()04-05-2024 10:58:19:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/options

04-05-2024 10:58:19:Start time: 1712314699315
04-05-2024 10:58:19:  TRACE: [WIRE] - >> 
04-05-2024 10:58:19:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:58:19:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:58:19:  TRACE: [WIRE] - << Content-Length: 7
04-05-2024 10:58:19:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:58:19:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:58:19:Returned status 200 (OK)
04-05-2024 10:58:19:FINISHED TEST : optionsTest()
04-05-2024 10:58:19:[JAXRSCommonClient] Test setup OK
04-05-2024 10:58:19:STARTING TEST : getWithGenericTypeThrowsWebApplicationExceptionTest()
04-05-2024 10:58:19:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getnotok
04-05-2024 10:58:19:  TRACE: [WIRE] - >> 
04-05-2024 10:58:19:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 10:58:19:Start time: 1712314699333
04-05-2024 10:58:19:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:58:19:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 10:58:19:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 10:58:19:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:58:19:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:58:19:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-05-2024 10:58:19:ExecutionException.getCause is WebApplicationException as expected
04-05-2024 10:58:19:FINISHED TEST : getWithGenericTypeThrowsWebApplicationExceptionTest()
04-05-2024 10:58:19:[JAXRSCommonClient] Test setup OK
04-05-2024 10:58:19:STARTING TEST : optionsWithCallbackThrowsWebApplicationExceptionTest()
04-05-2024 10:58:19:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsnotok
04-05-2024 10:58:19:  TRACE: [WIRE] - >> 
04-05-2024 10:58:19:Start time: 1712314699354
04-05-2024 10:58:19:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 10:58:19:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:58:19:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 10:58:19:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 10:58:19:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:58:19:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:58:19:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-05-2024 10:58:19:ExecutionException.getCause is WebApplicationException as expected
04-05-2024 10:58:19:FINISHED TEST : optionsWithCallbackThrowsWebApplicationExceptionTest()
04-05-2024 10:58:19:[JAXRSCommonClient] Test setup OK
04-05-2024 10:58:19:STARTING TEST : postWithResponseClassWhileServerWaitTest()
04-05-2024 10:58:19:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postandwait
04-05-2024 10:58:19:Start time: 1712314699402
04-05-2024 10:58:19:Client was returned control in 1 milliseconds from request
04-05-2024 10:58:19:  TRACE: [WIRE] - >> Content-Type:*/*
04-05-2024 10:58:21:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:58:21:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:58:21:  TRACE: [WIRE] - << Content-Length: 4
04-05-2024 10:58:21:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:58:21:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:58:21:Returned status 200 (OK)
04-05-2024 10:58:21:FINISHED TEST : postWithResponseClassWhileServerWaitTest()
04-05-2024 10:58:21:[JAXRSCommonClient] Test setup OK
04-05-2024 10:58:21:STARTING TEST : optionsWithResponseClassWhileServerWaitTest()
04-05-2024 10:58:21:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsandwait
04-05-2024 10:58:21:  TRACE: [WIRE] - >> 
04-05-2024 10:58:23:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:58:23:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:58:23:  TRACE: [WIRE] - << Content-Length: 7
04-05-2024 10:58:21:Start time: 1712314701435
04-05-2024 10:58:21:Client was returned control in 1 milliseconds from request
04-05-2024 10:58:23:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:58:23:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:58:23:Returned status 200 (OK)
04-05-2024 10:58:23:FINISHED TEST : optionsWithResponseClassWhileServerWaitTest()
04-05-2024 10:58:23:[JAXRSCommonClient] Test setup OK
04-05-2024 10:58:23:STARTING TEST : deleteWithCallbackThrowsNoWebApplicationExceptionForResponseTest()
04-05-2024 10:58:23:Start time: 1712314703454
04-05-2024 10:58:23:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deletenotok
04-05-2024 10:58:23:  TRACE: [WIRE] - >> 
04-05-2024 10:58:23:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 10:58:23:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:58:23:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 10:58:23:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 10:58:23:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:58:23:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:58:23:Returned status 406 (NOT_ACCEPTABLE)
04-05-2024 10:58:23:FINISHED TEST : deleteWithCallbackThrowsNoWebApplicationExceptionForResponseTest()
04-05-2024 10:58:23:[JAXRSCommonClient] Test setup OK
04-05-2024 10:58:23:STARTING TEST : methodWithClassWithEntityThrowsNoWebApplicationExceptionForResponseTest()
04-05-2024 10:58:23:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putnotok
04-05-2024 10:58:23:  TRACE: [WIRE] - >> Content-Type:*/*
04-05-2024 10:58:23:Start time: 1712314703475
04-05-2024 10:58:23:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 10:58:23:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:58:23:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 10:58:23:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 10:58:23:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:58:23:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:58:23:Returned status 406 (NOT_ACCEPTABLE)
04-05-2024 10:58:23:Start time: 1712314703490
04-05-2024 10:58:23:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postnotok
04-05-2024 10:58:23:  TRACE: [WIRE] - >> Content-Type:*/*
04-05-2024 10:58:23:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 10:58:23:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:58:23:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 10:58:23:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 10:58:23:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:58:23:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:58:23:Returned status 406 (NOT_ACCEPTABLE)
04-05-2024 10:58:23:FINISHED TEST : methodWithClassWithEntityThrowsNoWebApplicationExceptionForResponseTest()
04-05-2024 10:58:23:[JAXRSCommonClient] Test setup OK
04-05-2024 10:58:23:STARTING TEST : headWithCallbackStringThrowsProcessingExceptionTest()
04-05-2024 10:58:23:  TRACE: [WIRE] - >> HEAD http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/head
04-05-2024 10:58:23:  TRACE: [WIRE] - >> 
04-05-2024 10:58:23:Start time: 1712314703509
04-05-2024 10:58:23:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-05-2024 10:58:23:ExecutionException.getCause is ProcessingException as expected
04-05-2024 10:58:23:FINISHED TEST : headWithCallbackStringThrowsProcessingExceptionTest()
04-05-2024 10:58:23:[JAXRSCommonClient] Test setup OK
04-05-2024 10:58:23:STARTING TEST : putTest()
04-05-2024 10:58:23:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/put
04-05-2024 10:58:23:  TRACE: [WIRE] - >> Content-Type:*/*
04-05-2024 10:58:23:Start time: 1712314703527
04-05-2024 10:58:23:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:58:23:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:58:23:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 10:58:23:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:58:23:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:58:23:Returned status 200 (OK)
04-05-2024 10:58:23:FINISHED TEST : putTest()
04-05-2024 10:58:23:[JAXRSCommonClient] Test setup OK
04-05-2024 10:58:23:STARTING TEST : putWithCallbackThrowsNoWebApplicationExceptionForResponseTest()
04-05-2024 10:58:23:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putnotok
04-05-2024 10:58:23:  TRACE: [WIRE] - >> Content-Type:*/*
04-05-2024 10:58:23:Start time: 1712314703543
04-05-2024 10:58:23:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 10:58:23:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:58:23:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 10:58:23:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 10:58:23:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:58:23:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:58:23:Returned status 406 (NOT_ACCEPTABLE)
04-05-2024 10:58:23:FINISHED TEST : putWithCallbackThrowsNoWebApplicationExceptionForResponseTest()
04-05-2024 10:58:23:[JAXRSCommonClient] Test setup OK
04-05-2024 10:58:23:STARTING TEST : methodWithGenericTypeWithEntityThrowsWebApplicationExceptionTest()04-05-2024 10:58:23:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putnotok

04-05-2024 10:58:23:Start time: 1712314703562
04-05-2024 10:58:23:  TRACE: [WIRE] - >> Content-Type:*/*
04-05-2024 10:58:23:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 10:58:23:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:58:23:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 10:58:23:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 10:58:23:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:58:23:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:58:23:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-05-2024 10:58:23:ExecutionException.getCause is WebApplicationException as expected
04-05-2024 10:58:23:Start time: 1712314703576
04-05-2024 10:58:23:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postnotok
04-05-2024 10:58:23:  TRACE: [WIRE] - >> Content-Type:*/*
04-05-2024 10:58:23:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 10:58:23:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:58:23:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 10:58:23:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 10:58:23:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:58:23:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:58:23:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-05-2024 10:58:23:ExecutionException.getCause is WebApplicationException as expected
04-05-2024 10:58:23:FINISHED TEST : methodWithGenericTypeWithEntityThrowsWebApplicationExceptionTest()
04-05-2024 10:58:23:[JAXRSCommonClient] Test setup OK
04-05-2024 10:58:23:STARTING TEST : postWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest()
04-05-2024 10:58:23:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postnotok
04-05-2024 10:58:23:  TRACE: [WIRE] - >> Content-Type:*/*
04-05-2024 10:58:23:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 10:58:23:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:58:23:Start time: 1712314703613
04-05-2024 10:58:23:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 10:58:23:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 10:58:23:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:58:23:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:58:23:Returned status 406 (NOT_ACCEPTABLE)
04-05-2024 10:58:23:FINISHED TEST : postWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest()
04-05-2024 10:58:23:[JAXRSCommonClient] Test setup OK
04-05-2024 10:58:23:STARTING TEST : getTest()
04-05-2024 10:58:23:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/get
04-05-2024 10:58:23:  TRACE: [WIRE] - >> 
04-05-2024 10:58:23:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:58:23:Start time: 1712314703630
04-05-2024 10:58:23:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:58:23:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 10:58:23:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:58:23:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:58:23:Returned status 200 (OK)
04-05-2024 10:58:23:FINISHED TEST : getTest()
04-05-2024 10:58:23:[JAXRSCommonClient] Test setup OK
04-05-2024 10:58:23:STARTING TEST : postWithCallbackThrowsWebApplicationExceptionTest()
04-05-2024 10:58:23:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postnotok
04-05-2024 10:58:23:  TRACE: [WIRE] - >> Content-Type:*/*
04-05-2024 10:58:23:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 10:58:23:Start time: 1712314703698
04-05-2024 10:58:23:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:58:23:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 10:58:23:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 10:58:23:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:58:23:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:58:23:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-05-2024 10:58:23:ExecutionException.getCause is WebApplicationException as expected
04-05-2024 10:58:23:FINISHED TEST : postWithCallbackThrowsWebApplicationExceptionTest()
04-05-2024 10:58:23:[JAXRSCommonClient] Test setup OK
04-05-2024 10:58:23:STARTING TEST : getWithCallbackStringThrowsProcessingExceptionTest()
04-05-2024 10:58:23:  TRACE: [WIRE] - >> GET http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/get
04-05-2024 10:58:23:  TRACE: [WIRE] - >> 
04-05-2024 10:58:23:Start time: 1712314703714
04-05-2024 10:58:23:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-05-2024 10:58:23:ExecutionException.getCause is ProcessingException as expected
04-05-2024 10:58:23:FINISHED TEST : getWithCallbackStringThrowsProcessingExceptionTest()
04-05-2024 10:58:23:[JAXRSCommonClient] Test setup OK
04-05-2024 10:58:23:STARTING TEST : traceWithCallbackThrowsNoWebApplicationExceptionForResponseTest()
04-05-2024 10:58:23:  TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/tracenotok
04-05-2024 10:58:23:  TRACE: [WIRE] - >> 
04-05-2024 10:58:23:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 10:58:23:Start time: 1712314703731
04-05-2024 10:58:23:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:58:23:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 10:58:23:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 10:58:23:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:58:23:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:58:23:Returned status 406 (NOT_ACCEPTABLE)
04-05-2024 10:58:23:FINISHED TEST : traceWithCallbackThrowsNoWebApplicationExceptionForResponseTest()
04-05-2024 10:58:23:[JAXRSCommonClient] Test setup OK
04-05-2024 10:58:23:STARTING TEST : methodThrowsProcessingExceptionTest()
04-05-2024 10:58:23:  TRACE: [WIRE] - >> DELETE http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/delete
04-05-2024 10:58:23:Start time: 1712314703746
04-05-2024 10:58:23:  TRACE: [WIRE] - >> 
04-05-2024 10:58:23:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-05-2024 10:58:23:ExecutionException.getCause is ProcessingException as expected
04-05-2024 10:58:23:Start time: 1712314703758
04-05-2024 10:58:23:  TRACE: [WIRE] - >> GET http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/get
04-05-2024 10:58:23:  TRACE: [WIRE] - >> 
04-05-2024 10:58:23:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-05-2024 10:58:23:ExecutionException.getCause is ProcessingException as expected
04-05-2024 10:58:23:Start time: 1712314703769
04-05-2024 10:58:23:  TRACE: [WIRE] - >> OPTIONS http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/options
04-05-2024 10:58:23:  TRACE: [WIRE] - >> 
04-05-2024 10:58:23:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-05-2024 10:58:23:ExecutionException.getCause is ProcessingException as expected
04-05-2024 10:58:23:FINISHED TEST : methodThrowsProcessingExceptionTest()
04-05-2024 10:58:23:[JAXRSCommonClient] Test setup OK
04-05-2024 10:58:23:STARTING TEST : methodWithCallbackThrowsNoWebApplicationExceptionForResponseTest()
04-05-2024 10:58:23:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deletenotok
04-05-2024 10:58:23:  TRACE: [WIRE] - >> 
04-05-2024 10:58:23:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 10:58:23:Start time: 1712314703804
04-05-2024 10:58:23:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:58:23:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 10:58:23:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 10:58:23:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:58:23:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:58:23:Returned status 406 (NOT_ACCEPTABLE)
04-05-2024 10:58:23:Start time: 1712314703824
04-05-2024 10:58:23:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getnotok
04-05-2024 10:58:23:  TRACE: [WIRE] - >> 
04-05-2024 10:58:23:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 10:58:23:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:58:23:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 10:58:23:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 10:58:23:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:58:23:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:58:23:Returned status 406 (NOT_ACCEPTABLE)
04-05-2024 10:58:23:Start time: 1712314703840
04-05-2024 10:58:23:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsnotok
04-05-2024 10:58:23:  TRACE: [WIRE] - >> 
04-05-2024 10:58:23:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 10:58:23:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:58:23:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 10:58:23:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 10:58:23:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:58:23:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:58:23:Returned status 406 (NOT_ACCEPTABLE)
04-05-2024 10:58:23:FINISHED TEST : methodWithCallbackThrowsNoWebApplicationExceptionForResponseTest()
04-05-2024 10:58:23:[JAXRSCommonClient] Test setup OK
04-05-2024 10:58:23:STARTING TEST : getWithCallbackThrowsNoWebApplicationExceptionForResponseTest()
04-05-2024 10:58:23:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getnotok
04-05-2024 10:58:23:  TRACE: [WIRE] - >> 
04-05-2024 10:58:23:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 10:58:23:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:58:23:Start time: 1712314703856
04-05-2024 10:58:23:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 10:58:23:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 10:58:23:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:58:23:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:58:23:Returned status 406 (NOT_ACCEPTABLE)
04-05-2024 10:58:23:FINISHED TEST : getWithCallbackThrowsNoWebApplicationExceptionForResponseTest()
04-05-2024 10:58:23:[JAXRSCommonClient] Test setup OK
04-05-2024 10:58:23:STARTING TEST : putWithGenericTypeResponseWhileServerWaitTest()
04-05-2024 10:58:23:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putandwait
04-05-2024 10:58:23:  TRACE: [WIRE] - >> Content-Type:*/*
04-05-2024 10:58:25:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:58:25:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:58:25:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 10:58:23:Start time: 1712314703873
04-05-2024 10:58:23:Client was returned control in 1 milliseconds from request
04-05-2024 10:58:25:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:58:25:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:58:25:Returned status 200 (OK)
04-05-2024 10:58:25:FINISHED TEST : putWithGenericTypeResponseWhileServerWaitTest()
04-05-2024 10:58:25:[JAXRSCommonClient] Test setup OK
04-05-2024 10:58:25:STARTING TEST : postWithCallbackThrowsNoWebApplicationExceptionForResponseTest()
04-05-2024 10:58:25:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postnotok
04-05-2024 10:58:25:Start time: 1712314705907
04-05-2024 10:58:25:  TRACE: [WIRE] - >> Content-Type:*/*
04-05-2024 10:58:25:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 10:58:25:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:58:25:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 10:58:25:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 10:58:25:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:58:25:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:58:25:Returned status 406 (NOT_ACCEPTABLE)
04-05-2024 10:58:25:FINISHED TEST : postWithCallbackThrowsNoWebApplicationExceptionForResponseTest()
04-05-2024 10:58:25:[JAXRSCommonClient] Test setup OK
04-05-2024 10:58:25:STARTING TEST : deleteWithCallbackStringThrowsWebApplicationExceptionTest()
04-05-2024 10:58:25:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deletenotok
04-05-2024 10:58:25:  TRACE: [WIRE] - >> 
04-05-2024 10:58:25:Start time: 1712314705925
04-05-2024 10:58:25:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 10:58:25:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:58:25:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 10:58:25:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 10:58:25:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:58:25:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:58:25:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-05-2024 10:58:25:ExecutionException.getCause is WebApplicationException as expected
04-05-2024 10:58:25:FINISHED TEST : deleteWithCallbackStringThrowsWebApplicationExceptionTest()
04-05-2024 10:58:25:[JAXRSCommonClient] Test setup OK
04-05-2024 10:58:25:STARTING TEST : getWithCallbackWhileServerWaitTest()
04-05-2024 10:58:25:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getandwait
04-05-2024 10:58:25:  TRACE: [WIRE] - >> 
04-05-2024 10:58:25:Start time: 1712314705941
04-05-2024 10:58:25:Client was returned control in 1 milliseconds from request
04-05-2024 10:58:27:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:58:27:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:58:27:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 10:58:27:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:58:27:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:58:27:Callback#completed() called in 2005 milliseconds from request
04-05-2024 10:58:27:Returned status 200 (OK)
04-05-2024 10:58:27:Callback completed() call ok
04-05-2024 10:58:27:FINISHED TEST : getWithCallbackWhileServerWaitTest()
04-05-2024 10:58:27:[JAXRSCommonClient] Test setup OK
04-05-2024 10:58:27:STARTING TEST : postWithGenericTypeResponseWhileServerWaitTest()
04-05-2024 10:58:28:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postandwait
04-05-2024 10:58:28:  TRACE: [WIRE] - >> Content-Type:*/*
04-05-2024 10:58:30:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:58:30:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:58:30:  TRACE: [WIRE] - << Content-Length: 4
04-05-2024 10:58:27:Start time: 1712314707964
04-05-2024 10:58:28:Client was returned control in 333 milliseconds from request
04-05-2024 10:58:30:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:58:30:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:58:30:Returned status 200 (OK)
04-05-2024 10:58:30:FINISHED TEST : postWithGenericTypeResponseWhileServerWaitTest()
04-05-2024 10:58:30:[JAXRSCommonClient] Test setup OK
04-05-2024 10:58:30:STARTING TEST : putWithCallbackWhileServerWaitTest()04-05-2024 10:58:30:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putandwait
04-05-2024 10:58:30:  TRACE: [WIRE] - >> Content-Type:*/*
04-05-2024 10:58:32:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:58:32:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9

04-05-2024 10:58:30:Start time: 1712314710313
04-05-2024 10:58:30:Client was returned control in 0 milliseconds from request
04-05-2024 10:58:32:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 10:58:32:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:58:32:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:58:32:Callback#completed() called in 2004 milliseconds from request
04-05-2024 10:58:32:Returned status 200 (OK)
04-05-2024 10:58:32:Callback completed() call ok
04-05-2024 10:58:32:FINISHED TEST : putWithCallbackWhileServerWaitTest()
04-05-2024 10:58:32:[JAXRSCommonClient] Test setup OK
04-05-2024 10:58:32:STARTING TEST : getWithCallbackStringThrowsWebApplicationExceptionTest()04-05-2024 10:58:32:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getnotok
04-05-2024 10:58:32:  TRACE: [WIRE] - >> 
04-05-2024 10:58:32:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE

04-05-2024 10:58:32:Start time: 1712314712333
04-05-2024 10:58:32:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:58:32:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 10:58:32:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 10:58:32:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:58:32:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:58:32:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-05-2024 10:58:32:ExecutionException.getCause is WebApplicationException as expected
04-05-2024 10:58:32:FINISHED TEST : getWithCallbackStringThrowsWebApplicationExceptionTest()
04-05-2024 10:58:32:[JAXRSCommonClient] Test setup OK
04-05-2024 10:58:32:STARTING TEST : methodWithClassThrowsWebApplicationExceptionTest()04-05-2024 10:58:32:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deletenotok

04-05-2024 10:58:32:Start time: 1712314712349
04-05-2024 10:58:32:  TRACE: [WIRE] - >> 
04-05-2024 10:58:32:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 10:58:32:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:58:32:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 10:58:32:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 10:58:32:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:58:32:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:58:32:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-05-2024 10:58:32:ExecutionException.getCause is WebApplicationException as expected
04-05-2024 10:58:32:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getnotok
04-05-2024 10:58:32:Start time: 1712314712364
04-05-2024 10:58:32:  TRACE: [WIRE] - >> 
04-05-2024 10:58:32:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 10:58:32:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:58:32:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 10:58:32:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 10:58:32:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:58:32:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:58:32:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-05-2024 10:58:32:ExecutionException.getCause is WebApplicationException as expected
04-05-2024 10:58:32:Start time: 1712314712377
04-05-2024 10:58:32:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsnotok
04-05-2024 10:58:32:  TRACE: [WIRE] - >> 
04-05-2024 10:58:32:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 10:58:32:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:58:32:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 10:58:32:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 10:58:32:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:58:32:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:58:32:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-05-2024 10:58:32:ExecutionException.getCause is WebApplicationException as expected
04-05-2024 10:58:32:FINISHED TEST : methodWithClassThrowsWebApplicationExceptionTest()
04-05-2024 10:58:32:[JAXRSCommonClient] Test setup OK
04-05-2024 10:58:32:STARTING TEST : getWithCallbackStringWhileServerWaitTest()
04-05-2024 10:58:32:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getandwait
04-05-2024 10:58:32:  TRACE: [WIRE] - >> 
04-05-2024 10:58:32:Start time: 1712314712407
04-05-2024 10:58:32:Client was returned control in 1 milliseconds from request
04-05-2024 10:58:34:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:58:34:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:58:34:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 10:58:34:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:58:34:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:58:34:Callback#completed() called in 2005 milliseconds from request
04-05-2024 10:58:34:Callback completed() call ok
04-05-2024 10:58:34:FINISHED TEST : getWithCallbackStringWhileServerWaitTest()
04-05-2024 10:58:34:[JAXRSCommonClient] Test setup OK
04-05-2024 10:58:34:STARTING TEST : deleteThrowsExceptionTest()04-05-2024 10:58:34:  TRACE: [WIRE] - >> DELETE http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/delete
04-05-2024 10:58:34:  TRACE: [WIRE] - >> 

04-05-2024 10:58:34:Start time: 1712314714526
04-05-2024 10:58:34:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-05-2024 10:58:34:ExecutionException.getCause is ProcessingException as expected
04-05-2024 10:58:34:FINISHED TEST : deleteThrowsExceptionTest()
04-05-2024 10:58:34:[JAXRSCommonClient] Test setup OK
04-05-2024 10:58:34:  TRACE: [WIRE] - >> PUT http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/put
04-05-2024 10:58:34:  TRACE: [WIRE] - >> Content-Type:*/*
04-05-2024 10:58:34:  TRACE: [WIRE] - >> POST http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/post
04-05-2024 10:58:34:  TRACE: [WIRE] - >> Content-Type:*/*
04-05-2024 10:58:34:STARTING TEST : methodWithEntityThrowsProcessingExceptionTest()
04-05-2024 10:58:34:Start time: 1712314714569
04-05-2024 10:58:34:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-05-2024 10:58:34:ExecutionException.getCause is ProcessingException as expected
04-05-2024 10:58:34:Start time: 1712314714584
04-05-2024 10:58:34:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-05-2024 10:58:34:ExecutionException.getCause is ProcessingException as expected
04-05-2024 10:58:34:FINISHED TEST : methodWithEntityThrowsProcessingExceptionTest()
04-05-2024 10:58:34:[JAXRSCommonClient] Test setup OK
04-05-2024 10:58:34:STARTING TEST : getWithClassThrowsNoWebApplicationExceptionForResponseTest()
04-05-2024 10:58:34:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getnotok
04-05-2024 10:58:34:  TRACE: [WIRE] - >> 
04-05-2024 10:58:34:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 10:58:34:Start time: 1712314714602
04-05-2024 10:58:34:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:58:34:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 10:58:34:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 10:58:34:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:58:34:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:58:34:Returned status 406 (NOT_ACCEPTABLE)
04-05-2024 10:58:34:FINISHED TEST : getWithClassThrowsNoWebApplicationExceptionForResponseTest()
04-05-2024 10:58:34:[JAXRSCommonClient] Test setup OK
04-05-2024 10:58:34:STARTING TEST : methodWithCallbackThrowsWebApplicationExceptionTest()
04-05-2024 10:58:34:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deletenotok
04-05-2024 10:58:34:  TRACE: [WIRE] - >> 
04-05-2024 10:58:34:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 10:58:34:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:58:34:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 10:58:34:Start time: 1712314714623
04-05-2024 10:58:34:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 10:58:34:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:58:34:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:58:34:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-05-2024 10:58:34:ExecutionException.getCause is WebApplicationException as expected
04-05-2024 10:58:34:Start time: 171231471463704-05-2024 10:58:34:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getnotok

04-05-2024 10:58:34:  TRACE: [WIRE] - >> 
04-05-2024 10:58:34:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 10:58:34:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:58:34:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 10:58:34:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 10:58:34:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:58:34:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:58:34:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-05-2024 10:58:34:ExecutionException.getCause is WebApplicationException as expected
04-05-2024 10:58:34:Start time: 171231471465104-05-2024 10:58:34:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsnotok

04-05-2024 10:58:34:  TRACE: [WIRE] - >> 
04-05-2024 10:58:34:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 10:58:34:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:58:34:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 10:58:34:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 10:58:34:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:58:34:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:58:34:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-05-2024 10:58:34:ExecutionException.getCause is WebApplicationException as expected
04-05-2024 10:58:34:FINISHED TEST : methodWithCallbackThrowsWebApplicationExceptionTest()
04-05-2024 10:58:34:[JAXRSCommonClient] Test setup OK
04-05-2024 10:58:34:STARTING TEST : traceWithResponseClassWhileServerWaitTest()04-05-2024 10:58:34:  TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/traceandwait

04-05-2024 10:58:34:Start time: 1712314714667
04-05-2024 10:58:34:Client was returned control in 0 milliseconds from request
04-05-2024 10:58:34:  TRACE: [WIRE] - >> 
04-05-2024 10:58:36:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:58:36:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:58:36:  TRACE: [WIRE] - << Content-Length: 5
04-05-2024 10:58:36:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:58:36:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:58:36:Returned status 200 (OK)
04-05-2024 10:58:36:FINISHED TEST : traceWithResponseClassWhileServerWaitTest()
04-05-2024 10:58:36:[JAXRSCommonClient] Test setup OK
04-05-2024 10:58:36:STARTING TEST : putWithGenericTypeThrowsProcessingExceptionTest()
04-05-2024 10:58:36:  TRACE: [WIRE] - >> PUT http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/put
04-05-2024 10:58:36:  TRACE: [WIRE] - >> Content-Type:*/*
04-05-2024 10:58:36:Start time: 1712314716684
04-05-2024 10:58:36:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-05-2024 10:58:36:ExecutionException.getCause is ProcessingException as expected
04-05-2024 10:58:36:FINISHED TEST : putWithGenericTypeThrowsProcessingExceptionTest()
04-05-2024 10:58:36:[JAXRSCommonClient] Test setup OK
04-05-2024 10:58:36:STARTING TEST : putWithGenericTypeStringWhileServerWaitTest()
04-05-2024 10:58:36:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putandwait
04-05-2024 10:58:36:  TRACE: [WIRE] - >> Content-Type:*/*
04-05-2024 10:58:36:Start time: 1712314716700
04-05-2024 10:58:36:Client was returned control in 0 milliseconds from request
04-05-2024 10:58:38:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:58:38:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:58:38:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 10:58:38:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:58:38:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:58:38:FINISHED TEST : putWithGenericTypeStringWhileServerWaitTest()
04-05-2024 10:58:38:[JAXRSCommonClient] Test setup OK
04-05-2024 10:58:38:STARTING TEST : traceWithCallbackWhileServerWaitTest()04-05-2024 10:58:38:  TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/traceandwait
04-05-2024 10:58:38:  TRACE: [WIRE] - >> 

04-05-2024 10:58:38:Start time: 1712314718721
04-05-2024 10:58:38:Client was returned control in 1 milliseconds from request
04-05-2024 10:58:40:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:58:40:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:58:40:  TRACE: [WIRE] - << Content-Length: 5
04-05-2024 10:58:40:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:58:40:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:58:40:Callback#completed() called in 2006 milliseconds from request
04-05-2024 10:58:40:Returned status 200 (OK)
04-05-2024 10:58:40:Callback completed() call ok
04-05-2024 10:58:40:FINISHED TEST : traceWithCallbackWhileServerWaitTest()
04-05-2024 10:58:40:[JAXRSCommonClient] Test setup OK
04-05-2024 10:58:40:STARTING TEST : traceThrowsProcessingExceptionTest()
04-05-2024 10:58:40:  TRACE: [WIRE] - >> TRACE http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/trace
04-05-2024 10:58:40:  TRACE: [WIRE] - >> 
04-05-2024 10:58:40:Start time: 1712314720741
04-05-2024 10:58:40:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-05-2024 10:58:40:ExecutionException.getCause is ProcessingException as expected
04-05-2024 10:58:40:FINISHED TEST : traceThrowsProcessingExceptionTest()
04-05-2024 10:58:40:[JAXRSCommonClient] Test setup OK
04-05-2024 10:58:40:STARTING TEST : deleteWithClassThrowsWebApplicationExceptionTest()
04-05-2024 10:58:40:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deletenotok
04-05-2024 10:58:40:  TRACE: [WIRE] - >> 
04-05-2024 10:58:40:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 10:58:40:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:58:40:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 10:58:40:Start time: 1712314720773
04-05-2024 10:58:40:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 10:58:40:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:58:40:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:58:40:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-05-2024 10:58:40:ExecutionException.getCause is WebApplicationException as expected
04-05-2024 10:58:40:FINISHED TEST : deleteWithClassThrowsWebApplicationExceptionTest()
04-05-2024 10:58:40:[JAXRSCommonClient] Test setup OK
04-05-2024 10:58:40:STARTING TEST : traceWithCallbackThrowsWebApplicationExceptionTest()
04-05-2024 10:58:40:Start time: 1712314720791
04-05-2024 10:58:40:  TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/tracenotok
04-05-2024 10:58:40:  TRACE: [WIRE] - >> 
04-05-2024 10:58:40:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 10:58:40:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:58:40:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 10:58:40:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 10:58:40:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:58:40:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:58:40:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-05-2024 10:58:40:ExecutionException.getCause is WebApplicationException as expected
04-05-2024 10:58:40:FINISHED TEST : traceWithCallbackThrowsWebApplicationExceptionTest()
04-05-2024 10:58:40:[JAXRSCommonClient] Test setup OK
04-05-2024 10:58:40:STARTING TEST : methodWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest()04-05-2024 10:58:40:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deletenotok
04-05-2024 10:58:40:  TRACE: [WIRE] - >> 

04-05-2024 10:58:40:Start time: 1712314720810
04-05-2024 10:58:40:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 10:58:40:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:58:40:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 10:58:40:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 10:58:40:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:58:40:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:58:40:Returned status 406 (NOT_ACCEPTABLE)
04-05-2024 10:58:40:Start time: 1712314720828
04-05-2024 10:58:40:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getnotok
04-05-2024 10:58:40:  TRACE: [WIRE] - >> 
04-05-2024 10:58:40:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 10:58:40:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:58:40:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 10:58:40:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 10:58:40:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:58:40:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:58:40:Returned status 406 (NOT_ACCEPTABLE)
04-05-2024 10:58:40:Start time: 1712314720842
04-05-2024 10:58:40:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsnotok
04-05-2024 10:58:40:  TRACE: [WIRE] - >> 
04-05-2024 10:58:40:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 10:58:40:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:58:40:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 10:58:40:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 10:58:40:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:58:40:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:58:40:Returned status 406 (NOT_ACCEPTABLE)
04-05-2024 10:58:40:FINISHED TEST : methodWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest()
04-05-2024 10:58:40:[JAXRSCommonClient] Test setup OK
04-05-2024 10:58:40:STARTING TEST : methodWithCallbackWithEntityWhileServerWaitTest()04-05-2024 10:58:40:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putandwait

04-05-2024 10:58:40:Start time: 1712314720861
04-05-2024 10:58:40:Client was returned control in 1 milliseconds from request
04-05-2024 10:58:40:  TRACE: [WIRE] - >> Content-Type:*/*
04-05-2024 10:58:42:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:58:42:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:58:42:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 10:58:42:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:58:42:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:58:42:Callback#completed() called in 2005 milliseconds from request
04-05-2024 10:58:42:Returned status 200 (OK)
04-05-2024 10:58:42:Callback completed() call ok
04-05-2024 10:58:42:Start time: 1712314722876
04-05-2024 10:58:42:Client was returned control in 1 milliseconds from request
04-05-2024 10:58:42:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postandwait
04-05-2024 10:58:42:  TRACE: [WIRE] - >> Content-Type:*/*
04-05-2024 10:58:44:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:58:44:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:58:44:  TRACE: [WIRE] - << Content-Length: 4
04-05-2024 10:58:44:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:58:44:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:58:44:Callback#completed() called in 2005 milliseconds from request
04-05-2024 10:58:44:Returned status 200 (OK)
04-05-2024 10:58:44:Callback completed() call ok
04-05-2024 10:58:44:FINISHED TEST : methodWithCallbackWithEntityWhileServerWaitTest()
04-05-2024 10:58:44:[JAXRSCommonClient] Test setup OK
04-05-2024 10:58:44:STARTING TEST : optionsWithCallbackThrowsNoWebApplicationExceptionForResponseTest()
04-05-2024 10:58:44:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsnotok
04-05-2024 10:58:44:  TRACE: [WIRE] - >> 
04-05-2024 10:58:44:Start time: 1712314724893
04-05-2024 10:58:44:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 10:58:44:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:58:44:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 10:58:44:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 10:58:44:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:58:44:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:58:44:Returned status 406 (NOT_ACCEPTABLE)
04-05-2024 10:58:44:FINISHED TEST : optionsWithCallbackThrowsNoWebApplicationExceptionForResponseTest()
04-05-2024 10:58:44:[JAXRSCommonClient] Test setup OK
04-05-2024 10:58:44:STARTING TEST : traceTest()
04-05-2024 10:58:44:  TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/trace
04-05-2024 10:58:44:  TRACE: [WIRE] - >> 
04-05-2024 10:58:44:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:58:44:Start time: 1712314724909
04-05-2024 10:58:44:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:58:44:  TRACE: [WIRE] - << Content-Length: 5
04-05-2024 10:58:44:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:58:44:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:58:44:Returned status 200 (OK)
04-05-2024 10:58:44:FINISHED TEST : traceTest()
04-05-2024 10:58:44:[JAXRSCommonClient] Test setup OK
04-05-2024 10:58:44:STARTING TEST : postTest()
04-05-2024 10:58:44:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/post
04-05-2024 10:58:44:  TRACE: [WIRE] - >> Content-Type:*/*
04-05-2024 10:58:44:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:58:44:Start time: 1712314724925
04-05-2024 10:58:44:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:58:44:  TRACE: [WIRE] - << Content-Length: 4
04-05-2024 10:58:44:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:58:44:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:58:44:Returned status 200 (OK)
04-05-2024 10:58:44:FINISHED TEST : postTest()
04-05-2024 10:58:44:[JAXRSCommonClient] Test setup OK
04-05-2024 10:58:44:STARTING TEST : getWithClassThrowsWebApplicationExceptionTest()
04-05-2024 10:58:44:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getnotok
04-05-2024 10:58:44:  TRACE: [WIRE] - >> 
04-05-2024 10:58:44:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 10:58:44:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:58:44:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 10:58:44:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 10:58:44:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:58:44:Start time: 1712314724941
04-05-2024 10:58:44:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:58:44:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-05-2024 10:58:44:ExecutionException.getCause is WebApplicationException as expected
04-05-2024 10:58:44:FINISHED TEST : getWithClassThrowsWebApplicationExceptionTest()
04-05-2024 10:58:44:[JAXRSCommonClient] Test setup OK
04-05-2024 10:58:44:STARTING TEST : methodWithCallbackWithEntityThrowsWebApplicationExceptionTest()
04-05-2024 10:58:45:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putnotok
04-05-2024 10:58:45:  TRACE: [WIRE] - >> Content-Type:*/*
04-05-2024 10:58:45:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 10:58:45:Start time: 1712314725002
04-05-2024 10:58:45:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:58:45:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 10:58:45:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 10:58:45:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:58:45:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:58:45:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-05-2024 10:58:45:ExecutionException.getCause is WebApplicationException as expected
04-05-2024 10:58:45:Start time: 1712314725015
04-05-2024 10:58:45:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postnotok
04-05-2024 10:58:45:  TRACE: [WIRE] - >> Content-Type:*/*
04-05-2024 10:58:45:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 10:58:45:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:58:45:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 10:58:45:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 10:58:45:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:58:45:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:58:45:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-05-2024 10:58:45:ExecutionException.getCause is WebApplicationException as expected
04-05-2024 10:58:45:FINISHED TEST : methodWithCallbackWithEntityThrowsWebApplicationExceptionTest()
04-05-2024 10:58:45:[JAXRSCommonClient] Test setup OK
04-05-2024 10:58:45:STARTING TEST : getWithResponseClassWhileServerWaitTest()
04-05-2024 10:58:45:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getandwait
04-05-2024 10:58:45:  TRACE: [WIRE] - >> 
04-05-2024 10:58:47:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:58:45:Start time: 1712314725030
04-05-2024 10:58:45:Client was returned control in 0 milliseconds from request
04-05-2024 10:58:47:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:58:47:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 10:58:47:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:58:47:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:58:47:Returned status 200 (OK)
04-05-2024 10:58:47:FINISHED TEST : getWithResponseClassWhileServerWaitTest()
04-05-2024 10:58:47:[JAXRSCommonClient] Test setup OK
04-05-2024 10:58:47:STARTING TEST : methodWhileServerWaitTest()
04-05-2024 10:58:47:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait
04-05-2024 10:58:47:Start time: 1712314727046
04-05-2024 10:58:47:Client was returned control in 0 milliseconds from request
04-05-2024 10:58:47:  TRACE: [WIRE] - >> 
04-05-2024 10:58:49:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:58:49:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:58:49:  TRACE: [WIRE] - << Content-Length: 6
04-05-2024 10:58:49:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:58:49:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:58:49:Returned status 200 (OK)
04-05-2024 10:58:49:Start time: 1712314729062
04-05-2024 10:58:49:Client was returned control in 1 milliseconds from request
04-05-2024 10:58:49:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getandwait
04-05-2024 10:58:49:  TRACE: [WIRE] - >> 
04-05-2024 10:58:51:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:58:51:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:58:51:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 10:58:51:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:58:51:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:58:51:Returned status 200 (OK)
04-05-2024 10:58:51:Start time: 1712314731076
04-05-2024 10:58:51:Client was returned control in 1 milliseconds from request
04-05-2024 10:58:51:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsandwait
04-05-2024 10:58:51:  TRACE: [WIRE] - >> 
04-05-2024 10:58:53:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:58:53:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:58:53:  TRACE: [WIRE] - << Content-Length: 7
04-05-2024 10:58:53:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:58:53:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:58:53:Returned status 200 (OK)
04-05-2024 10:58:53:FINISHED TEST : methodWhileServerWaitTest()
04-05-2024 10:58:53:[JAXRSCommonClient] Test setup OK
04-05-2024 10:58:53:STARTING TEST : optionsWithClassThrowsNoWebApplicationExceptionForResponseTest()
04-05-2024 10:58:53:Start time: 171231473309204-05-2024 10:58:53:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsnotok
04-05-2024 10:58:53:  TRACE: [WIRE] - >> 
04-05-2024 10:58:53:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 10:58:53:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:58:53:  TRACE: [WIRE] - << Content-Length: 1172

04-05-2024 10:58:53:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 10:58:53:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:58:53:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:58:53:Returned status 406 (NOT_ACCEPTABLE)
04-05-2024 10:58:53:FINISHED TEST : optionsWithClassThrowsNoWebApplicationExceptionForResponseTest()
04-05-2024 10:58:53:[JAXRSCommonClient] Test setup OK
04-05-2024 10:58:53:STARTING TEST : postThrowsProcessingExceptionTest()
04-05-2024 10:58:53:  TRACE: [WIRE] - >> POST http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/post
04-05-2024 10:58:53:  TRACE: [WIRE] - >> Content-Type:*/*
04-05-2024 10:58:53:Start time: 1712314733419
04-05-2024 10:58:53:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-05-2024 10:58:53:ExecutionException.getCause is ProcessingException as expected
04-05-2024 10:58:53:FINISHED TEST : postThrowsProcessingExceptionTest()
04-05-2024 10:58:53:[JAXRSCommonClient] Test setup OK
04-05-2024 10:58:53:STARTING TEST : deleteWithCallbackStringWhileServerWaitTest()
04-05-2024 10:58:53:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait
04-05-2024 10:58:53:  TRACE: [WIRE] - >> 
04-05-2024 10:58:55:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:58:53:Start time: 1712314733435
04-05-2024 10:58:53:Client was returned control in 1 milliseconds from request
04-05-2024 10:58:55:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:58:55:  TRACE: [WIRE] - << Content-Length: 6
04-05-2024 10:58:55:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:58:55:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:58:55:Callback#completed() called in 2005 milliseconds from request
04-05-2024 10:58:55:Callback completed() call ok
04-05-2024 10:58:55:FINISHED TEST : deleteWithCallbackStringWhileServerWaitTest()
04-05-2024 10:58:55:[JAXRSCommonClient] Test setup OK
04-05-2024 10:58:55:STARTING TEST : methodWithGenericTypeThrowsWebApplicationExceptionTest()
04-05-2024 10:58:55:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deletenotok
04-05-2024 10:58:55:Start time: 1712314735452
04-05-2024 10:58:55:  TRACE: [WIRE] - >> 
04-05-2024 10:58:55:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 10:58:55:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:58:55:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 10:58:55:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 10:58:55:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:58:55:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:58:55:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-05-2024 10:58:55:ExecutionException.getCause is WebApplicationException as expected
04-05-2024 10:58:55:Start time: 1712314735480
04-05-2024 10:58:55:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getnotok
04-05-2024 10:58:55:  TRACE: [WIRE] - >> 
04-05-2024 10:58:55:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 10:58:55:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:58:55:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 10:58:55:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 10:58:55:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:58:55:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:58:55:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-05-2024 10:58:55:ExecutionException.getCause is WebApplicationException as expected
04-05-2024 10:58:55:Start time: 1712314735492
04-05-2024 10:58:55:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsnotok
04-05-2024 10:58:55:  TRACE: [WIRE] - >> 
04-05-2024 10:58:55:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 10:58:55:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:58:55:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 10:58:55:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 10:58:55:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:58:55:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:58:55:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-05-2024 10:58:55:ExecutionException.getCause is WebApplicationException as expected
04-05-2024 10:58:55:FINISHED TEST : methodWithGenericTypeThrowsWebApplicationExceptionTest()
04-05-2024 10:58:55:[JAXRSCommonClient] Test setup OK
04-05-2024 10:58:55:STARTING TEST : methodWithGenericTypeResponseWithEntityWhileServerWaitTest()
04-05-2024 10:58:55:Start time: 171231473550704-05-2024 10:58:55:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putandwait
04-05-2024 10:58:55:  TRACE: [WIRE] - >> Content-Type:*/*
04-05-2024 10:58:57:  TRACE: [WIRE] - << 200 OK

04-05-2024 10:58:55:Client was returned control in 1 milliseconds from request
04-05-2024 10:58:57:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:58:57:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 10:58:57:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:58:57:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:58:57:Returned status 200 (OK)
04-05-2024 10:58:57:Start time: 1712314737523
04-05-2024 10:58:57:Client was returned control in 1 milliseconds from request
04-05-2024 10:58:57:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postandwait
04-05-2024 10:58:57:  TRACE: [WIRE] - >> Content-Type:*/*
04-05-2024 10:58:59:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:58:59:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:58:59:  TRACE: [WIRE] - << Content-Length: 4
04-05-2024 10:58:59:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:58:59:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:58:59:Returned status 200 (OK)
04-05-2024 10:58:59:FINISHED TEST : methodWithGenericTypeResponseWithEntityWhileServerWaitTest()
04-05-2024 10:58:59:[JAXRSCommonClient] Test setup OK
04-05-2024 10:58:59:STARTING TEST : optionsWithStringClassWhileServerWaitTest()04-05-2024 10:58:59:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsandwait
04-05-2024 10:58:59:  TRACE: [WIRE] - >> 

04-05-2024 10:58:59:Start time: 1712314739539
04-05-2024 10:58:59:Client was returned control in 1 milliseconds from request
04-05-2024 10:59:01:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:59:01:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:01:  TRACE: [WIRE] - << Content-Length: 7
04-05-2024 10:59:01:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:01:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:01:FINISHED TEST : optionsWithStringClassWhileServerWaitTest()
04-05-2024 10:59:01:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:01:STARTING TEST : methodWithGenericTypeStringWhileServerWaitTest()
04-05-2024 10:59:01:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait
04-05-2024 10:59:01:  TRACE: [WIRE] - >> 
04-05-2024 10:59:03:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:59:01:Start time: 1712314741555
04-05-2024 10:59:01:Client was returned control in 1 milliseconds from request
04-05-2024 10:59:03:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:03:  TRACE: [WIRE] - << Content-Length: 6
04-05-2024 10:59:03:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:03:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:03:Start time: 1712314743570
04-05-2024 10:59:03:Client was returned control in 1 milliseconds from request
04-05-2024 10:59:03:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getandwait
04-05-2024 10:59:03:  TRACE: [WIRE] - >> 
04-05-2024 10:59:05:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:59:05:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:05:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 10:59:05:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:05:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:05:Start time: 1712314745585
04-05-2024 10:59:05:Client was returned control in 1 milliseconds from request
04-05-2024 10:59:05:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsandwait
04-05-2024 10:59:05:  TRACE: [WIRE] - >> 
04-05-2024 10:59:07:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:59:07:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:07:  TRACE: [WIRE] - << Content-Length: 7
04-05-2024 10:59:07:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:07:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:07:FINISHED TEST : methodWithGenericTypeStringWhileServerWaitTest()
04-05-2024 10:59:07:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:07:STARTING TEST : methodWithGenericTypeResponseWhileServerWaitTest()
04-05-2024 10:59:07:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait
04-05-2024 10:59:07:Start time: 1712314747607
04-05-2024 10:59:07:Client was returned control in 0 milliseconds from request
04-05-2024 10:59:07:  TRACE: [WIRE] - >> 
04-05-2024 10:59:09:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:59:09:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:09:  TRACE: [WIRE] - << Content-Length: 6
04-05-2024 10:59:09:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:09:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:09:Returned status 200 (OK)
04-05-2024 10:59:09:Start time: 1712314749620
04-05-2024 10:59:09:Client was returned control in 1 milliseconds from request
04-05-2024 10:59:09:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getandwait
04-05-2024 10:59:09:  TRACE: [WIRE] - >> 
04-05-2024 10:59:11:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:59:11:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:11:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 10:59:11:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:11:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:11:Returned status 200 (OK)
04-05-2024 10:59:11:Start time: 1712314751646
04-05-2024 10:59:11:Client was returned control in 0 milliseconds from request
04-05-2024 10:59:11:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsandwait
04-05-2024 10:59:11:  TRACE: [WIRE] - >> 
04-05-2024 10:59:13:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:59:13:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:13:  TRACE: [WIRE] - << Content-Length: 7
04-05-2024 10:59:13:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:13:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:13:Returned status 200 (OK)
04-05-2024 10:59:13:FINISHED TEST : methodWithGenericTypeResponseWhileServerWaitTest()
04-05-2024 10:59:13:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:13:STARTING TEST : postWithGenericTypeThrowsWebApplicationExceptionTest()
04-05-2024 10:59:13:Start time: 1712314753668
04-05-2024 10:59:13:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postnotok
04-05-2024 10:59:13:  TRACE: [WIRE] - >> Content-Type:*/*
04-05-2024 10:59:13:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 10:59:13:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:13:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 10:59:13:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 10:59:13:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:13:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:13:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-05-2024 10:59:13:ExecutionException.getCause is WebApplicationException as expected
04-05-2024 10:59:13:FINISHED TEST : postWithGenericTypeThrowsWebApplicationExceptionTest()
04-05-2024 10:59:13:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:13:STARTING TEST : deleteWithResponseClassWhileServerWaitTest()
04-05-2024 10:59:13:Start time: 1712314753684
04-05-2024 10:59:13:Client was returned control in 0 milliseconds from request
04-05-2024 10:59:13:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait
04-05-2024 10:59:13:  TRACE: [WIRE] - >> 
04-05-2024 10:59:15:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:59:15:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:15:  TRACE: [WIRE] - << Content-Length: 6
04-05-2024 10:59:15:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:15:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:15:Returned status 200 (OK)
04-05-2024 10:59:15:FINISHED TEST : deleteWithResponseClassWhileServerWaitTest()
04-05-2024 10:59:15:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:15:STARTING TEST : methodWithGenericTypeThrowsProcessingExceptionTest()04-05-2024 10:59:15:  TRACE: [WIRE] - >> DELETE http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/delete
04-05-2024 10:59:15:  TRACE: [WIRE] - >> 

04-05-2024 10:59:15:Start time: 1712314755700
04-05-2024 10:59:15:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-05-2024 10:59:15:ExecutionException.getCause is ProcessingException as expected
04-05-2024 10:59:15:Start time: 1712314755716
04-05-2024 10:59:15:  TRACE: [WIRE] - >> GET http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/get
04-05-2024 10:59:15:  TRACE: [WIRE] - >> 
04-05-2024 10:59:15:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-05-2024 10:59:15:ExecutionException.getCause is ProcessingException as expected
04-05-2024 10:59:15:Start time: 1712314755728
04-05-2024 10:59:15:  TRACE: [WIRE] - >> OPTIONS http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/options
04-05-2024 10:59:15:  TRACE: [WIRE] - >> 
04-05-2024 10:59:15:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-05-2024 10:59:15:ExecutionException.getCause is ProcessingException as expected
04-05-2024 10:59:15:FINISHED TEST : methodWithGenericTypeThrowsProcessingExceptionTest()
04-05-2024 10:59:15:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:15:STARTING TEST : methodWithEntityWhileServerWaitTest()
04-05-2024 10:59:15:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putandwait
04-05-2024 10:59:15:  TRACE: [WIRE] - >> Content-Type:*/*
04-05-2024 10:59:17:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:59:17:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:15:Start time: 1712314755744
04-05-2024 10:59:15:Client was returned control in 1 milliseconds from request
04-05-2024 10:59:17:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 10:59:17:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:17:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:17:Returned status 200 (OK)
04-05-2024 10:59:17:Start time: 1712314757758
04-05-2024 10:59:17:Client was returned control in 1 milliseconds from request04-05-2024 10:59:17:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postandwait
04-05-2024 10:59:17:  TRACE: [WIRE] - >> Content-Type:*/*

04-05-2024 10:59:19:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:59:19:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:19:  TRACE: [WIRE] - << Content-Length: 4
04-05-2024 10:59:19:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:19:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:19:Returned status 200 (OK)
04-05-2024 10:59:19:FINISHED TEST : methodWithEntityWhileServerWaitTest()
04-05-2024 10:59:19:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:19:STARTING TEST : optionsWithCallbackThrowsProcessingExceptionTest()
04-05-2024 10:59:19:  TRACE: [WIRE] - >> OPTIONS http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/options
04-05-2024 10:59:19:  TRACE: [WIRE] - >> 
04-05-2024 10:59:19:Start time: 1712314759774
04-05-2024 10:59:19:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-05-2024 10:59:19:ExecutionException.getCause is ProcessingException as expected
04-05-2024 10:59:19:FINISHED TEST : optionsWithCallbackThrowsProcessingExceptionTest()
04-05-2024 10:59:19:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:19:STARTING TEST : putWithCallbackThrowsWebApplicationExceptionTest()
04-05-2024 10:59:19:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putnotok
04-05-2024 10:59:19:  TRACE: [WIRE] - >> Content-Type:*/*
04-05-2024 10:59:19:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 10:59:19:Start time: 1712314759786
04-05-2024 10:59:19:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:19:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 10:59:19:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 10:59:19:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:19:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:19:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-05-2024 10:59:19:ExecutionException.getCause is WebApplicationException as expected
04-05-2024 10:59:19:FINISHED TEST : putWithCallbackThrowsWebApplicationExceptionTest()
04-05-2024 10:59:19:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:19:STARTING TEST : optionsWithClassThrowsProcessingExceptionTest()
04-05-2024 10:59:19:Start time: 1712314759813
04-05-2024 10:59:19:  TRACE: [WIRE] - >> OPTIONS http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/options
04-05-2024 10:59:19:  TRACE: [WIRE] - >> 
04-05-2024 10:59:19:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-05-2024 10:59:19:ExecutionException.getCause is ProcessingException as expected
04-05-2024 10:59:19:FINISHED TEST : optionsWithClassThrowsProcessingExceptionTest()
04-05-2024 10:59:19:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:19:STARTING TEST : optionsWithClassThrowsWebApplicationExceptionTest()
04-05-2024 10:59:19:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsnotok
04-05-2024 10:59:19:  TRACE: [WIRE] - >> 
04-05-2024 10:59:19:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 10:59:19:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:19:Start time: 1712314759830
04-05-2024 10:59:19:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 10:59:19:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 10:59:19:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:19:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:19:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-05-2024 10:59:19:ExecutionException.getCause is WebApplicationException as expected
04-05-2024 10:59:19:FINISHED TEST : optionsWithClassThrowsWebApplicationExceptionTest()
04-05-2024 10:59:19:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:19:STARTING TEST : methodWithClassThrowsNoWebApplicationExceptionForResponseTest()
04-05-2024 10:59:19:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deletenotok
04-05-2024 10:59:19:  TRACE: [WIRE] - >> 
04-05-2024 10:59:19:Start time: 1712314759845
04-05-2024 10:59:19:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 10:59:19:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:19:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 10:59:19:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 10:59:19:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:19:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:19:Returned status 406 (NOT_ACCEPTABLE)
04-05-2024 10:59:19:Start time: 1712314759861
04-05-2024 10:59:19:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getnotok
04-05-2024 10:59:19:  TRACE: [WIRE] - >> 
04-05-2024 10:59:19:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 10:59:19:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:19:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 10:59:19:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 10:59:19:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:19:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:19:Returned status 406 (NOT_ACCEPTABLE)
04-05-2024 10:59:19:Start time: 1712314759877
04-05-2024 10:59:19:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsnotok
04-05-2024 10:59:19:  TRACE: [WIRE] - >> 
04-05-2024 10:59:19:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 10:59:19:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:19:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 10:59:19:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 10:59:19:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:19:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:19:Returned status 406 (NOT_ACCEPTABLE)
04-05-2024 10:59:19:FINISHED TEST : methodWithClassThrowsNoWebApplicationExceptionForResponseTest()
04-05-2024 10:59:19:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:19:STARTING TEST : deleteWithGenericTypeResponseWhileServerWaitTest()
04-05-2024 10:59:19:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait
04-05-2024 10:59:19:  TRACE: [WIRE] - >> 
04-05-2024 10:59:21:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:59:21:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:19:Start time: 1712314759910
04-05-2024 10:59:19:Client was returned control in 0 milliseconds from request
04-05-2024 10:59:21:  TRACE: [WIRE] - << Content-Length: 6
04-05-2024 10:59:21:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:21:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:21:Returned status 200 (OK)
04-05-2024 10:59:21:FINISHED TEST : deleteWithGenericTypeResponseWhileServerWaitTest()
04-05-2024 10:59:21:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:21:STARTING TEST : putWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest()
04-05-2024 10:59:21:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putnotok
04-05-2024 10:59:21:  TRACE: [WIRE] - >> Content-Type:*/*
04-05-2024 10:59:21:Start time: 1712314761931
04-05-2024 10:59:21:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 10:59:21:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:21:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 10:59:21:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 10:59:21:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:21:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:21:Returned status 406 (NOT_ACCEPTABLE)
04-05-2024 10:59:21:FINISHED TEST : putWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest()
04-05-2024 10:59:21:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:21:STARTING TEST : optionsWhileServerWaitTest()
04-05-2024 10:59:21:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsandwait
04-05-2024 10:59:21:  TRACE: [WIRE] - >> 
04-05-2024 10:59:21:Start time: 1712314761947
04-05-2024 10:59:21:Client was returned control in 1 milliseconds from request
04-05-2024 10:59:23:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:59:23:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:23:  TRACE: [WIRE] - << Content-Length: 7
04-05-2024 10:59:23:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:23:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:23:Returned status 200 (OK)
04-05-2024 10:59:23:FINISHED TEST : optionsWhileServerWaitTest()
04-05-2024 10:59:23:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:23:STARTING TEST : putWithResponseClassWhileServerWaitTest()
04-05-2024 10:59:23:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putandwait
04-05-2024 10:59:23:  TRACE: [WIRE] - >> Content-Type:*/*
04-05-2024 10:59:25:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:59:25:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:25:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 10:59:25:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:23:Start time: 1712314763963
04-05-2024 10:59:23:Client was returned control in 0 milliseconds from request
04-05-2024 10:59:25:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:25:Returned status 200 (OK)
04-05-2024 10:59:25:FINISHED TEST : putWithResponseClassWhileServerWaitTest()
04-05-2024 10:59:25:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:25:STARTING TEST : getWhileServerWaitTest()
04-05-2024 10:59:25:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getandwait
04-05-2024 10:59:25:  TRACE: [WIRE] - >> 
04-05-2024 10:59:27:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:59:25:Start time: 1712314765979
04-05-2024 10:59:25:Client was returned control in 0 milliseconds from request
04-05-2024 10:59:27:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:27:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 10:59:27:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:27:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:27:Returned status 200 (OK)
04-05-2024 10:59:27:FINISHED TEST : getWhileServerWaitTest()
04-05-2024 10:59:27:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:27:STARTING TEST : deleteWithClassThrowsNoWebApplicationExceptionForResponseTest()
04-05-2024 10:59:28:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deletenotok
04-05-2024 10:59:28:  TRACE: [WIRE] - >> 
04-05-2024 10:59:28:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 10:59:28:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:28:Start time: 1712314768006
04-05-2024 10:59:28:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 10:59:28:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 10:59:28:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:28:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:28:Returned status 406 (NOT_ACCEPTABLE)
04-05-2024 10:59:28:FINISHED TEST : deleteWithClassThrowsNoWebApplicationExceptionForResponseTest()
04-05-2024 10:59:28:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:28:STARTING TEST : deleteWithClassThrowsProcessingExceptionTest()
04-05-2024 10:59:28:Start time: 1712314768193
04-05-2024 10:59:28:  TRACE: [WIRE] - >> DELETE http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/delete
04-05-2024 10:59:28:  TRACE: [WIRE] - >> 
04-05-2024 10:59:28:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-05-2024 10:59:28:ExecutionException.getCause is ProcessingException as expected
04-05-2024 10:59:28:FINISHED TEST : deleteWithClassThrowsProcessingExceptionTest()
04-05-2024 10:59:28:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:28:STARTING TEST : putWithClassThrowsNoWebApplicationExceptionForResponseTest()
04-05-2024 10:59:28:Start time: 1712314768212
04-05-2024 10:59:28:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putnotok
04-05-2024 10:59:28:  TRACE: [WIRE] - >> Content-Type:*/*
04-05-2024 10:59:28:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 10:59:28:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:28:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 10:59:28:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 10:59:28:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:28:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:28:Returned status 406 (NOT_ACCEPTABLE)
04-05-2024 10:59:28:FINISHED TEST : putWithClassThrowsNoWebApplicationExceptionForResponseTest()
04-05-2024 10:59:28:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:28:STARTING TEST : methodWithStringClassWithEntityWhileServerWaitTest()
04-05-2024 10:59:28:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putandwait
04-05-2024 10:59:28:  TRACE: [WIRE] - >> Content-Type:*/*
04-05-2024 10:59:28:Start time: 1712314768226
04-05-2024 10:59:28:Client was returned control in 1 milliseconds from request
04-05-2024 10:59:30:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:59:30:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:30:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 10:59:30:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:30:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:30:Start time: 1712314770239
04-05-2024 10:59:30:Client was returned control in 1 milliseconds from request
04-05-2024 10:59:30:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postandwait
04-05-2024 10:59:30:  TRACE: [WIRE] - >> Content-Type:*/*
04-05-2024 10:59:32:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:59:32:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:32:  TRACE: [WIRE] - << Content-Length: 4
04-05-2024 10:59:32:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:32:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:32:FINISHED TEST : methodWithStringClassWithEntityWhileServerWaitTest()
04-05-2024 10:59:32:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:32:  TRACE: [WIRE] - >> GET http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/get
04-05-2024 10:59:32:STARTING TEST : getWithGenericTypeThrowsProcessingExceptionTest()
04-05-2024 10:59:32:Start time: 1712314772255
04-05-2024 10:59:32:  TRACE: [WIRE] - >> 
04-05-2024 10:59:32:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-05-2024 10:59:32:ExecutionException.getCause is ProcessingException as expected
04-05-2024 10:59:32:FINISHED TEST : getWithGenericTypeThrowsProcessingExceptionTest()
04-05-2024 10:59:32:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:32:STARTING TEST : optionsWithStringCallbackWhileServerWaitTest()
04-05-2024 10:59:32:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsandwait
04-05-2024 10:59:32:  TRACE: [WIRE] - >> 
04-05-2024 10:59:32:Start time: 1712314772267
04-05-2024 10:59:32:Client was returned control in 0 milliseconds from request
04-05-2024 10:59:34:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:59:34:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:34:  TRACE: [WIRE] - << Content-Length: 7
04-05-2024 10:59:34:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:34:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:34:Callback#completed() called in 2004 milliseconds from request
04-05-2024 10:59:34:Callback completed() call ok
04-05-2024 10:59:34:FINISHED TEST : optionsWithStringCallbackWhileServerWaitTest()
04-05-2024 10:59:34:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:34:STARTING TEST : putWithGenericTypeThrowsWebApplicationExceptionTest()
04-05-2024 10:59:34:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putnotok
04-05-2024 10:59:34:  TRACE: [WIRE] - >> Content-Type:*/*
04-05-2024 10:59:34:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 10:59:34:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:34:Start time: 1712314774282
04-05-2024 10:59:34:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 10:59:34:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 10:59:34:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:34:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:34:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-05-2024 10:59:34:ExecutionException.getCause is WebApplicationException as expected
04-05-2024 10:59:34:FINISHED TEST : putWithGenericTypeThrowsWebApplicationExceptionTest()
04-05-2024 10:59:34:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:34:STARTING TEST : traceWithCallbackThrowsProcessingExceptionTest()
04-05-2024 10:59:34:  TRACE: [WIRE] - >> TRACE http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/trace
04-05-2024 10:59:34:  TRACE: [WIRE] - >> 
04-05-2024 10:59:34:Start time: 1712314774299
04-05-2024 10:59:34:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-05-2024 10:59:34:ExecutionException.getCause is ProcessingException as expected
04-05-2024 10:59:34:FINISHED TEST : traceWithCallbackThrowsProcessingExceptionTest()
04-05-2024 10:59:34:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:34:STARTING TEST : deleteTest()
04-05-2024 10:59:34:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/delete
04-05-2024 10:59:34:  TRACE: [WIRE] - >> 
04-05-2024 10:59:34:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:59:34:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:34:Start time: 1712314774325
04-05-2024 10:59:34:  TRACE: [WIRE] - << Content-Length: 6
04-05-2024 10:59:34:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:34:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:34:Returned status 200 (OK)
04-05-2024 10:59:34:FINISHED TEST : deleteTest()
04-05-2024 10:59:34:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:34:STARTING TEST : getWithGenericTypeResponseWhileServerWaitTest()04-05-2024 10:59:34:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getandwait

04-05-2024 10:59:34:Start time: 1712314774342
04-05-2024 10:59:34:Client was returned control in 0 milliseconds from request
04-05-2024 10:59:34:  TRACE: [WIRE] - >> 
04-05-2024 10:59:36:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:59:36:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:36:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 10:59:36:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:36:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:36:Returned status 200 (OK)
04-05-2024 10:59:36:FINISHED TEST : getWithGenericTypeResponseWhileServerWaitTest()
04-05-2024 10:59:36:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:36:STARTING TEST : traceWithClassThrowsWebApplicationExceptionTest()
04-05-2024 10:59:36:  TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/tracenotok
04-05-2024 10:59:36:  TRACE: [WIRE] - >> 
04-05-2024 10:59:36:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 10:59:36:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:36:Start time: 1712314776357
04-05-2024 10:59:36:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 10:59:36:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 10:59:36:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:36:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:36:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-05-2024 10:59:36:ExecutionException.getCause is WebApplicationException as expected
04-05-2024 10:59:36:FINISHED TEST : traceWithClassThrowsWebApplicationExceptionTest()
04-05-2024 10:59:36:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:36:STARTING TEST : postWithStringClassWhileServerWaitTest()
04-05-2024 10:59:36:Start time: 1712314776575
04-05-2024 10:59:36:Client was returned control in 0 milliseconds from request
04-05-2024 10:59:36:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postandwait
04-05-2024 10:59:36:  TRACE: [WIRE] - >> Content-Type:*/*
04-05-2024 10:59:38:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:59:38:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:38:  TRACE: [WIRE] - << Content-Length: 4
04-05-2024 10:59:38:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:38:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:38:FINISHED TEST : postWithStringClassWhileServerWaitTest()
04-05-2024 10:59:38:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:38:STARTING TEST : methodWithCallbackStringWhileServerWaitTest()
04-05-2024 10:59:38:Start time: 1712314778590
04-05-2024 10:59:38:Client was returned control in 0 milliseconds from request
04-05-2024 10:59:38:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait
04-05-2024 10:59:38:  TRACE: [WIRE] - >> 
04-05-2024 10:59:40:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:59:40:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:40:  TRACE: [WIRE] - << Content-Length: 6
04-05-2024 10:59:40:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:40:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:40:Callback#completed() called in 2004 milliseconds from request
04-05-2024 10:59:40:Callback completed() call ok
04-05-2024 10:59:40:Start time: 1712314780603
04-05-2024 10:59:40:Client was returned control in 1 milliseconds from request
04-05-2024 10:59:40:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/getandwait
04-05-2024 10:59:40:  TRACE: [WIRE] - >> 
04-05-2024 10:59:42:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:59:42:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:42:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 10:59:42:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:42:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:42:Callback#completed() called in 2004 milliseconds from request
04-05-2024 10:59:42:Callback completed() call ok
04-05-2024 10:59:42:Start time: 1712314782617
04-05-2024 10:59:42:Client was returned control in 1 milliseconds from request
04-05-2024 10:59:42:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/optionsandwait
04-05-2024 10:59:42:  TRACE: [WIRE] - >> 
04-05-2024 10:59:44:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:59:44:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:44:  TRACE: [WIRE] - << Content-Length: 7
04-05-2024 10:59:44:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:44:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:44:Callback#completed() called in 2005 milliseconds from request
04-05-2024 10:59:44:Callback completed() call ok
04-05-2024 10:59:44:FINISHED TEST : methodWithCallbackStringWhileServerWaitTest()
04-05-2024 10:59:44:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:44:STARTING TEST : methodWithGenericTypeWithEntityThrowsProcessingExceptionTest()
04-05-2024 10:59:44:  TRACE: [WIRE] - >> PUT http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/put
04-05-2024 10:59:44:  TRACE: [WIRE] - >> Content-Type:*/*
04-05-2024 10:59:44:Start time: 1712314784634
04-05-2024 10:59:44:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-05-2024 10:59:44:ExecutionException.getCause is ProcessingException as expected
04-05-2024 10:59:44:Start time: 1712314784647
04-05-2024 10:59:44:  TRACE: [WIRE] - >> POST http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/post
04-05-2024 10:59:44:  TRACE: [WIRE] - >> Content-Type:*/*
04-05-2024 10:59:44:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-05-2024 10:59:44:ExecutionException.getCause is ProcessingException as expected
04-05-2024 10:59:44:FINISHED TEST : methodWithGenericTypeWithEntityThrowsProcessingExceptionTest()
04-05-2024 10:59:44:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:44:STARTING TEST : getWithClassThrowsProcessingExceptionTest()
04-05-2024 10:59:44:  TRACE: [WIRE] - >> GET http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/get
04-05-2024 10:59:44:  TRACE: [WIRE] - >> 
04-05-2024 10:59:44:Start time: 1712314784672
04-05-2024 10:59:44:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-05-2024 10:59:44:ExecutionException.getCause is ProcessingException as expected
04-05-2024 10:59:44:FINISHED TEST : getWithClassThrowsProcessingExceptionTest()
04-05-2024 10:59:44:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:44:STARTING TEST : postWithGenericTypeStringWhileServerWaitTest()
04-05-2024 10:59:44:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postandwait
04-05-2024 10:59:44:  TRACE: [WIRE] - >> Content-Type:*/*
04-05-2024 10:59:46:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:59:44:Start time: 1712314784684
04-05-2024 10:59:44:Client was returned control in 1 milliseconds from request
04-05-2024 10:59:46:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:46:  TRACE: [WIRE] - << Content-Length: 4
04-05-2024 10:59:46:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:46:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:46:FINISHED TEST : postWithGenericTypeStringWhileServerWaitTest()
04-05-2024 10:59:46:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:46:  TRACE: [WIRE] - >> DELETE http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/deleteandwait
04-05-2024 10:59:46:STARTING TEST : deleteWithCallbackStringThrowsProcessingExceptionTest()
04-05-2024 10:59:46:  TRACE: [WIRE] - >> 
04-05-2024 10:59:46:Start time: 1712314786704
04-05-2024 10:59:46:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-05-2024 10:59:46:ExecutionException.getCause is ProcessingException as expected
04-05-2024 10:59:46:FINISHED TEST : deleteWithCallbackStringThrowsProcessingExceptionTest()
04-05-2024 10:59:46:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:46:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putnotok
04-05-2024 10:59:46:STARTING TEST : methodWithGenericTypeWithEntityThrowsNoWebApplicationExceptionForResponseTest()
04-05-2024 10:59:46:  TRACE: [WIRE] - >> Content-Type:*/*
04-05-2024 10:59:46:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 10:59:46:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:46:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 10:59:46:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 10:59:46:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:46:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:46:Start time: 1712314786719
04-05-2024 10:59:46:Returned status 406 (NOT_ACCEPTABLE)
04-05-2024 10:59:46:Start time: 1712314786734
04-05-2024 10:59:46:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postnotok
04-05-2024 10:59:46:  TRACE: [WIRE] - >> Content-Type:*/*
04-05-2024 10:59:46:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 10:59:46:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:46:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 10:59:46:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 10:59:46:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:46:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:46:Returned status 406 (NOT_ACCEPTABLE)
04-05-2024 10:59:46:FINISHED TEST : methodWithGenericTypeWithEntityThrowsNoWebApplicationExceptionForResponseTest()
04-05-2024 10:59:46:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:46:STARTING TEST : methodWithCallbackStringWithEntityWhileServerWaitTest()
04-05-2024 10:59:46:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/putandwait
04-05-2024 10:59:46:  TRACE: [WIRE] - >> Content-Type:*/*
04-05-2024 10:59:48:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:59:48:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:48:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 10:59:48:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:48:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:46:Start time: 1712314786749
04-05-2024 10:59:46:Client was returned control in 0 milliseconds from request
04-05-2024 10:59:48:Callback#completed() called in 2005 milliseconds from request
04-05-2024 10:59:48:Callback completed() call ok
04-05-2024 10:59:48:Start time: 1712314788864
04-05-2024 10:59:48:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/postandwait
04-05-2024 10:59:48:Client was returned control in 0 milliseconds from request
04-05-2024 10:59:48:  TRACE: [WIRE] - >> Content-Type:*/*
04-05-2024 10:59:50:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:59:50:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:50:  TRACE: [WIRE] - << Content-Length: 4
04-05-2024 10:59:50:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:50:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:50:Callback#completed() called in 2005 milliseconds from request
04-05-2024 10:59:50:Callback completed() call ok
04-05-2024 10:59:50:FINISHED TEST : methodWithCallbackStringWithEntityWhileServerWaitTest()
04-05-2024 10:59:50:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:50:STARTING TEST : headThrowsProcessingExceptionTest()04-05-2024 10:59:50:  TRACE: [WIRE] - >> HEAD http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/head
04-05-2024 10:59:50:  TRACE: [WIRE] - >> 

04-05-2024 10:59:50:Start time: 1712314790880
04-05-2024 10:59:50:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-05-2024 10:59:50:ExecutionException.getCause is ProcessingException as expected
04-05-2024 10:59:50:FINISHED TEST : headThrowsProcessingExceptionTest()
04-05-2024 10:59:50:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:50:STARTING TEST : optionsThrowsProcessingExceptionTest()
04-05-2024 10:59:50:Start time: 1712314790893
04-05-2024 10:59:50:  TRACE: [WIRE] - >> OPTIONS http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/options
04-05-2024 10:59:50:  TRACE: [WIRE] - >> 
04-05-2024 10:59:50:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-05-2024 10:59:50:ExecutionException.getCause is ProcessingException as expected
04-05-2024 10:59:50:FINISHED TEST : optionsThrowsProcessingExceptionTest()
04-05-2024 10:59:50:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:50:STARTING TEST : optionsWithGenericTypeThrowsProcessingExceptionTest()
04-05-2024 10:59:50:  TRACE: [WIRE] - >> OPTIONS http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/options
04-05-2024 10:59:50:  TRACE: [WIRE] - >> 
04-05-2024 10:59:50:Start time: 1712314790919
04-05-2024 10:59:50:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-05-2024 10:59:50:ExecutionException.getCause is ProcessingException as expected
04-05-2024 10:59:50:FINISHED TEST : optionsWithGenericTypeThrowsProcessingExceptionTest()
04-05-2024 10:59:50:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:50:STARTING TEST : postWithGenericTypeThrowsProcessingExceptionTest()
04-05-2024 10:59:50:  TRACE: [WIRE] - >> POST http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/post
04-05-2024 10:59:50:  TRACE: [WIRE] - >> Content-Type:*/*
04-05-2024 10:59:50:Start time: 1712314790932
04-05-2024 10:59:50:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-05-2024 10:59:50:ExecutionException.getCause is ProcessingException as expected
04-05-2024 10:59:50:FINISHED TEST : postWithGenericTypeThrowsProcessingExceptionTest()
04-05-2024 10:59:50:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:50:STARTING TEST : putWithCallbackThrowsProcessingExceptionTest()04-05-2024 10:59:50:  TRACE: [WIRE] - >> PUT http://somenonexisting.domain-site:8080/jaxrs_ee_rs_client_asyncinvoker_web/resource/put
04-05-2024 10:59:50:  TRACE: [WIRE] - >> Content-Type:*/*

04-05-2024 10:59:50:Start time: 1712314790944
04-05-2024 10:59:50:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-05-2024 10:59:50:ExecutionException.getCause is ProcessingException as expected
04-05-2024 10:59:50:FINISHED TEST : putWithCallbackThrowsProcessingExceptionTest()
[INFO] Tests run: 147, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 162.93 s - in ee.jakarta.tck.ws.rs.ee.rs.client.asyncinvoker.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.client.clientrequestcontext.JAXRSClientIT
04-05-2024 10:59:51:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:51:STARTING TEST : setUriTest()
04-05-2024 10:59:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_client_clientrequestcontext_web/resource/qwerty' to target server at 'localhost:8080'
04-05-2024 10:59:51:###############################
04-05-2024 10:59:51:[Request] Adding entity: ENTITY
04-05-2024 10:59:51:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_clientrequestcontext_web/resource/post
04-05-2024 10:59:51:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 10:59:51:  TRACE: [WIRE] - >> ENTITY
04-05-2024 10:59:51:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:59:51:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:51:  TRACE: [WIRE] - << Content-Length: 6
04-05-2024 10:59:51:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 10:59:51:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:51:  TRACE: [WIRE] - << ENTITY
04-05-2024 10:59:51:Found expected substring: ENTITY
04-05-2024 10:59:51:FINISHED TEST : setUriTest()
04-05-2024 10:59:51:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:51:STARTING TEST : getHeadersIsMutableTest()
04-05-2024 10:59:51:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_clientrequestcontext_web/resource/headers
04-05-2024 10:59:51:  TRACE: [WIRE] - >> Accept:*/*, Accept-Language:en_gb, Date:Tue, 15 Nov 1994 08:12:31 GMT, tck:cts
04-05-2024 10:59:51:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:59:51:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_client_clientrequestcontext_web/resource/headers' to target server at 'localhost:8080'
04-05-2024 10:59:51:###############################
04-05-2024 10:59:51:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:51:  TRACE: [WIRE] - << Content-Length: 59
04-05-2024 10:59:51:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 10:59:51:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:51:  TRACE: [WIRE] - << accept;accept-language;date;tck;user-agent;host;connection;
04-05-2024 10:59:51:Found expected substring: accept-language
04-05-2024 10:59:51:Found expected substring: date
04-05-2024 10:59:51:Found expected substring: tck
04-05-2024 10:59:51:FINISHED TEST : getHeadersIsMutableTest()
04-05-2024 10:59:51:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:51:STARTING TEST : setMethodTest()
04-05-2024 10:59:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_client_clientrequestcontext_web/resource/put' to target server at 'localhost:8080'
04-05-2024 10:59:51:###############################
04-05-2024 10:59:51:[Request] Adding entity: ENTITY04-05-2024 10:59:51:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_clientrequestcontext_web/resource/put

04-05-2024 10:59:51:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 10:59:51:  TRACE: [WIRE] - >> ENTITY
04-05-2024 10:59:51:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:59:51:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:51:  TRACE: [WIRE] - << Content-Length: 6
04-05-2024 10:59:51:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 10:59:51:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:51:  TRACE: [WIRE] - << ENTITY
04-05-2024 10:59:51:Found expected substring: ENTITY
04-05-2024 10:59:51:FINISHED TEST : setMethodTest()
04-05-2024 10:59:51:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:51:STARTING TEST : getEntityStreamTest()
04-05-2024 10:59:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_client_clientrequestcontext_web/resource/post' to target server at 'localhost:8080'
04-05-2024 10:59:51:###############################
04-05-2024 10:59:51:[Request] Adding entity: java.io.ByteArrayInputStream@771a3b5f04-05-2024 10:59:51:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_clientrequestcontext_web/resource/post

04-05-2024 10:59:51:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 10:59:51:  TRACE: [WIRE] - >> java.io.ByteArrayInputStream@771a3b5f
04-05-2024 10:59:51:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:59:51:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:51:  TRACE: [WIRE] - << Content-Length: 8192
04-05-2024 10:59:51:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 10:59:51:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:51:  TRACE: [WIRE] - << ENTITY_STREAM_WORKS
04-05-2024 10:59:51:Found expected substring: ENTITY_STREAM_WORKS
04-05-2024 10:59:51:FINISHED TEST : getEntityStreamTest()
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.858 s - in ee.jakarta.tck.ws.rs.ee.rs.client.clientrequestcontext.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.client.invocationbuilder.JAXRSClientIT
04-05-2024 10:59:52:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:52:STARTING TEST : cacheControlTest()
04-05-2024 10:59:52:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/headerstostring
04-05-2024 10:59:52:  TRACE: [WIRE] - >> Cache-Control:no-transform, max-age=2
04-05-2024 10:59:52:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:59:52:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:52:  TRACE: [WIRE] - << Content-Length: 191
04-05-2024 10:59:52:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:52:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:52:FINISHED TEST : cacheControlTest()
04-05-2024 10:59:52:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:52:STARTING TEST : headersMultivaluedMapIsNullReplacesAllTest()04-05-2024 10:59:52:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/headerstostring
04-05-2024 10:59:52:  TRACE: [WIRE] - >> 
04-05-2024 10:59:52:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:59:52:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:52:  TRACE: [WIRE] - << Content-Length: 153
04-05-2024 10:59:52:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:52:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)

04-05-2024 10:59:52:FINISHED TEST : headersMultivaluedMapIsNullReplacesAllTest()
04-05-2024 10:59:52:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:52:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/put
04-05-2024 10:59:52:STARTING TEST : buildWithEntityTest()
04-05-2024 10:59:52:  TRACE: [WIRE] - >> Content-Type:*/*
04-05-2024 10:59:52:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:59:52:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:52:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 10:59:52:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:52:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:52:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/post
04-05-2024 10:59:52:  TRACE: [WIRE] - >> Content-Type:*/*
04-05-2024 10:59:52:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:59:52:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:52:  TRACE: [WIRE] - << Content-Length: 4
04-05-2024 10:59:52:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:52:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:52:FINISHED TEST : buildWithEntityTest()
04-05-2024 10:59:52:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:52:STARTING TEST : asyncTest()
04-05-2024 10:59:52:FINISHED TEST : asyncTest()
04-05-2024 10:59:52:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:52:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/put
04-05-2024 10:59:52:STARTING TEST : buildPutTest()
04-05-2024 10:59:52:  TRACE: [WIRE] - >> Content-Type:*/*
04-05-2024 10:59:52:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:59:52:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:52:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 10:59:52:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:52:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:52:FINISHED TEST : buildPutTest()
04-05-2024 10:59:52:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:52:STARTING TEST : buildTest()04-05-2024 10:59:52:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/delete
04-05-2024 10:59:52:  TRACE: [WIRE] - >> 
04-05-2024 10:59:52:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:59:52:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:52:  TRACE: [WIRE] - << Content-Length: 6

04-05-2024 10:59:52:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:52:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:52:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/get
04-05-2024 10:59:52:  TRACE: [WIRE] - >> 
04-05-2024 10:59:52:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:59:52:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:52:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 10:59:52:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:52:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:52:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/options
04-05-2024 10:59:52:  TRACE: [WIRE] - >> 
04-05-2024 10:59:52:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:59:52:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:52:  TRACE: [WIRE] - << Content-Length: 7
04-05-2024 10:59:52:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:52:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:52:FINISHED TEST : buildTest()
04-05-2024 10:59:52:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:52:STARTING TEST : buildGetTest()04-05-2024 10:59:52:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/get
04-05-2024 10:59:52:  TRACE: [WIRE] - >> 
04-05-2024 10:59:52:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:59:52:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:52:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 10:59:52:  TRACE: [WIRE] - << Content-Type: text/html

04-05-2024 10:59:52:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:52:FINISHED TEST : buildGetTest()
04-05-2024 10:59:52:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:52:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/delete
04-05-2024 10:59:52:STARTING TEST : buildDeleteTest()
04-05-2024 10:59:52:  TRACE: [WIRE] - >> 
04-05-2024 10:59:52:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:59:52:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:52:  TRACE: [WIRE] - << Content-Length: 6
04-05-2024 10:59:52:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:52:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:52:FINISHED TEST : buildDeleteTest()
04-05-2024 10:59:52:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:52:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/headerstostring
04-05-2024 10:59:52:STARTING TEST : headersMultivaluedMapTest()
04-05-2024 10:59:52:  TRACE: [WIRE] - >> tck-header:cts-header
04-05-2024 10:59:52:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:59:52:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:52:  TRACE: [WIRE] - << Content-Length: 175
04-05-2024 10:59:52:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:52:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:52:FINISHED TEST : headersMultivaluedMapTest()
04-05-2024 10:59:52:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:52:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/cookie
04-05-2024 10:59:52:STARTING TEST : cookieCookieTest()
04-05-2024 10:59:52:  TRACE: [WIRE] - >> Cookie:$Version=1;tck=cts
04-05-2024 10:59:52:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:59:52:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:52:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 10:59:52:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:52:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:52:FINISHED TEST : cookieCookieTest()
04-05-2024 10:59:52:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:52:STARTING TEST : headerObjectTest()04-05-2024 10:59:52:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/headerstostring
04-05-2024 10:59:52:  TRACE: [WIRE] - >> tck-header:cts-header
04-05-2024 10:59:52:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:59:52:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:52:  TRACE: [WIRE] - << Content-Length: 175

04-05-2024 10:59:52:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:52:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:52:FINISHED TEST : headerObjectTest()
04-05-2024 10:59:52:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:52:STARTING TEST : cookieStringStringTest()
04-05-2024 10:59:52:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/cookie
04-05-2024 10:59:52:  TRACE: [WIRE] - >> Cookie:$Version=1;tck=cts
04-05-2024 10:59:52:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:59:52:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:52:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 10:59:52:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:52:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:52:FINISHED TEST : cookieStringStringTest()
04-05-2024 10:59:52:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:52:STARTING TEST : acceptLanguageByLocalesTest()04-05-2024 10:59:52:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/languages
04-05-2024 10:59:52:  TRACE: [WIRE] - >> Accept-Language:de it fr
04-05-2024 10:59:52:  TRACE: [WIRE] - << 200 OK

04-05-2024 10:59:52:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:52:  TRACE: [WIRE] - << Content-Length: 8
04-05-2024 10:59:52:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:52:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:52:FINISHED TEST : acceptLanguageByLocalesTest()
04-05-2024 10:59:52:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:52:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/post
04-05-2024 10:59:52:STARTING TEST : buildPostTest()
04-05-2024 10:59:52:  TRACE: [WIRE] - >> Content-Type:*/*
04-05-2024 10:59:52:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:59:52:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:52:  TRACE: [WIRE] - << Content-Length: 4
04-05-2024 10:59:52:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:52:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:52:FINISHED TEST : buildPostTest()
04-05-2024 10:59:52:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:52:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_invocationbuilder_web/resource/languages
04-05-2024 10:59:52:STARTING TEST : acceptLanguageByStringsTest()
04-05-2024 10:59:52:  TRACE: [WIRE] - >> Accept-Language:de it fr
04-05-2024 10:59:52:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:59:52:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:52:  TRACE: [WIRE] - << Content-Length: 8
04-05-2024 10:59:52:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:52:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:52:FINISHED TEST : acceptLanguageByStringsTest()
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.836 s - in ee.jakarta.tck.ws.rs.ee.rs.client.invocationbuilder.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.client.syncinvoker.JAXRSClientIT
04-05-2024 10:59:53:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:53:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/deletenotok
04-05-2024 10:59:53:STARTING TEST : methodWithStringClassThrowsWebApplicationExceptionTest()
04-05-2024 10:59:53:  TRACE: [WIRE] - >> 
04-05-2024 10:59:53:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 10:59:53:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:53:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 10:59:53:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 10:59:53:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:53:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:53:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/getnotok
04-05-2024 10:59:53:  TRACE: [WIRE] - >> 
04-05-2024 10:59:53:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 10:59:53:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:53:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 10:59:53:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 10:59:53:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:53:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:53:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/optionsnotok
04-05-2024 10:59:53:  TRACE: [WIRE] - >> 
04-05-2024 10:59:53:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 10:59:53:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:53:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 10:59:53:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 10:59:53:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:53:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:53:FINISHED TEST : methodWithStringClassThrowsWebApplicationExceptionTest()
04-05-2024 10:59:53:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:53:  TRACE: [WIRE] - >> PUT http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl
04-05-2024 10:59:53:STARTING TEST : putWithGenericTypeStringThrowsProcessingExceptionTest()
04-05-2024 10:59:53:  TRACE: [WIRE] - >> Content-Type:*/*
04-05-2024 10:59:53:FINISHED TEST : putWithGenericTypeStringThrowsProcessingExceptionTest()
04-05-2024 10:59:53:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:53:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/postnotok
04-05-2024 10:59:53:STARTING TEST : postWithStringClassThrowsWebApplicationExceptionTest()
04-05-2024 10:59:53:  TRACE: [WIRE] - >> Content-Type:*/*
04-05-2024 10:59:53:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 10:59:53:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:53:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 10:59:53:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 10:59:53:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:53:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:53:FINISHED TEST : postWithStringClassThrowsWebApplicationExceptionTest()
04-05-2024 10:59:53:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:53:STARTING TEST : deleteWithStringClassThrowsProcessingExceptionTest()
04-05-2024 10:59:53:  TRACE: [WIRE] - >> DELETE http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl
04-05-2024 10:59:53:  TRACE: [WIRE] - >> 
04-05-2024 10:59:53:FINISHED TEST : deleteWithStringClassThrowsProcessingExceptionTest()
04-05-2024 10:59:53:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:53:  TRACE: [WIRE] - >> PUT http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl
04-05-2024 10:59:53:  TRACE: [WIRE] - >> Content-Type:*/*
04-05-2024 10:59:53:STARTING TEST : methodWithGenericTypeStringWithEntityThrowsProcessingExceptionTest()
04-05-2024 10:59:53:  TRACE: [WIRE] - >> POST http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl
04-05-2024 10:59:53:  TRACE: [WIRE] - >> Content-Type:*/*
04-05-2024 10:59:53:FINISHED TEST : methodWithGenericTypeStringWithEntityThrowsProcessingExceptionTest()
04-05-2024 10:59:53:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:53:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/putnotok
04-05-2024 10:59:53:  TRACE: [WIRE] - >> Content-Type:*/*
04-05-2024 10:59:53:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 10:59:53:STARTING TEST : putWithGenericTypeStringThrowsWebApplicationExceptionTest()
04-05-2024 10:59:53:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:53:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 10:59:53:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 10:59:53:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:53:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:53:FINISHED TEST : putWithGenericTypeStringThrowsWebApplicationExceptionTest()
04-05-2024 10:59:53:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:53:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/put
04-05-2024 10:59:53:STARTING TEST : methodWithGenericTypeStringWithEntityTest()
04-05-2024 10:59:53:  TRACE: [WIRE] - >> Content-Type:*/*
04-05-2024 10:59:53:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:59:53:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:53:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 10:59:53:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:53:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:53:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/post
04-05-2024 10:59:53:  TRACE: [WIRE] - >> Content-Type:*/*
04-05-2024 10:59:53:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:59:53:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:53:  TRACE: [WIRE] - << Content-Length: 4
04-05-2024 10:59:53:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:53:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:53:FINISHED TEST : methodWithGenericTypeStringWithEntityTest()
04-05-2024 10:59:53:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:53:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/post
04-05-2024 10:59:53:STARTING TEST : postWithGenericTypeStringTest()
04-05-2024 10:59:53:  TRACE: [WIRE] - >> Content-Type:*/*
04-05-2024 10:59:53:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:59:53:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:53:  TRACE: [WIRE] - << Content-Length: 4
04-05-2024 10:59:53:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:53:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:53:FINISHED TEST : postWithGenericTypeStringTest()
04-05-2024 10:59:53:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:53:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/putnotok
04-05-2024 10:59:53:  TRACE: [WIRE] - >> Content-Type:*/*
04-05-2024 10:59:53:STARTING TEST : putWithStringClassThrowsWebApplicationExceptionTest()
04-05-2024 10:59:53:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 10:59:53:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:53:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 10:59:53:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 10:59:53:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:53:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:53:FINISHED TEST : putWithStringClassThrowsWebApplicationExceptionTest()
04-05-2024 10:59:53:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:53:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/put
04-05-2024 10:59:53:STARTING TEST : methodWithStringClassWithEntityTest()
04-05-2024 10:59:54:  TRACE: [WIRE] - >> Content-Type:*/*
04-05-2024 10:59:54:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:59:54:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:54:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 10:59:54:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:54:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:54:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/post
04-05-2024 10:59:54:  TRACE: [WIRE] - >> Content-Type:*/*
04-05-2024 10:59:54:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:59:54:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:54:  TRACE: [WIRE] - << Content-Length: 4
04-05-2024 10:59:54:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:54:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:54:FINISHED TEST : methodWithStringClassWithEntityTest()
04-05-2024 10:59:54:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:54:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/post
04-05-2024 10:59:54:STARTING TEST : postWithStringClassTest()
04-05-2024 10:59:54:  TRACE: [WIRE] - >> Content-Type:*/*
04-05-2024 10:59:54:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:59:54:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:54:  TRACE: [WIRE] - << Content-Length: 4
04-05-2024 10:59:54:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:54:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:54:FINISHED TEST : postWithStringClassTest()
04-05-2024 10:59:54:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:54:STARTING TEST : methodWithGenericTypeStringWithEntityThrowsWebApplicationExceptionTest()
04-05-2024 10:59:54:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/putnotok
04-05-2024 10:59:54:  TRACE: [WIRE] - >> Content-Type:*/*
04-05-2024 10:59:54:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 10:59:54:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:54:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 10:59:54:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 10:59:54:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:54:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:54:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/postnotok
04-05-2024 10:59:54:  TRACE: [WIRE] - >> Content-Type:*/*
04-05-2024 10:59:54:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 10:59:54:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:54:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 10:59:54:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 10:59:54:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:54:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:54:FINISHED TEST : methodWithGenericTypeStringWithEntityThrowsWebApplicationExceptionTest()
04-05-2024 10:59:54:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:54:STARTING TEST : getWithGenericTypeStringThrowsProcessingExceptionTest()04-05-2024 10:59:54:  TRACE: [WIRE] - >> GET http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl
04-05-2024 10:59:54:  TRACE: [WIRE] - >> 

04-05-2024 10:59:54:FINISHED TEST : getWithGenericTypeStringThrowsProcessingExceptionTest()
04-05-2024 10:59:54:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:54:STARTING TEST : optionsWithGenericTypeStringThrowsProcessingExceptionTest()04-05-2024 10:59:54:  TRACE: [WIRE] - >> OPTIONS http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl
04-05-2024 10:59:54:  TRACE: [WIRE] - >> 

04-05-2024 10:59:54:FINISHED TEST : optionsWithGenericTypeStringThrowsProcessingExceptionTest()
04-05-2024 10:59:54:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:54:STARTING TEST : headTest()04-05-2024 10:59:54:  TRACE: [WIRE] - >> HEAD http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/head

04-05-2024 10:59:54:  TRACE: [WIRE] - >> 
04-05-2024 10:59:54:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:59:54:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:54:  TRACE: [WIRE] - << Content-Length: 4
04-05-2024 10:59:54:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:54:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:54:FINISHED TEST : headTest()
04-05-2024 10:59:54:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:54:STARTING TEST : traceWithStringClassTest()04-05-2024 10:59:54:  TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/trace
04-05-2024 10:59:54:  TRACE: [WIRE] - >> 
04-05-2024 10:59:54:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:59:54:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:54:  TRACE: [WIRE] - << Content-Length: 5

04-05-2024 10:59:54:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:54:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:54:FINISHED TEST : traceWithStringClassTest()
04-05-2024 10:59:54:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:54:STARTING TEST : traceWithResponseClassTest()04-05-2024 10:59:54:  TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/trace
04-05-2024 10:59:54:  TRACE: [WIRE] - >> 
04-05-2024 10:59:54:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:59:54:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:54:  TRACE: [WIRE] - << Content-Length: 5
04-05-2024 10:59:54:  TRACE: [WIRE] - << Content-Type: text/html

04-05-2024 10:59:54:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:54:Returned status 200 (OK)
04-05-2024 10:59:54:FINISHED TEST : traceWithResponseClassTest()
04-05-2024 10:59:54:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:54:STARTING TEST : methodWithGenericTypeResponseWithEntityThrowsNoWebApplicationExceptionTest()
04-05-2024 10:59:54:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/putnotok
04-05-2024 10:59:54:  TRACE: [WIRE] - >> Content-Type:*/*
04-05-2024 10:59:54:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 10:59:54:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:54:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 10:59:54:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 10:59:54:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:54:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:54:Returned status 406 (NOT_ACCEPTABLE)
04-05-2024 10:59:54:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/postnotok
04-05-2024 10:59:54:  TRACE: [WIRE] - >> Content-Type:*/*
04-05-2024 10:59:54:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 10:59:54:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:54:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 10:59:54:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 10:59:54:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:54:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:54:Returned status 406 (NOT_ACCEPTABLE)
04-05-2024 10:59:54:FINISHED TEST : methodWithGenericTypeResponseWithEntityThrowsNoWebApplicationExceptionTest()
04-05-2024 10:59:54:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:54:STARTING TEST : getThrowsProcessingExceptionTest()
04-05-2024 10:59:54:  TRACE: [WIRE] - >> GET http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl
04-05-2024 10:59:54:  TRACE: [WIRE] - >> 
04-05-2024 10:59:54:FINISHED TEST : getThrowsProcessingExceptionTest()
04-05-2024 10:59:54:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:54:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/put
04-05-2024 10:59:54:STARTING TEST : methodWithResponseClassWithEntityTest()
04-05-2024 10:59:54:  TRACE: [WIRE] - >> Content-Type:*/*
04-05-2024 10:59:54:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:59:54:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:54:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 10:59:54:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:54:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:54:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/post
04-05-2024 10:59:54:  TRACE: [WIRE] - >> Content-Type:*/*
04-05-2024 10:59:54:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:59:54:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:54:  TRACE: [WIRE] - << Content-Length: 4
04-05-2024 10:59:54:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:54:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:54:FINISHED TEST : methodWithResponseClassWithEntityTest()
04-05-2024 10:59:54:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:54:STARTING TEST : deleteWithResponseClassTest()04-05-2024 10:59:54:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/delete
04-05-2024 10:59:54:  TRACE: [WIRE] - >> 
04-05-2024 10:59:54:  TRACE: [WIRE] - << 200 OK

04-05-2024 10:59:54:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:54:  TRACE: [WIRE] - << Content-Length: 6
04-05-2024 10:59:54:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:54:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:54:Returned status 200 (OK)
04-05-2024 10:59:54:FINISHED TEST : deleteWithResponseClassTest()
04-05-2024 10:59:54:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:54:STARTING TEST : deleteWithStringClassTest()
04-05-2024 10:59:54:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/delete
04-05-2024 10:59:54:  TRACE: [WIRE] - >> 
04-05-2024 10:59:54:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:59:54:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:54:  TRACE: [WIRE] - << Content-Length: 6
04-05-2024 10:59:54:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:54:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:54:FINISHED TEST : deleteWithStringClassTest()
04-05-2024 10:59:54:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:54:STARTING TEST : methodTest()
04-05-2024 10:59:54:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/delete
04-05-2024 10:59:54:  TRACE: [WIRE] - >> 
04-05-2024 10:59:54:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:59:54:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:54:  TRACE: [WIRE] - << Content-Length: 6
04-05-2024 10:59:54:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:54:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:54:Returned status 200 (OK)
04-05-2024 10:59:54:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/get
04-05-2024 10:59:54:  TRACE: [WIRE] - >> 
04-05-2024 10:59:54:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:59:54:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:54:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 10:59:54:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:54:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:54:Returned status 200 (OK)
04-05-2024 10:59:54:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/options
04-05-2024 10:59:54:  TRACE: [WIRE] - >> 
04-05-2024 10:59:54:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:59:54:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:54:  TRACE: [WIRE] - << Content-Length: 7
04-05-2024 10:59:54:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:54:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:54:Returned status 200 (OK)
04-05-2024 10:59:54:FINISHED TEST : methodTest()
04-05-2024 10:59:54:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:54:STARTING TEST : getWithGenericTypeResponseTest()04-05-2024 10:59:54:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/get
04-05-2024 10:59:54:  TRACE: [WIRE] - >> 
04-05-2024 10:59:54:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:59:54:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:54:  TRACE: [WIRE] - << Content-Length: 3

04-05-2024 10:59:54:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:54:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:54:Returned status 200 (OK)
04-05-2024 10:59:54:FINISHED TEST : getWithGenericTypeResponseTest()
04-05-2024 10:59:54:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:54:STARTING TEST : deleteWithGenericTypeResponseTest()
04-05-2024 10:59:54:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/delete
04-05-2024 10:59:54:  TRACE: [WIRE] - >> 
04-05-2024 10:59:54:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:59:54:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:54:  TRACE: [WIRE] - << Content-Length: 6
04-05-2024 10:59:54:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:54:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:54:Returned status 200 (OK)
04-05-2024 10:59:54:FINISHED TEST : deleteWithGenericTypeResponseTest()
04-05-2024 10:59:54:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:54:STARTING TEST : putWithStringClassThrowsProcessingExceptionTest()
04-05-2024 10:59:54:  TRACE: [WIRE] - >> PUT http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl
04-05-2024 10:59:54:  TRACE: [WIRE] - >> Content-Type:*/*
04-05-2024 10:59:54:FINISHED TEST : putWithStringClassThrowsProcessingExceptionTest()
04-05-2024 10:59:54:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:54:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/put
04-05-2024 10:59:54:STARTING TEST : putWithStringClassTest()
04-05-2024 10:59:54:  TRACE: [WIRE] - >> Content-Type:*/*
04-05-2024 10:59:54:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:59:54:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:54:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 10:59:54:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:54:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:54:FINISHED TEST : putWithStringClassTest()
04-05-2024 10:59:54:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:54:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/deletenotok
04-05-2024 10:59:54:STARTING TEST : methodWithGenericTypeStringThrowsWebApplicationExceptionTest()
04-05-2024 10:59:54:  TRACE: [WIRE] - >> 
04-05-2024 10:59:54:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 10:59:54:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:54:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 10:59:54:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 10:59:54:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:54:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:54:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/getnotok
04-05-2024 10:59:54:  TRACE: [WIRE] - >> 
04-05-2024 10:59:54:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 10:59:54:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:54:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 10:59:54:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 10:59:54:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:54:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:54:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/optionsnotok
04-05-2024 10:59:54:  TRACE: [WIRE] - >> 
04-05-2024 10:59:54:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 10:59:54:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:54:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 10:59:54:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 10:59:54:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:54:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:54:FINISHED TEST : methodWithGenericTypeStringThrowsWebApplicationExceptionTest()
04-05-2024 10:59:54:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:54:STARTING TEST : putThrowsProcessingExceptionTest()04-05-2024 10:59:54:  TRACE: [WIRE] - >> PUT http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl

04-05-2024 10:59:54:  TRACE: [WIRE] - >> Content-Type:*/*
04-05-2024 10:59:54:FINISHED TEST : putThrowsProcessingExceptionTest()
04-05-2024 10:59:54:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:54:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/put
04-05-2024 10:59:54:STARTING TEST : methodWithGenericTypeResponseWithEntityTest()
04-05-2024 10:59:54:  TRACE: [WIRE] - >> Content-Type:*/*
04-05-2024 10:59:54:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:59:54:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:54:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 10:59:54:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:54:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:54:Returned status 200 (OK)
04-05-2024 10:59:54:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/post
04-05-2024 10:59:54:  TRACE: [WIRE] - >> Content-Type:*/*
04-05-2024 10:59:54:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:59:54:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:54:  TRACE: [WIRE] - << Content-Length: 4
04-05-2024 10:59:54:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:54:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:54:Returned status 200 (OK)
04-05-2024 10:59:54:FINISHED TEST : methodWithGenericTypeResponseWithEntityTest()
04-05-2024 10:59:54:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:54:STARTING TEST : methodWithGenericTypeStringTest()04-05-2024 10:59:54:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/delete
04-05-2024 10:59:54:  TRACE: [WIRE] - >> 
04-05-2024 10:59:54:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:59:54:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9

04-05-2024 10:59:54:  TRACE: [WIRE] - << Content-Length: 6
04-05-2024 10:59:54:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:54:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:54:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/get
04-05-2024 10:59:54:  TRACE: [WIRE] - >> 
04-05-2024 10:59:54:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:59:54:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:54:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 10:59:54:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:54:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:54:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/options
04-05-2024 10:59:54:  TRACE: [WIRE] - >> 
04-05-2024 10:59:54:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:59:54:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:54:  TRACE: [WIRE] - << Content-Length: 7
04-05-2024 10:59:54:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:54:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:54:FINISHED TEST : methodWithGenericTypeStringTest()
04-05-2024 10:59:54:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:54:STARTING TEST : methodWithResponseClassThrowsNoWebApplicationExceptionTest()04-05-2024 10:59:54:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/deletenotok
04-05-2024 10:59:54:  TRACE: [WIRE] - >> 
04-05-2024 10:59:54:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 10:59:54:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9

04-05-2024 10:59:54:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 10:59:54:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 10:59:54:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:54:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:54:Returned status 406 (NOT_ACCEPTABLE)
04-05-2024 10:59:54:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/getnotok
04-05-2024 10:59:54:  TRACE: [WIRE] - >> 
04-05-2024 10:59:54:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 10:59:54:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:54:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 10:59:54:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 10:59:54:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:54:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:54:Returned status 406 (NOT_ACCEPTABLE)
04-05-2024 10:59:54:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/optionsnotok
04-05-2024 10:59:54:  TRACE: [WIRE] - >> 
04-05-2024 10:59:54:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 10:59:54:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:54:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 10:59:54:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 10:59:54:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:54:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:54:Returned status 406 (NOT_ACCEPTABLE)
04-05-2024 10:59:54:FINISHED TEST : methodWithResponseClassThrowsNoWebApplicationExceptionTest()
04-05-2024 10:59:54:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:54:STARTING TEST : putWithResponseClassTest()
04-05-2024 10:59:54:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/put
04-05-2024 10:59:54:  TRACE: [WIRE] - >> Content-Type:*/*
04-05-2024 10:59:54:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:59:54:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:54:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 10:59:54:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:54:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:54:Returned status 200 (OK)
04-05-2024 10:59:54:FINISHED TEST : putWithResponseClassTest()
04-05-2024 10:59:54:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:54:STARTING TEST : optionsTest()
04-05-2024 10:59:54:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/options
04-05-2024 10:59:54:  TRACE: [WIRE] - >> 
04-05-2024 10:59:54:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:59:54:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:54:  TRACE: [WIRE] - << Content-Length: 7
04-05-2024 10:59:54:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:54:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:54:Returned status 200 (OK)
04-05-2024 10:59:54:FINISHED TEST : optionsTest()
04-05-2024 10:59:54:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:54:STARTING TEST : optionsWithGenericTypeStringTest()
04-05-2024 10:59:54:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/options
04-05-2024 10:59:54:  TRACE: [WIRE] - >> 
04-05-2024 10:59:54:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:59:54:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:54:  TRACE: [WIRE] - << Content-Length: 7
04-05-2024 10:59:54:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:54:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:54:FINISHED TEST : optionsWithGenericTypeStringTest()
04-05-2024 10:59:54:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:54:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/options
04-05-2024 10:59:54:STARTING TEST : optionsWithResponseClassTest()
04-05-2024 10:59:54:  TRACE: [WIRE] - >> 
04-05-2024 10:59:54:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:59:54:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:54:  TRACE: [WIRE] - << Content-Length: 7
04-05-2024 10:59:54:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:54:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:54:Returned status 200 (OK)
04-05-2024 10:59:54:FINISHED TEST : optionsWithResponseClassTest()
04-05-2024 10:59:54:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:54:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/delete
04-05-2024 10:59:54:STARTING TEST : methodWithResponseClassTest()
04-05-2024 10:59:54:  TRACE: [WIRE] - >> 
04-05-2024 10:59:54:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:59:54:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:54:  TRACE: [WIRE] - << Content-Length: 6
04-05-2024 10:59:54:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:54:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:54:Returned status 200 (OK)04-05-2024 10:59:54:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/get

04-05-2024 10:59:54:  TRACE: [WIRE] - >> 
04-05-2024 10:59:54:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:59:54:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:54:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 10:59:54:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:54:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:54:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/options
04-05-2024 10:59:54:Returned status 200 (OK)
04-05-2024 10:59:54:  TRACE: [WIRE] - >> 
04-05-2024 10:59:54:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:59:54:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:54:  TRACE: [WIRE] - << Content-Length: 7
04-05-2024 10:59:54:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:54:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:54:Returned status 200 (OK)
04-05-2024 10:59:54:FINISHED TEST : methodWithResponseClassTest()
04-05-2024 10:59:54:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:54:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/get
04-05-2024 10:59:54:STARTING TEST : getWithGenericTypeStringTest()
04-05-2024 10:59:54:  TRACE: [WIRE] - >> 
04-05-2024 10:59:54:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:59:54:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:54:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 10:59:54:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:54:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:54:FINISHED TEST : getWithGenericTypeStringTest()
04-05-2024 10:59:54:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:54:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/put
04-05-2024 10:59:54:STARTING TEST : putTest()
04-05-2024 10:59:54:  TRACE: [WIRE] - >> Content-Type:*/*
04-05-2024 10:59:54:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:59:54:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:54:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 10:59:54:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:54:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:54:Returned status 200 (OK)
04-05-2024 10:59:54:FINISHED TEST : putTest()
04-05-2024 10:59:54:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:54:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/get
04-05-2024 10:59:54:STARTING TEST : getTest()
04-05-2024 10:59:54:  TRACE: [WIRE] - >> 
04-05-2024 10:59:54:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:59:54:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:54:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 10:59:54:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:54:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:54:Returned status 200 (OK)
04-05-2024 10:59:54:FINISHED TEST : getTest()
04-05-2024 10:59:54:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:54:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/deletenotok
04-05-2024 10:59:54:STARTING TEST : deleteWithGenericTypeStringThrowsWebApplicationExceptionTest()
04-05-2024 10:59:54:  TRACE: [WIRE] - >> 
04-05-2024 10:59:54:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 10:59:54:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:54:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 10:59:54:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 10:59:54:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:54:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:54:FINISHED TEST : deleteWithGenericTypeStringThrowsWebApplicationExceptionTest()
04-05-2024 10:59:54:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:54:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/put
04-05-2024 10:59:54:STARTING TEST : putWithGenericTypeStringTest()
04-05-2024 10:59:54:  TRACE: [WIRE] - >> Content-Type:*/*
04-05-2024 10:59:54:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:59:54:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:54:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 10:59:54:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:54:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:54:FINISHED TEST : putWithGenericTypeStringTest()
04-05-2024 10:59:54:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:54:STARTING TEST : methodThrowsProcessingExceptionTest()
04-05-2024 10:59:54:  TRACE: [WIRE] - >> DELETE http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl
04-05-2024 10:59:54:  TRACE: [WIRE] - >> 
04-05-2024 10:59:54:  TRACE: [WIRE] - >> GET http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl
04-05-2024 10:59:54:  TRACE: [WIRE] - >> 
04-05-2024 10:59:54:  TRACE: [WIRE] - >> OPTIONS http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl
04-05-2024 10:59:54:  TRACE: [WIRE] - >> 
04-05-2024 10:59:54:FINISHED TEST : methodThrowsProcessingExceptionTest()
04-05-2024 10:59:54:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:54:  TRACE: [WIRE] - >> POST http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl
04-05-2024 10:59:55:  TRACE: [WIRE] - >> Content-Type:*/*
04-05-2024 10:59:54:STARTING TEST : postWithGenericTypeStringThrowsProcessingExceptionTest()
04-05-2024 10:59:55:FINISHED TEST : postWithGenericTypeStringThrowsProcessingExceptionTest()
04-05-2024 10:59:55:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:55:  TRACE: [WIRE] - >> DELETE http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl
04-05-2024 10:59:55:  TRACE: [WIRE] - >> 
04-05-2024 10:59:55:STARTING TEST : methodWithStringClassThrowsProcessingExceptionTest()
04-05-2024 10:59:55:  TRACE: [WIRE] - >> GET http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl
04-05-2024 10:59:55:  TRACE: [WIRE] - >> 
04-05-2024 10:59:55:  TRACE: [WIRE] - >> OPTIONS http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl
04-05-2024 10:59:55:  TRACE: [WIRE] - >> 
04-05-2024 10:59:55:FINISHED TEST : methodWithStringClassThrowsProcessingExceptionTest()
04-05-2024 10:59:55:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:55:  TRACE: [WIRE] - >> PUT http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl
04-05-2024 10:59:55:  TRACE: [WIRE] - >> Content-Type:*/*
04-05-2024 10:59:55:STARTING TEST : methodWithEntityThrowsProcessingExceptionTest()
04-05-2024 10:59:55:  TRACE: [WIRE] - >> POST http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl
04-05-2024 10:59:55:  TRACE: [WIRE] - >> Content-Type:*/*
04-05-2024 10:59:55:FINISHED TEST : methodWithEntityThrowsProcessingExceptionTest()
04-05-2024 10:59:55:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:55:STARTING TEST : deleteWithStringClassThrowsWebApplicationExceptionTest()
04-05-2024 10:59:55:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/deletenotok
04-05-2024 10:59:55:  TRACE: [WIRE] - >> 
04-05-2024 10:59:55:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 10:59:55:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:55:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 10:59:55:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 10:59:55:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:55:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:55:FINISHED TEST : deleteWithStringClassThrowsWebApplicationExceptionTest()
04-05-2024 10:59:55:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:55:STARTING TEST : traceThrowsProcessingExceptionTest()
04-05-2024 10:59:55:  TRACE: [WIRE] - >> TRACE http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl
04-05-2024 10:59:55:  TRACE: [WIRE] - >> 
04-05-2024 10:59:55:FINISHED TEST : traceThrowsProcessingExceptionTest()
04-05-2024 10:59:55:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:55:  TRACE: [WIRE] - >> GET http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl
04-05-2024 10:59:55:STARTING TEST : getWithStringClassThrowsProcessingExceptionTest()
04-05-2024 10:59:55:  TRACE: [WIRE] - >> 
04-05-2024 10:59:55:FINISHED TEST : getWithStringClassThrowsProcessingExceptionTest()
04-05-2024 10:59:55:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:55:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/postnotok
04-05-2024 10:59:55:STARTING TEST : postWithGenericTypeStringThrowsWebApplicationExceptionTest()
04-05-2024 10:59:55:  TRACE: [WIRE] - >> Content-Type:*/*
04-05-2024 10:59:55:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 10:59:55:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:55:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 10:59:55:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 10:59:55:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:55:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:55:FINISHED TEST : postWithGenericTypeStringThrowsWebApplicationExceptionTest()
04-05-2024 10:59:55:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:55:  TRACE: [WIRE] - >> DELETE http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl
04-05-2024 10:59:55:STARTING TEST : deleteWithGenericTypeStringThrowsProcessingExceptionTest()
04-05-2024 10:59:55:  TRACE: [WIRE] - >> 
04-05-2024 10:59:55:FINISHED TEST : deleteWithGenericTypeStringThrowsProcessingExceptionTest()
04-05-2024 10:59:55:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:55:STARTING TEST : optionsWithGenericTypeStringThrowsWebApplicationExceptionTest()04-05-2024 10:59:55:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/optionsnotok
04-05-2024 10:59:55:  TRACE: [WIRE] - >> 

04-05-2024 10:59:55:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 10:59:55:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:55:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 10:59:55:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 10:59:55:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:55:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:55:FINISHED TEST : optionsWithGenericTypeStringThrowsWebApplicationExceptionTest()
04-05-2024 10:59:55:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:55:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/deletenotok
04-05-2024 10:59:55:  TRACE: [WIRE] - >> 
04-05-2024 10:59:55:STARTING TEST : deleteWithGenericTypeResponseThrowsNoWebApplicationExceptionTest()
04-05-2024 10:59:55:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 10:59:55:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:55:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 10:59:55:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 10:59:55:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:55:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:55:Returned status 406 (NOT_ACCEPTABLE)
04-05-2024 10:59:55:FINISHED TEST : deleteWithGenericTypeResponseThrowsNoWebApplicationExceptionTest()
04-05-2024 10:59:55:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:55:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/optionsnotok
04-05-2024 10:59:55:STARTING TEST : optionsWithResponseThrowsNoWebApplicationExceptionTest()
04-05-2024 10:59:55:  TRACE: [WIRE] - >> 
04-05-2024 10:59:55:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 10:59:55:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:55:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 10:59:55:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 10:59:55:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:55:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:55:Returned status 406 (NOT_ACCEPTABLE)
04-05-2024 10:59:55:FINISHED TEST : optionsWithResponseThrowsNoWebApplicationExceptionTest()
04-05-2024 10:59:55:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:55:STARTING TEST : putWithGenericTypeResponseThrowsNoWebApplicationExceptionTest()04-05-2024 10:59:55:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/putnotok
04-05-2024 10:59:55:  TRACE: [WIRE] - >> Content-Type:*/*
04-05-2024 10:59:55:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 10:59:55:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9

04-05-2024 10:59:55:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 10:59:55:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 10:59:55:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:55:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:55:Returned status 406 (NOT_ACCEPTABLE)
04-05-2024 10:59:55:FINISHED TEST : putWithGenericTypeResponseThrowsNoWebApplicationExceptionTest()
04-05-2024 10:59:55:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:55:STARTING TEST : traceWithStringClassThrowsWebApplicationExceptionTest()
04-05-2024 10:59:55:  TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/tracenotok
04-05-2024 10:59:55:  TRACE: [WIRE] - >> 
04-05-2024 10:59:55:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 10:59:55:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:55:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 10:59:55:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 10:59:55:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:55:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:55:FINISHED TEST : traceWithStringClassThrowsWebApplicationExceptionTest()
04-05-2024 10:59:55:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:55:STARTING TEST : traceTest()04-05-2024 10:59:55:  TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/trace

04-05-2024 10:59:55:  TRACE: [WIRE] - >> 
04-05-2024 10:59:55:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:59:55:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:55:  TRACE: [WIRE] - << Content-Length: 5
04-05-2024 10:59:55:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:55:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:55:Returned status 200 (OK)
04-05-2024 10:59:55:FINISHED TEST : traceTest()
04-05-2024 10:59:55:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:55:STARTING TEST : optionsWithStringThrowsProcessingExceptionTest()
04-05-2024 10:59:55:  TRACE: [WIRE] - >> OPTIONS http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl
04-05-2024 10:59:55:  TRACE: [WIRE] - >> 
04-05-2024 10:59:55:FINISHED TEST : optionsWithStringThrowsProcessingExceptionTest()
04-05-2024 10:59:55:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:55:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/delete
04-05-2024 10:59:55:STARTING TEST : deleteWithGenericTypeStringTest()
04-05-2024 10:59:55:  TRACE: [WIRE] - >> 
04-05-2024 10:59:55:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:59:55:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:55:  TRACE: [WIRE] - << Content-Length: 6
04-05-2024 10:59:55:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:55:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:55:FINISHED TEST : deleteWithGenericTypeStringTest()
04-05-2024 10:59:55:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:55:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/getnotok
04-05-2024 10:59:55:STARTING TEST : getWithResponseClassThrowsNoWebApplicationExceptionTest()
04-05-2024 10:59:55:  TRACE: [WIRE] - >> 
04-05-2024 10:59:55:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 10:59:55:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:55:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 10:59:55:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 10:59:55:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:55:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:55:Returned status 406 (NOT_ACCEPTABLE)
04-05-2024 10:59:55:FINISHED TEST : getWithResponseClassThrowsNoWebApplicationExceptionTest()
04-05-2024 10:59:55:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:55:STARTING TEST : postTest()
04-05-2024 10:59:55:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/post
04-05-2024 10:59:55:  TRACE: [WIRE] - >> Content-Type:*/*
04-05-2024 10:59:55:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:59:55:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:55:  TRACE: [WIRE] - << Content-Length: 4
04-05-2024 10:59:55:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:55:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:55:Returned status 200 (OK)
04-05-2024 10:59:55:FINISHED TEST : postTest()
04-05-2024 10:59:55:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:55:STARTING TEST : methodWithGenericTypeResponseTest()
04-05-2024 10:59:55:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/delete
04-05-2024 10:59:55:  TRACE: [WIRE] - >> 
04-05-2024 10:59:55:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:59:55:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:55:  TRACE: [WIRE] - << Content-Length: 6
04-05-2024 10:59:55:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:55:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:55:Returned status 200 (OK)
04-05-2024 10:59:55:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/get
04-05-2024 10:59:55:  TRACE: [WIRE] - >> 
04-05-2024 10:59:55:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:59:55:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:55:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 10:59:55:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:55:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:55:Returned status 200 (OK)
04-05-2024 10:59:55:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/options
04-05-2024 10:59:55:  TRACE: [WIRE] - >> 
04-05-2024 10:59:55:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:59:55:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:55:  TRACE: [WIRE] - << Content-Length: 7
04-05-2024 10:59:55:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:55:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:55:Returned status 200 (OK)
04-05-2024 10:59:55:FINISHED TEST : methodWithGenericTypeResponseTest()
04-05-2024 10:59:55:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:55:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/post
04-05-2024 10:59:55:STARTING TEST : postWithResponseClassTest()
04-05-2024 10:59:55:  TRACE: [WIRE] - >> Content-Type:*/*
04-05-2024 10:59:55:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:59:55:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:55:  TRACE: [WIRE] - << Content-Length: 4
04-05-2024 10:59:55:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:55:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:55:Returned status 200 (OK)
04-05-2024 10:59:55:FINISHED TEST : postWithResponseClassTest()
04-05-2024 10:59:55:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:55:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/put
04-05-2024 10:59:55:STARTING TEST : methodWithEntityTest()04-05-2024 10:59:55:  TRACE: [WIRE] - >> Content-Type:*/*
04-05-2024 10:59:55:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:59:55:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:55:  TRACE: [WIRE] - << Content-Length: 3

04-05-2024 10:59:55:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:55:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:55:Returned status 200 (OK)
04-05-2024 10:59:55:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/post
04-05-2024 10:59:55:  TRACE: [WIRE] - >> Content-Type:*/*
04-05-2024 10:59:55:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:59:55:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:55:  TRACE: [WIRE] - << Content-Length: 4
04-05-2024 10:59:55:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:55:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:55:Returned status 200 (OK)
04-05-2024 10:59:55:FINISHED TEST : methodWithEntityTest()
04-05-2024 10:59:55:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:55:STARTING TEST : getWithStringClassThrowsWebApplicationExceptionTest()
04-05-2024 10:59:55:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/getnotok
04-05-2024 10:59:55:  TRACE: [WIRE] - >> 
04-05-2024 10:59:55:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 10:59:55:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:55:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 10:59:55:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 10:59:55:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:55:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:55:FINISHED TEST : getWithStringClassThrowsWebApplicationExceptionTest()
04-05-2024 10:59:55:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:55:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/delete
04-05-2024 10:59:55:STARTING TEST : methodWithStringClassTest()
04-05-2024 10:59:55:  TRACE: [WIRE] - >> 
04-05-2024 10:59:55:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:59:55:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:55:  TRACE: [WIRE] - << Content-Length: 6
04-05-2024 10:59:55:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:55:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:55:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/get
04-05-2024 10:59:55:  TRACE: [WIRE] - >> 
04-05-2024 10:59:55:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:59:55:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:55:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 10:59:55:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:55:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:55:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/options
04-05-2024 10:59:55:  TRACE: [WIRE] - >> 
04-05-2024 10:59:55:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:59:55:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:55:  TRACE: [WIRE] - << Content-Length: 7
04-05-2024 10:59:55:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:55:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:55:FINISHED TEST : methodWithStringClassTest()
04-05-2024 10:59:55:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:55:STARTING TEST : optionsWithGenericTypeResponseTest()04-05-2024 10:59:55:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/options
04-05-2024 10:59:55:  TRACE: [WIRE] - >> 
04-05-2024 10:59:55:  TRACE: [WIRE] - << 200 OK

04-05-2024 10:59:55:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:55:  TRACE: [WIRE] - << Content-Length: 7
04-05-2024 10:59:55:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:55:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:55:Returned status 200 (OK)
04-05-2024 10:59:55:FINISHED TEST : optionsWithGenericTypeResponseTest()
04-05-2024 10:59:55:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:55:STARTING TEST : traceWithGenericTypeResponseThrowsNoWebApplicationExceptionTest()04-05-2024 10:59:55:  TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/tracenotok
04-05-2024 10:59:55:  TRACE: [WIRE] - >> 
04-05-2024 10:59:55:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE

04-05-2024 10:59:55:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:55:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 10:59:55:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 10:59:55:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:55:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:55:Returned status 406 (NOT_ACCEPTABLE)
04-05-2024 10:59:55:FINISHED TEST : traceWithGenericTypeResponseThrowsNoWebApplicationExceptionTest()
04-05-2024 10:59:55:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:55:  TRACE: [WIRE] - >> PUT http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl
04-05-2024 10:59:55:STARTING TEST : methodWithStringClassWithEntityThrowsProcessingExceptionTest()
04-05-2024 10:59:55:  TRACE: [WIRE] - >> Content-Type:*/*
04-05-2024 10:59:55:  TRACE: [WIRE] - >> POST http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl
04-05-2024 10:59:55:  TRACE: [WIRE] - >> Content-Type:*/*
04-05-2024 10:59:55:FINISHED TEST : methodWithStringClassWithEntityThrowsProcessingExceptionTest()
04-05-2024 10:59:55:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:55:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/deletenotok
04-05-2024 10:59:55:STARTING TEST : methodWithGenericTypeResponseThrowsNoWebApplicationExceptionTest()
04-05-2024 10:59:55:  TRACE: [WIRE] - >> 
04-05-2024 10:59:55:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 10:59:55:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:55:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 10:59:55:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 10:59:55:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:55:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:55:Returned status 406 (NOT_ACCEPTABLE)
04-05-2024 10:59:55:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/getnotok
04-05-2024 10:59:55:  TRACE: [WIRE] - >> 
04-05-2024 10:59:55:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 10:59:55:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:55:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 10:59:55:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 10:59:55:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:55:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:55:Returned status 406 (NOT_ACCEPTABLE)
04-05-2024 10:59:55:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/optionsnotok
04-05-2024 10:59:55:  TRACE: [WIRE] - >> 
04-05-2024 10:59:55:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 10:59:55:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:55:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 10:59:55:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 10:59:55:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:55:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:55:Returned status 406 (NOT_ACCEPTABLE)
04-05-2024 10:59:55:FINISHED TEST : methodWithGenericTypeResponseThrowsNoWebApplicationExceptionTest()
04-05-2024 10:59:55:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:55:  TRACE: [WIRE] - >> POST http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl
04-05-2024 10:59:55:STARTING TEST : postWithStringClassThrowsProcessingExceptionTest()
04-05-2024 10:59:55:  TRACE: [WIRE] - >> Content-Type:*/*
04-05-2024 10:59:55:FINISHED TEST : postWithStringClassThrowsProcessingExceptionTest()
04-05-2024 10:59:55:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:55:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/getnotok
04-05-2024 10:59:55:STARTING TEST : getWithGenericTypeResponseThrowsNoWebApplicationExceptionTest()
04-05-2024 10:59:55:  TRACE: [WIRE] - >> 
04-05-2024 10:59:55:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 10:59:55:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:55:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 10:59:55:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 10:59:55:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:55:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:55:Returned status 406 (NOT_ACCEPTABLE)
04-05-2024 10:59:55:FINISHED TEST : getWithGenericTypeResponseThrowsNoWebApplicationExceptionTest()
04-05-2024 10:59:55:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:55:  TRACE: [WIRE] - >> POST http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl
04-05-2024 10:59:55:STARTING TEST : postThrowsProcessingExceptionTest()
04-05-2024 10:59:55:  TRACE: [WIRE] - >> Content-Type:*/*
04-05-2024 10:59:55:FINISHED TEST : postThrowsProcessingExceptionTest()
04-05-2024 10:59:55:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:55:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/putnotok
04-05-2024 10:59:55:  TRACE: [WIRE] - >> Content-Type:*/*
04-05-2024 10:59:55:STARTING TEST : methodWithResponseClassWithEntityThrowsNoWebApplicationExceptionTest()
04-05-2024 10:59:55:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 10:59:55:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:55:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 10:59:55:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 10:59:55:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:55:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:55:Returned status 406 (NOT_ACCEPTABLE)
04-05-2024 10:59:55:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/postnotok
04-05-2024 10:59:55:  TRACE: [WIRE] - >> Content-Type:*/*
04-05-2024 10:59:55:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 10:59:55:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:55:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 10:59:55:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 10:59:55:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:55:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:55:Returned status 406 (NOT_ACCEPTABLE)
04-05-2024 10:59:55:FINISHED TEST : methodWithResponseClassWithEntityThrowsNoWebApplicationExceptionTest()
04-05-2024 10:59:55:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:55:STARTING TEST : getWithGenericTypeStringThrowsWebApplicationExceptionTest()
04-05-2024 10:59:55:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/getnotok
04-05-2024 10:59:55:  TRACE: [WIRE] - >> 
04-05-2024 10:59:55:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 10:59:55:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:55:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 10:59:55:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 10:59:55:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:55:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:55:FINISHED TEST : getWithGenericTypeStringThrowsWebApplicationExceptionTest()
04-05-2024 10:59:55:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:55:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/postnotok
04-05-2024 10:59:55:STARTING TEST : postWithGenericTypeResponseThrowsNoWebApplicationExceptionTest()
04-05-2024 10:59:55:  TRACE: [WIRE] - >> Content-Type:*/*
04-05-2024 10:59:55:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 10:59:55:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:55:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 10:59:55:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 10:59:55:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:55:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:55:Returned status 406 (NOT_ACCEPTABLE)
04-05-2024 10:59:55:FINISHED TEST : postWithGenericTypeResponseThrowsNoWebApplicationExceptionTest()
04-05-2024 10:59:55:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:55:STARTING TEST : traceWithGenericTypeStringThrowsWebApplicationExceptionTest()
04-05-2024 10:59:55:  TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/tracenotok
04-05-2024 10:59:55:  TRACE: [WIRE] - >> 
04-05-2024 10:59:55:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 10:59:55:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:55:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 10:59:55:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 10:59:55:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:55:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:55:FINISHED TEST : traceWithGenericTypeStringThrowsWebApplicationExceptionTest()
04-05-2024 10:59:55:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:55:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/putnotok
04-05-2024 10:59:55:STARTING TEST : putWithResponseClassThrowsNoWebApplicationExceptionTest()
04-05-2024 10:59:55:  TRACE: [WIRE] - >> Content-Type:*/*
04-05-2024 10:59:55:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 10:59:55:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:55:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 10:59:55:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 10:59:55:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:55:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:55:Returned status 406 (NOT_ACCEPTABLE)
04-05-2024 10:59:55:FINISHED TEST : putWithResponseClassThrowsNoWebApplicationExceptionTest()
04-05-2024 10:59:55:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:55:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/post
04-05-2024 10:59:55:STARTING TEST : postWithGenericTypeResponseTest()
04-05-2024 10:59:55:  TRACE: [WIRE] - >> Content-Type:*/*
04-05-2024 10:59:55:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:59:55:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:55:  TRACE: [WIRE] - << Content-Length: 4
04-05-2024 10:59:55:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:55:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:55:Returned status 200 (OK)
04-05-2024 10:59:55:FINISHED TEST : postWithGenericTypeResponseTest()
04-05-2024 10:59:55:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:55:  TRACE: [WIRE] - >> DELETE http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl
04-05-2024 10:59:55:STARTING TEST : deleteThrowsProcessingExceptionTest()
04-05-2024 10:59:55:  TRACE: [WIRE] - >> 
04-05-2024 10:59:55:FINISHED TEST : deleteThrowsProcessingExceptionTest()
04-05-2024 10:59:55:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:55:  TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/tracenotok
04-05-2024 10:59:55:  TRACE: [WIRE] - >> 
04-05-2024 10:59:55:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 10:59:55:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:55:STARTING TEST : traceWithResponseClassThrowsNoWebApplicationExceptionTest()
04-05-2024 10:59:55:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 10:59:55:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 10:59:55:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:55:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:55:Returned status 406 (NOT_ACCEPTABLE)
04-05-2024 10:59:55:FINISHED TEST : traceWithResponseClassThrowsNoWebApplicationExceptionTest()
04-05-2024 10:59:55:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:55:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/optionsnotok
04-05-2024 10:59:55:  TRACE: [WIRE] - >> 
04-05-2024 10:59:55:STARTING TEST : optionsWithStringThrowsWebApplicationExceptionTest()
04-05-2024 10:59:55:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 10:59:55:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:55:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 10:59:55:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 10:59:55:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:55:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:55:FINISHED TEST : optionsWithStringThrowsWebApplicationExceptionTest()
04-05-2024 10:59:55:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:56:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/options
04-05-2024 10:59:55:STARTING TEST : optionsWithStringClassTest()
04-05-2024 10:59:56:  TRACE: [WIRE] - >> 
04-05-2024 10:59:56:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:59:56:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:56:  TRACE: [WIRE] - << Content-Length: 7
04-05-2024 10:59:56:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:56:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:56:FINISHED TEST : optionsWithStringClassTest()
04-05-2024 10:59:56:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:56:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/get
04-05-2024 10:59:56:STARTING TEST : getWithStringClassTest()
04-05-2024 10:59:56:  TRACE: [WIRE] - >> 
04-05-2024 10:59:56:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:59:56:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:56:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 10:59:56:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:56:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:56:FINISHED TEST : getWithStringClassTest()
04-05-2024 10:59:56:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:56:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/putnotok
04-05-2024 10:59:56:STARTING TEST : methodWithStringClassWithEntityThrowsWebApplicationExceptionTest()
04-05-2024 10:59:56:  TRACE: [WIRE] - >> Content-Type:*/*
04-05-2024 10:59:56:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 10:59:56:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:56:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 10:59:56:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 10:59:56:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:56:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:56:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/postnotok
04-05-2024 10:59:56:  TRACE: [WIRE] - >> Content-Type:*/*
04-05-2024 10:59:56:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 10:59:56:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:56:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 10:59:56:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 10:59:56:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:56:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:56:FINISHED TEST : methodWithStringClassWithEntityThrowsWebApplicationExceptionTest()
04-05-2024 10:59:56:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:56:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/optionsnotok
04-05-2024 10:59:56:STARTING TEST : optionsWithGenericTypeResponseThrowsNoWebApplicationExceptionTest()
04-05-2024 10:59:56:  TRACE: [WIRE] - >> 
04-05-2024 10:59:56:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 10:59:56:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:56:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 10:59:56:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 10:59:56:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:56:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:56:Returned status 406 (NOT_ACCEPTABLE)
04-05-2024 10:59:56:FINISHED TEST : optionsWithGenericTypeResponseThrowsNoWebApplicationExceptionTest()
04-05-2024 10:59:56:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:56:  TRACE: [WIRE] - >> TRACE http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl
04-05-2024 10:59:56:STARTING TEST : traceWithStringClassThrowsProcessingExceptionTest()
04-05-2024 10:59:56:  TRACE: [WIRE] - >> 
04-05-2024 10:59:56:FINISHED TEST : traceWithStringClassThrowsProcessingExceptionTest()
04-05-2024 10:59:56:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:56:  TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/trace
04-05-2024 10:59:56:  TRACE: [WIRE] - >> 
04-05-2024 10:59:56:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:59:56:STARTING TEST : traceWithGenericTypeResponseTest()
04-05-2024 10:59:56:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:56:  TRACE: [WIRE] - << Content-Length: 5
04-05-2024 10:59:56:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:56:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:56:Returned status 200 (OK)
04-05-2024 10:59:56:FINISHED TEST : traceWithGenericTypeResponseTest()
04-05-2024 10:59:56:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:56:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/delete
04-05-2024 10:59:56:STARTING TEST : deleteTest()
04-05-2024 10:59:56:  TRACE: [WIRE] - >> 
04-05-2024 10:59:56:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:59:56:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:56:  TRACE: [WIRE] - << Content-Length: 6
04-05-2024 10:59:56:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:56:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:56:Returned status 200 (OK)
04-05-2024 10:59:56:FINISHED TEST : deleteTest()
04-05-2024 10:59:56:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:56:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/get
04-05-2024 10:59:56:STARTING TEST : getWithResponseClassTest()
04-05-2024 10:59:56:  TRACE: [WIRE] - >> 
04-05-2024 10:59:56:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:59:56:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:56:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 10:59:56:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:56:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:56:Returned status 200 (OK)
04-05-2024 10:59:56:FINISHED TEST : getWithResponseClassTest()
04-05-2024 10:59:56:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:56:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/postnotok
04-05-2024 10:59:56:STARTING TEST : postWithResponseClassThrowsNoWebApplicationExceptionTest()
04-05-2024 10:59:56:  TRACE: [WIRE] - >> Content-Type:*/*
04-05-2024 10:59:56:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 10:59:56:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:56:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 10:59:56:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 10:59:56:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:56:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:56:Returned status 406 (NOT_ACCEPTABLE)
04-05-2024 10:59:56:FINISHED TEST : postWithResponseClassThrowsNoWebApplicationExceptionTest()
04-05-2024 10:59:56:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:56:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/put
04-05-2024 10:59:56:STARTING TEST : putWithGenericTypeResponseTest()
04-05-2024 10:59:56:  TRACE: [WIRE] - >> Content-Type:*/*
04-05-2024 10:59:56:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:59:56:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:56:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 10:59:56:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:56:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:56:Returned status 200 (OK)
04-05-2024 10:59:56:FINISHED TEST : putWithGenericTypeResponseTest()
04-05-2024 10:59:56:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:56:  TRACE: [WIRE] - >> TRACE http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl
04-05-2024 10:59:56:STARTING TEST : traceWithGenericTypeStringThrowsProcessingExceptionTest()
04-05-2024 10:59:56:  TRACE: [WIRE] - >> 
04-05-2024 10:59:56:FINISHED TEST : traceWithGenericTypeStringThrowsProcessingExceptionTest()
04-05-2024 10:59:56:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:56:  TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/trace
04-05-2024 10:59:56:  TRACE: [WIRE] - >> 
04-05-2024 10:59:56:STARTING TEST : traceWithGenericTypeStringTest()
04-05-2024 10:59:56:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:59:56:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:56:  TRACE: [WIRE] - << Content-Length: 5
04-05-2024 10:59:56:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:56:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:56:FINISHED TEST : traceWithGenericTypeStringTest()
04-05-2024 10:59:56:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:56:  TRACE: [WIRE] - >> HEAD http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl
04-05-2024 10:59:56:STARTING TEST : headThrowsProcessingExceptionTest()
04-05-2024 10:59:56:  TRACE: [WIRE] - >> 
04-05-2024 10:59:56:FINISHED TEST : headThrowsProcessingExceptionTest()
04-05-2024 10:59:56:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:56:STARTING TEST : optionsThrowsProcessingExceptionTest()
04-05-2024 10:59:56:  TRACE: [WIRE] - >> OPTIONS http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl
04-05-2024 10:59:56:  TRACE: [WIRE] - >> 
04-05-2024 10:59:56:FINISHED TEST : optionsThrowsProcessingExceptionTest()
04-05-2024 10:59:56:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:56:  TRACE: [WIRE] - >> DELETE http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl
04-05-2024 10:59:56:STARTING TEST : methodWithGenericTypeStringThrowsProcessingExceptionTest()04-05-2024 10:59:56:  TRACE: [WIRE] - >> 
04-05-2024 10:59:56:  TRACE: [WIRE] - >> GET http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl
04-05-2024 10:59:56:  TRACE: [WIRE] - >> 
04-05-2024 10:59:56:  TRACE: [WIRE] - >> OPTIONS http://tck.cts:888/jaxrs_ee_rs_client_syncinvoker_web/resource/wrongurl
04-05-2024 10:59:56:  TRACE: [WIRE] - >> 

04-05-2024 10:59:56:FINISHED TEST : methodWithGenericTypeStringThrowsProcessingExceptionTest()
04-05-2024 10:59:56:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:56:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/deletenotok
04-05-2024 10:59:56:  TRACE: [WIRE] - >> 
04-05-2024 10:59:56:STARTING TEST : deleteWithResponseClassThrowsNoWebApplicationExceptionTest()
04-05-2024 10:59:56:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 10:59:56:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:56:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 10:59:56:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 10:59:56:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:56:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:56:Returned status 406 (NOT_ACCEPTABLE)
04-05-2024 10:59:56:FINISHED TEST : deleteWithResponseClassThrowsNoWebApplicationExceptionTest()
[INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.573 s - in ee.jakarta.tck.ws.rs.ee.rs.client.syncinvoker.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.constrainedto.JAXRSClientIT
04-05-2024 10:59:57:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:57:STARTING TEST : serverSideReaderIsUsedOnServerTest()
04-05-2024 10:59:57:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/echo
04-05-2024 10:59:57:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/echo' to target server at 'localhost:8080'
04-05-2024 10:59:57:###############################
04-05-2024 10:59:57:[Request] Adding entity: Anything
04-05-2024 10:59:57:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:reader/serverside
04-05-2024 10:59:57:  TRACE: [WIRE] - >> Anything
04-05-2024 10:59:57:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:59:57:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:57:  TRACE: [WIRE] - << Content-Length: 30
04-05-2024 10:59:57:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 10:59:57:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:57:  TRACE: [WIRE] - << The fake reader on server side
04-05-2024 10:59:57:FINISHED TEST : serverSideReaderIsUsedOnServerTest()
04-05-2024 10:59:57:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:57:STARTING TEST : serverSideReaderIsNotUsedOnClientTest()
04-05-2024 10:59:57:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/media
04-05-2024 10:59:57:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain
04-05-2024 10:59:57:  TRACE: [WIRE] - >> reader/serverside
04-05-2024 10:59:57:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:59:57:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/media' to target server at 'localhost:8080'
04-05-2024 10:59:57:###############################
04-05-2024 10:59:57:[Request] Adding entity: reader/serverside
04-05-2024 10:59:57:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:57:  TRACE: [WIRE] - << Content-Length: 21
04-05-2024 10:59:57:  TRACE: [WIRE] - << Content-Type: reader/serverside
04-05-2024 10:59:57:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:57:  TRACE: [WIRE] - << ConstrainedTo message
04-05-2024 10:59:57:FINISHED TEST : serverSideReaderIsNotUsedOnClientTest()
04-05-2024 10:59:57:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:57:STARTING TEST : clientSideReaderIsNotUsedOnServerTest()
04-05-2024 10:59:57:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/echo' to target server at 'localhost:8080'
04-05-2024 10:59:57:###############################
04-05-2024 10:59:57:[Request] Adding entity: ConstrainedTo message
04-05-2024 10:59:57:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/echo
04-05-2024 10:59:57:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:reader/clientside
04-05-2024 10:59:57:  TRACE: [WIRE] - >> ConstrainedTo message
04-05-2024 10:59:57:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:59:57:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:57:  TRACE: [WIRE] - << Content-Length: 21
04-05-2024 10:59:57:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 10:59:57:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:57:  TRACE: [WIRE] - << ConstrainedTo message
04-05-2024 10:59:57:FINISHED TEST : clientSideReaderIsNotUsedOnServerTest()
04-05-2024 10:59:57:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:57:STARTING TEST : clientSideWriterIsUsedOnClientTest()
04-05-2024 10:59:57:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/clientwriter' to target server at 'localhost:8080'
04-05-2024 10:59:57:###############################
04-05-2024 10:59:57:[Request] Adding entity: ConstrainedTo message
04-05-2024 10:59:57:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/clientwriter
04-05-2024 10:59:57:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:writer/clientside
04-05-2024 10:59:57:  TRACE: [WIRE] - >> ConstrainedTo message
04-05-2024 10:59:57:  TRACE: [WIRE] - << 204 NO_CONTENT
04-05-2024 10:59:57:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:57:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:57:FINISHED TEST : clientSideWriterIsUsedOnClientTest()
04-05-2024 10:59:57:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:57:STARTING TEST : serverSideWriterIsNotUsedOnClientTest()
04-05-2024 10:59:57:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/media
04-05-2024 10:59:57:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/media' to target server at 'localhost:8080'
04-05-2024 10:59:57:###############################
04-05-2024 10:59:57:[Request] Adding entity: writer/serverside
04-05-2024 10:59:57:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain
04-05-2024 10:59:57:  TRACE: [WIRE] - >> writer/serverside
04-05-2024 10:59:57:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:59:57:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:57:  TRACE: [WIRE] - << Content-Length: 21
04-05-2024 10:59:57:  TRACE: [WIRE] - << Content-Type: writer/serverside
04-05-2024 10:59:57:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:57:  TRACE: [WIRE] - << ConstrainedTo message
04-05-2024 10:59:57:FINISHED TEST : serverSideWriterIsNotUsedOnClientTest()
04-05-2024 10:59:57:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:57:STARTING TEST : clientSideWriterIsNotUsedOnServerTest()
04-05-2024 10:59:57:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/echo' to target server at 'localhost:8080'
04-05-2024 10:59:57:###############################
04-05-2024 10:59:57:[Request] Adding entity: ConstrainedTo message
04-05-2024 10:59:57:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/echo
04-05-2024 10:59:57:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:writer/clientside
04-05-2024 10:59:57:  TRACE: [WIRE] - >> ConstrainedTo message
04-05-2024 10:59:57:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:59:57:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:57:  TRACE: [WIRE] - << Content-Length: 21
04-05-2024 10:59:57:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 10:59:57:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:57:  TRACE: [WIRE] - << ConstrainedTo message
04-05-2024 10:59:57:FINISHED TEST : clientSideWriterIsNotUsedOnServerTest()
04-05-2024 10:59:57:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:57:STARTING TEST : clientSideReaderIsUsedOnClientTest()
04-05-2024 10:59:57:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/media' to target server at 'localhost:8080'
04-05-2024 10:59:57:###############################
04-05-2024 10:59:57:[Request] Adding entity: reader/clientside
04-05-2024 10:59:57:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/media
04-05-2024 10:59:57:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain
04-05-2024 10:59:57:  TRACE: [WIRE] - >> reader/clientside
04-05-2024 10:59:57:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:59:57:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:57:  TRACE: [WIRE] - << Content-Length: 21
04-05-2024 10:59:57:  TRACE: [WIRE] - << Content-Type: reader/clientside
04-05-2024 10:59:57:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:57:  TRACE: [WIRE] - << ConstrainedTo message
04-05-2024 10:59:57:FINISHED TEST : clientSideReaderIsUsedOnClientTest()
04-05-2024 10:59:57:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:57:STARTING TEST : serverSideWriterIsUsedOnServerTest()
04-05-2024 10:59:57:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/echo
04-05-2024 10:59:57:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:writer/serverside
04-05-2024 10:59:57:  TRACE: [WIRE] - >> ConstrainedTo message
04-05-2024 10:59:57:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:59:57:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/echo' to target server at 'localhost:8080'
04-05-2024 10:59:57:###############################
04-05-2024 10:59:57:[Request] Adding entity: ConstrainedTo message
04-05-2024 10:59:57:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:57:  TRACE: [WIRE] - << Content-Length: 30
04-05-2024 10:59:57:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 10:59:57:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:57:  TRACE: [WIRE] - << The fake writer on server side
04-05-2024 10:59:57:FINISHED TEST : serverSideWriterIsUsedOnServerTest()
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.034 s - in ee.jakarta.tck.ws.rs.ee.rs.constrainedto.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.container.requestcontext.illegalstate.JAXRSClientIT
04-05-2024 10:59:57:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:57:STARTING TEST : setSecurityContextTest()
04-05-2024 10:59:57:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_illegalstate_web/resource/setsecuritycontext' to target server at 'localhost:8080'
04-05-2024 10:59:57:###############################
04-05-2024 10:59:57:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_illegalstate_web/resource/setsecuritycontext
04-05-2024 10:59:57:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETSECURITYCONTEXT
04-05-2024 10:59:57:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:59:57:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:57:  TRACE: [WIRE] - << OPERATION: SETSECURITYCONTEXT
04-05-2024 10:59:57:  TRACE: [WIRE] - << Content-Length: 38
04-05-2024 10:59:57:  TRACE: [WIRE] - << Content-Type: */*
04-05-2024 10:59:57:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:57:  TRACE: [WIRE] - << IllegalSteateException has been thrown
04-05-2024 10:59:57:FINISHED TEST : setSecurityContextTest()
04-05-2024 10:59:57:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:57:STARTING TEST : abortWithTest()
04-05-2024 10:59:57:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_illegalstate_web/resource/abortwith
04-05-2024 10:59:57:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:ABORTWITH
04-05-2024 10:59:57:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:59:57:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:57:  TRACE: [WIRE] - << OPERATION: ABORTWITH
04-05-2024 10:59:57:  TRACE: [WIRE] - << Content-Length: 38
04-05-2024 10:59:57:  TRACE: [WIRE] - << Content-Type: */*
04-05-2024 10:59:57:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_illegalstate_web/resource/abortwith' to target server at 'localhost:8080'
04-05-2024 10:59:57:###############################
04-05-2024 10:59:57:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:57:  TRACE: [WIRE] - << IllegalSteateException has been thrown
04-05-2024 10:59:57:FINISHED TEST : abortWithTest()
04-05-2024 10:59:57:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:57:STARTING TEST : setRequestUriOneUriTest()
04-05-2024 10:59:57:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_illegalstate_web/resource/setrequesturi1' to target server at 'localhost:8080'04-05-2024 10:59:57:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_illegalstate_web/resource/setrequesturi1

04-05-2024 10:59:57:###############################
04-05-2024 10:59:57:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETREQUESTURI1
04-05-2024 10:59:57:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:59:57:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:57:  TRACE: [WIRE] - << Content-Length: 38
04-05-2024 10:59:57:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 10:59:57:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:57:  TRACE: [WIRE] - << IllegalSteateException has been thrown
04-05-2024 10:59:57:FINISHED TEST : setRequestUriOneUriTest()
04-05-2024 10:59:57:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:57:STARTING TEST : setMethodTest()
04-05-2024 10:59:57:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_illegalstate_web/resource/setmethod' to target server at 'localhost:8080'
04-05-2024 10:59:57:###############################
04-05-2024 10:59:57:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_illegalstate_web/resource/setmethod
04-05-2024 10:59:57:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETMETHOD
04-05-2024 10:59:57:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:59:57:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:57:  TRACE: [WIRE] - << Content-Length: 38
04-05-2024 10:59:57:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 10:59:57:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:57:  TRACE: [WIRE] - << IllegalSteateException has been thrown
04-05-2024 10:59:57:FINISHED TEST : setMethodTest()
04-05-2024 10:59:57:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:57:STARTING TEST : setEntityStreamTest()
04-05-2024 10:59:57:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_illegalstate_web/resource/setentitystream
04-05-2024 10:59:57:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETENTITYSTREAM
04-05-2024 10:59:57:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:59:57:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:57:  TRACE: [WIRE] - << OPERATION: SETENTITYSTREAM
04-05-2024 10:59:57:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_illegalstate_web/resource/setentitystream' to target server at 'localhost:8080'
04-05-2024 10:59:57:###############################
04-05-2024 10:59:57:  TRACE: [WIRE] - << Content-Length: 38
04-05-2024 10:59:57:  TRACE: [WIRE] - << Content-Type: */*
04-05-2024 10:59:57:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:57:  TRACE: [WIRE] - << IllegalSteateException has been thrown
04-05-2024 10:59:57:FINISHED TEST : setEntityStreamTest()
04-05-2024 10:59:57:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:57:STARTING TEST : setRequestUriTwoUrisTest()
04-05-2024 10:59:57:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_illegalstate_web/resource/setrequesturi2' to target server at 'localhost:8080'
04-05-2024 10:59:57:###############################
04-05-2024 10:59:57:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_illegalstate_web/resource/setrequesturi2
04-05-2024 10:59:57:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETREQUESTURI2
04-05-2024 10:59:57:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:59:57:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:57:  TRACE: [WIRE] - << Content-Length: 38
04-05-2024 10:59:57:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 10:59:57:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:57:  TRACE: [WIRE] - << IllegalSteateException has been thrown
04-05-2024 10:59:57:FINISHED TEST : setRequestUriTwoUrisTest()
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.729 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
04-05-2024 10:59:59:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:59:STARTING TEST : noSecurityTest()04-05-2024 10:59:59:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_requestcontext_security_web/resource/
04-05-2024 10:59:59:  TRACE: [WIRE] - >> Accept:*/*
04-05-2024 10:59:59:  TRACE: [WIRE] - << 401 UNAUTHORIZED

04-05-2024 10:59:59:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_requestcontext_security_web/resource/' to target server at 'localhost:8080'
04-05-2024 10:59:59:###############################
04-05-2024 10:59:59:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:59:  TRACE: [WIRE] - << WWW-Authenticate: Basic realm=""
04-05-2024 10:59:59:  TRACE: [WIRE] - << Content-Length: 1052
04-05-2024 10:59:59:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 10:59:59:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 10:59:59:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:59:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 7.0.9 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 401 - Unauthorized</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Unauthorized</p><p><b>description</b>This request requires HTTP authentication.</p><hr/><h3>Eclipse GlassFish 7.0.9</h3></body></html>
04-05-2024 10:59:59:FINISHED TEST : noSecurityTest()
04-05-2024 10:59:59:[JAXRSCommonClient] Test setup OK
04-05-2024 10:59:59:STARTING TEST : getSecurityContextTest()04-05-2024 10:59:59:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_requestcontext_security_web/resource/
04-05-2024 10:59:59:  TRACE: [WIRE] - >> Accept:*/*, Authorization:Basic ajJlZTpqMmVl

04-05-2024 10:59:59:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_requestcontext_security_web/resource/' to target server at 'localhost:8080'
04-05-2024 10:59:59:###############################
04-05-2024 10:59:59:  TRACE: [WIRE] - << 200 OK
04-05-2024 10:59:59:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 10:59:59:  TRACE: [WIRE] - << Content-Length: 4
04-05-2024 10:59:59:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 10:59:59:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 10:59:59:  TRACE: [WIRE] - << j2ee
04-05-2024 10:59:59:FINISHED TEST : getSecurityContextTest()
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.951 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
04-05-2024 11:00:00:[JAXRSCommonClient] Test setup OK
04-05-2024 11:00:00:STARTING TEST : getUriInfoTest()04-05-2024 11:00:00:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/geturiinfo
04-05-2024 11:00:00:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETURIINFO
04-05-2024 11:00:00:  TRACE: [WIRE] - << 200 OK

04-05-2024 11:00:00:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/geturiinfo' to target server at 'localhost:8080'
04-05-2024 11:00:00:###############################
04-05-2024 11:00:00:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:00:  TRACE: [WIRE] - << Content-Length: 93
04-05-2024 11:00:00:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:00:  TRACE: [WIRE] - << http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/geturiinfo;GETURIINFO
04-05-2024 11:00:00:FINISHED TEST : getUriInfoTest()
04-05-2024 11:00:00:[JAXRSCommonClient] Test setup OK
04-05-2024 11:00:00:STARTING TEST : getAcceptableLanguagesIsSortedTest()
04-05-2024 11:00:00:Check the #getAcceptableLanguages is sorted according to their q-value
04-05-2024 11:00:00:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getacceptablelanguages' to target server at 'localhost:8080'
04-05-2024 11:00:00:###############################
04-05-2024 11:00:00:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getacceptablelanguages
04-05-2024 11:00:00:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETACCEPTABLELANGUAGES, Accept-Language:da, en-gb;q=0.6, en-us;q=0.7
04-05-2024 11:00:00:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:00:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:00:  TRACE: [WIRE] - << Content-Length: 38
04-05-2024 11:00:00:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:00:  TRACE: [WIRE] - << da en-us en-gb ;GETACCEPTABLELANGUAGES
04-05-2024 11:00:00:FINISHED TEST : getAcceptableLanguagesIsSortedTest()
04-05-2024 11:00:00:[JAXRSCommonClient] Test setup OK
04-05-2024 11:00:00:STARTING TEST : getDateIsNullTest()
04-05-2024 11:00:00:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getdate' to target server at 'localhost:8080'
04-05-2024 11:00:00:###############################
04-05-2024 11:00:00:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getdate
04-05-2024 11:00:00:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETDATE
04-05-2024 11:00:00:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:00:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:00:  TRACE: [WIRE] - << Content-Length: 12
04-05-2024 11:00:00:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:00:  TRACE: [WIRE] - << NULL;GETDATE
04-05-2024 11:00:00:FINISHED TEST : getDateIsNullTest()
04-05-2024 11:00:00:[JAXRSCommonClient] Test setup OK
04-05-2024 11:00:00:STARTING TEST : setSecurityContextTest()
04-05-2024 11:00:00:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setsecuritycontext
04-05-2024 11:00:00:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETSECURITYCONTEXT
04-05-2024 11:00:00:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:00:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setsecuritycontext' to target server at 'localhost:8080'
04-05-2024 11:00:00:###############################
04-05-2024 11:00:00:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:00:  TRACE: [WIRE] - << Content-Length: 32
04-05-2024 11:00:00:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:00:  TRACE: [WIRE] - << PrincipalName;SETSECURITYCONTEXT
04-05-2024 11:00:00:FINISHED TEST : setSecurityContextTest()
04-05-2024 11:00:00:[JAXRSCommonClient] Test setup OK
04-05-2024 11:00:00:STARTING TEST : abortWithTest()
04-05-2024 11:00:00:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/abortwith
04-05-2024 11:00:00:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/abortwith' to target server at 'localhost:8080'
04-05-2024 11:00:00:###############################
04-05-2024 11:00:00:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:ABORTWITH
04-05-2024 11:00:00:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:00:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:00:  TRACE: [WIRE] - << Content-Length: 9
04-05-2024 11:00:00:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:00:  TRACE: [WIRE] - << ABORTWITH
04-05-2024 11:00:00:FINISHED TEST : abortWithTest()
04-05-2024 11:00:00:[JAXRSCommonClient] Test setup OK
04-05-2024 11:00:00:STARTING TEST : setPropertyIsReflectedInServletRequestTest()
04-05-2024 11:00:00:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setpropertycontext
04-05-2024 11:00:00:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETPROPERTYCONTEXT
04-05-2024 11:00:00:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:00:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:00:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setpropertycontext' to target server at 'localhost:8080'
04-05-2024 11:00:00:###############################
04-05-2024 11:00:00:  TRACE: [WIRE] - << Content-Length: 33
04-05-2024 11:00:00:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:00:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:00:  TRACE: [WIRE] - << getSetProperty SETPROPERTYCONTEXT
04-05-2024 11:00:00:FINISHED TEST : setPropertyIsReflectedInServletRequestTest()
04-05-2024 11:00:00:[JAXRSCommonClient] Test setup OK
04-05-2024 11:00:00:STARTING TEST : getMediaTypeTest()
04-05-2024 11:00:00:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getmediatype' to target server at 'localhost:8080'04-05-2024 11:00:00:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getmediatype
04-05-2024 11:00:00:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETMEDIATYPE, Content-Type:application/svg+xml
04-05-2024 11:00:00:  TRACE: [WIRE] - << 200 OK

04-05-2024 11:00:00:###############################
04-05-2024 11:00:00:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:00:  TRACE: [WIRE] - << Content-Length: 32
04-05-2024 11:00:00:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:00:  TRACE: [WIRE] - << application/svg+xml;GETMEDIATYPE
04-05-2024 11:00:00:FINISHED TEST : getMediaTypeTest()
04-05-2024 11:00:00:[JAXRSCommonClient] Test setup OK
04-05-2024 11:00:00:STARTING TEST : getMethodTest()04-05-2024 11:00:00:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource

04-05-2024 11:00:00:[Request] Dispatching request: 'OPTIONS http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource' to target server at 'localhost:8080'
04-05-2024 11:00:00:###############################
04-05-2024 11:00:00:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETMETHOD
04-05-2024 11:00:00:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:00:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:00:  TRACE: [WIRE] - << Content-Length: 17
04-05-2024 11:00:00:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:00:  TRACE: [WIRE] - << OPTIONS;GETMETHOD
04-05-2024 11:00:00:FINISHED TEST : getMethodTest()
04-05-2024 11:00:00:[JAXRSCommonClient] Test setup OK
04-05-2024 11:00:00:STARTING TEST : hasEntityTest()
04-05-2024 11:00:00:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/hasentity' to target server at 'localhost:8080'
04-05-2024 11:00:00:###############################
04-05-2024 11:00:00:[Request] Adding entity: entity
04-05-2024 11:00:00:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/hasentity
04-05-2024 11:00:00:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:HASENTITY, Content-Type:*/*
04-05-2024 11:00:00:  TRACE: [WIRE] - >> entity
04-05-2024 11:00:00:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:00:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:00:  TRACE: [WIRE] - << Content-Length: 14
04-05-2024 11:00:00:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:00:  TRACE: [WIRE] - << true;HASENTITY
04-05-2024 11:00:00:FINISHED TEST : hasEntityTest()
04-05-2024 11:00:00:[JAXRSCommonClient] Test setup OK
04-05-2024 11:00:00:STARTING TEST : getHeadersIsMutableTest()04-05-2024 11:00:00:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getheadersismutable
04-05-2024 11:00:00:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETHEADERSISMUTABLE
04-05-2024 11:00:00:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:00:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9

04-05-2024 11:00:00:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getheadersismutable' to target server at 'localhost:8080'
04-05-2024 11:00:00:###############################
04-05-2024 11:00:00:  TRACE: [WIRE] - << Content-Length: 56
04-05-2024 11:00:00:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:00:  TRACE: [WIRE] - << #getHeaders() is mutable as expected;GETHEADERSISMUTABLE
04-05-2024 11:00:00:FINISHED TEST : getHeadersIsMutableTest()
04-05-2024 11:00:00:[JAXRSCommonClient] Test setup OK
04-05-2024 11:00:00:STARTING TEST : getAcceptableMediaTypesIsSortedTest()
04-05-2024 11:00:00:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getacceptablemediatypes
04-05-2024 11:00:00:  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
04-05-2024 11:00:00:Check the #getAcceptableMediaTypes is sorted according to their q-value
04-05-2024 11:00:00:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getacceptablemediatypes' to target server at 'localhost:8080'
04-05-2024 11:00:00:###############################
04-05-2024 11:00:00:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:00:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:00:  TRACE: [WIRE] - << Content-Length: 105
04-05-2024 11:00:00:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:00:  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
04-05-2024 11:00:00:FINISHED TEST : getAcceptableMediaTypesIsSortedTest()
04-05-2024 11:00:00:[JAXRSCommonClient] Test setup OK
04-05-2024 11:00:00:STARTING TEST : getCookiesIsReadonlyTest()
04-05-2024 11:00:00:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getcookiesisreadonly
04-05-2024 11:00:00:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getcookiesisreadonly' to target server at 'localhost:8080'
04-05-2024 11:00:00:###############################
04-05-2024 11:00:00:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETCOOKIESISREADONLY
04-05-2024 11:00:00:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:00:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:00:  TRACE: [WIRE] - << Content-Length: 57
04-05-2024 11:00:00:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:00:  TRACE: [WIRE] - << #getCookies is read-only as expected;GETCOOKIESISREADONLY
04-05-2024 11:00:00:FINISHED TEST : getCookiesIsReadonlyTest()
04-05-2024 11:00:00:[JAXRSCommonClient] Test setup OK
04-05-2024 11:00:00:STARTING TEST : getLanguageTest()04-05-2024 11:00:00:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getlanguage

04-05-2024 11:00:00:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getlanguage' to target server at 'localhost:8080'
04-05-2024 11:00:00:###############################
04-05-2024 11:00:00:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETLANGUAGE, Content-Language:en-gb
04-05-2024 11:00:00:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:00:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:00:  TRACE: [WIRE] - << Content-Length: 18
04-05-2024 11:00:00:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:00:  TRACE: [WIRE] - << en-gb ;GETLANGUAGE
04-05-2024 11:00:00:FINISHED TEST : getLanguageTest()
04-05-2024 11:00:00:[JAXRSCommonClient] Test setup OK
04-05-2024 11:00:00:STARTING TEST : setRequestUriOneUriTest()
04-05-2024 11:00:00:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setrequesturi1' to target server at 'localhost:8080'
04-05-2024 11:00:00:###############################
04-05-2024 11:00:00:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setrequesturi1
04-05-2024 11:00:00:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETREQUESTURI1
04-05-2024 11:00:00:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:00:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:00:  TRACE: [WIRE] - << Content-Length: 49
04-05-2024 11:00:00:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:00:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:00:  TRACE: [WIRE] - << http://xx.yy:888/base/resource/sub SETREQUESTURI1
04-05-2024 11:00:00:FINISHED TEST : setRequestUriOneUriTest()
04-05-2024 11:00:00:[JAXRSCommonClient] Test setup OK
04-05-2024 11:00:00:STARTING TEST : getDateTest()
04-05-2024 11:00:00:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getdate
04-05-2024 11:00:00:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETDATE, Date:Fri, 05 Apr 2024 11:00:00 GMT
04-05-2024 11:00:00:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getdate' to target server at 'localhost:8080'
04-05-2024 11:00:00:###############################
04-05-2024 11:00:00:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:00:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:00:  TRACE: [WIRE] - << Content-Length: 21
04-05-2024 11:00:00:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:00:  TRACE: [WIRE] - << 1712314800000;GETDATE
04-05-2024 11:00:00:FINISHED TEST : getDateTest()
04-05-2024 11:00:01:[JAXRSCommonClient] Test setup OK
04-05-2024 11:00:01:STARTING TEST : getLanguageIsNullTest()
04-05-2024 11:00:01:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getlanguage
04-05-2024 11:00:01:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getlanguage' to target server at 'localhost:8080'
04-05-2024 11:00:01:###############################
04-05-2024 11:00:01:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETLANGUAGE
04-05-2024 11:00:01:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:01:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:01:  TRACE: [WIRE] - << Content-Length: 16
04-05-2024 11:00:01:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:01:  TRACE: [WIRE] - << NULL;GETLANGUAGE
04-05-2024 11:00:01:FINISHED TEST : getLanguageIsNullTest()
04-05-2024 11:00:01:[JAXRSCommonClient] Test setup OK
04-05-2024 11:00:01:STARTING TEST : getHeaderStringTest()
04-05-2024 11:00:01:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getheaderstring2
04-05-2024 11:00:01:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getheaderstring2' to target server at 'localhost:8080'
04-05-2024 11:00:01:###############################
04-05-2024 11:00:01:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETHEADERSTRING2
04-05-2024 11:00:01:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:01:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:01:  TRACE: [WIRE] - << Content-Length: 33
04-05-2024 11:00:01:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:01:  TRACE: [WIRE] - << GETHEADERSTRING2;GETHEADERSTRING2
04-05-2024 11:00:01:FINISHED TEST : getHeaderStringTest()
04-05-2024 11:00:01:[JAXRSCommonClient] Test setup OK
04-05-2024 11:00:01:STARTING TEST : setMethodTest()
04-05-2024 11:00:01:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setmethod' to target server at 'localhost:8080'
04-05-2024 11:00:01:###############################
04-05-2024 11:00:01:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setmethod
04-05-2024 11:00:01:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETMETHOD
04-05-2024 11:00:01:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:01:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:01:  TRACE: [WIRE] - << Content-Length: 17
04-05-2024 11:00:01:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:01:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:01:  TRACE: [WIRE] - << OPTIONS SETMETHOD
04-05-2024 11:00:01:FINISHED TEST : setMethodTest()
04-05-2024 11:00:01:[JAXRSCommonClient] Test setup OK
04-05-2024 11:00:01:STARTING TEST : setPropertyNullTest()
04-05-2024 11:00:01:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setpropertynull' to target server at 'localhost:8080'
04-05-2024 11:00:01:###############################
04-05-2024 11:00:01:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setpropertynull
04-05-2024 11:00:01:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETPROPERTYNULL
04-05-2024 11:00:01:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:01:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:01:  TRACE: [WIRE] - << Content-Length: 20
04-05-2024 11:00:01:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:01:  TRACE: [WIRE] - << NULL;SETPROPERTYNULL
04-05-2024 11:00:01:FINISHED TEST : setPropertyNullTest()
04-05-2024 11:00:01:[JAXRSCommonClient] Test setup OK
04-05-2024 11:00:01:STARTING TEST : getAcceptableMediaTypesIsReadOnlyTest()
04-05-2024 11:00:01:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getacceptablemediatypesisreadonly' to target server at 'localhost:8080'
04-05-2024 11:00:01:###############################
04-05-2024 11:00:01:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getacceptablemediatypesisreadonly
04-05-2024 11:00:01:  TRACE: [WIRE] - >> Accept:text/xml, OPERATION:GETACCEPTABLEMEDIATYPESISREADONLY
04-05-2024 11:00:01:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:01:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:01:  TRACE: [WIRE] - << Content-Length: 43
04-05-2024 11:00:01:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:01:  TRACE: [WIRE] - << text/xml ;GETACCEPTABLEMEDIATYPESISREADONLY
04-05-2024 11:00:01:FINISHED TEST : getAcceptableMediaTypesIsReadOnlyTest()
04-05-2024 11:00:01:[JAXRSCommonClient] Test setup OK
04-05-2024 11:00:01:STARTING TEST : getPropertyNamesIsReadOnlyTest()
04-05-2024 11:00:01:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getpropertynamesisreadonly' to target server at 'localhost:8080'
04-05-2024 11:00:01:###############################
04-05-2024 11:00:01:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getpropertynamesisreadonly
04-05-2024 11:00:01:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETPROPERTYNAMESISREADONLY
04-05-2024 11:00:01:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:01:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:01:  TRACE: [WIRE] - << Content-Length: 28
04-05-2024 11:00:01:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:01:  TRACE: [WIRE] - << 0;GETPROPERTYNAMESISREADONLY
04-05-2024 11:00:01:FINISHED TEST : getPropertyNamesIsReadOnlyTest()
04-05-2024 11:00:01:[JAXRSCommonClient] Test setup OK
04-05-2024 11:00:01:STARTING TEST : getLengthWhenNoEntityTest()
04-05-2024 11:00:01:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getlength' to target server at 'localhost:8080'
04-05-2024 11:00:01:###############################
04-05-2024 11:00:01:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getlength
04-05-2024 11:00:01:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETLENGTH
04-05-2024 11:00:01:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:01:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:01:  TRACE: [WIRE] - << Content-Length: 12
04-05-2024 11:00:01:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:01:  TRACE: [WIRE] - << -1;GETLENGTH
04-05-2024 11:00:01:FINISHED TEST : getLengthWhenNoEntityTest()
04-05-2024 11:00:01:[JAXRSCommonClient] Test setup OK
04-05-2024 11:00:01:STARTING TEST : getPropertyNamesTest()
04-05-2024 11:00:01:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getpropertynames' to target server at 'localhost:8080'
04-05-2024 11:00:01:###############################
04-05-2024 11:00:01:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getpropertynames
04-05-2024 11:00:01:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETPROPERTYNAMES
04-05-2024 11:00:01:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:01:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:01:  TRACE: [WIRE] - << Content-Length: 187
04-05-2024 11:00:01:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:01:  TRACE: [WIRE] - << getsetproperty2 getsetproperty1 org.glassfish.web.requestfacadehelper org.glassfish.jersey.message.internal.tracinglogger getsetproperty4 getsetproperty3 getsetproperty0 ;GETPROPERTYNAMES
04-05-2024 11:00:01:FINISHED TEST : getPropertyNamesTest()
04-05-2024 11:00:01:[JAXRSCommonClient] Test setup OK
04-05-2024 11:00:01:STARTING TEST : getRequestTest()
04-05-2024 11:00:01:[Request] Dispatching request: 'OPTIONS http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource' to target server at 'localhost:8080'
04-05-2024 11:00:01:###############################
04-05-2024 11:00:01:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource
04-05-2024 11:00:01:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETREQUEST
04-05-2024 11:00:01:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:01:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:01:  TRACE: [WIRE] - << Content-Length: 18
04-05-2024 11:00:01:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:01:  TRACE: [WIRE] - << OPTIONS;GETREQUEST
04-05-2024 11:00:01:FINISHED TEST : getRequestTest()
04-05-2024 11:00:01:[JAXRSCommonClient] Test setup OK
04-05-2024 11:00:01:STARTING TEST : setEntityStreamTest()
04-05-2024 11:00:01:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setentitystream' to target server at 'localhost:8080'
04-05-2024 11:00:01:###############################
04-05-2024 11:00:01:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setentitystream
04-05-2024 11:00:01:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETENTITYSTREAM
04-05-2024 11:00:01:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:01:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:01:  TRACE: [WIRE] - << Content-Length: 37
04-05-2024 11:00:01:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:01:  TRACE: [WIRE] - << SetEntityStreamEntity;SETENTITYSTREAM
04-05-2024 11:00:01:FINISHED TEST : setEntityStreamTest()
04-05-2024 11:00:01:[JAXRSCommonClient] Test setup OK
04-05-2024 11:00:01:STARTING TEST : getAcceptableMediaTypesTest()
04-05-2024 11:00:01:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getacceptablemediatypes' to target server at 'localhost:8080'
04-05-2024 11:00:01:###############################
04-05-2024 11:00:01:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getacceptablemediatypes
04-05-2024 11:00:01:  TRACE: [WIRE] - >> Accept:application/json, OPERATION:GETACCEPTABLEMEDIATYPES
04-05-2024 11:00:01:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:01:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:01:  TRACE: [WIRE] - << Content-Length: 41
04-05-2024 11:00:01:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:01:  TRACE: [WIRE] - << application/json ;GETACCEPTABLEMEDIATYPES
04-05-2024 11:00:01:FINISHED TEST : getAcceptableMediaTypesTest()
04-05-2024 11:00:01:[JAXRSCommonClient] Test setup OK
04-05-2024 11:00:01:STARTING TEST : getHeadersTest()
04-05-2024 11:00:01:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getheaders
04-05-2024 11:00:01:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getheaders' to target server at 'localhost:8080'
04-05-2024 11:00:01:###############################
04-05-2024 11:00:01:  TRACE: [WIRE] - >> Accept:*/*, header4:header4, header3:header3, header2:header2, header1:header1, OPERATION:GETHEADERS
04-05-2024 11:00:01:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:01:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:01:  TRACE: [WIRE] - << Content-Length: 200
04-05-2024 11:00:01:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:01:  TRACE: [WIRE] - << accept:*/*;header4:header4;header3:header3;header2:header2;header1:header1;operation:GETHEADERS;user-agent:Jersey/3.1.6 (HttpUrlConnection 11.0.2);host:localhost:8080;connection:keep-alive;;GETHEADERS
04-05-2024 11:00:01:FINISHED TEST : getHeadersTest()
04-05-2024 11:00:01:[JAXRSCommonClient] Test setup OK
04-05-2024 11:00:01:STARTING TEST : getPropertyIsNullTest()
04-05-2024 11:00:01:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getproperty' to target server at 'localhost:8080'
04-05-2024 11:00:01:###############################
04-05-2024 11:00:01:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getproperty
04-05-2024 11:00:01:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETPROPERTY
04-05-2024 11:00:01:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:01:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:01:  TRACE: [WIRE] - << Content-Length: 16
04-05-2024 11:00:01:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:01:  TRACE: [WIRE] - << NULL;GETPROPERTY
04-05-2024 11:00:01:FINISHED TEST : getPropertyIsNullTest()
04-05-2024 11:00:01:[JAXRSCommonClient] Test setup OK
04-05-2024 11:00:01:STARTING TEST : setRequestUriTwoUrisTest()
04-05-2024 11:00:01:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setrequesturi2' to target server at 'localhost:8080'
04-05-2024 11:00:01:###############################
04-05-2024 11:00:01:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setrequesturi2
04-05-2024 11:00:01:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETREQUESTURI2
04-05-2024 11:00:01:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:01:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:01:  TRACE: [WIRE] - << Content-Length: 49
04-05-2024 11:00:01:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:01:  TRACE: [WIRE] - << http://xx.yy:888/base/resource/sub;SETREQUESTURI2
04-05-2024 11:00:01:FINISHED TEST : setRequestUriTwoUrisTest()
04-05-2024 11:00:01:[JAXRSCommonClient] Test setup OK
04-05-2024 11:00:01:STARTING TEST : getLengthTest()
04-05-2024 11:00:01:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getlength' to target server at 'localhost:8080'
04-05-2024 11:00:01:###############################
04-05-2024 11:00:01:[Request] Adding entity: 12345678901234567890
04-05-2024 11:00:01:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getlength
04-05-2024 11:00:01:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETLENGTH, Content-Type:*/*
04-05-2024 11:00:01:  TRACE: [WIRE] - >> 12345678901234567890
04-05-2024 11:00:01:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:01:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:01:  TRACE: [WIRE] - << Content-Length: 12
04-05-2024 11:00:01:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:01:  TRACE: [WIRE] - << 20;GETLENGTH
04-05-2024 11:00:01:FINISHED TEST : getLengthTest()
04-05-2024 11:00:01:[JAXRSCommonClient] Test setup OK
04-05-2024 11:00:01:STARTING TEST : getSecurityContextPrincipalIsNullTest()
04-05-2024 11:00:01:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getsecuritycontext
04-05-2024 11:00:01:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getsecuritycontext' to target server at 'localhost:8080'
04-05-2024 11:00:01:###############################
04-05-2024 11:00:01:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETSECURITYCONTEXT
04-05-2024 11:00:01:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:01:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:01:  TRACE: [WIRE] - << Content-Length: 23
04-05-2024 11:00:01:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:01:  TRACE: [WIRE] - << NULL;GETSECURITYCONTEXT
04-05-2024 11:00:01:FINISHED TEST : getSecurityContextPrincipalIsNullTest()
04-05-2024 11:00:01:[JAXRSCommonClient] Test setup OK
04-05-2024 11:00:01:STARTING TEST : getAcceptableLanguagesTest()
04-05-2024 11:00:01:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getacceptablelanguages
04-05-2024 11:00:01:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getacceptablelanguages' to target server at 'localhost:8080'
04-05-2024 11:00:01:###############################
04-05-2024 11:00:01:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETACCEPTABLELANGUAGES, Accept-Language:en-us
04-05-2024 11:00:01:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:01:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:01:  TRACE: [WIRE] - << Content-Length: 29
04-05-2024 11:00:01:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:01:  TRACE: [WIRE] - << en-us ;GETACCEPTABLELANGUAGES
04-05-2024 11:00:01:FINISHED TEST : getAcceptableLanguagesTest()
04-05-2024 11:00:01:[JAXRSCommonClient] Test setup OK
04-05-2024 11:00:01:STARTING TEST : getMediaTypeIsNullTest()
04-05-2024 11:00:01:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getmediatype' to target server at 'localhost:8080'
04-05-2024 11:00:01:###############################
04-05-2024 11:00:01:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getmediatype
04-05-2024 11:00:01:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETMEDIATYPE
04-05-2024 11:00:01:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:01:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:01:  TRACE: [WIRE] - << Content-Length: 17
04-05-2024 11:00:01:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:01:  TRACE: [WIRE] - << NULL;GETMEDIATYPE
04-05-2024 11:00:01:FINISHED TEST : getMediaTypeIsNullTest()
04-05-2024 11:00:01:[JAXRSCommonClient] Test setup OK
04-05-2024 11:00:01:STARTING TEST : setPropertyTest()
04-05-2024 11:00:01:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setproperty' to target server at 'localhost:8080'
04-05-2024 11:00:01:###############################
04-05-2024 11:00:01:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setproperty
04-05-2024 11:00:01:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETPROPERTY
04-05-2024 11:00:01:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:01:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:01:  TRACE: [WIRE] - << Content-Length: 26
04-05-2024 11:00:01:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:01:  TRACE: [WIRE] - << getSetProperty;SETPROPERTY
04-05-2024 11:00:01:FINISHED TEST : setPropertyTest()
04-05-2024 11:00:01:[JAXRSCommonClient] Test setup OK
04-05-2024 11:00:01:STARTING TEST : removePropertyTest()
04-05-2024 11:00:01:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/removeproperty
04-05-2024 11:00:01:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/removeproperty' to target server at 'localhost:8080'
04-05-2024 11:00:01:###############################
04-05-2024 11:00:01:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:REMOVEPROPERTY
04-05-2024 11:00:01:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:01:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:01:  TRACE: [WIRE] - << Content-Length: 19
04-05-2024 11:00:01:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:01:  TRACE: [WIRE] - << NULL;REMOVEPROPERTY
04-05-2024 11:00:01:FINISHED TEST : removePropertyTest()
04-05-2024 11:00:01:[JAXRSCommonClient] Test setup OK
04-05-2024 11:00:01:STARTING TEST : getCookiesTest()
04-05-2024 11:00:01:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getcookies
04-05-2024 11:00:01:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getcookies' to target server at 'localhost:8080'
04-05-2024 11:00:01:###############################
04-05-2024 11:00:01:  TRACE: [WIRE] - >> Accept:*/*, Cookie:$Version=1; cookie1=cookie1;, OPERATION:GETCOOKIES
04-05-2024 11:00:01:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:01:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:01:  TRACE: [WIRE] - << Content-Length: 38
04-05-2024 11:00:01:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:01:  TRACE: [WIRE] - << $version=1;cookie1=cookie1 ;GETCOOKIES
04-05-2024 11:00:01:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getcookies' to target server at 'localhost:8080'
04-05-2024 11:00:01:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getcookies
04-05-2024 11:00:01:###############################
04-05-2024 11:00:01:  TRACE: [WIRE] - >> Accept:*/*, Cookie:$Version=1; coookkkie99=coookkkie99;, OPERATION:GETCOOKIES
04-05-2024 11:00:01:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:01:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:01:  TRACE: [WIRE] - << Content-Length: 46
04-05-2024 11:00:01:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:01:  TRACE: [WIRE] - << $version=1;coookkkie99=coookkkie99 ;GETCOOKIES
04-05-2024 11:00:01:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getcookies' to target server at 'localhost:8080'
04-05-2024 11:00:01:###############################
04-05-2024 11:00:01:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getcookies
04-05-2024 11:00:01:  TRACE: [WIRE] - >> Accept:*/*, Cookie:$Version=1; cookiiieee999=cookiiieee999;, OPERATION:GETCOOKIES
04-05-2024 11:00:01:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:01:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:01:  TRACE: [WIRE] - << Content-Length: 50
04-05-2024 11:00:01:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:01:  TRACE: [WIRE] - << $version=1;cookiiieee999=cookiiieee999 ;GETCOOKIES
04-05-2024 11:00:01:FINISHED TEST : getCookiesTest()
04-05-2024 11:00:01:[JAXRSCommonClient] Test setup OK
04-05-2024 11:00:01:STARTING TEST : hasEntityWhenNoEntityTest()
04-05-2024 11:00:01:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/hasentity' to target server at 'localhost:8080'
04-05-2024 11:00:01:###############################
04-05-2024 11:00:01:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/hasentity
04-05-2024 11:00:01:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:HASENTITY
04-05-2024 11:00:01:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:01:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:01:  TRACE: [WIRE] - << Content-Length: 15
04-05-2024 11:00:01:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:01:  TRACE: [WIRE] - << false;HASENTITY
04-05-2024 11:00:01:FINISHED TEST : hasEntityWhenNoEntityTest()
04-05-2024 11:00:01:[JAXRSCommonClient] Test setup OK
04-05-2024 11:00:01:STARTING TEST : getEntityStreamTest()
04-05-2024 11:00:01:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getentitystream' to target server at 'localhost:8080'
04-05-2024 11:00:01:###############################
04-05-2024 11:00:01:[Request] Adding entity: EnTiTyStReAmTeSt
04-05-2024 11:00:01:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getentitystream
04-05-2024 11:00:01:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETENTITYSTREAM, Content-Type:*/*
04-05-2024 11:00:01:  TRACE: [WIRE] - >> EnTiTyStReAmTeSt
04-05-2024 11:00:01:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:01:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:01:  TRACE: [WIRE] - << Content-Length: 32
04-05-2024 11:00:01:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:01:  TRACE: [WIRE] - << EnTiTyStReAmTeSt;GETENTITYSTREAM
04-05-2024 11:00:01:FINISHED TEST : getEntityStreamTest()
04-05-2024 11:00:01:[JAXRSCommonClient] Test setup OK
04-05-2024 11:00:01:STARTING TEST : getAcceptableLanguagesIsReadOnlyTest()04-05-2024 11:00:01:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getacceptablelanguagesisreadonly

04-05-2024 11:00:01:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getacceptablelanguagesisreadonly' to target server at 'localhost:8080'
04-05-2024 11:00:01:###############################
04-05-2024 11:00:01:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETACCEPTABLELANGUAGESISREADONLY, Accept-Language:da, en-gb;q=0.6, en-us;q=0.7
04-05-2024 11:00:01:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:01:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:01:  TRACE: [WIRE] - << Content-Length: 48
04-05-2024 11:00:01:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:01:  TRACE: [WIRE] - << da en-us en-gb ;GETACCEPTABLELANGUAGESISREADONLY
04-05-2024 11:00:01:FINISHED TEST : getAcceptableLanguagesIsReadOnlyTest()
[INFO] Tests run: 39, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.655 s - in ee.jakarta.tck.ws.rs.ee.rs.container.requestcontext.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.container.resourceinfo.JAXRSClientIT
04-05-2024 11:00:02:[JAXRSCommonClient] Test setup OK
04-05-2024 11:00:02:STARTING TEST : getResourceMethodTest()04-05-2024 11:00:02:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_resourceinfo_web/resource/method
04-05-2024 11:00:02:  TRACE: [WIRE] - >> Accept:*/*

04-05-2024 11:00:02:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_resourceinfo_web/resource/method' to target server at 'localhost:8080'
04-05-2024 11:00:02:###############################
04-05-2024 11:00:02:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:02:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:02:  TRACE: [WIRE] - << Content-Length: 17
04-05-2024 11:00:02:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:02:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:02:  TRACE: [WIRE] - << getResourceMethod
04-05-2024 11:00:02:Found expected resource method name
04-05-2024 11:00:02:FINISHED TEST : getResourceMethodTest()
04-05-2024 11:00:02:[JAXRSCommonClient] Test setup OK
04-05-2024 11:00:02:STARTING TEST : getResourceClassTest()
04-05-2024 11:00:02:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_resourceinfo_web/resource/clazz' to target server at 'localhost:8080'
04-05-2024 11:00:02:###############################
04-05-2024 11:00:02:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_resourceinfo_web/resource/clazz
04-05-2024 11:00:02:  TRACE: [WIRE] - >> Accept:*/*
04-05-2024 11:00:02:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:02:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:02:  TRACE: [WIRE] - << Content-Length: 58
04-05-2024 11:00:02:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:02:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:02:  TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.ee.rs.container.resourceinfo.Resource
04-05-2024 11:00:02:Found expected resource class name
04-05-2024 11:00:02:FINISHED TEST : getResourceClassTest()
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.995 s - in ee.jakarta.tck.ws.rs.ee.rs.container.resourceinfo.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.container.responsecontext.JAXRSClientIT
04-05-2024 11:00:03:[JAXRSCommonClient] Test setup OK
04-05-2024 11:00:03:STARTING TEST : getStringsHeaderMoreItemsTest()
04-05-2024 11:00:03:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstringheaders
04-05-2024 11:00:03:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:03:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstringheaders' to target server at 'localhost:8080'
04-05-2024 11:00:03:###############################
04-05-2024 11:00:03:[Request] Adding entity: commaSeparated
04-05-2024 11:00:03:  TRACE: [WIRE] - >> commaSeparated
04-05-2024 11:00:03:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:03:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:03:  TRACE: [WIRE] - << OPERATION: GETSTRINGHEADERS
04-05-2024 11:00:03:  TRACE: [WIRE] - << HEADER: ResponseFilterEntity,ResponseFilterEntity
04-05-2024 11:00:03:  TRACE: [WIRE] - << Content-Length: 42
04-05-2024 11:00:03:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:03:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:03:  TRACE: [WIRE] - << responsefilterentity responsefilterentity 
04-05-2024 11:00:03:FINISHED TEST : getStringsHeaderMoreItemsTest()
04-05-2024 11:00:03:[JAXRSCommonClient] Test setup OK
04-05-2024 11:00:03:STARTING TEST : getEntityAnnotationsWhenNoAnnotationsTest()
04-05-2024 11:00:03:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentityannotations
04-05-2024 11:00:03:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:03:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentityannotations' to target server at 'localhost:8080'
04-05-2024 11:00:03:###############################
04-05-2024 11:00:03:[Request] Adding entity: false
04-05-2024 11:00:03:  TRACE: [WIRE] - >> false
04-05-2024 11:00:03:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:03:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:03:  TRACE: [WIRE] - << OPERATION: GETENTITYANNOTATIONS
04-05-2024 11:00:03:  TRACE: [WIRE] - << Content-Length: 38
04-05-2024 11:00:03:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:03:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:03:  TRACE: [WIRE] - << jakarta.ws.rs.post jakarta.ws.rs.path 
04-05-2024 11:00:03:FINISHED TEST : getEntityAnnotationsWhenNoAnnotationsTest()
04-05-2024 11:00:03:[JAXRSCommonClient] Test setup OK
04-05-2024 11:00:03:STARTING TEST : getEntityTest()
04-05-2024 11:00:03:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentity
04-05-2024 11:00:03:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentity' to target server at 'localhost:8080'
04-05-2024 11:00:03:###############################
04-05-2024 11:00:03:[Request] Adding entity: ee.jakarta.tck.ws.rs.ee.rs.container.responsecontext.JAXRSClientITentity
04-05-2024 11:00:03:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:03:  TRACE: [WIRE] - >> ee.jakarta.tck.ws.rs.ee.rs.container.responsecontext.JAXRSClientITentity
04-05-2024 11:00:03:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:03:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:03:  TRACE: [WIRE] - << OPERATION: GETENTITY
04-05-2024 11:00:03:  TRACE: [WIRE] - << Content-Length: 144
04-05-2024 11:00:03:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:03:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:03:  TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.ee.rs.container.responsecontext.JAXRSClientITentityee.jakarta.tck.ws.rs.ee.rs.container.responsecontext.JAXRSClientITentity
04-05-2024 11:00:03:FINISHED TEST : getEntityTest()
04-05-2024 11:00:03:[JAXRSCommonClient] Test setup OK
04-05-2024 11:00:03:STARTING TEST : getDateIsNullTest()
04-05-2024 11:00:03:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getdate' to target server at 'localhost:8080'
04-05-2024 11:00:03:###############################
04-05-2024 11:00:03:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getdate
04-05-2024 11:00:03:  TRACE: [WIRE] - >> Accept:*/*
04-05-2024 11:00:03:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:03:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:03:  TRACE: [WIRE] - << OPERATION: GETDATE
04-05-2024 11:00:03:  TRACE: [WIRE] - << Content-Length: 1
04-05-2024 11:00:03:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:03:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:03:  TRACE: [WIRE] - << 0
04-05-2024 11:00:03:FINISHED TEST : getDateIsNullTest()
04-05-2024 11:00:03:[JAXRSCommonClient] Test setup OK
04-05-2024 11:00:03:STARTING TEST : getLinksTest()
04-05-2024 11:00:03:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlinks' to target server at 'localhost:8080'
04-05-2024 11:00:03:###############################
04-05-2024 11:00:03:[Request] Adding entity: http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource;html://localhost:8080/nohttp
04-05-2024 11:00:03:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlinks
04-05-2024 11:00:03:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:03:  TRACE: [WIRE] - >> http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource;html://localhost:8080/nohttp
04-05-2024 11:00:03:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:03:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:03:  TRACE: [WIRE] - << OPERATION: GETLINKS
04-05-2024 11:00:03:  TRACE: [WIRE] - << Content-Length: 105
04-05-2024 11:00:03:  TRACE: [WIRE] - << Link: <html://localhost:8080/nohttp>,<http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource>
04-05-2024 11:00:03:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:03:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:03:  TRACE: [WIRE] - << <http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource>;<html://localhost:8080/nohttp>
04-05-2024 11:00:03:FINISHED TEST : getLinksTest()
04-05-2024 11:00:03:[JAXRSCommonClient] Test setup OK
04-05-2024 11:00:03:STARTING TEST : getStringHeadersUsesHeaderDelegateTest()
04-05-2024 11:00:03:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstringbeanruntime
04-05-2024 11:00:03:  TRACE: [WIRE] - >> Accept:*/*
04-05-2024 11:00:03:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstringbeanruntime' to target server at 'localhost:8080'
04-05-2024 11:00:03:###############################
04-05-2024 11:00:03:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:03:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:03:  TRACE: [WIRE] - << OPERATION: SETSTRINGBEANRUNTIME
04-05-2024 11:00:03:  TRACE: [WIRE] - << Content-Length: 0
04-05-2024 11:00:03:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:03:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstringheaders' to target server at 'localhost:8080'
04-05-2024 11:00:03:###############################
04-05-2024 11:00:03:[Request] Adding entity: headerDelegate
04-05-2024 11:00:03:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstringheaders
04-05-2024 11:00:03:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:03:  TRACE: [WIRE] - >> headerDelegate
04-05-2024 11:00:03:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:03:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:03:  TRACE: [WIRE] - << OPERATION: GETSTRINGHEADERS
04-05-2024 11:00:03:  TRACE: [WIRE] - << HEADER: ResponseFilterEntity
04-05-2024 11:00:03:  TRACE: [WIRE] - << Content-Length: 20
04-05-2024 11:00:03:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:03:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:03:  TRACE: [WIRE] - << ResponseFilterEntity
04-05-2024 11:00:03:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setoriginalruntime' to target server at 'localhost:8080'
04-05-2024 11:00:03:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setoriginalruntime
04-05-2024 11:00:03:  TRACE: [WIRE] - >> Accept:*/*
04-05-2024 11:00:03:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:03:###############################
04-05-2024 11:00:03:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:03:  TRACE: [WIRE] - << OPERATION: SETORIGINALRUNTIME
04-05-2024 11:00:03:  TRACE: [WIRE] - << Content-Length: 0
04-05-2024 11:00:03:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:03:FINISHED TEST : getStringHeadersUsesHeaderDelegateTest()
04-05-2024 11:00:03:[JAXRSCommonClient] Test setup OK
04-05-2024 11:00:03:STARTING TEST : getLinkBuilderWhenNoLinkTest()
04-05-2024 11:00:03:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlinkbuilder
04-05-2024 11:00:03:  TRACE: [WIRE] - >> Accept:*/*
04-05-2024 11:00:03:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlinkbuilder' to target server at 'localhost:8080'
04-05-2024 11:00:03:###############################
04-05-2024 11:00:03:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:03:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:03:  TRACE: [WIRE] - << OPERATION: GETLINKBUILDER
04-05-2024 11:00:03:  TRACE: [WIRE] - << Content-Length: 4
04-05-2024 11:00:03:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:03:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:03:  TRACE: [WIRE] - << NULL
04-05-2024 11:00:03:FINISHED TEST : getLinkBuilderWhenNoLinkTest()
04-05-2024 11:00:03:[JAXRSCommonClient] Test setup OK
04-05-2024 11:00:03:STARTING TEST : getEntityClassByteArrayTest()
04-05-2024 11:00:03:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentityclass' to target server at 'localhost:8080'
04-05-2024 11:00:03:###############################
04-05-2024 11:00:03:[Request] Adding entity: bytearray04-05-2024 11:00:03:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentityclass

04-05-2024 11:00:03:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:03:  TRACE: [WIRE] - >> bytearray
04-05-2024 11:00:03:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:03:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:03:  TRACE: [WIRE] - << OPERATION: GETENTITYCLASS
04-05-2024 11:00:03:  TRACE: [WIRE] - << Content-Length: 2
04-05-2024 11:00:03:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:03:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:03:  TRACE: [WIRE] - << [B
04-05-2024 11:00:03:FINISHED TEST : getEntityClassByteArrayTest()
04-05-2024 11:00:03:[JAXRSCommonClient] Test setup OK
04-05-2024 11:00:03:STARTING TEST : getStringHeadersTest()
04-05-2024 11:00:03:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstringheaders' to target server at 'localhost:8080'
04-05-2024 11:00:03:###############################
04-05-2024 11:00:03:[Request] Adding entity: EnTITY
04-05-2024 11:00:03:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstringheaders
04-05-2024 11:00:03:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:03:  TRACE: [WIRE] - >> EnTITY
04-05-2024 11:00:03:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:03:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:03:  TRACE: [WIRE] - << OPERATION: GETSTRINGHEADERS
04-05-2024 11:00:03:  TRACE: [WIRE] - << HEADER: EnTITY
04-05-2024 11:00:03:  TRACE: [WIRE] - << Content-Length: 6
04-05-2024 11:00:03:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:03:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:03:  TRACE: [WIRE] - << EnTITY
04-05-2024 11:00:03:FINISHED TEST : getStringHeadersTest()
04-05-2024 11:00:03:[JAXRSCommonClient] Test setup OK
04-05-2024 11:00:03:STARTING TEST : getMediaTypeWhenNoMediaTypeTest()
04-05-2024 11:00:03:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getmediatype
04-05-2024 11:00:03:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getmediatype' to target server at 'localhost:8080'
04-05-2024 11:00:03:###############################
04-05-2024 11:00:03:  TRACE: [WIRE] - >> Accept:*/*
04-05-2024 11:00:03:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:03:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:03:  TRACE: [WIRE] - << OPERATION: GETMEDIATYPE
04-05-2024 11:00:03:  TRACE: [WIRE] - << Content-Length: 4
04-05-2024 11:00:03:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:03:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:03:  TRACE: [WIRE] - << NULL
04-05-2024 11:00:03:FINISHED TEST : getMediaTypeWhenNoMediaTypeTest()
04-05-2024 11:00:03:[JAXRSCommonClient] Test setup OK
04-05-2024 11:00:03:STARTING TEST : getLinksWhenNoLinkTest()
04-05-2024 11:00:03:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlinks
04-05-2024 11:00:03:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlinks' to target server at 'localhost:8080'
04-05-2024 11:00:03:###############################
04-05-2024 11:00:03:  TRACE: [WIRE] - >> Accept:*/*
04-05-2024 11:00:03:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:03:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:03:  TRACE: [WIRE] - << OPERATION: GETLINKS
04-05-2024 11:00:03:  TRACE: [WIRE] - << Content-Length: 4
04-05-2024 11:00:03:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:03:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:03:  TRACE: [WIRE] - << NULL
04-05-2024 11:00:03:FINISHED TEST : getLinksWhenNoLinkTest()
04-05-2024 11:00:03:[JAXRSCommonClient] Test setup OK
04-05-2024 11:00:03:STARTING TEST : getMediaTypeTest()
04-05-2024 11:00:03:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getmediatype' to target server at 'localhost:8080'
04-05-2024 11:00:03:###############################
04-05-2024 11:00:03:[Request] Adding entity: application/svg+xml
04-05-2024 11:00:03:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getmediatype
04-05-2024 11:00:03:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:03:  TRACE: [WIRE] - >> application/svg+xml
04-05-2024 11:00:03:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:03:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:03:  TRACE: [WIRE] - << OPERATION: GETMEDIATYPE
04-05-2024 11:00:03:  TRACE: [WIRE] - << Content-Length: 19
04-05-2024 11:00:03:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:03:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:03:  TRACE: [WIRE] - << application/svg+xml
04-05-2024 11:00:03:FINISHED TEST : getMediaTypeTest()
04-05-2024 11:00:03:[JAXRSCommonClient] Test setup OK
04-05-2024 11:00:03:STARTING TEST : getEntityAnnotationsTest()
04-05-2024 11:00:03:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentityannotations' to target server at 'localhost:8080'
04-05-2024 11:00:03:###############################
04-05-2024 11:00:03:[Request] Adding entity: true
04-05-2024 11:00:03:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentityannotations
04-05-2024 11:00:03:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:03:  TRACE: [WIRE] - >> true
04-05-2024 11:00:03:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:03:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:03:  TRACE: [WIRE] - << OPERATION: GETENTITYANNOTATIONS
04-05-2024 11:00:03:  TRACE: [WIRE] - << Content-Length: 93
04-05-2024 11:00:03:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:03:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:03:  TRACE: [WIRE] - << jakarta.ws.rs.post jakarta.ws.rs.path jakarta.ws.rs.ext.provider jakarta.annotation.priority 
04-05-2024 11:00:03:FINISHED TEST : getEntityAnnotationsTest()
04-05-2024 11:00:03:[JAXRSCommonClient] Test setup OK
04-05-2024 11:00:03:STARTING TEST : getLinkTest()
04-05-2024 11:00:03:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlink' to target server at 'localhost:8080'
04-05-2024 11:00:03:###############################
04-05-2024 11:00:03:[Request] Adding entity: http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource
04-05-2024 11:00:03:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlink
04-05-2024 11:00:03:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:03:  TRACE: [WIRE] - >> http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource
04-05-2024 11:00:03:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:03:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:03:  TRACE: [WIRE] - << OPERATION: GETLINK
04-05-2024 11:00:03:  TRACE: [WIRE] - << Content-Length: 72
04-05-2024 11:00:03:  TRACE: [WIRE] - << Link: <http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource>; rel="relation"
04-05-2024 11:00:03:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:03:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:03:  TRACE: [WIRE] - << http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource
04-05-2024 11:00:03:FINISHED TEST : getLinkTest()
04-05-2024 11:00:03:[JAXRSCommonClient] Test setup OK
04-05-2024 11:00:03:STARTING TEST : setEntityTest()
04-05-2024 11:00:03:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setentity' to target server at 'localhost:8080'
04-05-2024 11:00:03:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setentity
04-05-2024 11:00:03:###############################
04-05-2024 11:00:03:  TRACE: [WIRE] - >> Accept:*/*
04-05-2024 11:00:03:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:03:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:03:  TRACE: [WIRE] - << OPERATION: SETENTITY
04-05-2024 11:00:03:  TRACE: [WIRE] - << Content-Length: 20
04-05-2024 11:00:03:  TRACE: [WIRE] - << Content-Type: application/svg+xml
04-05-2024 11:00:03:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:03:  TRACE: [WIRE] - << ResponseFilterEntity
04-05-2024 11:00:03:FINISHED TEST : setEntityTest()
04-05-2024 11:00:03:[JAXRSCommonClient] Test setup OK
04-05-2024 11:00:03:STARTING TEST : hasEntityTest()
04-05-2024 11:00:03:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/hasentity' to target server at 'localhost:8080'
04-05-2024 11:00:03:###############################
04-05-2024 11:00:03:[Request] Adding entity: ResponseFilterEntity
04-05-2024 11:00:03:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/hasentity
04-05-2024 11:00:03:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:03:  TRACE: [WIRE] - >> ResponseFilterEntity
04-05-2024 11:00:03:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:03:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:03:  TRACE: [WIRE] - << OPERATION: HASENTITY
04-05-2024 11:00:03:  TRACE: [WIRE] - << Content-Length: 4
04-05-2024 11:00:03:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:03:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:03:  TRACE: [WIRE] - << true
04-05-2024 11:00:03:FINISHED TEST : hasEntityTest()
04-05-2024 11:00:03:[JAXRSCommonClient] Test setup OK
04-05-2024 11:00:03:STARTING TEST : getHeadersIsMutableTest()
04-05-2024 11:00:03:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheadersismutable' to target server at 'localhost:8080'
04-05-2024 11:00:03:###############################
04-05-2024 11:00:03:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheadersismutable
04-05-2024 11:00:03:  TRACE: [WIRE] - >> Accept:*/*
04-05-2024 11:00:03:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:03:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:03:  TRACE: [WIRE] - << OPERATION: GETHEADERSISMUTABLE
04-05-2024 11:00:03:  TRACE: [WIRE] - << HEADER: HEADER
04-05-2024 11:00:03:  TRACE: [WIRE] - << Content-Length: 24
04-05-2024 11:00:03:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:03:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:03:  TRACE: [WIRE] - << HEADER found as expected
04-05-2024 11:00:03:FINISHED TEST : getHeadersIsMutableTest()
04-05-2024 11:00:03:[JAXRSCommonClient] Test setup OK
04-05-2024 11:00:03:STARTING TEST : hasLinkWhenNoLinkTest()
04-05-2024 11:00:03:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/haslink
04-05-2024 11:00:03:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/haslink' to target server at 'localhost:8080'
04-05-2024 11:00:03:###############################
04-05-2024 11:00:03:  TRACE: [WIRE] - >> Accept:*/*
04-05-2024 11:00:03:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:03:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:03:  TRACE: [WIRE] - << OPERATION: HASLINK
04-05-2024 11:00:03:  TRACE: [WIRE] - << Content-Length: 5
04-05-2024 11:00:03:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:03:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:03:  TRACE: [WIRE] - << false
04-05-2024 11:00:03:FINISHED TEST : hasLinkWhenNoLinkTest()
04-05-2024 11:00:03:[JAXRSCommonClient] Test setup OK
04-05-2024 11:00:03:STARTING TEST : getLanguageTest()
04-05-2024 11:00:03:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlanguage' to target server at 'localhost:8080'
04-05-2024 11:00:03:###############################
04-05-2024 11:00:03:[Request] Adding entity: fr-ca
04-05-2024 11:00:03:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlanguage
04-05-2024 11:00:03:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:03:  TRACE: [WIRE] - >> fr-ca
04-05-2024 11:00:03:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:03:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:03:  TRACE: [WIRE] - << OPERATION: GETLANGUAGE
04-05-2024 11:00:03:  TRACE: [WIRE] - << Content-Length: 5
04-05-2024 11:00:03:  TRACE: [WIRE] - << Content-Language: fr-ca
04-05-2024 11:00:03:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:03:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:03:  TRACE: [WIRE] - << fr_CA
04-05-2024 11:00:03:FINISHED TEST : getLanguageTest()
04-05-2024 11:00:03:[JAXRSCommonClient] Test setup OK
04-05-2024 11:00:03:STARTING TEST : getStringHeadersUsesToStringMethodTest()
04-05-2024 11:00:03:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstringheaders' to target server at 'localhost:8080'
04-05-2024 11:00:03:###############################
04-05-2024 11:00:03:[Request] Adding entity: toString04-05-2024 11:00:03:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstringheaders

04-05-2024 11:00:03:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:03:  TRACE: [WIRE] - >> toString
04-05-2024 11:00:03:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:03:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:03:  TRACE: [WIRE] - << OPERATION: GETSTRINGHEADERS
04-05-2024 11:00:03:  TRACE: [WIRE] - << HEADER: ResponseFilterEntity
04-05-2024 11:00:03:  TRACE: [WIRE] - << Content-Length: 20
04-05-2024 11:00:03:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:03:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:03:  TRACE: [WIRE] - << ResponseFilterEntity
04-05-2024 11:00:03:FINISHED TEST : getStringHeadersUsesToStringMethodTest()
04-05-2024 11:00:03:[JAXRSCommonClient] Test setup OK
04-05-2024 11:00:03:STARTING TEST : getDateTest()
04-05-2024 11:00:03:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getdate' to target server at 'localhost:8080'
04-05-2024 11:00:03:###############################
04-05-2024 11:00:03:[Request] Adding entity: 1712314803000
04-05-2024 11:00:03:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getdate
04-05-2024 11:00:03:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:03:  TRACE: [WIRE] - >> 1712314803000
04-05-2024 11:00:03:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:03:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:03:  TRACE: [WIRE] - << OPERATION: GETDATE
04-05-2024 11:00:03:  TRACE: [WIRE] - << Content-Length: 13
04-05-2024 11:00:03:  TRACE: [WIRE] - << Date: Fri, 05 Apr 2024 11:00:03 GMT
04-05-2024 11:00:03:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:03:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:03:  TRACE: [WIRE] - << 1712314803000
04-05-2024 11:00:03:FINISHED TEST : getDateTest()
04-05-2024 11:00:03:[JAXRSCommonClient] Test setup OK
04-05-2024 11:00:03:STARTING TEST : getCookiesIsReadOnlyTest()
04-05-2024 11:00:03:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getcookiesisreadonly
04-05-2024 11:00:03:  TRACE: [WIRE] - >> Accept:*/*
04-05-2024 11:00:03:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getcookiesisreadonly' to target server at 'localhost:8080'
04-05-2024 11:00:03:###############################
04-05-2024 11:00:03:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:03:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:03:  TRACE: [WIRE] - << OPERATION: GETCOOKIESISREADONLY
04-05-2024 11:00:03:  TRACE: [WIRE] - << Content-Length: 35
04-05-2024 11:00:03:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:03:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:03:  TRACE: [WIRE] - << getCookies is read-only as expected
04-05-2024 11:00:03:FINISHED TEST : getCookiesIsReadOnlyTest()
04-05-2024 11:00:03:[JAXRSCommonClient] Test setup OK
04-05-2024 11:00:03:STARTING TEST : getLanguageIsNullTest()04-05-2024 11:00:03:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlanguage
04-05-2024 11:00:03:  TRACE: [WIRE] - >> Accept:*/*
04-05-2024 11:00:03:  TRACE: [WIRE] - << 200 OK

04-05-2024 11:00:03:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlanguage' to target server at 'localhost:8080'
04-05-2024 11:00:03:###############################
04-05-2024 11:00:03:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:03:  TRACE: [WIRE] - << OPERATION: GETLANGUAGE
04-05-2024 11:00:03:  TRACE: [WIRE] - << Content-Length: 4
04-05-2024 11:00:03:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:03:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:03:  TRACE: [WIRE] - << NULL
04-05-2024 11:00:03:FINISHED TEST : getLanguageIsNullTest()
04-05-2024 11:00:03:[JAXRSCommonClient] Test setup OK
04-05-2024 11:00:04:STARTING TEST : getHeaderStringTest()
04-05-2024 11:00:04:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheaderstringoperation' to target server at 'localhost:8080'
04-05-2024 11:00:04:###############################
04-05-2024 11:00:04:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheaderstringoperation
04-05-2024 11:00:04:  TRACE: [WIRE] - >> Accept:*/*
04-05-2024 11:00:04:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:04:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:04:  TRACE: [WIRE] - << OPERATION: GETHEADERSTRINGOPERATION
04-05-2024 11:00:04:  TRACE: [WIRE] - << Content-Length: 24
04-05-2024 11:00:04:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:04:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:04:  TRACE: [WIRE] - << GETHEADERSTRINGOPERATION
04-05-2024 11:00:04:FINISHED TEST : getHeaderStringTest()
04-05-2024 11:00:04:[JAXRSCommonClient] Test setup OK
04-05-2024 11:00:04:STARTING TEST : setStatusInfoTest()
04-05-2024 11:00:04:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
04-05-2024 11:00:04:###############################
04-05-2024 11:00:04:[Request] Adding entity: 200
04-05-2024 11:00:04:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
04-05-2024 11:00:04:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:04:  TRACE: [WIRE] - >> 200
04-05-2024 11:00:04:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:04:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:04:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
04-05-2024 11:00:04:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:00:04:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:04:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:04:  TRACE: [WIRE] - << 200
04-05-2024 11:00:04:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
04-05-2024 11:00:04:###############################
04-05-2024 11:00:04:[Request] Adding entity: 201
04-05-2024 11:00:04:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
04-05-2024 11:00:04:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:04:  TRACE: [WIRE] - >> 201
04-05-2024 11:00:04:  TRACE: [WIRE] - << 201 CREATED
04-05-2024 11:00:04:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:04:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
04-05-2024 11:00:04:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:00:04:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:04:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:04:  TRACE: [WIRE] - << 201
04-05-2024 11:00:04:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
04-05-2024 11:00:04:###############################
04-05-2024 11:00:04:[Request] Adding entity: 202
04-05-2024 11:00:04:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
04-05-2024 11:00:04:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:04:  TRACE: [WIRE] - >> 202
04-05-2024 11:00:04:  TRACE: [WIRE] - << 202 ACCEPTED
04-05-2024 11:00:04:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:04:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
04-05-2024 11:00:04:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:00:04:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:04:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:04:  TRACE: [WIRE] - << 202
04-05-2024 11:00:04:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
04-05-2024 11:00:04:###############################
04-05-2024 11:00:04:[Request] Adding entity: 204
04-05-2024 11:00:04:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
04-05-2024 11:00:04:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:04:  TRACE: [WIRE] - >> 204
04-05-2024 11:00:04:  TRACE: [WIRE] - << 204 NO_CONTENT
04-05-2024 11:00:04:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:04:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
04-05-2024 11:00:04:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:04:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
04-05-2024 11:00:04:###############################
04-05-2024 11:00:04:[Request] Adding entity: 205
04-05-2024 11:00:04:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
04-05-2024 11:00:04:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:04:  TRACE: [WIRE] - >> 205
04-05-2024 11:00:04:  TRACE: [WIRE] - << 205 RESET_CONTENT
04-05-2024 11:00:04:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:04:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
04-05-2024 11:00:04:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:34:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
04-05-2024 11:00:34:###############################
04-05-2024 11:00:34:[Request] Adding entity: 206
04-05-2024 11:00:34:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
04-05-2024 11:00:34:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:34:  TRACE: [WIRE] - >> 206
04-05-2024 11:00:34:  TRACE: [WIRE] - << 206 PARTIAL_CONTENT
04-05-2024 11:00:34:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:34:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
04-05-2024 11:00:34:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:00:34:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:34:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:34:  TRACE: [WIRE] - << 206
04-05-2024 11:00:34:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
04-05-2024 11:00:34:###############################04-05-2024 11:00:34:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
04-05-2024 11:00:34:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*

04-05-2024 11:00:34:[Request] Adding entity: 300
04-05-2024 11:00:34:  TRACE: [WIRE] - >> 300
04-05-2024 11:00:34:  TRACE: [WIRE] - << 300 MULTIPLE_CHOICES
04-05-2024 11:00:34:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:34:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
04-05-2024 11:00:34:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:00:34:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:34:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:34:  TRACE: [WIRE] - << 300
04-05-2024 11:00:34:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
04-05-2024 11:00:34:###############################
04-05-2024 11:00:34:[Request] Adding entity: 301
04-05-2024 11:00:34:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
04-05-2024 11:00:34:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:34:  TRACE: [WIRE] - >> 301
04-05-2024 11:00:34:  TRACE: [WIRE] - << 301 MOVED_PERMANENTLY
04-05-2024 11:00:34:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:34:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
04-05-2024 11:00:34:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:00:34:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:34:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:34:  TRACE: [WIRE] - << 301
04-05-2024 11:00:34:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
04-05-2024 11:00:34:###############################
04-05-2024 11:00:34:[Request] Adding entity: 302
04-05-2024 11:00:34:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
04-05-2024 11:00:34:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:34:  TRACE: [WIRE] - >> 302
04-05-2024 11:00:34:  TRACE: [WIRE] - << 302 FOUND
04-05-2024 11:00:34:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:34:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
04-05-2024 11:00:34:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:00:34:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:34:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:34:  TRACE: [WIRE] - << 302
04-05-2024 11:00:34:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
04-05-2024 11:00:34:###############################
04-05-2024 11:00:34:[Request] Adding entity: 303
04-05-2024 11:00:34:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
04-05-2024 11:00:34:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:34:  TRACE: [WIRE] - >> 303
04-05-2024 11:00:34:  TRACE: [WIRE] - << 303 SEE_OTHER
04-05-2024 11:00:34:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:34:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
04-05-2024 11:00:34:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:00:34:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:34:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:34:  TRACE: [WIRE] - << 303
04-05-2024 11:00:34:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
04-05-2024 11:00:34:###############################
04-05-2024 11:00:34:[Request] Adding entity: 304
04-05-2024 11:00:34:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
04-05-2024 11:00:34:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:34:  TRACE: [WIRE] - >> 304
04-05-2024 11:00:34:  TRACE: [WIRE] - << 304 NOT_MODIFIED
04-05-2024 11:00:34:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:34:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
04-05-2024 11:00:34:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:34:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
04-05-2024 11:00:34:###############################
04-05-2024 11:00:34:[Request] Adding entity: 305
04-05-2024 11:00:34:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
04-05-2024 11:00:34:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:34:  TRACE: [WIRE] - >> 305
04-05-2024 11:00:34:  TRACE: [WIRE] - << 305 USE_PROXY
04-05-2024 11:00:34:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:34:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
04-05-2024 11:00:34:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:00:34:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:34:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:34:  TRACE: [WIRE] - << 305
04-05-2024 11:00:34:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
04-05-2024 11:00:34:###############################
04-05-2024 11:00:34:[Request] Adding entity: 30704-05-2024 11:00:34:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo

04-05-2024 11:00:34:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:34:  TRACE: [WIRE] - >> 307
04-05-2024 11:00:34:  TRACE: [WIRE] - << 307 TEMPORARY_REDIRECT
04-05-2024 11:00:34:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:34:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
04-05-2024 11:00:34:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:00:34:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:34:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:34:  TRACE: [WIRE] - << 307
04-05-2024 11:00:34:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
04-05-2024 11:00:34:###############################
04-05-2024 11:00:34:[Request] Adding entity: 308
04-05-2024 11:00:34:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
04-05-2024 11:00:34:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:34:  TRACE: [WIRE] - >> 308
04-05-2024 11:00:34:  TRACE: [WIRE] - << 308 PERMANENT_REDIRECT
04-05-2024 11:00:34:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:34:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
04-05-2024 11:00:34:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:00:34:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:34:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:34:  TRACE: [WIRE] - << 308
04-05-2024 11:00:34:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
04-05-2024 11:00:34:###############################
04-05-2024 11:00:34:[Request] Adding entity: 400
04-05-2024 11:00:34:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
04-05-2024 11:00:34:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:34:  TRACE: [WIRE] - >> 400
04-05-2024 11:00:34:  TRACE: [WIRE] - << 400 BAD_REQUEST
04-05-2024 11:00:34:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:34:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
04-05-2024 11:00:34:  TRACE: [WIRE] - << Connection: close
04-05-2024 11:00:34:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:00:34:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:34:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:34:  TRACE: [WIRE] - << 400
04-05-2024 11:00:34:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
04-05-2024 11:00:34:###############################
04-05-2024 11:00:34:[Request] Adding entity: 40104-05-2024 11:00:34:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo

04-05-2024 11:00:34:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:34:  TRACE: [WIRE] - >> 401
04-05-2024 11:00:34:  TRACE: [WIRE] - << 401 UNAUTHORIZED
04-05-2024 11:00:34:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:34:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
04-05-2024 11:00:34:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:00:34:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:34:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:34:  TRACE: [WIRE] - << 401
04-05-2024 11:00:34:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
04-05-2024 11:00:34:###############################
04-05-2024 11:00:34:[Request] Adding entity: 402
04-05-2024 11:00:34:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
04-05-2024 11:00:34:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:34:  TRACE: [WIRE] - >> 402
04-05-2024 11:00:34:  TRACE: [WIRE] - << 402 PAYMENT_REQUIRED
04-05-2024 11:00:34:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:34:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
04-05-2024 11:00:34:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:00:34:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:34:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:34:  TRACE: [WIRE] - << 402
04-05-2024 11:00:34:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
04-05-2024 11:00:34:###############################
04-05-2024 11:00:34:[Request] Adding entity: 403
04-05-2024 11:00:34:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
04-05-2024 11:00:34:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:34:  TRACE: [WIRE] - >> 403
04-05-2024 11:00:34:  TRACE: [WIRE] - << 403 FORBIDDEN
04-05-2024 11:00:34:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:34:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
04-05-2024 11:00:34:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:00:34:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:34:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:34:  TRACE: [WIRE] - << 403
04-05-2024 11:00:34:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
04-05-2024 11:00:34:###############################
04-05-2024 11:00:34:[Request] Adding entity: 404
04-05-2024 11:00:34:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
04-05-2024 11:00:34:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:34:  TRACE: [WIRE] - >> 404
04-05-2024 11:00:34:  TRACE: [WIRE] - << 404 NOT_FOUND
04-05-2024 11:00:34:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:34:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
04-05-2024 11:00:34:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:00:34:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:34:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:34:  TRACE: [WIRE] - << 404
04-05-2024 11:00:34:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
04-05-2024 11:00:34:###############################
04-05-2024 11:00:34:[Request] Adding entity: 405
04-05-2024 11:00:34:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
04-05-2024 11:00:34:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:34:  TRACE: [WIRE] - >> 405
04-05-2024 11:00:34:  TRACE: [WIRE] - << 405 METHOD_NOT_ALLOWED
04-05-2024 11:00:34:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:34:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
04-05-2024 11:00:34:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:00:34:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:34:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:34:  TRACE: [WIRE] - << 405
04-05-2024 11:00:34:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
04-05-2024 11:00:34:###############################
04-05-2024 11:00:34:[Request] Adding entity: 406
04-05-2024 11:00:34:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
04-05-2024 11:00:34:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:34:  TRACE: [WIRE] - >> 406
04-05-2024 11:00:34:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 11:00:34:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:34:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
04-05-2024 11:00:34:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:00:34:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:34:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:34:  TRACE: [WIRE] - << 406
04-05-2024 11:00:34:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
04-05-2024 11:00:34:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
04-05-2024 11:00:34:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:34:###############################
04-05-2024 11:00:34:[Request] Adding entity: 407
04-05-2024 11:00:34:  TRACE: [WIRE] - >> 407
04-05-2024 11:00:34:  TRACE: [WIRE] - << 407 PROXY_AUTHENTICATION_REQUIRED
04-05-2024 11:00:34:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:34:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
04-05-2024 11:00:34:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:00:34:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:34:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:34:  TRACE: [WIRE] - << 407
04-05-2024 11:00:34:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
04-05-2024 11:00:34:###############################
04-05-2024 11:00:34:[Request] Adding entity: 40804-05-2024 11:00:34:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo

04-05-2024 11:00:34:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:34:  TRACE: [WIRE] - >> 408
04-05-2024 11:00:34:  TRACE: [WIRE] - << 408 REQUEST_TIMEOUT
04-05-2024 11:00:34:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:34:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
04-05-2024 11:00:34:  TRACE: [WIRE] - << Connection: close
04-05-2024 11:00:34:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:00:34:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:34:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:34:  TRACE: [WIRE] - << 408
04-05-2024 11:00:34:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
04-05-2024 11:00:34:###############################
04-05-2024 11:00:34:[Request] Adding entity: 409
04-05-2024 11:00:34:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
04-05-2024 11:00:34:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:34:  TRACE: [WIRE] - >> 409
04-05-2024 11:00:34:  TRACE: [WIRE] - << 409 CONFLICT
04-05-2024 11:00:34:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:34:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
04-05-2024 11:00:34:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:00:34:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:34:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:34:  TRACE: [WIRE] - << 409
04-05-2024 11:00:34:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
04-05-2024 11:00:34:###############################
04-05-2024 11:00:34:[Request] Adding entity: 41004-05-2024 11:00:34:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo

04-05-2024 11:00:34:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:34:  TRACE: [WIRE] - >> 410
04-05-2024 11:00:34:  TRACE: [WIRE] - << 410 GONE
04-05-2024 11:00:34:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:34:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
04-05-2024 11:00:34:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:00:34:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:34:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:34:  TRACE: [WIRE] - << 410
04-05-2024 11:00:34:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
04-05-2024 11:00:34:###############################
04-05-2024 11:00:34:[Request] Adding entity: 411
04-05-2024 11:00:34:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
04-05-2024 11:00:34:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:34:  TRACE: [WIRE] - >> 411
04-05-2024 11:00:34:  TRACE: [WIRE] - << 411 LENGTH_REQUIRED
04-05-2024 11:00:34:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:34:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
04-05-2024 11:00:34:  TRACE: [WIRE] - << Connection: close
04-05-2024 11:00:34:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:00:34:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:34:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:34:  TRACE: [WIRE] - << 411
04-05-2024 11:00:34:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
04-05-2024 11:00:34:###############################
04-05-2024 11:00:34:[Request] Adding entity: 412
04-05-2024 11:00:34:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
04-05-2024 11:00:34:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:34:  TRACE: [WIRE] - >> 412
04-05-2024 11:00:34:  TRACE: [WIRE] - << 412 PRECONDITION_FAILED
04-05-2024 11:00:34:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:34:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
04-05-2024 11:00:34:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:00:34:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:34:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:34:  TRACE: [WIRE] - << 412
04-05-2024 11:00:34:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
04-05-2024 11:00:34:###############################
04-05-2024 11:00:34:[Request] Adding entity: 413
04-05-2024 11:00:34:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
04-05-2024 11:00:34:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:34:  TRACE: [WIRE] - >> 413
04-05-2024 11:00:34:  TRACE: [WIRE] - << 413 REQUEST_ENTITY_TOO_LARGE
04-05-2024 11:00:34:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:34:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
04-05-2024 11:00:34:  TRACE: [WIRE] - << Connection: close
04-05-2024 11:00:34:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:00:34:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:34:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:34:  TRACE: [WIRE] - << 413
04-05-2024 11:00:34:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
04-05-2024 11:00:34:###############################
04-05-2024 11:00:34:[Request] Adding entity: 414
04-05-2024 11:00:34:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
04-05-2024 11:00:34:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:34:  TRACE: [WIRE] - >> 414
04-05-2024 11:00:34:  TRACE: [WIRE] - << 414 REQUEST_URI_TOO_LONG
04-05-2024 11:00:34:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:34:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
04-05-2024 11:00:34:  TRACE: [WIRE] - << Connection: close
04-05-2024 11:00:34:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:00:34:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:34:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:34:  TRACE: [WIRE] - << 414
04-05-2024 11:00:34:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
04-05-2024 11:00:34:###############################
04-05-2024 11:00:34:[Request] Adding entity: 415
04-05-2024 11:00:34:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
04-05-2024 11:00:34:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:34:  TRACE: [WIRE] - >> 415
04-05-2024 11:00:34:  TRACE: [WIRE] - << 415 UNSUPPORTED_MEDIA_TYPE
04-05-2024 11:00:34:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:34:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
04-05-2024 11:00:34:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:00:34:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:34:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:34:  TRACE: [WIRE] - << 415
04-05-2024 11:00:34:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
04-05-2024 11:00:34:###############################
04-05-2024 11:00:34:[Request] Adding entity: 416
04-05-2024 11:00:34:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
04-05-2024 11:00:34:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:34:  TRACE: [WIRE] - >> 416
04-05-2024 11:00:34:  TRACE: [WIRE] - << 416 REQUESTED_RANGE_NOT_SATISFIABLE
04-05-2024 11:00:34:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:34:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
04-05-2024 11:00:34:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:00:34:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:34:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:34:  TRACE: [WIRE] - << 416
04-05-2024 11:00:34:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
04-05-2024 11:00:34:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
04-05-2024 11:00:34:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:34:  TRACE: [WIRE] - >> 417
04-05-2024 11:00:34:###############################
04-05-2024 11:00:34:[Request] Adding entity: 417
04-05-2024 11:00:34:  TRACE: [WIRE] - << 417 EXPECTATION_FAILED
04-05-2024 11:00:34:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:34:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
04-05-2024 11:00:34:  TRACE: [WIRE] - << Connection: close
04-05-2024 11:00:34:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:00:34:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:34:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:34:  TRACE: [WIRE] - << 417
04-05-2024 11:00:34:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
04-05-2024 11:00:34:###############################
04-05-2024 11:00:34:[Request] Adding entity: 42804-05-2024 11:00:34:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo

04-05-2024 11:00:34:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:34:  TRACE: [WIRE] - >> 428
04-05-2024 11:00:34:  TRACE: [WIRE] - << 428 PRECONDITION_REQUIRED
04-05-2024 11:00:34:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:34:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
04-05-2024 11:00:34:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:00:34:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:34:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:34:  TRACE: [WIRE] - << 428
04-05-2024 11:00:34:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
04-05-2024 11:00:34:###############################
04-05-2024 11:00:34:[Request] Adding entity: 429
04-05-2024 11:00:34:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
04-05-2024 11:00:34:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:34:  TRACE: [WIRE] - >> 429
04-05-2024 11:00:34:  TRACE: [WIRE] - << 429 TOO_MANY_REQUESTS
04-05-2024 11:00:34:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:34:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
04-05-2024 11:00:34:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:00:34:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:34:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:34:  TRACE: [WIRE] - << 429
04-05-2024 11:00:34:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
04-05-2024 11:00:34:###############################
04-05-2024 11:00:34:[Request] Adding entity: 431
04-05-2024 11:00:34:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
04-05-2024 11:00:34:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:34:  TRACE: [WIRE] - >> 431
04-05-2024 11:00:34:  TRACE: [WIRE] - << 431 REQUEST_HEADER_FIELDS_TOO_LARGE
04-05-2024 11:00:34:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:34:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
04-05-2024 11:00:34:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:00:34:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:34:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:34:  TRACE: [WIRE] - << 431
04-05-2024 11:00:34:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
04-05-2024 11:00:34:###############################
04-05-2024 11:00:34:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
04-05-2024 11:00:34:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:34:[Request] Adding entity: 451
04-05-2024 11:00:34:  TRACE: [WIRE] - >> 451
04-05-2024 11:00:34:  TRACE: [WIRE] - << 451 UNAVAILABLE_FOR_LEGAL_REASONS
04-05-2024 11:00:34:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:34:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
04-05-2024 11:00:34:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:00:34:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:34:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:34:  TRACE: [WIRE] - << 451
04-05-2024 11:00:34:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
04-05-2024 11:00:34:###############################
04-05-2024 11:00:34:[Request] Adding entity: 500
04-05-2024 11:00:34:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
04-05-2024 11:00:34:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:34:  TRACE: [WIRE] - >> 500
04-05-2024 11:00:34:  TRACE: [WIRE] - << 500 INTERNAL_SERVER_ERROR
04-05-2024 11:00:34:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:34:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
04-05-2024 11:00:34:  TRACE: [WIRE] - << Connection: close
04-05-2024 11:00:34:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:00:34:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:34:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:34:  TRACE: [WIRE] - << 500
04-05-2024 11:00:34:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
04-05-2024 11:00:34:###############################
04-05-2024 11:00:34:[Request] Adding entity: 501
04-05-2024 11:00:34:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
04-05-2024 11:00:34:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:34:  TRACE: [WIRE] - >> 501
04-05-2024 11:00:34:  TRACE: [WIRE] - << 501 NOT_IMPLEMENTED
04-05-2024 11:00:34:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:34:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
04-05-2024 11:00:34:  TRACE: [WIRE] - << Connection: close
04-05-2024 11:00:34:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:00:34:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:34:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:34:  TRACE: [WIRE] - << 501
04-05-2024 11:00:34:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
04-05-2024 11:00:34:###############################
04-05-2024 11:00:34:[Request] Adding entity: 502
04-05-2024 11:00:34:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
04-05-2024 11:00:34:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:34:  TRACE: [WIRE] - >> 502
04-05-2024 11:00:34:  TRACE: [WIRE] - << 502 BAD_GATEWAY
04-05-2024 11:00:34:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:34:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
04-05-2024 11:00:34:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:00:34:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:34:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:34:  TRACE: [WIRE] - << 502
04-05-2024 11:00:34:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
04-05-2024 11:00:34:###############################
04-05-2024 11:00:34:[Request] Adding entity: 503
04-05-2024 11:00:34:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
04-05-2024 11:00:34:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:34:  TRACE: [WIRE] - >> 503
04-05-2024 11:00:34:  TRACE: [WIRE] - << 503 SERVICE_UNAVAILABLE
04-05-2024 11:00:34:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:34:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
04-05-2024 11:00:34:  TRACE: [WIRE] - << Connection: close
04-05-2024 11:00:34:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:00:34:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:34:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:34:  TRACE: [WIRE] - << 503
04-05-2024 11:00:34:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
04-05-2024 11:00:34:###############################
04-05-2024 11:00:34:[Request] Adding entity: 504
04-05-2024 11:00:34:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
04-05-2024 11:00:34:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:34:  TRACE: [WIRE] - >> 504
04-05-2024 11:00:34:  TRACE: [WIRE] - << 504 GATEWAY_TIMEOUT
04-05-2024 11:00:34:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:34:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
04-05-2024 11:00:34:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:00:34:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:34:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:34:  TRACE: [WIRE] - << 504
04-05-2024 11:00:34:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
04-05-2024 11:00:34:###############################
04-05-2024 11:00:34:[Request] Adding entity: 505
04-05-2024 11:00:34:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
04-05-2024 11:00:34:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:34:  TRACE: [WIRE] - >> 505
04-05-2024 11:00:34:  TRACE: [WIRE] - << 505 HTTP_VERSION_NOT_SUPPORTED
04-05-2024 11:00:34:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:34:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
04-05-2024 11:00:34:  TRACE: [WIRE] - << Connection: close
04-05-2024 11:00:34:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:00:34:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:34:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:34:  TRACE: [WIRE] - << 505
04-05-2024 11:00:34:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080'
04-05-2024 11:00:34:###############################
04-05-2024 11:00:34:[Request] Adding entity: 511
04-05-2024 11:00:34:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo
04-05-2024 11:00:34:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:34:  TRACE: [WIRE] - >> 511
04-05-2024 11:00:34:  TRACE: [WIRE] - << 511 NETWORK_AUTHENTICATION_REQUIRED
04-05-2024 11:00:34:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:34:  TRACE: [WIRE] - << OPERATION: SETSTATUSINFO
04-05-2024 11:00:34:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:00:34:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:34:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:34:  TRACE: [WIRE] - << 511
04-05-2024 11:00:34:FINISHED TEST : setStatusInfoTest()
04-05-2024 11:00:34:[JAXRSCommonClient] Test setup OK
04-05-2024 11:00:34:STARTING TEST : hasLinkTest()
04-05-2024 11:00:34:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/haslink' to target server at 'localhost:8080'
04-05-2024 11:00:34:###############################
04-05-2024 11:00:35:[Request] Adding entity: http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource
04-05-2024 11:00:35:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/haslink
04-05-2024 11:00:35:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:35:  TRACE: [WIRE] - >> http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource
04-05-2024 11:00:35:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:35:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:35:  TRACE: [WIRE] - << OPERATION: HASLINK
04-05-2024 11:00:35:  TRACE: [WIRE] - << Content-Length: 4
04-05-2024 11:00:35:  TRACE: [WIRE] - << Link: <http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource>; rel="relation"
04-05-2024 11:00:35:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:35:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:35:  TRACE: [WIRE] - << true
04-05-2024 11:00:35:FINISHED TEST : hasLinkTest()
04-05-2024 11:00:35:[JAXRSCommonClient] Test setup OK
04-05-2024 11:00:35:STARTING TEST : getAllowedMethodsTest()
04-05-2024 11:00:35:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getallowedmethods' to target server at 'localhost:8080'
04-05-2024 11:00:35:###############################
04-05-2024 11:00:35:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getallowedmethods
04-05-2024 11:00:35:  TRACE: [WIRE] - >> Accept:*/*
04-05-2024 11:00:35:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:35:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:35:  TRACE: [WIRE] - << OPERATION: GETALLOWEDMETHODS
04-05-2024 11:00:35:  TRACE: [WIRE] - << Content-Length: 14
04-05-2024 11:00:35:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:35:  TRACE: [WIRE] - << Allow: TRACE,OPTIONS
04-05-2024 11:00:35:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:35:  TRACE: [WIRE] - << trace options 
04-05-2024 11:00:35:FINISHED TEST : getAllowedMethodsTest()
04-05-2024 11:00:35:[JAXRSCommonClient] Test setup OK
04-05-2024 11:00:35:STARTING TEST : getStatusTest()
04-05-2024 11:00:35:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
04-05-2024 11:00:35:###############################
04-05-2024 11:00:35:[Request] Adding entity: 200
04-05-2024 11:00:35:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
04-05-2024 11:00:35:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:35:  TRACE: [WIRE] - >> 200
04-05-2024 11:00:35:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:35:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:35:  TRACE: [WIRE] - << OPERATION: GETSTATUS
04-05-2024 11:00:35:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:00:35:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:35:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:35:  TRACE: [WIRE] - << 200
04-05-2024 11:00:35:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
04-05-2024 11:00:35:###############################
04-05-2024 11:00:35:[Request] Adding entity: 201
04-05-2024 11:00:35:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
04-05-2024 11:00:35:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:35:  TRACE: [WIRE] - >> 201
04-05-2024 11:00:35:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:35:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:35:  TRACE: [WIRE] - << OPERATION: GETSTATUS
04-05-2024 11:00:35:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:00:35:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:35:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:35:  TRACE: [WIRE] - << 201
04-05-2024 11:00:35:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
04-05-2024 11:00:35:###############################
04-05-2024 11:00:35:[Request] Adding entity: 202
04-05-2024 11:00:35:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
04-05-2024 11:00:35:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:35:  TRACE: [WIRE] - >> 202
04-05-2024 11:00:35:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:35:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:35:  TRACE: [WIRE] - << OPERATION: GETSTATUS
04-05-2024 11:00:35:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:00:35:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:35:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:35:  TRACE: [WIRE] - << 202
04-05-2024 11:00:35:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
04-05-2024 11:00:35:###############################
04-05-2024 11:00:35:[Request] Adding entity: 204
04-05-2024 11:00:35:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
04-05-2024 11:00:35:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:35:  TRACE: [WIRE] - >> 204
04-05-2024 11:00:35:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:35:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:35:  TRACE: [WIRE] - << OPERATION: GETSTATUS
04-05-2024 11:00:35:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:00:35:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:35:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:35:  TRACE: [WIRE] - << 204
04-05-2024 11:00:35:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
04-05-2024 11:00:35:###############################
04-05-2024 11:00:35:[Request] Adding entity: 20504-05-2024 11:00:35:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus

04-05-2024 11:00:35:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:35:  TRACE: [WIRE] - >> 205
04-05-2024 11:00:35:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:35:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:35:  TRACE: [WIRE] - << OPERATION: GETSTATUS
04-05-2024 11:00:35:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:00:35:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:35:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:35:  TRACE: [WIRE] - << 205
04-05-2024 11:00:35:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
04-05-2024 11:00:35:###############################
04-05-2024 11:00:35:[Request] Adding entity: 20604-05-2024 11:00:35:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus

04-05-2024 11:00:35:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:35:  TRACE: [WIRE] - >> 206
04-05-2024 11:00:35:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:35:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:35:  TRACE: [WIRE] - << OPERATION: GETSTATUS
04-05-2024 11:00:35:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:00:35:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:35:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:35:  TRACE: [WIRE] - << 206
04-05-2024 11:00:35:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
04-05-2024 11:00:35:###############################
04-05-2024 11:00:35:[Request] Adding entity: 300
04-05-2024 11:00:35:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
04-05-2024 11:00:35:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:35:  TRACE: [WIRE] - >> 300
04-05-2024 11:00:35:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:35:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:35:  TRACE: [WIRE] - << OPERATION: GETSTATUS
04-05-2024 11:00:35:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:00:35:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:35:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:35:  TRACE: [WIRE] - << 300
04-05-2024 11:00:35:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
04-05-2024 11:00:35:###############################
04-05-2024 11:00:35:[Request] Adding entity: 301
04-05-2024 11:00:35:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
04-05-2024 11:00:35:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:35:  TRACE: [WIRE] - >> 301
04-05-2024 11:00:35:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:35:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:35:  TRACE: [WIRE] - << OPERATION: GETSTATUS
04-05-2024 11:00:35:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:00:35:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:35:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:35:  TRACE: [WIRE] - << 301
04-05-2024 11:00:35:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
04-05-2024 11:00:35:###############################
04-05-2024 11:00:35:[Request] Adding entity: 302
04-05-2024 11:00:35:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
04-05-2024 11:00:35:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:35:  TRACE: [WIRE] - >> 302
04-05-2024 11:00:35:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:35:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:35:  TRACE: [WIRE] - << OPERATION: GETSTATUS
04-05-2024 11:00:35:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:00:35:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:35:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:35:  TRACE: [WIRE] - << 302
04-05-2024 11:00:35:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
04-05-2024 11:00:35:###############################
04-05-2024 11:00:35:[Request] Adding entity: 303
04-05-2024 11:00:35:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
04-05-2024 11:00:35:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:35:  TRACE: [WIRE] - >> 303
04-05-2024 11:00:35:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:35:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:35:  TRACE: [WIRE] - << OPERATION: GETSTATUS
04-05-2024 11:00:35:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:00:35:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:35:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:35:  TRACE: [WIRE] - << 303
04-05-2024 11:00:35:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
04-05-2024 11:00:35:###############################
04-05-2024 11:00:35:[Request] Adding entity: 304
04-05-2024 11:00:35:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
04-05-2024 11:00:35:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:35:  TRACE: [WIRE] - >> 304
04-05-2024 11:00:35:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:35:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:35:  TRACE: [WIRE] - << OPERATION: GETSTATUS
04-05-2024 11:00:35:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:00:35:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:35:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:35:  TRACE: [WIRE] - << 304
04-05-2024 11:00:35:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
04-05-2024 11:00:35:###############################
04-05-2024 11:00:35:[Request] Adding entity: 305
04-05-2024 11:00:35:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
04-05-2024 11:00:35:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:35:  TRACE: [WIRE] - >> 305
04-05-2024 11:00:35:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:35:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:35:  TRACE: [WIRE] - << OPERATION: GETSTATUS
04-05-2024 11:00:35:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:00:35:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:35:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:35:  TRACE: [WIRE] - << 305
04-05-2024 11:00:35:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
04-05-2024 11:00:35:###############################
04-05-2024 11:00:35:[Request] Adding entity: 307
04-05-2024 11:00:35:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
04-05-2024 11:00:35:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:35:  TRACE: [WIRE] - >> 307
04-05-2024 11:00:35:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:35:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:35:  TRACE: [WIRE] - << OPERATION: GETSTATUS
04-05-2024 11:00:35:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:00:35:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:35:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:35:  TRACE: [WIRE] - << 307
04-05-2024 11:00:35:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
04-05-2024 11:00:35:###############################
04-05-2024 11:00:35:[Request] Adding entity: 308
04-05-2024 11:00:35:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
04-05-2024 11:00:35:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:35:  TRACE: [WIRE] - >> 308
04-05-2024 11:00:35:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:35:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:35:  TRACE: [WIRE] - << OPERATION: GETSTATUS
04-05-2024 11:00:35:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:00:35:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:35:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:35:  TRACE: [WIRE] - << 308
04-05-2024 11:00:35:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
04-05-2024 11:00:35:###############################
04-05-2024 11:00:35:[Request] Adding entity: 400
04-05-2024 11:00:35:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
04-05-2024 11:00:35:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:35:  TRACE: [WIRE] - >> 400
04-05-2024 11:00:35:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:35:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:35:  TRACE: [WIRE] - << OPERATION: GETSTATUS
04-05-2024 11:00:35:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:00:35:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:35:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:35:  TRACE: [WIRE] - << 400
04-05-2024 11:00:35:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
04-05-2024 11:00:35:###############################
04-05-2024 11:00:35:[Request] Adding entity: 401
04-05-2024 11:00:35:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
04-05-2024 11:00:35:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:35:  TRACE: [WIRE] - >> 401
04-05-2024 11:00:35:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:35:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:35:  TRACE: [WIRE] - << OPERATION: GETSTATUS
04-05-2024 11:00:35:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:00:35:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:35:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:35:  TRACE: [WIRE] - << 401
04-05-2024 11:00:35:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
04-05-2024 11:00:35:###############################
04-05-2024 11:00:35:[Request] Adding entity: 402
04-05-2024 11:00:35:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
04-05-2024 11:00:35:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:35:  TRACE: [WIRE] - >> 402
04-05-2024 11:00:35:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:35:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:35:  TRACE: [WIRE] - << OPERATION: GETSTATUS
04-05-2024 11:00:35:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:00:35:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:35:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:35:  TRACE: [WIRE] - << 402
04-05-2024 11:00:35:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
04-05-2024 11:00:35:###############################
04-05-2024 11:00:35:[Request] Adding entity: 403
04-05-2024 11:00:35:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
04-05-2024 11:00:35:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:35:  TRACE: [WIRE] - >> 403
04-05-2024 11:00:35:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:35:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:35:  TRACE: [WIRE] - << OPERATION: GETSTATUS
04-05-2024 11:00:35:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:00:35:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:35:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:35:  TRACE: [WIRE] - << 403
04-05-2024 11:00:35:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
04-05-2024 11:00:35:###############################
04-05-2024 11:00:35:[Request] Adding entity: 404
04-05-2024 11:00:35:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
04-05-2024 11:00:35:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:35:  TRACE: [WIRE] - >> 404
04-05-2024 11:00:35:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:35:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:35:  TRACE: [WIRE] - << OPERATION: GETSTATUS
04-05-2024 11:00:35:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:00:35:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:35:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:35:  TRACE: [WIRE] - << 404
04-05-2024 11:00:35:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
04-05-2024 11:00:35:###############################
04-05-2024 11:00:35:[Request] Adding entity: 405
04-05-2024 11:00:35:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
04-05-2024 11:00:35:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:35:  TRACE: [WIRE] - >> 405
04-05-2024 11:00:35:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:35:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:35:  TRACE: [WIRE] - << OPERATION: GETSTATUS
04-05-2024 11:00:35:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:00:35:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:35:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:35:  TRACE: [WIRE] - << 405
04-05-2024 11:00:35:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
04-05-2024 11:00:35:###############################
04-05-2024 11:00:35:[Request] Adding entity: 406
04-05-2024 11:00:35:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
04-05-2024 11:00:35:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:35:  TRACE: [WIRE] - >> 406
04-05-2024 11:00:35:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:35:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:35:  TRACE: [WIRE] - << OPERATION: GETSTATUS
04-05-2024 11:00:35:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:00:35:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:35:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:35:  TRACE: [WIRE] - << 406
04-05-2024 11:00:35:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
04-05-2024 11:00:35:###############################
04-05-2024 11:00:35:[Request] Adding entity: 407
04-05-2024 11:00:35:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
04-05-2024 11:00:35:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:35:  TRACE: [WIRE] - >> 407
04-05-2024 11:00:35:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:35:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:35:  TRACE: [WIRE] - << OPERATION: GETSTATUS
04-05-2024 11:00:35:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:00:35:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:35:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:35:  TRACE: [WIRE] - << 407
04-05-2024 11:00:35:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
04-05-2024 11:00:35:###############################
04-05-2024 11:00:35:[Request] Adding entity: 408
04-05-2024 11:00:35:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
04-05-2024 11:00:35:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:35:  TRACE: [WIRE] - >> 408
04-05-2024 11:00:35:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:35:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:35:  TRACE: [WIRE] - << OPERATION: GETSTATUS
04-05-2024 11:00:35:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:00:35:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:35:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:35:  TRACE: [WIRE] - << 408
04-05-2024 11:00:35:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
04-05-2024 11:00:35:###############################
04-05-2024 11:00:35:[Request] Adding entity: 409
04-05-2024 11:00:35:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
04-05-2024 11:00:35:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:35:  TRACE: [WIRE] - >> 409
04-05-2024 11:00:35:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:35:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:35:  TRACE: [WIRE] - << OPERATION: GETSTATUS
04-05-2024 11:00:35:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:00:35:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:35:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:35:  TRACE: [WIRE] - << 409
04-05-2024 11:00:35:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
04-05-2024 11:00:35:###############################
04-05-2024 11:00:35:[Request] Adding entity: 410
04-05-2024 11:00:35:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
04-05-2024 11:00:35:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:35:  TRACE: [WIRE] - >> 410
04-05-2024 11:00:35:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:35:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:35:  TRACE: [WIRE] - << OPERATION: GETSTATUS
04-05-2024 11:00:35:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:00:35:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:35:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:35:  TRACE: [WIRE] - << 410
04-05-2024 11:00:35:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
04-05-2024 11:00:35:###############################
04-05-2024 11:00:35:[Request] Adding entity: 411
04-05-2024 11:00:35:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
04-05-2024 11:00:35:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:35:  TRACE: [WIRE] - >> 411
04-05-2024 11:00:35:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:35:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:35:  TRACE: [WIRE] - << OPERATION: GETSTATUS
04-05-2024 11:00:35:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:00:35:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:35:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:35:  TRACE: [WIRE] - << 411
04-05-2024 11:00:35:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
04-05-2024 11:00:35:###############################
04-05-2024 11:00:35:[Request] Adding entity: 412
04-05-2024 11:00:35:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
04-05-2024 11:00:35:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:35:  TRACE: [WIRE] - >> 412
04-05-2024 11:00:35:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:35:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:35:  TRACE: [WIRE] - << OPERATION: GETSTATUS
04-05-2024 11:00:35:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:00:35:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:35:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:35:  TRACE: [WIRE] - << 412
04-05-2024 11:00:35:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
04-05-2024 11:00:35:###############################
04-05-2024 11:00:35:[Request] Adding entity: 413
04-05-2024 11:00:35:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
04-05-2024 11:00:35:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:35:  TRACE: [WIRE] - >> 413
04-05-2024 11:00:35:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:35:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:35:  TRACE: [WIRE] - << OPERATION: GETSTATUS
04-05-2024 11:00:35:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:00:35:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:35:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:35:  TRACE: [WIRE] - << 413
04-05-2024 11:00:35:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
04-05-2024 11:00:35:###############################
04-05-2024 11:00:35:[Request] Adding entity: 414
04-05-2024 11:00:35:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
04-05-2024 11:00:35:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:35:  TRACE: [WIRE] - >> 414
04-05-2024 11:00:35:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:35:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:35:  TRACE: [WIRE] - << OPERATION: GETSTATUS
04-05-2024 11:00:35:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:00:35:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:35:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:35:  TRACE: [WIRE] - << 414
04-05-2024 11:00:35:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
04-05-2024 11:00:35:###############################
04-05-2024 11:00:35:[Request] Adding entity: 415
04-05-2024 11:00:35:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
04-05-2024 11:00:35:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:35:  TRACE: [WIRE] - >> 415
04-05-2024 11:00:35:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:35:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:35:  TRACE: [WIRE] - << OPERATION: GETSTATUS
04-05-2024 11:00:35:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:00:35:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:35:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:35:  TRACE: [WIRE] - << 415
04-05-2024 11:00:35:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
04-05-2024 11:00:35:###############################
04-05-2024 11:00:35:[Request] Adding entity: 416
04-05-2024 11:00:35:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
04-05-2024 11:00:35:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:35:  TRACE: [WIRE] - >> 416
04-05-2024 11:00:35:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:35:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:35:  TRACE: [WIRE] - << OPERATION: GETSTATUS
04-05-2024 11:00:35:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:00:35:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:35:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:35:  TRACE: [WIRE] - << 416
04-05-2024 11:00:35:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
04-05-2024 11:00:35:###############################
04-05-2024 11:00:35:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
04-05-2024 11:00:35:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:35:  TRACE: [WIRE] - >> 417
04-05-2024 11:00:35:[Request] Adding entity: 417
04-05-2024 11:00:35:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:35:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:35:  TRACE: [WIRE] - << OPERATION: GETSTATUS
04-05-2024 11:00:35:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:00:35:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:35:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:35:  TRACE: [WIRE] - << 417
04-05-2024 11:00:35:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
04-05-2024 11:00:35:###############################
04-05-2024 11:00:35:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
04-05-2024 11:00:35:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:35:  TRACE: [WIRE] - >> 428
04-05-2024 11:00:35:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:35:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:35:[Request] Adding entity: 428
04-05-2024 11:00:35:  TRACE: [WIRE] - << OPERATION: GETSTATUS
04-05-2024 11:00:35:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:00:35:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:35:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:35:  TRACE: [WIRE] - << 428
04-05-2024 11:00:35:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
04-05-2024 11:00:35:###############################
04-05-2024 11:00:35:[Request] Adding entity: 429
04-05-2024 11:00:35:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
04-05-2024 11:00:35:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:35:  TRACE: [WIRE] - >> 429
04-05-2024 11:00:35:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:35:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:35:  TRACE: [WIRE] - << OPERATION: GETSTATUS
04-05-2024 11:00:35:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:00:35:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:35:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:35:  TRACE: [WIRE] - << 429
04-05-2024 11:00:35:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
04-05-2024 11:00:35:###############################
04-05-2024 11:00:35:[Request] Adding entity: 431
04-05-2024 11:00:35:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
04-05-2024 11:00:35:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:35:  TRACE: [WIRE] - >> 431
04-05-2024 11:00:35:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:35:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:35:  TRACE: [WIRE] - << OPERATION: GETSTATUS
04-05-2024 11:00:35:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:00:35:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:35:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:35:  TRACE: [WIRE] - << 431
04-05-2024 11:00:35:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
04-05-2024 11:00:35:###############################
04-05-2024 11:00:35:[Request] Adding entity: 451
04-05-2024 11:00:35:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
04-05-2024 11:00:35:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:35:  TRACE: [WIRE] - >> 451
04-05-2024 11:00:35:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:35:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:35:  TRACE: [WIRE] - << OPERATION: GETSTATUS
04-05-2024 11:00:35:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:00:35:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:35:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:35:  TRACE: [WIRE] - << 451
04-05-2024 11:00:35:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
04-05-2024 11:00:35:###############################
04-05-2024 11:00:35:[Request] Adding entity: 50004-05-2024 11:00:35:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus

04-05-2024 11:00:35:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:35:  TRACE: [WIRE] - >> 500
04-05-2024 11:00:35:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:35:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:35:  TRACE: [WIRE] - << OPERATION: GETSTATUS
04-05-2024 11:00:35:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:00:35:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:35:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:35:  TRACE: [WIRE] - << 500
04-05-2024 11:00:35:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
04-05-2024 11:00:35:###############################
04-05-2024 11:00:35:[Request] Adding entity: 501
04-05-2024 11:00:35:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
04-05-2024 11:00:35:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:35:  TRACE: [WIRE] - >> 501
04-05-2024 11:00:35:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:35:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:35:  TRACE: [WIRE] - << OPERATION: GETSTATUS
04-05-2024 11:00:35:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:00:35:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:35:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:35:  TRACE: [WIRE] - << 501
04-05-2024 11:00:35:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
04-05-2024 11:00:35:###############################
04-05-2024 11:00:35:[Request] Adding entity: 502
04-05-2024 11:00:35:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
04-05-2024 11:00:35:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:35:  TRACE: [WIRE] - >> 502
04-05-2024 11:00:35:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:35:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:35:  TRACE: [WIRE] - << OPERATION: GETSTATUS
04-05-2024 11:00:35:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:00:35:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:35:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:35:  TRACE: [WIRE] - << 502
04-05-2024 11:00:35:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
04-05-2024 11:00:35:###############################
04-05-2024 11:00:35:[Request] Adding entity: 503
04-05-2024 11:00:35:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
04-05-2024 11:00:35:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:35:  TRACE: [WIRE] - >> 503
04-05-2024 11:00:35:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:35:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:35:  TRACE: [WIRE] - << OPERATION: GETSTATUS
04-05-2024 11:00:35:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:00:35:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:35:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:35:  TRACE: [WIRE] - << 503
04-05-2024 11:00:35:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
04-05-2024 11:00:35:###############################
04-05-2024 11:00:35:[Request] Adding entity: 504
04-05-2024 11:00:35:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
04-05-2024 11:00:35:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:35:  TRACE: [WIRE] - >> 504
04-05-2024 11:00:35:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:35:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:35:  TRACE: [WIRE] - << OPERATION: GETSTATUS
04-05-2024 11:00:35:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:00:35:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:35:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:35:  TRACE: [WIRE] - << 504
04-05-2024 11:00:35:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
04-05-2024 11:00:35:###############################
04-05-2024 11:00:35:[Request] Adding entity: 505
04-05-2024 11:00:35:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
04-05-2024 11:00:35:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:35:  TRACE: [WIRE] - >> 505
04-05-2024 11:00:35:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:35:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:35:  TRACE: [WIRE] - << OPERATION: GETSTATUS
04-05-2024 11:00:35:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:00:35:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:35:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:35:  TRACE: [WIRE] - << 505
04-05-2024 11:00:35:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080'
04-05-2024 11:00:35:###############################
04-05-2024 11:00:35:[Request] Adding entity: 511
04-05-2024 11:00:35:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus
04-05-2024 11:00:35:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:35:  TRACE: [WIRE] - >> 511
04-05-2024 11:00:35:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:35:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:35:  TRACE: [WIRE] - << OPERATION: GETSTATUS
04-05-2024 11:00:35:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:00:35:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:35:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:35:  TRACE: [WIRE] - << 511
04-05-2024 11:00:35:FINISHED TEST : getStatusTest()
04-05-2024 11:00:35:[JAXRSCommonClient] Test setup OK
04-05-2024 11:00:35:STARTING TEST : getHeaderStringHeaderIsCommaSepearatedTest()
04-05-2024 11:00:35:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheaderstringheader
04-05-2024 11:00:35:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheaderstringheader' to target server at 'localhost:8080'
04-05-2024 11:00:35:###############################
04-05-2024 11:00:35:[Request] Adding entity: commaSeparated
04-05-2024 11:00:35:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:35:  TRACE: [WIRE] - >> commaSeparated
04-05-2024 11:00:35:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:35:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:35:  TRACE: [WIRE] - << OPERATION: GETHEADERSTRINGHEADER
04-05-2024 11:00:35:  TRACE: [WIRE] - << HEADER: ResponseFilterEntity,ResponseFilterEntity
04-05-2024 11:00:35:  TRACE: [WIRE] - << Content-Length: 41
04-05-2024 11:00:35:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:35:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:35:  TRACE: [WIRE] - << ResponseFilterEntity,ResponseFilterEntity
04-05-2024 11:00:35:FINISHED TEST : getHeaderStringHeaderIsCommaSepearatedTest()
04-05-2024 11:00:35:[JAXRSCommonClient] Test setup OK
04-05-2024 11:00:35:STARTING TEST : getLengthWhenNoEntityTest()
04-05-2024 11:00:35:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlength
04-05-2024 11:00:35:  TRACE: [WIRE] - >> Accept:*/*
04-05-2024 11:00:35:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlength' to target server at 'localhost:8080'
04-05-2024 11:00:35:###############################
04-05-2024 11:00:35:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:35:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:35:  TRACE: [WIRE] - << OPERATION: GETLENGTH
04-05-2024 11:00:35:  TRACE: [WIRE] - << Content-Length: 2
04-05-2024 11:00:35:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:35:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:35:  TRACE: [WIRE] - << -1
04-05-2024 11:00:35:FINISHED TEST : getLengthWhenNoEntityTest()
04-05-2024 11:00:35:[JAXRSCommonClient] Test setup OK
04-05-2024 11:00:35:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentityclass
04-05-2024 11:00:35:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:35:STARTING TEST : getEntityClassInputStreamTest()
04-05-2024 11:00:35:  TRACE: [WIRE] - >> inputstream
04-05-2024 11:00:35:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:35:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:35:  TRACE: [WIRE] - << OPERATION: GETENTITYCLASS
04-05-2024 11:00:35:  TRACE: [WIRE] - << Content-Length: 28
04-05-2024 11:00:35:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:35:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:35:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentityclass' to target server at 'localhost:8080'
04-05-2024 11:00:35:###############################
04-05-2024 11:00:35:[Request] Adding entity: inputstream
04-05-2024 11:00:35:  TRACE: [WIRE] - << java.io.ByteArrayInputStream
04-05-2024 11:00:35:FINISHED TEST : getEntityClassInputStreamTest()
04-05-2024 11:00:35:[JAXRSCommonClient] Test setup OK
04-05-2024 11:00:35:STARTING TEST : getHeaderStringHeaderUsesHeaderDelegateTest()
04-05-2024 11:00:35:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstringbeanruntime
04-05-2024 11:00:35:  TRACE: [WIRE] - >> Accept:*/*
04-05-2024 11:00:35:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:35:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:35:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstringbeanruntime' to target server at 'localhost:8080'
04-05-2024 11:00:35:###############################
04-05-2024 11:00:35:  TRACE: [WIRE] - << OPERATION: SETSTRINGBEANRUNTIME
04-05-2024 11:00:35:  TRACE: [WIRE] - << Content-Length: 0
04-05-2024 11:00:35:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:35:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheaderstringheader' to target server at 'localhost:8080'
04-05-2024 11:00:35:###############################
04-05-2024 11:00:35:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheaderstringheader
04-05-2024 11:00:35:[Request] Adding entity: headerDelegate
04-05-2024 11:00:35:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:35:  TRACE: [WIRE] - >> headerDelegate
04-05-2024 11:00:35:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:35:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:35:  TRACE: [WIRE] - << OPERATION: GETHEADERSTRINGHEADER
04-05-2024 11:00:35:  TRACE: [WIRE] - << HEADER: ResponseFilterEntity
04-05-2024 11:00:35:  TRACE: [WIRE] - << Content-Length: 20
04-05-2024 11:00:35:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:35:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:35:  TRACE: [WIRE] - << ResponseFilterEntity
04-05-2024 11:00:35:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setoriginalruntime' to target server at 'localhost:8080'
04-05-2024 11:00:35:###############################
04-05-2024 11:00:35:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setoriginalruntime
04-05-2024 11:00:35:  TRACE: [WIRE] - >> Accept:*/*
04-05-2024 11:00:35:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:35:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:35:  TRACE: [WIRE] - << OPERATION: SETORIGINALRUNTIME
04-05-2024 11:00:35:  TRACE: [WIRE] - << Content-Length: 0
04-05-2024 11:00:35:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:35:FINISHED TEST : getHeaderStringHeaderUsesHeaderDelegateTest()
04-05-2024 11:00:35:[JAXRSCommonClient] Test setup OK
04-05-2024 11:00:35:STARTING TEST : getHeaderStringHeaderIsNullTest()04-05-2024 11:00:35:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheaderstringheader

04-05-2024 11:00:35:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheaderstringheader' to target server at 'localhost:8080'
04-05-2024 11:00:35:###############################
04-05-2024 11:00:35:[Request] Adding entity: null
04-05-2024 11:00:35:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:35:  TRACE: [WIRE] - >> null
04-05-2024 11:00:35:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:35:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:35:  TRACE: [WIRE] - << OPERATION: GETHEADERSTRINGHEADER
04-05-2024 11:00:35:  TRACE: [WIRE] - << Content-Length: 4
04-05-2024 11:00:35:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:35:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:35:  TRACE: [WIRE] - << NULL
04-05-2024 11:00:35:FINISHED TEST : getHeaderStringHeaderIsNullTest()
04-05-2024 11:00:35:[JAXRSCommonClient] Test setup OK
04-05-2024 11:00:35:STARTING TEST : getLastModifiedIsNullTest()
04-05-2024 11:00:35:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlastmodified' to target server at 'localhost:8080'
04-05-2024 11:00:35:###############################
04-05-2024 11:00:35:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlastmodified
04-05-2024 11:00:35:  TRACE: [WIRE] - >> Accept:*/*
04-05-2024 11:00:35:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:35:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:35:  TRACE: [WIRE] - << OPERATION: GETLASTMODIFIED
04-05-2024 11:00:35:  TRACE: [WIRE] - << Content-Length: 4
04-05-2024 11:00:35:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:35:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:35:  TRACE: [WIRE] - << NULL
04-05-2024 11:00:35:FINISHED TEST : getLastModifiedIsNullTest()
04-05-2024 11:00:35:[JAXRSCommonClient] Test setup OK
04-05-2024 11:00:35:STARTING TEST : getEntityTypeInputStreamTest()04-05-2024 11:00:36:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentitytype

04-05-2024 11:00:35:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentitytype' to target server at 'localhost:8080'
04-05-2024 11:00:35:###############################
04-05-2024 11:00:36:[Request] Adding entity: inputstream
04-05-2024 11:00:36:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:36:  TRACE: [WIRE] - >> inputstream
04-05-2024 11:00:36:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:36:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:36:  TRACE: [WIRE] - << OPERATION: GETENTITYTYPE
04-05-2024 11:00:36:  TRACE: [WIRE] - << Content-Length: 28
04-05-2024 11:00:36:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:36:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:36:  TRACE: [WIRE] - << java.io.ByteArrayInputStream
04-05-2024 11:00:36:FINISHED TEST : getEntityTypeInputStreamTest()
04-05-2024 11:00:36:[JAXRSCommonClient] Test setup OK
04-05-2024 11:00:36:STARTING TEST : getEntityTagTest()
04-05-2024 11:00:36:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentitytag' to target server at 'localhost:8080'
04-05-2024 11:00:36:###############################
04-05-2024 11:00:36:[Request] Adding entity: ResponseFilterEntity
04-05-2024 11:00:36:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentitytag
04-05-2024 11:00:36:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:36:  TRACE: [WIRE] - >> ResponseFilterEntity
04-05-2024 11:00:36:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:36:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:36:  TRACE: [WIRE] - << ETag: "ResponseFilterEntity"
04-05-2024 11:00:36:  TRACE: [WIRE] - << OPERATION: GETENTITYTAG
04-05-2024 11:00:36:  TRACE: [WIRE] - << Content-Length: 20
04-05-2024 11:00:36:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:36:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:36:  TRACE: [WIRE] - << ResponseFilterEntity
04-05-2024 11:00:36:FINISHED TEST : getEntityTagTest()
04-05-2024 11:00:36:[JAXRSCommonClient] Test setup OK
04-05-2024 11:00:36:[JAXRSCommonClient] Test setup OK
04-05-2024 11:00:36:STARTING TEST : getEntityIsNullTest()04-05-2024 11:00:36:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentity

04-05-2024 11:00:36:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentity' to target server at 'localhost:8080'
04-05-2024 11:00:36:###############################
04-05-2024 11:00:36:  TRACE: [WIRE] - >> Accept:*/*
04-05-2024 11:00:36:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:36:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:36:  TRACE: [WIRE] - << OPERATION: GETENTITY
04-05-2024 11:00:36:  TRACE: [WIRE] - << Content-Length: 4
04-05-2024 11:00:36:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:36:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:36:  TRACE: [WIRE] - << NULL
04-05-2024 11:00:36:FINISHED TEST : getEntityIsNullTest()
04-05-2024 11:00:36:[JAXRSCommonClient] Test setup OK
04-05-2024 11:00:36:STARTING TEST : getHeadersTest()04-05-2024 11:00:36:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheaders
04-05-2024 11:00:36:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*

04-05-2024 11:00:36:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheaders' to target server at 'localhost:8080'
04-05-2024 11:00:36:###############################
04-05-2024 11:00:36:[Request] Adding entity: header
04-05-2024 11:00:36:  TRACE: [WIRE] - >> header
04-05-2024 11:00:36:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:36:  TRACE: [WIRE] - << header4: header
04-05-2024 11:00:36:  TRACE: [WIRE] - << header3: header
04-05-2024 11:00:36:  TRACE: [WIRE] - << header2: header
04-05-2024 11:00:36:  TRACE: [WIRE] - << header1: header
04-05-2024 11:00:36:  TRACE: [WIRE] - << header0: header
04-05-2024 11:00:36:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:36:  TRACE: [WIRE] - << OPERATION: GETHEADERS
04-05-2024 11:00:36:  TRACE: [WIRE] - << Content-Length: 50
04-05-2024 11:00:36:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:36:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:36:  TRACE: [WIRE] - << operation header0 header1 header2 header3 header4 
04-05-2024 11:00:36:FINISHED TEST : getHeadersTest()
04-05-2024 11:00:36:[JAXRSCommonClient] Test setup OK
04-05-2024 11:00:36:STARTING TEST : getEntityClassStringTest()
04-05-2024 11:00:36:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentityclass' to target server at 'localhost:8080'04-05-2024 11:00:36:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentityclass
04-05-2024 11:00:36:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:36:  TRACE: [WIRE] - >> string
04-05-2024 11:00:36:  TRACE: [WIRE] - << 200 OK

04-05-2024 11:00:36:###############################
04-05-2024 11:00:36:[Request] Adding entity: string
04-05-2024 11:00:36:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:36:  TRACE: [WIRE] - << OPERATION: GETENTITYCLASS
04-05-2024 11:00:36:  TRACE: [WIRE] - << Content-Length: 16
04-05-2024 11:00:36:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:36:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:36:  TRACE: [WIRE] - << java.lang.String
04-05-2024 11:00:36:FINISHED TEST : getEntityClassStringTest()
04-05-2024 11:00:36:[JAXRSCommonClient] Test setup OK
04-05-2024 11:00:36:STARTING TEST : getStatusInfoTest()04-05-2024 11:00:36:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
04-05-2024 11:00:36:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*

04-05-2024 11:00:36:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
04-05-2024 11:00:36:###############################
04-05-2024 11:00:36:[Request] Adding entity: 200
04-05-2024 11:00:36:  TRACE: [WIRE] - >> 200
04-05-2024 11:00:36:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:36:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:36:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
04-05-2024 11:00:36:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:00:36:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:36:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:36:  TRACE: [WIRE] - << 200
04-05-2024 11:00:36:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
04-05-2024 11:00:36:###############################
04-05-2024 11:00:36:[Request] Adding entity: 201
04-05-2024 11:00:36:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
04-05-2024 11:00:36:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:36:  TRACE: [WIRE] - >> 201
04-05-2024 11:00:36:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:36:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:36:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
04-05-2024 11:00:36:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:00:36:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:36:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:36:  TRACE: [WIRE] - << 201
04-05-2024 11:00:36:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
04-05-2024 11:00:36:###############################
04-05-2024 11:00:36:[Request] Adding entity: 202
04-05-2024 11:00:36:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
04-05-2024 11:00:36:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:36:  TRACE: [WIRE] - >> 202
04-05-2024 11:00:36:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:36:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:36:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
04-05-2024 11:00:36:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:00:36:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:36:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:36:  TRACE: [WIRE] - << 202
04-05-2024 11:00:36:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
04-05-2024 11:00:36:###############################
04-05-2024 11:00:36:[Request] Adding entity: 204
04-05-2024 11:00:36:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
04-05-2024 11:00:36:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:36:  TRACE: [WIRE] - >> 204
04-05-2024 11:00:36:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:36:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:36:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
04-05-2024 11:00:36:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:00:36:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:36:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:36:  TRACE: [WIRE] - << 204
04-05-2024 11:00:36:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
04-05-2024 11:00:36:###############################
04-05-2024 11:00:36:[Request] Adding entity: 205
04-05-2024 11:00:36:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
04-05-2024 11:00:36:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:36:  TRACE: [WIRE] - >> 205
04-05-2024 11:00:36:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:36:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:36:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
04-05-2024 11:00:36:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:00:36:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:36:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:36:  TRACE: [WIRE] - << 205
04-05-2024 11:00:36:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
04-05-2024 11:00:36:###############################
04-05-2024 11:00:36:[Request] Adding entity: 206
04-05-2024 11:00:36:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
04-05-2024 11:00:36:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:36:  TRACE: [WIRE] - >> 206
04-05-2024 11:00:36:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:36:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:36:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
04-05-2024 11:00:36:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:00:36:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:36:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:36:  TRACE: [WIRE] - << 206
04-05-2024 11:00:36:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
04-05-2024 11:00:36:###############################
04-05-2024 11:00:36:[Request] Adding entity: 300
04-05-2024 11:00:36:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
04-05-2024 11:00:36:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:36:  TRACE: [WIRE] - >> 300
04-05-2024 11:00:36:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:36:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:36:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
04-05-2024 11:00:36:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:00:36:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:36:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:36:  TRACE: [WIRE] - << 300
04-05-2024 11:00:36:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
04-05-2024 11:00:36:###############################
04-05-2024 11:00:36:[Request] Adding entity: 301
04-05-2024 11:00:36:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
04-05-2024 11:00:36:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:36:  TRACE: [WIRE] - >> 301
04-05-2024 11:00:36:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:36:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:36:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
04-05-2024 11:00:36:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:00:36:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:36:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:36:  TRACE: [WIRE] - << 301
04-05-2024 11:00:36:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
04-05-2024 11:00:36:###############################
04-05-2024 11:00:36:[Request] Adding entity: 302
04-05-2024 11:00:36:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
04-05-2024 11:00:36:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:36:  TRACE: [WIRE] - >> 302
04-05-2024 11:00:36:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:36:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:36:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
04-05-2024 11:00:36:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:00:36:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:36:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:36:  TRACE: [WIRE] - << 302
04-05-2024 11:00:36:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
04-05-2024 11:00:36:###############################
04-05-2024 11:00:36:[Request] Adding entity: 303
04-05-2024 11:00:36:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
04-05-2024 11:00:36:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:36:  TRACE: [WIRE] - >> 303
04-05-2024 11:00:36:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:36:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:36:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
04-05-2024 11:00:36:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:00:36:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:36:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:36:  TRACE: [WIRE] - << 303
04-05-2024 11:00:36:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
04-05-2024 11:00:36:###############################
04-05-2024 11:00:36:[Request] Adding entity: 304
04-05-2024 11:00:36:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
04-05-2024 11:00:36:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:36:  TRACE: [WIRE] - >> 304
04-05-2024 11:00:36:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:36:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:36:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
04-05-2024 11:00:36:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:00:36:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:36:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:36:  TRACE: [WIRE] - << 304
04-05-2024 11:00:36:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
04-05-2024 11:00:36:###############################
04-05-2024 11:00:36:[Request] Adding entity: 305
04-05-2024 11:00:36:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
04-05-2024 11:00:36:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:36:  TRACE: [WIRE] - >> 305
04-05-2024 11:00:36:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:36:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:36:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
04-05-2024 11:00:36:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:00:36:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:36:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:36:  TRACE: [WIRE] - << 305
04-05-2024 11:00:36:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
04-05-2024 11:00:36:###############################
04-05-2024 11:00:36:[Request] Adding entity: 307
04-05-2024 11:00:36:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
04-05-2024 11:00:36:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:36:  TRACE: [WIRE] - >> 307
04-05-2024 11:00:36:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:36:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:36:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
04-05-2024 11:00:36:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:00:36:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:36:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:36:  TRACE: [WIRE] - << 307
04-05-2024 11:00:36:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
04-05-2024 11:00:36:###############################
04-05-2024 11:00:36:[Request] Adding entity: 308
04-05-2024 11:00:36:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
04-05-2024 11:00:36:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:36:  TRACE: [WIRE] - >> 308
04-05-2024 11:00:36:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:36:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:36:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
04-05-2024 11:00:36:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:00:36:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:36:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:36:  TRACE: [WIRE] - << 308
04-05-2024 11:00:36:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
04-05-2024 11:00:36:###############################
04-05-2024 11:00:36:[Request] Adding entity: 400
04-05-2024 11:00:36:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
04-05-2024 11:00:36:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:36:  TRACE: [WIRE] - >> 400
04-05-2024 11:00:36:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:36:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:36:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
04-05-2024 11:00:36:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:00:36:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:36:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:36:  TRACE: [WIRE] - << 400
04-05-2024 11:00:36:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
04-05-2024 11:00:36:###############################
04-05-2024 11:00:36:[Request] Adding entity: 401
04-05-2024 11:00:36:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
04-05-2024 11:00:36:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:36:  TRACE: [WIRE] - >> 401
04-05-2024 11:00:36:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:36:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:36:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
04-05-2024 11:00:36:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:00:36:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:36:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:36:  TRACE: [WIRE] - << 401
04-05-2024 11:00:36:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
04-05-2024 11:00:36:###############################
04-05-2024 11:00:36:[Request] Adding entity: 402
04-05-2024 11:00:36:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
04-05-2024 11:00:36:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:36:  TRACE: [WIRE] - >> 402
04-05-2024 11:00:36:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:36:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:36:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
04-05-2024 11:00:36:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:00:36:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:36:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:36:  TRACE: [WIRE] - << 402
04-05-2024 11:00:36:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
04-05-2024 11:00:36:###############################
04-05-2024 11:00:36:[Request] Adding entity: 403
04-05-2024 11:00:36:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
04-05-2024 11:00:36:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:36:  TRACE: [WIRE] - >> 403
04-05-2024 11:00:36:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:36:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:36:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
04-05-2024 11:00:36:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:00:36:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:36:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:36:  TRACE: [WIRE] - << 403
04-05-2024 11:00:36:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
04-05-2024 11:00:36:###############################
04-05-2024 11:00:36:[Request] Adding entity: 404
04-05-2024 11:00:36:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
04-05-2024 11:00:36:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:36:  TRACE: [WIRE] - >> 404
04-05-2024 11:00:36:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:36:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:36:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
04-05-2024 11:00:36:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:00:36:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:36:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:36:  TRACE: [WIRE] - << 404
04-05-2024 11:00:36:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
04-05-2024 11:00:36:###############################
04-05-2024 11:00:36:[Request] Adding entity: 405
04-05-2024 11:00:36:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
04-05-2024 11:00:36:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:36:  TRACE: [WIRE] - >> 405
04-05-2024 11:00:36:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:36:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:36:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
04-05-2024 11:00:36:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:00:36:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:36:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:36:  TRACE: [WIRE] - << 405
04-05-2024 11:00:36:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
04-05-2024 11:00:36:###############################
04-05-2024 11:00:36:[Request] Adding entity: 406
04-05-2024 11:00:36:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
04-05-2024 11:00:36:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:36:  TRACE: [WIRE] - >> 406
04-05-2024 11:00:36:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:36:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:36:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
04-05-2024 11:00:36:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:00:36:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:36:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:36:  TRACE: [WIRE] - << 406
04-05-2024 11:00:36:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
04-05-2024 11:00:36:###############################
04-05-2024 11:00:36:[Request] Adding entity: 407
04-05-2024 11:00:36:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
04-05-2024 11:00:36:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:36:  TRACE: [WIRE] - >> 407
04-05-2024 11:00:36:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:36:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:36:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
04-05-2024 11:00:36:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:00:36:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:36:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:36:  TRACE: [WIRE] - << 407
04-05-2024 11:00:36:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
04-05-2024 11:00:36:###############################
04-05-2024 11:00:36:[Request] Adding entity: 408
04-05-2024 11:00:36:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
04-05-2024 11:00:36:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:36:  TRACE: [WIRE] - >> 408
04-05-2024 11:00:36:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:36:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:36:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
04-05-2024 11:00:36:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:00:36:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:36:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:36:  TRACE: [WIRE] - << 408
04-05-2024 11:00:36:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
04-05-2024 11:00:36:###############################
04-05-2024 11:00:36:[Request] Adding entity: 409
04-05-2024 11:00:36:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
04-05-2024 11:00:36:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:36:  TRACE: [WIRE] - >> 409
04-05-2024 11:00:36:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:36:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:36:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
04-05-2024 11:00:36:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:00:36:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:36:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:36:  TRACE: [WIRE] - << 409
04-05-2024 11:00:36:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
04-05-2024 11:00:36:###############################
04-05-2024 11:00:36:[Request] Adding entity: 410
04-05-2024 11:00:36:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
04-05-2024 11:00:36:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:36:  TRACE: [WIRE] - >> 410
04-05-2024 11:00:36:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:36:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:36:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
04-05-2024 11:00:36:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:00:36:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:36:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:36:  TRACE: [WIRE] - << 410
04-05-2024 11:00:36:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
04-05-2024 11:00:36:###############################
04-05-2024 11:00:36:[Request] Adding entity: 411
04-05-2024 11:00:36:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
04-05-2024 11:00:36:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:36:  TRACE: [WIRE] - >> 411
04-05-2024 11:00:36:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:36:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:36:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
04-05-2024 11:00:36:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:00:36:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:36:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:36:  TRACE: [WIRE] - << 411
04-05-2024 11:00:36:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
04-05-2024 11:00:36:###############################
04-05-2024 11:00:36:[Request] Adding entity: 412
04-05-2024 11:00:36:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
04-05-2024 11:00:36:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:36:  TRACE: [WIRE] - >> 412
04-05-2024 11:00:36:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:36:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:36:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
04-05-2024 11:00:36:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:00:36:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:36:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:36:  TRACE: [WIRE] - << 412
04-05-2024 11:00:36:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
04-05-2024 11:00:36:###############################
04-05-2024 11:00:36:[Request] Adding entity: 413
04-05-2024 11:00:36:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
04-05-2024 11:00:36:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:36:  TRACE: [WIRE] - >> 413
04-05-2024 11:00:36:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:36:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:36:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
04-05-2024 11:00:36:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:00:36:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:36:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:36:  TRACE: [WIRE] - << 413
04-05-2024 11:00:36:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
04-05-2024 11:00:36:###############################
04-05-2024 11:00:36:[Request] Adding entity: 414
04-05-2024 11:00:36:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
04-05-2024 11:00:36:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:36:  TRACE: [WIRE] - >> 414
04-05-2024 11:00:36:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:36:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:36:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
04-05-2024 11:00:36:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:00:36:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:36:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:36:  TRACE: [WIRE] - << 414
04-05-2024 11:00:36:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
04-05-2024 11:00:36:###############################
04-05-2024 11:00:36:[Request] Adding entity: 415
04-05-2024 11:00:36:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
04-05-2024 11:00:36:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:36:  TRACE: [WIRE] - >> 415
04-05-2024 11:00:36:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:36:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:36:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
04-05-2024 11:00:36:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:00:36:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:36:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:36:  TRACE: [WIRE] - << 415
04-05-2024 11:00:36:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
04-05-2024 11:00:36:###############################
04-05-2024 11:00:36:[Request] Adding entity: 416
04-05-2024 11:00:36:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
04-05-2024 11:00:36:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:36:  TRACE: [WIRE] - >> 416
04-05-2024 11:00:36:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:36:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:36:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
04-05-2024 11:00:36:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:00:36:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:36:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:36:  TRACE: [WIRE] - << 416
04-05-2024 11:00:36:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
04-05-2024 11:00:36:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:36:  TRACE: [WIRE] - >> 417
04-05-2024 11:00:36:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:36:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
04-05-2024 11:00:36:###############################
04-05-2024 11:00:36:[Request] Adding entity: 417
04-05-2024 11:00:36:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:36:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
04-05-2024 11:00:36:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:00:36:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:36:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:36:  TRACE: [WIRE] - << 417
04-05-2024 11:00:36:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
04-05-2024 11:00:36:###############################
04-05-2024 11:00:36:[Request] Adding entity: 428
04-05-2024 11:00:36:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
04-05-2024 11:00:36:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:36:  TRACE: [WIRE] - >> 428
04-05-2024 11:00:36:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:36:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:36:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
04-05-2024 11:00:36:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:00:36:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:36:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:36:  TRACE: [WIRE] - << 428
04-05-2024 11:00:36:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
04-05-2024 11:00:36:###############################
04-05-2024 11:00:36:[Request] Adding entity: 429
04-05-2024 11:00:36:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
04-05-2024 11:00:36:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:36:  TRACE: [WIRE] - >> 429
04-05-2024 11:00:36:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:36:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:36:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
04-05-2024 11:00:36:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:00:36:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:36:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:36:  TRACE: [WIRE] - << 429
04-05-2024 11:00:36:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
04-05-2024 11:00:36:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
04-05-2024 11:00:36:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:36:###############################
04-05-2024 11:00:36:[Request] Adding entity: 431
04-05-2024 11:00:36:  TRACE: [WIRE] - >> 431
04-05-2024 11:00:36:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:36:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:36:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
04-05-2024 11:00:36:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:00:36:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:36:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:36:  TRACE: [WIRE] - << 431
04-05-2024 11:00:36:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
04-05-2024 11:00:36:###############################
04-05-2024 11:00:36:[Request] Adding entity: 451
04-05-2024 11:00:36:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
04-05-2024 11:00:36:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:36:  TRACE: [WIRE] - >> 451
04-05-2024 11:00:36:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:36:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:36:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
04-05-2024 11:00:36:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:00:36:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:36:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:36:  TRACE: [WIRE] - << 451
04-05-2024 11:00:36:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
04-05-2024 11:00:36:###############################
04-05-2024 11:00:36:[Request] Adding entity: 500
04-05-2024 11:00:36:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
04-05-2024 11:00:36:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:36:  TRACE: [WIRE] - >> 500
04-05-2024 11:00:36:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:36:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:36:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
04-05-2024 11:00:36:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:00:36:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:36:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:36:  TRACE: [WIRE] - << 500
04-05-2024 11:00:36:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
04-05-2024 11:00:36:###############################
04-05-2024 11:00:36:[Request] Adding entity: 501
04-05-2024 11:00:36:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
04-05-2024 11:00:36:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:36:  TRACE: [WIRE] - >> 501
04-05-2024 11:00:36:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:36:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:36:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
04-05-2024 11:00:36:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:00:36:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:36:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:36:  TRACE: [WIRE] - << 501
04-05-2024 11:00:36:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
04-05-2024 11:00:36:###############################
04-05-2024 11:00:36:[Request] Adding entity: 502
04-05-2024 11:00:36:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
04-05-2024 11:00:36:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:36:  TRACE: [WIRE] - >> 502
04-05-2024 11:00:36:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:36:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:36:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
04-05-2024 11:00:36:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:00:36:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:36:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:36:  TRACE: [WIRE] - << 502
04-05-2024 11:00:36:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
04-05-2024 11:00:36:###############################
04-05-2024 11:00:36:[Request] Adding entity: 503
04-05-2024 11:00:36:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
04-05-2024 11:00:36:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:36:  TRACE: [WIRE] - >> 503
04-05-2024 11:00:36:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:36:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:36:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
04-05-2024 11:00:36:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:00:36:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:36:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:36:  TRACE: [WIRE] - << 503
04-05-2024 11:00:36:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
04-05-2024 11:00:36:###############################
04-05-2024 11:00:36:[Request] Adding entity: 504
04-05-2024 11:00:36:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
04-05-2024 11:00:36:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:36:  TRACE: [WIRE] - >> 504
04-05-2024 11:00:36:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:36:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:36:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
04-05-2024 11:00:36:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:00:36:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:36:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:36:  TRACE: [WIRE] - << 504
04-05-2024 11:00:36:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
04-05-2024 11:00:36:###############################
04-05-2024 11:00:36:[Request] Adding entity: 505
04-05-2024 11:00:36:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
04-05-2024 11:00:36:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:36:  TRACE: [WIRE] - >> 505
04-05-2024 11:00:36:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:36:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:36:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
04-05-2024 11:00:36:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:00:36:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:36:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:36:  TRACE: [WIRE] - << 505
04-05-2024 11:00:36:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080'
04-05-2024 11:00:36:###############################
04-05-2024 11:00:36:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo
04-05-2024 11:00:36:[Request] Adding entity: 511
04-05-2024 11:00:36:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:36:  TRACE: [WIRE] - >> 511
04-05-2024 11:00:36:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:36:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:36:  TRACE: [WIRE] - << OPERATION: GETSTATUSINFO
04-05-2024 11:00:36:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:00:36:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:36:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:36:  TRACE: [WIRE] - << 511
04-05-2024 11:00:36:FINISHED TEST : getStatusInfoTest()
04-05-2024 11:00:36:[JAXRSCommonClient] Test setup OK
04-05-2024 11:00:36:STARTING TEST : setStatusTest()
04-05-2024 11:00:36:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
04-05-2024 11:00:36:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:36:  TRACE: [WIRE] - >> 200
04-05-2024 11:00:36:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
04-05-2024 11:00:36:###############################
04-05-2024 11:00:36:[Request] Adding entity: 200
04-05-2024 11:00:36:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:00:36:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:36:  TRACE: [WIRE] - << OPERATION: SETSTATUS
04-05-2024 11:00:36:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:00:36:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:36:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:36:  TRACE: [WIRE] - << 200
04-05-2024 11:00:36:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
04-05-2024 11:00:36:###############################
04-05-2024 11:00:36:[Request] Adding entity: 201
04-05-2024 11:00:36:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
04-05-2024 11:00:36:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:36:  TRACE: [WIRE] - >> 201
04-05-2024 11:00:36:  TRACE: [WIRE] - << 201 CREATED
04-05-2024 11:00:36:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:36:  TRACE: [WIRE] - << OPERATION: SETSTATUS
04-05-2024 11:00:36:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:00:36:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:36:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:36:  TRACE: [WIRE] - << 201
04-05-2024 11:00:36:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
04-05-2024 11:00:36:###############################
04-05-2024 11:00:36:[Request] Adding entity: 20204-05-2024 11:00:36:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus

04-05-2024 11:00:36:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:36:  TRACE: [WIRE] - >> 202
04-05-2024 11:00:36:  TRACE: [WIRE] - << 202 ACCEPTED
04-05-2024 11:00:36:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:36:  TRACE: [WIRE] - << OPERATION: SETSTATUS
04-05-2024 11:00:36:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:00:36:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:00:36:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:36:  TRACE: [WIRE] - << 202
04-05-2024 11:00:36:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
04-05-2024 11:00:36:###############################
04-05-2024 11:00:36:[Request] Adding entity: 20404-05-2024 11:00:36:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus

04-05-2024 11:00:36:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:36:  TRACE: [WIRE] - >> 204
04-05-2024 11:00:36:  TRACE: [WIRE] - << 204 NO_CONTENT
04-05-2024 11:00:36:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:36:  TRACE: [WIRE] - << OPERATION: SETSTATUS
04-05-2024 11:00:36:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:00:36:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
04-05-2024 11:00:36:###############################
04-05-2024 11:00:36:[Request] Adding entity: 20504-05-2024 11:00:36:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus

04-05-2024 11:00:36:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:00:36:  TRACE: [WIRE] - >> 205
04-05-2024 11:00:36:  TRACE: [WIRE] - << 205 RESET_CONTENT
04-05-2024 11:00:36:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:00:36:  TRACE: [WIRE] - << OPERATION: SETSTATUS
04-05-2024 11:00:36:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
04-05-2024 11:01:07:###############################
04-05-2024 11:01:07:[Request] Adding entity: 20604-05-2024 11:01:07:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus

04-05-2024 11:01:07:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:01:07:  TRACE: [WIRE] - >> 206
04-05-2024 11:01:07:  TRACE: [WIRE] - << 206 PARTIAL_CONTENT
04-05-2024 11:01:07:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:07:  TRACE: [WIRE] - << OPERATION: SETSTATUS
04-05-2024 11:01:07:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:01:07:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:01:07:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:07:  TRACE: [WIRE] - << 206
04-05-2024 11:01:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
04-05-2024 11:01:07:###############################
04-05-2024 11:01:07:[Request] Adding entity: 30004-05-2024 11:01:07:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus

04-05-2024 11:01:07:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:01:07:  TRACE: [WIRE] - >> 300
04-05-2024 11:01:07:  TRACE: [WIRE] - << 300 MULTIPLE_CHOICES
04-05-2024 11:01:07:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:07:  TRACE: [WIRE] - << OPERATION: SETSTATUS
04-05-2024 11:01:07:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:01:07:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:01:07:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:07:  TRACE: [WIRE] - << 300
04-05-2024 11:01:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
04-05-2024 11:01:07:###############################
04-05-2024 11:01:07:[Request] Adding entity: 30104-05-2024 11:01:07:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus

04-05-2024 11:01:07:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:01:07:  TRACE: [WIRE] - >> 301
04-05-2024 11:01:07:  TRACE: [WIRE] - << 301 MOVED_PERMANENTLY
04-05-2024 11:01:07:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:07:  TRACE: [WIRE] - << OPERATION: SETSTATUS
04-05-2024 11:01:07:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:01:07:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:01:07:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:07:  TRACE: [WIRE] - << 301
04-05-2024 11:01:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
04-05-2024 11:01:07:###############################
04-05-2024 11:01:07:[Request] Adding entity: 302
04-05-2024 11:01:07:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
04-05-2024 11:01:07:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:01:07:  TRACE: [WIRE] - >> 302
04-05-2024 11:01:07:  TRACE: [WIRE] - << 302 FOUND
04-05-2024 11:01:07:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:07:  TRACE: [WIRE] - << OPERATION: SETSTATUS
04-05-2024 11:01:07:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:01:07:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:01:07:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:07:  TRACE: [WIRE] - << 302
04-05-2024 11:01:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
04-05-2024 11:01:07:###############################
04-05-2024 11:01:07:[Request] Adding entity: 30304-05-2024 11:01:07:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus

04-05-2024 11:01:07:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:01:07:  TRACE: [WIRE] - >> 303
04-05-2024 11:01:07:  TRACE: [WIRE] - << 303 SEE_OTHER
04-05-2024 11:01:07:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:07:  TRACE: [WIRE] - << OPERATION: SETSTATUS
04-05-2024 11:01:07:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:01:07:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:01:07:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:07:  TRACE: [WIRE] - << 303
04-05-2024 11:01:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
04-05-2024 11:01:07:###############################
04-05-2024 11:01:07:[Request] Adding entity: 30404-05-2024 11:01:07:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus

04-05-2024 11:01:07:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:01:07:  TRACE: [WIRE] - >> 304
04-05-2024 11:01:07:  TRACE: [WIRE] - << 304 NOT_MODIFIED
04-05-2024 11:01:07:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:07:  TRACE: [WIRE] - << OPERATION: SETSTATUS
04-05-2024 11:01:07:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
04-05-2024 11:01:07:###############################
04-05-2024 11:01:07:[Request] Adding entity: 30504-05-2024 11:01:07:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus

04-05-2024 11:01:07:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:01:07:  TRACE: [WIRE] - >> 305
04-05-2024 11:01:07:  TRACE: [WIRE] - << 305 USE_PROXY
04-05-2024 11:01:07:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:07:  TRACE: [WIRE] - << OPERATION: SETSTATUS
04-05-2024 11:01:07:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:01:07:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:01:07:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:07:  TRACE: [WIRE] - << 305
04-05-2024 11:01:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
04-05-2024 11:01:07:###############################
04-05-2024 11:01:07:[Request] Adding entity: 307
04-05-2024 11:01:07:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
04-05-2024 11:01:07:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:01:07:  TRACE: [WIRE] - >> 307
04-05-2024 11:01:07:  TRACE: [WIRE] - << 307 TEMPORARY_REDIRECT
04-05-2024 11:01:07:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:07:  TRACE: [WIRE] - << OPERATION: SETSTATUS
04-05-2024 11:01:07:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:01:07:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:01:07:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:07:  TRACE: [WIRE] - << 307
04-05-2024 11:01:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
04-05-2024 11:01:07:###############################
04-05-2024 11:01:07:[Request] Adding entity: 308
04-05-2024 11:01:07:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
04-05-2024 11:01:07:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:01:07:  TRACE: [WIRE] - >> 308
04-05-2024 11:01:07:  TRACE: [WIRE] - << 308 PERMANENT_REDIRECT
04-05-2024 11:01:07:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:07:  TRACE: [WIRE] - << OPERATION: SETSTATUS
04-05-2024 11:01:07:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:01:07:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:01:07:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:07:  TRACE: [WIRE] - << 308
04-05-2024 11:01:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
04-05-2024 11:01:07:###############################
04-05-2024 11:01:07:[Request] Adding entity: 400
04-05-2024 11:01:07:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
04-05-2024 11:01:07:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:01:07:  TRACE: [WIRE] - >> 400
04-05-2024 11:01:07:  TRACE: [WIRE] - << 400 BAD_REQUEST
04-05-2024 11:01:07:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:07:  TRACE: [WIRE] - << OPERATION: SETSTATUS
04-05-2024 11:01:07:  TRACE: [WIRE] - << Connection: close
04-05-2024 11:01:07:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:01:07:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:01:07:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:07:  TRACE: [WIRE] - << 400
04-05-2024 11:01:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
04-05-2024 11:01:07:###############################
04-05-2024 11:01:07:[Request] Adding entity: 40104-05-2024 11:01:07:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus

04-05-2024 11:01:07:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:01:07:  TRACE: [WIRE] - >> 401
04-05-2024 11:01:07:  TRACE: [WIRE] - << 401 UNAUTHORIZED
04-05-2024 11:01:07:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:07:  TRACE: [WIRE] - << OPERATION: SETSTATUS
04-05-2024 11:01:07:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:01:07:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:01:07:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:07:  TRACE: [WIRE] - << 401
04-05-2024 11:01:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
04-05-2024 11:01:07:###############################
04-05-2024 11:01:07:[Request] Adding entity: 40204-05-2024 11:01:07:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus

04-05-2024 11:01:07:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:01:07:  TRACE: [WIRE] - >> 402
04-05-2024 11:01:07:  TRACE: [WIRE] - << 402 PAYMENT_REQUIRED
04-05-2024 11:01:07:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:07:  TRACE: [WIRE] - << OPERATION: SETSTATUS
04-05-2024 11:01:07:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:01:07:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:01:07:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:07:  TRACE: [WIRE] - << 402
04-05-2024 11:01:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
04-05-2024 11:01:07:###############################
04-05-2024 11:01:07:[Request] Adding entity: 40304-05-2024 11:01:07:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus

04-05-2024 11:01:07:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:01:07:  TRACE: [WIRE] - >> 403
04-05-2024 11:01:07:  TRACE: [WIRE] - << 403 FORBIDDEN
04-05-2024 11:01:07:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:07:  TRACE: [WIRE] - << OPERATION: SETSTATUS
04-05-2024 11:01:07:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:01:07:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:01:07:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:07:  TRACE: [WIRE] - << 403
04-05-2024 11:01:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
04-05-2024 11:01:07:###############################
04-05-2024 11:01:07:[Request] Adding entity: 40404-05-2024 11:01:07:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus

04-05-2024 11:01:07:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:01:07:  TRACE: [WIRE] - >> 404
04-05-2024 11:01:07:  TRACE: [WIRE] - << 404 NOT_FOUND
04-05-2024 11:01:07:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:07:  TRACE: [WIRE] - << OPERATION: SETSTATUS
04-05-2024 11:01:07:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:01:07:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:01:07:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:07:  TRACE: [WIRE] - << 404
04-05-2024 11:01:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
04-05-2024 11:01:07:###############################
04-05-2024 11:01:07:[Request] Adding entity: 40504-05-2024 11:01:07:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus

04-05-2024 11:01:07:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:01:07:  TRACE: [WIRE] - >> 405
04-05-2024 11:01:07:  TRACE: [WIRE] - << 405 METHOD_NOT_ALLOWED
04-05-2024 11:01:07:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:07:  TRACE: [WIRE] - << OPERATION: SETSTATUS
04-05-2024 11:01:07:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:01:07:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:01:07:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:07:  TRACE: [WIRE] - << 405
04-05-2024 11:01:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
04-05-2024 11:01:07:###############################
04-05-2024 11:01:07:[Request] Adding entity: 406
04-05-2024 11:01:07:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
04-05-2024 11:01:07:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:01:07:  TRACE: [WIRE] - >> 406
04-05-2024 11:01:07:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 11:01:07:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:07:  TRACE: [WIRE] - << OPERATION: SETSTATUS
04-05-2024 11:01:07:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:01:07:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:01:07:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:07:  TRACE: [WIRE] - << 406
04-05-2024 11:01:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
04-05-2024 11:01:07:###############################
04-05-2024 11:01:07:[Request] Adding entity: 40704-05-2024 11:01:07:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus

04-05-2024 11:01:07:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:01:07:  TRACE: [WIRE] - >> 407
04-05-2024 11:01:07:  TRACE: [WIRE] - << 407 PROXY_AUTHENTICATION_REQUIRED
04-05-2024 11:01:07:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:07:  TRACE: [WIRE] - << OPERATION: SETSTATUS
04-05-2024 11:01:07:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:01:07:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:01:07:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:07:  TRACE: [WIRE] - << 407
04-05-2024 11:01:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
04-05-2024 11:01:07:###############################
04-05-2024 11:01:07:[Request] Adding entity: 40804-05-2024 11:01:07:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus

04-05-2024 11:01:07:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:01:07:  TRACE: [WIRE] - >> 408
04-05-2024 11:01:07:  TRACE: [WIRE] - << 408 REQUEST_TIMEOUT
04-05-2024 11:01:07:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:07:  TRACE: [WIRE] - << OPERATION: SETSTATUS
04-05-2024 11:01:07:  TRACE: [WIRE] - << Connection: close
04-05-2024 11:01:07:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:01:07:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:01:07:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:07:  TRACE: [WIRE] - << 408
04-05-2024 11:01:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
04-05-2024 11:01:07:###############################
04-05-2024 11:01:07:[Request] Adding entity: 40904-05-2024 11:01:07:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus

04-05-2024 11:01:07:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:01:07:  TRACE: [WIRE] - >> 409
04-05-2024 11:01:07:  TRACE: [WIRE] - << 409 CONFLICT
04-05-2024 11:01:07:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:07:  TRACE: [WIRE] - << OPERATION: SETSTATUS
04-05-2024 11:01:07:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:01:07:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:01:07:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:07:  TRACE: [WIRE] - << 409
04-05-2024 11:01:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
04-05-2024 11:01:07:###############################
04-05-2024 11:01:07:[Request] Adding entity: 41004-05-2024 11:01:07:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus

04-05-2024 11:01:07:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:01:07:  TRACE: [WIRE] - >> 410
04-05-2024 11:01:07:  TRACE: [WIRE] - << 410 GONE
04-05-2024 11:01:07:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:07:  TRACE: [WIRE] - << OPERATION: SETSTATUS
04-05-2024 11:01:07:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:01:07:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:01:07:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:07:  TRACE: [WIRE] - << 410
04-05-2024 11:01:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
04-05-2024 11:01:07:###############################
04-05-2024 11:01:07:[Request] Adding entity: 41104-05-2024 11:01:07:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus

04-05-2024 11:01:07:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:01:07:  TRACE: [WIRE] - >> 411
04-05-2024 11:01:07:  TRACE: [WIRE] - << 411 LENGTH_REQUIRED
04-05-2024 11:01:07:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:07:  TRACE: [WIRE] - << OPERATION: SETSTATUS
04-05-2024 11:01:07:  TRACE: [WIRE] - << Connection: close
04-05-2024 11:01:07:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:01:07:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:01:07:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:07:  TRACE: [WIRE] - << 411
04-05-2024 11:01:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
04-05-2024 11:01:07:###############################
04-05-2024 11:01:07:[Request] Adding entity: 41204-05-2024 11:01:07:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus

04-05-2024 11:01:07:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:01:07:  TRACE: [WIRE] - >> 412
04-05-2024 11:01:07:  TRACE: [WIRE] - << 412 PRECONDITION_FAILED
04-05-2024 11:01:07:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:07:  TRACE: [WIRE] - << OPERATION: SETSTATUS
04-05-2024 11:01:07:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:01:07:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:01:07:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:07:  TRACE: [WIRE] - << 412
04-05-2024 11:01:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
04-05-2024 11:01:07:###############################
04-05-2024 11:01:07:[Request] Adding entity: 413
04-05-2024 11:01:07:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
04-05-2024 11:01:07:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:01:07:  TRACE: [WIRE] - >> 413
04-05-2024 11:01:07:  TRACE: [WIRE] - << 413 REQUEST_ENTITY_TOO_LARGE
04-05-2024 11:01:07:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:07:  TRACE: [WIRE] - << OPERATION: SETSTATUS
04-05-2024 11:01:07:  TRACE: [WIRE] - << Connection: close
04-05-2024 11:01:07:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:01:07:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:01:07:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:07:  TRACE: [WIRE] - << 413
04-05-2024 11:01:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
04-05-2024 11:01:07:###############################
04-05-2024 11:01:07:[Request] Adding entity: 41404-05-2024 11:01:07:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus

04-05-2024 11:01:07:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:01:07:  TRACE: [WIRE] - >> 414
04-05-2024 11:01:07:  TRACE: [WIRE] - << 414 REQUEST_URI_TOO_LONG
04-05-2024 11:01:07:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:07:  TRACE: [WIRE] - << OPERATION: SETSTATUS
04-05-2024 11:01:07:  TRACE: [WIRE] - << Connection: close
04-05-2024 11:01:07:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:01:07:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:01:07:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:07:  TRACE: [WIRE] - << 414
04-05-2024 11:01:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
04-05-2024 11:01:07:###############################
04-05-2024 11:01:07:[Request] Adding entity: 41504-05-2024 11:01:07:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus

04-05-2024 11:01:07:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:01:07:  TRACE: [WIRE] - >> 415
04-05-2024 11:01:07:  TRACE: [WIRE] - << 415 UNSUPPORTED_MEDIA_TYPE
04-05-2024 11:01:07:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:07:  TRACE: [WIRE] - << OPERATION: SETSTATUS
04-05-2024 11:01:07:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:01:07:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:01:07:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:07:  TRACE: [WIRE] - << 415
04-05-2024 11:01:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
04-05-2024 11:01:07:###############################
04-05-2024 11:01:07:[Request] Adding entity: 41604-05-2024 11:01:07:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus

04-05-2024 11:01:07:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:01:07:  TRACE: [WIRE] - >> 416
04-05-2024 11:01:07:  TRACE: [WIRE] - << 416 REQUESTED_RANGE_NOT_SATISFIABLE
04-05-2024 11:01:07:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:07:  TRACE: [WIRE] - << OPERATION: SETSTATUS
04-05-2024 11:01:07:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:01:07:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:01:07:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:07:  TRACE: [WIRE] - << 416
04-05-2024 11:01:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
04-05-2024 11:01:07:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
04-05-2024 11:01:07:###############################
04-05-2024 11:01:07:[Request] Adding entity: 417
04-05-2024 11:01:07:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:01:07:  TRACE: [WIRE] - >> 417
04-05-2024 11:01:07:  TRACE: [WIRE] - << 417 EXPECTATION_FAILED
04-05-2024 11:01:07:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:07:  TRACE: [WIRE] - << OPERATION: SETSTATUS
04-05-2024 11:01:07:  TRACE: [WIRE] - << Connection: close
04-05-2024 11:01:07:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:01:07:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:01:07:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:07:  TRACE: [WIRE] - << 417
04-05-2024 11:01:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
04-05-2024 11:01:07:###############################
04-05-2024 11:01:07:[Request] Adding entity: 428
04-05-2024 11:01:07:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
04-05-2024 11:01:07:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:01:07:  TRACE: [WIRE] - >> 428
04-05-2024 11:01:07:  TRACE: [WIRE] - << 428 PRECONDITION_REQUIRED
04-05-2024 11:01:07:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:07:  TRACE: [WIRE] - << OPERATION: SETSTATUS
04-05-2024 11:01:07:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:01:07:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:01:07:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:07:  TRACE: [WIRE] - << 428
04-05-2024 11:01:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
04-05-2024 11:01:07:###############################
04-05-2024 11:01:07:[Request] Adding entity: 429
04-05-2024 11:01:07:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
04-05-2024 11:01:07:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:01:07:  TRACE: [WIRE] - >> 429
04-05-2024 11:01:07:  TRACE: [WIRE] - << 429 TOO_MANY_REQUESTS
04-05-2024 11:01:07:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:07:  TRACE: [WIRE] - << OPERATION: SETSTATUS
04-05-2024 11:01:07:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:01:07:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:01:07:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:07:  TRACE: [WIRE] - << 429
04-05-2024 11:01:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
04-05-2024 11:01:07:###############################
04-05-2024 11:01:07:[Request] Adding entity: 431
04-05-2024 11:01:07:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
04-05-2024 11:01:07:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:01:07:  TRACE: [WIRE] - >> 431
04-05-2024 11:01:07:  TRACE: [WIRE] - << 431 REQUEST_HEADER_FIELDS_TOO_LARGE
04-05-2024 11:01:07:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:07:  TRACE: [WIRE] - << OPERATION: SETSTATUS
04-05-2024 11:01:07:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:01:07:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:01:07:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:07:  TRACE: [WIRE] - << 431
04-05-2024 11:01:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
04-05-2024 11:01:07:###############################
04-05-2024 11:01:07:[Request] Adding entity: 451
04-05-2024 11:01:07:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
04-05-2024 11:01:07:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:01:07:  TRACE: [WIRE] - >> 451
04-05-2024 11:01:07:  TRACE: [WIRE] - << 451 UNAVAILABLE_FOR_LEGAL_REASONS
04-05-2024 11:01:07:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:07:  TRACE: [WIRE] - << OPERATION: SETSTATUS
04-05-2024 11:01:07:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:01:07:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:01:07:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:07:  TRACE: [WIRE] - << 451
04-05-2024 11:01:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
04-05-2024 11:01:07:###############################
04-05-2024 11:01:07:[Request] Adding entity: 500
04-05-2024 11:01:07:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
04-05-2024 11:01:07:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:01:07:  TRACE: [WIRE] - >> 500
04-05-2024 11:01:07:  TRACE: [WIRE] - << 500 INTERNAL_SERVER_ERROR
04-05-2024 11:01:07:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:07:  TRACE: [WIRE] - << OPERATION: SETSTATUS
04-05-2024 11:01:07:  TRACE: [WIRE] - << Connection: close
04-05-2024 11:01:07:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:01:07:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:01:07:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:07:  TRACE: [WIRE] - << 500
04-05-2024 11:01:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
04-05-2024 11:01:07:###############################
04-05-2024 11:01:07:[Request] Adding entity: 501
04-05-2024 11:01:07:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
04-05-2024 11:01:07:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:01:07:  TRACE: [WIRE] - >> 501
04-05-2024 11:01:07:  TRACE: [WIRE] - << 501 NOT_IMPLEMENTED
04-05-2024 11:01:07:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:07:  TRACE: [WIRE] - << OPERATION: SETSTATUS
04-05-2024 11:01:07:  TRACE: [WIRE] - << Connection: close
04-05-2024 11:01:07:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:01:07:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:01:07:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:07:  TRACE: [WIRE] - << 501
04-05-2024 11:01:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
04-05-2024 11:01:07:###############################
04-05-2024 11:01:07:[Request] Adding entity: 502
04-05-2024 11:01:07:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
04-05-2024 11:01:07:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:01:07:  TRACE: [WIRE] - >> 502
04-05-2024 11:01:07:  TRACE: [WIRE] - << 502 BAD_GATEWAY
04-05-2024 11:01:07:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:07:  TRACE: [WIRE] - << OPERATION: SETSTATUS
04-05-2024 11:01:07:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:01:07:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:01:07:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:07:  TRACE: [WIRE] - << 502
04-05-2024 11:01:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
04-05-2024 11:01:07:###############################
04-05-2024 11:01:07:[Request] Adding entity: 503
04-05-2024 11:01:07:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
04-05-2024 11:01:07:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:01:07:  TRACE: [WIRE] - >> 503
04-05-2024 11:01:07:  TRACE: [WIRE] - << 503 SERVICE_UNAVAILABLE
04-05-2024 11:01:07:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:07:  TRACE: [WIRE] - << OPERATION: SETSTATUS
04-05-2024 11:01:07:  TRACE: [WIRE] - << Connection: close
04-05-2024 11:01:07:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:01:07:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:01:07:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:07:  TRACE: [WIRE] - << 503
04-05-2024 11:01:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
04-05-2024 11:01:07:###############################
04-05-2024 11:01:07:[Request] Adding entity: 504
04-05-2024 11:01:07:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
04-05-2024 11:01:07:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:01:07:  TRACE: [WIRE] - >> 504
04-05-2024 11:01:07:  TRACE: [WIRE] - << 504 GATEWAY_TIMEOUT
04-05-2024 11:01:07:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:07:  TRACE: [WIRE] - << OPERATION: SETSTATUS
04-05-2024 11:01:07:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:01:07:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:01:07:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:07:  TRACE: [WIRE] - << 504
04-05-2024 11:01:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
04-05-2024 11:01:07:###############################
04-05-2024 11:01:07:[Request] Adding entity: 505
04-05-2024 11:01:07:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
04-05-2024 11:01:07:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:01:07:  TRACE: [WIRE] - >> 505
04-05-2024 11:01:07:  TRACE: [WIRE] - << 505 HTTP_VERSION_NOT_SUPPORTED
04-05-2024 11:01:07:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:07:  TRACE: [WIRE] - << OPERATION: SETSTATUS
04-05-2024 11:01:07:  TRACE: [WIRE] - << Connection: close
04-05-2024 11:01:07:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:01:07:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:01:07:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:07:  TRACE: [WIRE] - << 505
04-05-2024 11:01:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080'
04-05-2024 11:01:07:###############################
04-05-2024 11:01:07:[Request] Adding entity: 511
04-05-2024 11:01:07:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus
04-05-2024 11:01:07:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:01:07:  TRACE: [WIRE] - >> 511
04-05-2024 11:01:07:  TRACE: [WIRE] - << 511 NETWORK_AUTHENTICATION_REQUIRED
04-05-2024 11:01:07:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:07:  TRACE: [WIRE] - << OPERATION: SETSTATUS
04-05-2024 11:01:07:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:01:07:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:01:07:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:07:  TRACE: [WIRE] - << 511
04-05-2024 11:01:07:FINISHED TEST : setStatusTest()
04-05-2024 11:01:07:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:07:STARTING TEST : getLinkBuilderTest()
04-05-2024 11:01:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlinkbuilder' to target server at 'localhost:8080'
04-05-2024 11:01:07:###############################
04-05-2024 11:01:07:[Request] Adding entity: http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource
04-05-2024 11:01:07:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlinkbuilder
04-05-2024 11:01:07:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:01:07:  TRACE: [WIRE] - >> http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource
04-05-2024 11:01:07:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:01:07:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:07:  TRACE: [WIRE] - << OPERATION: GETLINKBUILDER
04-05-2024 11:01:07:  TRACE: [WIRE] - << Content-Length: 72
04-05-2024 11:01:07:  TRACE: [WIRE] - << Link: <http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource>; rel="relation"
04-05-2024 11:01:07:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:01:07:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:07:  TRACE: [WIRE] - << http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource
04-05-2024 11:01:07:FINISHED TEST : getLinkBuilderTest()
04-05-2024 11:01:07:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:07:STARTING TEST : getEntityAnnotationsWhenAnnotationsOnEntityTest()
04-05-2024 11:01:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentityannotationsonentity' to target server at 'localhost:8080'
04-05-2024 11:01:07:###############################
04-05-2024 11:01:07:[Request] Adding entity: getEntityAnnotationsWhenAnnotationsOnEntityTest
04-05-2024 11:01:07:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentityannotationsonentity
04-05-2024 11:01:07:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:01:07:  TRACE: [WIRE] - >> getEntityAnnotationsWhenAnnotationsOnEntityTest
04-05-2024 11:01:07:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:01:07:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:07:  TRACE: [WIRE] - << OPERATION: GETENTITYANNOTATIONSONENTITY
04-05-2024 11:01:07:  TRACE: [WIRE] - << Content-Length: 49
04-05-2024 11:01:07:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:01:07:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:07:  TRACE: [WIRE] - << getEntityAnnotationsWhenAnnotationsOnEntityTest 2
04-05-2024 11:01:07:FINISHED TEST : getEntityAnnotationsWhenAnnotationsOnEntityTest()
04-05-2024 11:01:07:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:07:STARTING TEST : getLengthTest()
04-05-2024 11:01:07:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlength
04-05-2024 11:01:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlength' to target server at 'localhost:8080'
04-05-2024 11:01:07:###############################
04-05-2024 11:01:07:[Request] Adding entity: ResponseFilterEntity
04-05-2024 11:01:07:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:01:07:  TRACE: [WIRE] - >> ResponseFilterEntity
04-05-2024 11:01:07:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:01:07:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:07:  TRACE: [WIRE] - << OPERATION: GETLENGTH
04-05-2024 11:01:07:  TRACE: [WIRE] - << Content-Length: 20
04-05-2024 11:01:07:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:01:07:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:07:  TRACE: [WIRE] - << 20sponseFilterEntity
04-05-2024 11:01:07:FINISHED TEST : getLengthTest()
04-05-2024 11:01:07:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:07:STARTING TEST : getLinkWhenNoLinkTest()
04-05-2024 11:01:07:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlink
04-05-2024 11:01:07:  TRACE: [WIRE] - >> Accept:*/*
04-05-2024 11:01:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlink' to target server at 'localhost:8080'
04-05-2024 11:01:07:###############################
04-05-2024 11:01:07:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:01:07:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:07:  TRACE: [WIRE] - << OPERATION: GETLINK
04-05-2024 11:01:07:  TRACE: [WIRE] - << Content-Length: 4
04-05-2024 11:01:07:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:01:07:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:07:  TRACE: [WIRE] - << NULL
04-05-2024 11:01:07:FINISHED TEST : getLinkWhenNoLinkTest()
04-05-2024 11:01:07:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:07:STARTING TEST : getStringHeadersHeaderIsNullTest()
04-05-2024 11:01:07:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstringheaders
04-05-2024 11:01:07:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:01:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstringheaders' to target server at 'localhost:8080'
04-05-2024 11:01:07:###############################
04-05-2024 11:01:07:[Request] Adding entity: null
04-05-2024 11:01:07:  TRACE: [WIRE] - >> null
04-05-2024 11:01:07:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:01:07:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:07:  TRACE: [WIRE] - << OPERATION: GETSTRINGHEADERS
04-05-2024 11:01:07:  TRACE: [WIRE] - << Content-Length: 4
04-05-2024 11:01:07:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:01:07:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:07:  TRACE: [WIRE] - << NULL
04-05-2024 11:01:07:FINISHED TEST : getStringHeadersHeaderIsNullTest()
04-05-2024 11:01:07:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:07:STARTING TEST : getLastModifiedTest()
04-05-2024 11:01:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlastmodified' to target server at 'localhost:8080'04-05-2024 11:01:07:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlastmodified
04-05-2024 11:01:07:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:01:07:  TRACE: [WIRE] - >> 1712314867000
04-05-2024 11:01:07:  TRACE: [WIRE] - << 200 OK

04-05-2024 11:01:07:###############################
04-05-2024 11:01:07:[Request] Adding entity: 1712314867000
04-05-2024 11:01:07:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:07:  TRACE: [WIRE] - << OPERATION: GETLASTMODIFIED
04-05-2024 11:01:07:  TRACE: [WIRE] - << Last-Modified: Fri, 05 Apr 2024 11:01:07 GMT
04-05-2024 11:01:07:  TRACE: [WIRE] - << Content-Length: 13
04-05-2024 11:01:07:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:01:07:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:07:  TRACE: [WIRE] - << 1712314867000
04-05-2024 11:01:07:FINISHED TEST : getLastModifiedTest()
04-05-2024 11:01:07:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:07:STARTING TEST : getEntityTypeByteArrayTest()
04-05-2024 11:01:07:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentitytype
04-05-2024 11:01:07:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:01:07:  TRACE: [WIRE] - >> bytearray
04-05-2024 11:01:07:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:01:07:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentitytype' to target server at 'localhost:8080'
04-05-2024 11:01:07:###############################
04-05-2024 11:01:07:[Request] Adding entity: bytearray
04-05-2024 11:01:07:  TRACE: [WIRE] - << OPERATION: GETENTITYTYPE
04-05-2024 11:01:07:  TRACE: [WIRE] - << Content-Length: 2
04-05-2024 11:01:07:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:01:07:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:07:  TRACE: [WIRE] - << [B
04-05-2024 11:01:07:FINISHED TEST : getEntityTypeByteArrayTest()
04-05-2024 11:01:07:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:07:STARTING TEST : getEntityTypeStringTest()
04-05-2024 11:01:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentitytype' to target server at 'localhost:8080'04-05-2024 11:01:07:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentitytype
04-05-2024 11:01:07:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:01:07:  TRACE: [WIRE] - >> string
04-05-2024 11:01:07:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:01:07:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9

04-05-2024 11:01:07:###############################
04-05-2024 11:01:07:[Request] Adding entity: string
04-05-2024 11:01:07:  TRACE: [WIRE] - << OPERATION: GETENTITYTYPE
04-05-2024 11:01:07:  TRACE: [WIRE] - << Content-Length: 16
04-05-2024 11:01:07:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:01:07:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:07:  TRACE: [WIRE] - << java.lang.String
04-05-2024 11:01:07:FINISHED TEST : getEntityTypeStringTest()
04-05-2024 11:01:07:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:07:STARTING TEST : getHeaderStringHeaderUsesToStringMethodTest()
04-05-2024 11:01:08:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheaderstringheader
04-05-2024 11:01:08:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:01:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheaderstringheader' to target server at 'localhost:8080'
04-05-2024 11:01:07:###############################
04-05-2024 11:01:08:[Request] Adding entity: toString
04-05-2024 11:01:08:  TRACE: [WIRE] - >> toString
04-05-2024 11:01:08:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:01:08:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:08:  TRACE: [WIRE] - << OPERATION: GETHEADERSTRINGHEADER
04-05-2024 11:01:08:  TRACE: [WIRE] - << HEADER: ResponseFilterEntity
04-05-2024 11:01:08:  TRACE: [WIRE] - << Content-Length: 20
04-05-2024 11:01:08:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:01:08:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:08:  TRACE: [WIRE] - << ResponseFilterEntity
04-05-2024 11:01:08:FINISHED TEST : getHeaderStringHeaderUsesToStringMethodTest()
04-05-2024 11:01:08:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:08:STARTING TEST : getLocationTest()
04-05-2024 11:01:08:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlocation
04-05-2024 11:01:08:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:01:08:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlocation' to target server at 'localhost:8080'
04-05-2024 11:01:08:###############################
04-05-2024 11:01:08:[Request] Adding entity: http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource
04-05-2024 11:01:08:  TRACE: [WIRE] - >> http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource
04-05-2024 11:01:08:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:01:08:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:08:  TRACE: [WIRE] - << OPERATION: GETLOCATION
04-05-2024 11:01:08:  TRACE: [WIRE] - << Content-Length: 72
04-05-2024 11:01:08:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:01:08:  TRACE: [WIRE] - << Location: http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource
04-05-2024 11:01:08:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:08:  TRACE: [WIRE] - << http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource
04-05-2024 11:01:08:FINISHED TEST : getLocationTest()
04-05-2024 11:01:08:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:08:STARTING TEST : getLocationWhenNoLocationTest()
04-05-2024 11:01:08:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlocation' to target server at 'localhost:8080'04-05-2024 11:01:08:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlocation
04-05-2024 11:01:08:  TRACE: [WIRE] - >> Accept:*/*
04-05-2024 11:01:08:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:01:08:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9

04-05-2024 11:01:08:###############################
04-05-2024 11:01:08:  TRACE: [WIRE] - << OPERATION: GETLOCATION
04-05-2024 11:01:08:  TRACE: [WIRE] - << Content-Length: 4
04-05-2024 11:01:08:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:01:08:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:08:  TRACE: [WIRE] - << NULL
04-05-2024 11:01:08:FINISHED TEST : getLocationWhenNoLocationTest()
04-05-2024 11:01:08:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:08:STARTING TEST : getEntityTagIsNullTest()
04-05-2024 11:01:08:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentitytag
04-05-2024 11:01:08:  TRACE: [WIRE] - >> Accept:*/*
04-05-2024 11:01:08:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:01:08:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:08:  TRACE: [WIRE] - << OPERATION: GETENTITYTAG
04-05-2024 11:01:08:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentitytag' to target server at 'localhost:8080'
04-05-2024 11:01:08:###############################
04-05-2024 11:01:08:  TRACE: [WIRE] - << Content-Length: 4
04-05-2024 11:01:08:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:01:08:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:08:  TRACE: [WIRE] - << NULL
04-05-2024 11:01:08:FINISHED TEST : getEntityTagIsNullTest()
04-05-2024 11:01:08:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:08:STARTING TEST : getCookiesTest()
04-05-2024 11:01:08:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getcookies' to target server at 'localhost:8080'
04-05-2024 11:01:08:###############################
04-05-2024 11:01:08:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getcookies
04-05-2024 11:01:08:  TRACE: [WIRE] - >> Accept:*/*
04-05-2024 11:01:08:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:01:08:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:08:  TRACE: [WIRE] - << OPERATION: GETCOOKIES
04-05-2024 11:01:08:  TRACE: [WIRE] - << Set-Cookie: CookieName=CookieName;Version=1
04-05-2024 11:01:08:  TRACE: [WIRE] - << Content-Length: 11
04-05-2024 11:01:08:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:01:08:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:08:  TRACE: [WIRE] - << cookiename 
04-05-2024 11:01:08:FINISHED TEST : getCookiesTest()
04-05-2024 11:01:08:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:08:STARTING TEST : hasEntityWhenNoEntityTest()
04-05-2024 11:01:08:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/hasentity
04-05-2024 11:01:08:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/hasentity' to target server at 'localhost:8080'
04-05-2024 11:01:08:###############################
04-05-2024 11:01:08:  TRACE: [WIRE] - >> Accept:*/*
04-05-2024 11:01:08:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:01:08:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:08:  TRACE: [WIRE] - << OPERATION: HASENTITY
04-05-2024 11:01:08:  TRACE: [WIRE] - << Content-Length: 5
04-05-2024 11:01:08:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:01:08:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:08:  TRACE: [WIRE] - << false
04-05-2024 11:01:08:FINISHED TEST : hasEntityWhenNoEntityTest()
04-05-2024 11:01:08:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:08:STARTING TEST : getEntityStreamTest()
04-05-2024 11:01:08:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentitystream' to target server at 'localhost:8080'
04-05-2024 11:01:08:###############################
04-05-2024 11:01:08:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentitystream
04-05-2024 11:01:08:  TRACE: [WIRE] - >> Accept:*/*
04-05-2024 11:01:08:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:01:08:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:08:  TRACE: [WIRE] - << OPERATION: GETENTITYSTREAM
04-05-2024 11:01:08:  TRACE: [WIRE] - << Content-Length: 20
04-05-2024 11:01:08:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:01:08:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:08:  TRACE: [WIRE] - << ResponseFilterEntity
04-05-2024 11:01:08:FINISHED TEST : getEntityStreamTest()
[WARNING] Tests run: 57, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 65.481 s - in ee.jakarta.tck.ws.rs.ee.rs.container.responsecontext.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.cookieparam.locator.JAXRSLocatorClientIT
04-05-2024 11:01:09:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:09:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:09:STARTING TEST : cookieParamListEntityWithFromStringTest()
Apr 05, 2024 11:01:09 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:01:09:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_cookieparam_locator_web/resource/locator?todo= HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:01:09:[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'
04-05-2024 11:01:09:Found cookie ListParamEntityWithFromString=JAXRS_SPEC_5.4 as expected
04-05-2024 11:01:09:[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'Apr 05, 2024 11:01:09 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 11:01:09:FINISHED TEST : cookieParamListEntityWithFromStringTest()
04-05-2024 11:01:09:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:09:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:09:STARTING TEST : cookieParamEntityWithFromStringTest()
04-05-2024 11:01:09:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_cookieparam_locator_web/resource/locator?todo= HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:01:09 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:01:09:[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'
04-05-2024 11:01:09:Found cookie ParamEntityWithFromString=JAXRS_SPEC_5.3 as expected
04-05-2024 11:01:09:[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'
Apr 05, 2024 11:01:09 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:01:09:FINISHED TEST : cookieParamEntityWithFromStringTest()
04-05-2024 11:01:09:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:09:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:09:STARTING TEST : cookieParamSetEntityWithFromStringTest()Apr 05, 2024 11:01:09 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 11:01:09:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_cookieparam_locator_web/resource/locator?todo= HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:01:09:[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'
04-05-2024 11:01:09:Found cookie SetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected
04-05-2024 11:01:09:[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'
Apr 05, 2024 11:01:09 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:01:09:FINISHED TEST : cookieParamSetEntityWithFromStringTest()
04-05-2024 11:01:09:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:09:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:09:STARTING TEST : cookieParamSortedSetEntityWithFromStringTest()
Apr 05, 2024 11:01:09 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:01:09:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_cookieparam_locator_web/resource/locator?todo= HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:01:09:[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'
04-05-2024 11:01:09:Found cookie SortedSetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected
04-05-2024 11:01:09:[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'
Apr 05, 2024 11:01:09 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:01:09:FINISHED TEST : cookieParamSortedSetEntityWithFromStringTest()
04-05-2024 11:01:09:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:09:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:09:STARTING TEST : cookieParamThrowingIllegalArgumentExceptionTest()
Apr 05, 2024 11:01:09 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:01:09:[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'
04-05-2024 11:01:09:Found cookie ParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException as expected
04-05-2024 11:01:09:[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'
04-05-2024 11:01:09:FINISHED TEST : cookieParamThrowingIllegalArgumentExceptionTest()
04-05-2024 11:01:09:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:09:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:09:STARTING TEST : cookieParamSubTest()Apr 05, 2024 11:01:09 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 11:01:09:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_cookieparam_locator_web/resource/locator?todo=setcookie HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:01:09 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:01:09:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_cookieparam_locator_web/resource/locator?todo=verifycookie HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:01:09:FINISHED TEST : cookieParamSubTest()
04-05-2024 11:01:09:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:09:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:09:STARTING TEST : cookieParamEntityWithValueOfTest()Apr 05, 2024 11:01:09 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 11:01:09:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_cookieparam_locator_web/resource/locator?todo= HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:01:09:[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'
04-05-2024 11:01:09:Found cookie ParamEntityWithValueOf=JAXRS_SPEC_5.3 as expected
04-05-2024 11:01:09:[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'
Apr 05, 2024 11:01:09 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:01:09:FINISHED TEST : cookieParamEntityWithValueOfTest()
04-05-2024 11:01:09:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:09:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:09:STARTING TEST : cookieParamEntityWithConstructorTest()Apr 05, 2024 11:01:09 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 11:01:09:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_cookieparam_locator_web/resource/locator?todo= HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:01:09:[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'
04-05-2024 11:01:09:Found cookie ParamEntityWithConstructor=JAXRS_SPEC_5.2 as expected
04-05-2024 11:01:09:[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'Apr 05, 2024 11:01:09 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 11:01:09:FINISHED TEST : cookieParamEntityWithConstructorTest()
04-05-2024 11:01:09:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:09:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:09:STARTING TEST : cookieParamThrowingWebApplicationExceptionTest()
04-05-2024 11:01:09:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_cookieparam_locator_web/resource/locator?todo=ParamEntityThrowingWebApplicationException%3dCREATED HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:01:09:Found cookie ParamEntityThrowingWebApplicationException=CREATED as expected
04-05-2024 11:01:09:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_cookieparam_locator_web/resource/locator?todo=ParamEntityThrowingWebApplicationException%3dCREATED HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:01:09 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:01:09:FINISHED TEST : cookieParamThrowingWebApplicationExceptionTest()
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.421 s - in ee.jakarta.tck.ws.rs.ee.rs.cookieparam.locator.JAXRSLocatorClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.cookieparam.sub.JAXRSSubClientIT
04-05-2024 11:01:11:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:11:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:11:STARTING TEST : cookieParamListEntityWithFromStringTest()
Apr 05, 2024 11:01:11 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:01:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo= HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:01:11:[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'
04-05-2024 11:01:11:Found cookie ListParamEntityWithFromString=JAXRS_SPEC_5.4 as expected
04-05-2024 11:01:11:[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'Apr 05, 2024 11:01:11 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 11:01:11:FINISHED TEST : cookieParamListEntityWithFromStringTest()
04-05-2024 11:01:11:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:11:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:11:STARTING TEST : cookieParamEntityWithFromStringTest()Apr 05, 2024 11:01:11 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 11:01:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo= HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:01:11:[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'
04-05-2024 11:01:11:Found cookie ParamEntityWithFromString=JAXRS_SPEC_5.3 as expected
04-05-2024 11:01:11:[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'Apr 05, 2024 11:01:11 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 11:01:11:FINISHED TEST : cookieParamEntityWithFromStringTest()
04-05-2024 11:01:11:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:11:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:11:STARTING TEST : cookieFieldParamEntityWithFromStringTest()Apr 05, 2024 11:01:11 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 11:01:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo= HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:01:11:[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'
04-05-2024 11:01:11:Found cookie FieldParamEntityWithFromString=JAXRS_SPEC_5.3 as expected
04-05-2024 11:01:11:[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'Apr 05, 2024 11:01:11 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 11:01:11:FINISHED TEST : cookieFieldParamEntityWithFromStringTest()
04-05-2024 11:01:11:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:11:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:11:STARTING TEST : cookieFieldParamEntityWithConstructorTest()
Apr 05, 2024 11:01:11 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:01:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo= HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:01:11:[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'
04-05-2024 11:01:11:Found cookie FieldParamEntityWithConstructor=JAXRS_SPEC_5.2 as expected
04-05-2024 11:01:11:[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'
Apr 05, 2024 11:01:11 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:01:11:FINISHED TEST : cookieFieldParamEntityWithConstructorTest()
04-05-2024 11:01:11:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:11:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:11:STARTING TEST : cookieFieldParamListEntityWithFromStringTest()
04-05-2024 11:01:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo= HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:01:11 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:01:11:[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'
04-05-2024 11:01:11:Found cookie FieldListParamEntityWithFromString=JAXRS_SPEC_5.4 as expected
04-05-2024 11:01:11:[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'Apr 05, 2024 11:01:11 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 11:01:11:FINISHED TEST : cookieFieldParamListEntityWithFromStringTest()
04-05-2024 11:01:11:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:11:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:11:STARTING TEST : cookieParamSetEntityWithFromStringTest()
Apr 05, 2024 11:01:11 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
Apr 05, 2024 11:01:11 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:01:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo= HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:01:11:[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'
04-05-2024 11:01:11:Found cookie SetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected
04-05-2024 11:01:11:[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'
04-05-2024 11:01:11:FINISHED TEST : cookieParamSetEntityWithFromStringTest()
04-05-2024 11:01:11:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:11:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:11:STARTING TEST : cookieParamSortedSetEntityWithFromStringTest()
Apr 05, 2024 11:01:11 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:01:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo= HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:01:11:[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'
04-05-2024 11:01:11:Found cookie SortedSetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected
04-05-2024 11:01:11:[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'
Apr 05, 2024 11:01:11 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:01:11:FINISHED TEST : cookieParamSortedSetEntityWithFromStringTest()
04-05-2024 11:01:11:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:11:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:11:STARTING TEST : cookieFieldParamThrowingIllegalArgumentExceptionTest()
04-05-2024 11:01:11:[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'
04-05-2024 11:01:11:Found cookie FieldParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException as expected
04-05-2024 11:01:11:[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'
Apr 05, 2024 11:01:11 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:01:11:FINISHED TEST : cookieFieldParamThrowingIllegalArgumentExceptionTest()
04-05-2024 11:01:11:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:11:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:11:STARTING TEST : cookieParamThrowingIllegalArgumentExceptionTest()
04-05-2024 11:01:11:[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'
04-05-2024 11:01:11:Found cookie ParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException as expected
04-05-2024 11:01:11:[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'
Apr 05, 2024 11:01:11 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:01:11:FINISHED TEST : cookieParamThrowingIllegalArgumentExceptionTest()
04-05-2024 11:01:11:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:11:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:11:STARTING TEST : cookieParamSubTest()Apr 05, 2024 11:01:11 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
Apr 05, 2024 11:01:11 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 11:01:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo=setcookie HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:01:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo=verifycookie HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:01:11:FINISHED TEST : cookieParamSubTest()
04-05-2024 11:01:11:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:11:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:11:STARTING TEST : cookieFieldThrowingWebApplicationExceptionTest()
04-05-2024 11:01:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo=FieldParamEntityThrowingWebApplicationException%3dCREATED HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:01:11:Found cookie FieldParamEntityThrowingWebApplicationException=CREATED as expected
04-05-2024 11:01:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo=FieldParamEntityThrowingWebApplicationException%3dCREATED HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:01:11 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:01:11:FINISHED TEST : cookieFieldThrowingWebApplicationExceptionTest()
04-05-2024 11:01:11:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:11:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:11:STARTING TEST : cookieFieldSortedSetEntityWithFromStringTest()
Apr 05, 2024 11:01:11 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:01:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo= HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:01:11:[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'
04-05-2024 11:01:11:Found cookie FieldSortedSetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected
04-05-2024 11:01:11:[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'
Apr 05, 2024 11:01:11 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:01:11:FINISHED TEST : cookieFieldSortedSetEntityWithFromStringTest()
04-05-2024 11:01:11:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:11:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:11:STARTING TEST : cookieParamEntityWithValueOfTest()Apr 05, 2024 11:01:11 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 11:01:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo= HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:01:11:[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'
04-05-2024 11:01:11:Found cookie ParamEntityWithValueOf=JAXRS_SPEC_5.3 as expected
04-05-2024 11:01:11:[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'
Apr 05, 2024 11:01:11 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:01:11:FINISHED TEST : cookieParamEntityWithValueOfTest()
04-05-2024 11:01:11:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:11:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:11:STARTING TEST : cookieParamEntityWithConstructorTest()
04-05-2024 11:01:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo= HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:01:11 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:01:11:[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'
Apr 05, 2024 11:01:11 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:01:11:Found cookie ParamEntityWithConstructor=JAXRS_SPEC_5.2 as expected
04-05-2024 11:01:11:[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'
04-05-2024 11:01:11:FINISHED TEST : cookieParamEntityWithConstructorTest()
04-05-2024 11:01:11:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:11:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:11:STARTING TEST : cookieFieldParamSetEntityWithFromStringTest()
Apr 05, 2024 11:01:11 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:01:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo= HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:01:11:[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'
04-05-2024 11:01:11:Found cookie FieldSetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected
04-05-2024 11:01:11:[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'Apr 05, 2024 11:01:11 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 11:01:11:FINISHED TEST : cookieFieldParamSetEntityWithFromStringTest()
04-05-2024 11:01:11:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:11:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:11:STARTING TEST : cookieFieldParamEntityWithValueOfTest()Apr 05, 2024 11:01:11 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 11:01:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo= HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:01:11:[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'
04-05-2024 11:01:11:Found cookie FieldParamEntityWithValueOf=JAXRS_SPEC_5.3 as expected
04-05-2024 11:01:11:[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'Apr 05, 2024 11:01:11 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 11:01:11:FINISHED TEST : cookieFieldParamEntityWithValueOfTest()
04-05-2024 11:01:11:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:11:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:11:STARTING TEST : cookieParamThrowingWebApplicationExceptionTest()
04-05-2024 11:01:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo=ParamEntityThrowingWebApplicationException%3dCREATED HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:01:11:Found cookie ParamEntityThrowingWebApplicationException=CREATED as expected
04-05-2024 11:01:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo=ParamEntityThrowingWebApplicationException%3dCREATED HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:01:11 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:01:11:FINISHED TEST : cookieParamThrowingWebApplicationExceptionTest()
[INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.969 s - in ee.jakarta.tck.ws.rs.ee.rs.cookieparam.sub.JAXRSSubClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.cookieparam.JAXRSClientIT
04-05-2024 11:01:12:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:12:STARTING TEST : cookieParamListEntityWithFromStringTest()Apr 05, 2024 11:01:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 11:01:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo= HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:01:12:[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'
04-05-2024 11:01:12:Found cookie ListParamEntityWithFromString=JAXRS_SPEC_5.4 as expected
04-05-2024 11:01:12:[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'
Apr 05, 2024 11:01:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:01:12:FINISHED TEST : cookieParamListEntityWithFromStringTest()
04-05-2024 11:01:12:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:12:STARTING TEST : cookieParamTest()Apr 05, 2024 11:01:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
Apr 05, 2024 11:01:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 11:01:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo=setcookie HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:01:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo=verifycookie HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:01:12:FINISHED TEST : cookieParamTest()
04-05-2024 11:01:12:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:12:STARTING TEST : cookieParamEntityWithFromStringTest()Apr 05, 2024 11:01:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 11:01:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo= HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:01:12:[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'
04-05-2024 11:01:12:Found cookie ParamEntityWithFromString=JAXRS_SPEC_5.3 as expectedApr 05, 2024 11:01:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 11:01:12:[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'
04-05-2024 11:01:12:FINISHED TEST : cookieParamEntityWithFromStringTest()
04-05-2024 11:01:12:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:12:STARTING TEST : cookieFieldParamEntityWithFromStringTest()
Apr 05, 2024 11:01:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:01:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo= HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:01:12:[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'
04-05-2024 11:01:12:Found cookie FieldParamEntityWithFromString=JAXRS_SPEC_5.3 as expected
04-05-2024 11:01:12:[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'
Apr 05, 2024 11:01:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:01:12:FINISHED TEST : cookieFieldParamEntityWithFromStringTest()
04-05-2024 11:01:12:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:12:STARTING TEST : cookieFieldParamEntityWithConstructorTest()Apr 05, 2024 11:01:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 11:01:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo= HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:01:12:[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'
04-05-2024 11:01:12:Found cookie FieldParamEntityWithConstructor=JAXRS_SPEC_5.2 as expected
04-05-2024 11:01:12:[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'
Apr 05, 2024 11:01:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:01:12:FINISHED TEST : cookieFieldParamEntityWithConstructorTest()
04-05-2024 11:01:12:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:12:STARTING TEST : cookieFieldParamListEntityWithFromStringTest()
Apr 05, 2024 11:01:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
Apr 05, 2024 11:01:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:01:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo= HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:01:12:[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'
04-05-2024 11:01:12:Found cookie FieldListParamEntityWithFromString=JAXRS_SPEC_5.4 as expected
04-05-2024 11:01:12:[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'
04-05-2024 11:01:12:FINISHED TEST : cookieFieldParamListEntityWithFromStringTest()
04-05-2024 11:01:12:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:12:STARTING TEST : cookieParamSetEntityWithFromStringTest()Apr 05, 2024 11:01:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 11:01:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo= HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:01:12:[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'
04-05-2024 11:01:12:Found cookie SetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected
04-05-2024 11:01:12:[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'
Apr 05, 2024 11:01:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:01:12:FINISHED TEST : cookieParamSetEntityWithFromStringTest()
04-05-2024 11:01:12:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:12:STARTING TEST : cookieParamSortedSetEntityWithFromStringTest()
Apr 05, 2024 11:01:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
Apr 05, 2024 11:01:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:01:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo= HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:01:12:[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'
04-05-2024 11:01:12:Found cookie SortedSetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected
04-05-2024 11:01:12:[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'
04-05-2024 11:01:12:FINISHED TEST : cookieParamSortedSetEntityWithFromStringTest()
04-05-2024 11:01:12:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:12:STARTING TEST : cookieFieldParamThrowingIllegalArgumentExceptionTest()
04-05-2024 11:01:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo=FieldParamEntityThrowingExceptionGivenByName%3djava.lang.IllegalArgumentException HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:01:12:Found cookie FieldParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException as expected
04-05-2024 11:01:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo=FieldParamEntityThrowingExceptionGivenByName%3djava.lang.IllegalArgumentException HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:01:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:01:12:FINISHED TEST : cookieFieldParamThrowingIllegalArgumentExceptionTest()
04-05-2024 11:01:12:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:12:STARTING TEST : cookieParamThrowingIllegalArgumentExceptionTest()
04-05-2024 11:01:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo=ParamEntityThrowingExceptionGivenByName%3djava.lang.IllegalArgumentException HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:01:12:Found cookie ParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException as expected
04-05-2024 11:01:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo=ParamEntityThrowingExceptionGivenByName%3djava.lang.IllegalArgumentException HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:01:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:01:12:FINISHED TEST : cookieParamThrowingIllegalArgumentExceptionTest()
04-05-2024 11:01:12:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:12:STARTING TEST : cookieFieldThrowingWebApplicationExceptionTest()
04-05-2024 11:01:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo=FieldParamEntityThrowingWebApplicationException%3dCREATED HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:01:12:Found cookie FieldParamEntityThrowingWebApplicationException=CREATED as expected
04-05-2024 11:01:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo=FieldParamEntityThrowingWebApplicationException%3dCREATED HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:01:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:01:12:FINISHED TEST : cookieFieldThrowingWebApplicationExceptionTest()
04-05-2024 11:01:12:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:12:STARTING TEST : cookieFieldSortedSetEntityWithFromStringTest()
Apr 05, 2024 11:01:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:01:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo= HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:01:12:[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'
04-05-2024 11:01:12:Found cookie FieldSortedSetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected
04-05-2024 11:01:12:[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'Apr 05, 2024 11:01:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 11:01:12:FINISHED TEST : cookieFieldSortedSetEntityWithFromStringTest()
04-05-2024 11:01:12:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:12:STARTING TEST : cookieParamEntityWithValueOfTest()Apr 05, 2024 11:01:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 11:01:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo= HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:01:12:[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'
04-05-2024 11:01:12:Found cookie ParamEntityWithValueOf=JAXRS_SPEC_5.3 as expected
04-05-2024 11:01:12:[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'
Apr 05, 2024 11:01:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:01:12:FINISHED TEST : cookieParamEntityWithValueOfTest()
04-05-2024 11:01:12:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:12:STARTING TEST : cookieParamEntityWithConstructorTest()Apr 05, 2024 11:01:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
Apr 05, 2024 11:01:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 11:01:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo= HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:01:12:[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'
04-05-2024 11:01:12:Found cookie ParamEntityWithConstructor=JAXRS_SPEC_5.2 as expected
04-05-2024 11:01:12:[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'
04-05-2024 11:01:12:FINISHED TEST : cookieParamEntityWithConstructorTest()
04-05-2024 11:01:12:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:12:STARTING TEST : cookieFieldParamSetEntityWithFromStringTest()
Apr 05, 2024 11:01:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
Apr 05, 2024 11:01:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:01:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo= HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:01:12:[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'
04-05-2024 11:01:12:Found cookie FieldSetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected
04-05-2024 11:01:12:[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'
04-05-2024 11:01:12:FINISHED TEST : cookieFieldParamSetEntityWithFromStringTest()
04-05-2024 11:01:12:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:12:STARTING TEST : cookieFieldParamEntityWithValueOfTest()
Apr 05, 2024 11:01:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:01:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo= HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:01:12:[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'
04-05-2024 11:01:12:Found cookie FieldParamEntityWithValueOf=JAXRS_SPEC_5.3 as expected
04-05-2024 11:01:12:[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'Apr 05, 2024 11:01:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 11:01:12:FINISHED TEST : cookieFieldParamEntityWithValueOfTest()
04-05-2024 11:01:12:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:12:STARTING TEST : cookieParamThrowingWebApplicationExceptionTest()
04-05-2024 11:01:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo=ParamEntityThrowingWebApplicationException%3dCREATED HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:01:12:Found cookie ParamEntityThrowingWebApplicationException=CREATED as expected
04-05-2024 11:01:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo=ParamEntityThrowingWebApplicationException%3dCREATED HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:01:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:01:12:FINISHED TEST : cookieParamThrowingWebApplicationExceptionTest()
[INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.2 s - in ee.jakarta.tck.ws.rs.ee.rs.cookieparam.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.core.application.JAXRSClientIT
04-05-2024 11:01:13:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:13:STARTING TEST : getSingletonsTest()
Apr 05, 2024 11:01:13 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:01:13:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_application_web/ApplicationTest/GetSingletons HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:01:13:FINISHED TEST : getSingletonsTest()
04-05-2024 11:01:13:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:13:STARTING TEST : getClassesTest()
04-05-2024 11:01:13:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_application_web/ApplicationTest/GetClasses HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:01:13 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:01:13:FINISHED TEST : getClassesTest()
04-05-2024 11:01:13:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:13:STARTING TEST : defaultGetPropertiesIsEmptyTest()
04-05-2024 11:01:13:Default implementation gets empty map as expected
04-05-2024 11:01:13:FINISHED TEST : defaultGetPropertiesIsEmptyTest()
04-05-2024 11:01:13:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:13:STARTING TEST : getPropertiesTest()
04-05-2024 11:01:13:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_application_web/ApplicationTest/properties HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:01:13 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:01:13:FINISHED TEST : getPropertiesTest()
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.521 s - in ee.jakarta.tck.ws.rs.ee.rs.core.application.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.core.configurable.JAXRSClientIT
04-05-2024 11:01:13:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:13:STARTING TEST : registerClassBindingPriorityFirstIsSecondTest()
04-05-2024 11:01:13:Check on Configurable Client
04-05-2024 11:01:13:Already registered 0 classes
04-05-2024 11:01:13:Already registered 0 instances
04-05-2024 11:01:13:Found 2 provider(s) as expected
04-05-2024 11:01:13:Found 2 provider(s) as expected
04-05-2024 11:01:13:ee.jakarta.tck.ws.rs.ee.rs.core.configurable.FirstFilter has been executed as second, as expected
04-05-2024 11:01:13:Check on Configurable WebTarget
04-05-2024 11:01:13:Already registered 0 classes
04-05-2024 11:01:13:Already registered 0 instances
04-05-2024 11:01:13:Found 0 provider(s) as expected
04-05-2024 11:01:13:Found 2 provider(s) as expected
04-05-2024 11:01:13:ee.jakarta.tck.ws.rs.ee.rs.core.configurable.FirstFilter has been executed as second, as expected
04-05-2024 11:01:13:FINISHED TEST : registerClassBindingPriorityFirstIsSecondTest()
04-05-2024 11:01:13:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:13:STARTING TEST : registerClassWriterContractsTest()
04-05-2024 11:01:13:Check on Configurable Client
04-05-2024 11:01:13:Already registered 0 classes
04-05-2024 11:01:13:Already registered 0 instances
04-05-2024 11:01:13:Found 1 provider(s) as expected
04-05-2024 11:01:13:Found 1 provider(s) as expected
04-05-2024 11:01:14:sucessufully wrote Callable by provider registered on Configurable Client
04-05-2024 11:01:14: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.
04-05-2024 11:01:14:Check on Configurable WebTarget
04-05-2024 11:01:14:Already registered 0 classes
04-05-2024 11:01:14:Already registered 0 instances
04-05-2024 11:01:14:Found 0 provider(s) as expected
04-05-2024 11:01:14:Found 1 provider(s) as expected
04-05-2024 11:01:14:sucessufully wrote Callable by provider registered on Configurable WebTarget
04-05-2024 11:01:14: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.
04-05-2024 11:01:14:FINISHED TEST : registerClassWriterContractsTest()
04-05-2024 11:01:14:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:14:STARTING TEST : registerObjectReaderContractsTest()
04-05-2024 11:01:14:Check on Configurable Client
04-05-2024 11:01:14:Already registered 0 classes
04-05-2024 11:01:14:Already registered 0 instances
04-05-2024 11:01:14:Found 1 provider(s) as expected
04-05-2024 11:01:14:Found 1 provider(s) as expected
04-05-2024 11:01:14:sucessufully read Callable by provider registered on Configurable Client
04-05-2024 11:01:14:Check on Configurable WebTarget
04-05-2024 11:01:14:Already registered 0 classes
04-05-2024 11:01:14:Already registered 0 instances
04-05-2024 11:01:14:Found 0 provider(s) as expected
04-05-2024 11:01:14:Found 1 provider(s) as expected
04-05-2024 11:01:14:sucessufully read Callable by provider registered on Configurable WebTarget
04-05-2024 11:01:14:FINISHED TEST : registerObjectReaderContractsTest()
04-05-2024 11:01:14:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:14:STARTING TEST : registerObjectBindingPriorityTest()
04-05-2024 11:01:14:Check on Configurable Client
04-05-2024 11:01:14:Already registered 0 classes
04-05-2024 11:01:14:Already registered 0 instances
04-05-2024 11:01:14:Found 2 provider(s) as expected
04-05-2024 11:01:14:Found 2 provider(s) as expected
04-05-2024 11:01:14:ee.jakarta.tck.ws.rs.ee.rs.core.configurable.FirstFilter has been executed as second, as expected
04-05-2024 11:01:14:Check on Configurable WebTarget
04-05-2024 11:01:14:Already registered 0 classes
04-05-2024 11:01:14:Already registered 0 instances
04-05-2024 11:01:14:Found 0 provider(s) as expected
04-05-2024 11:01:14:Found 2 provider(s) as expected
04-05-2024 11:01:14:ee.jakarta.tck.ws.rs.ee.rs.core.configurable.FirstFilter has been executed as second, as expected
04-05-2024 11:01:14:FINISHED TEST : registerObjectBindingPriorityTest()
04-05-2024 11:01:14:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:14:STARTING TEST : registerClassReaderContractsInMapTest()
04-05-2024 11:01:14:Check on Configurable Client
04-05-2024 11:01:14:Already registered 0 classes
04-05-2024 11:01:14:Already registered 0 instances
04-05-2024 11:01:14:Found 1 provider(s) as expected
04-05-2024 11:01:14:Found 1 provider(s) as expected
04-05-2024 11:01:14:sucessufully read Callable by provider registered on Configurable Client
04-05-2024 11:01:14:Check on Configurable WebTarget
04-05-2024 11:01:14:Already registered 0 classes
04-05-2024 11:01:14:Already registered 0 instances
04-05-2024 11:01:14:Found 0 provider(s) as expected
04-05-2024 11:01:14:Found 1 provider(s) as expected
04-05-2024 11:01:14:sucessufully read Callable by provider registered on Configurable WebTarget
04-05-2024 11:01:14:FINISHED TEST : registerClassReaderContractsInMapTest()
04-05-2024 11:01:14:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:14:STARTING TEST : registerObjectWriterContractsInMapTest()
04-05-2024 11:01:14:Check on Configurable Client
04-05-2024 11:01:14:Already registered 0 classes
04-05-2024 11:01:14:Already registered 0 instances
04-05-2024 11:01:14:Found 1 provider(s) as expected
04-05-2024 11:01:14:Found 1 provider(s) as expected
04-05-2024 11:01:14:sucessufully wrote Callable by provider registered on Configurable Client
04-05-2024 11:01:14: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.
04-05-2024 11:01:14:Check on Configurable WebTarget
04-05-2024 11:01:14:Already registered 0 classes
04-05-2024 11:01:14:Already registered 0 instances
04-05-2024 11:01:14:Found 0 provider(s) as expected
04-05-2024 11:01:14:Found 1 provider(s) as expected
04-05-2024 11:01:14:sucessufully wrote Callable by provider registered on Configurable WebTarget
04-05-2024 11:01:14: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.
04-05-2024 11:01:14:FINISHED TEST : registerObjectWriterContractsInMapTest()
04-05-2024 11:01:14:[JAXRSCommonClient] Test setup OK
Apr 05, 2024 11:01:14 AM org.glassfish.jersey.model.internal.CommonConfig register
WARNING: Attempt to register component of type class ee.jakarta.tck.ws.rs.api.rs.core.configurable.CallableProvider to null or empty array of contracts  is ignored.
04-05-2024 11:01:14:STARTING TEST : registerClassEmptyContractsTest()
04-05-2024 11:01:14:Check on Configurable Client
04-05-2024 11:01:14:Already registered 0 classes
04-05-2024 11:01:14:Already registered 0 instances
04-05-2024 11:01:14:Found 0 provider(s) as expected
04-05-2024 11:01:14:Found 0 provider(s) as expected
04-05-2024 11:01:14:The provider of with contracts has ben ignored as expected
04-05-2024 11:01:14:Check on Configurable WebTarget
04-05-2024 11:01:14:Already registered 0 classes
04-05-2024 11:01:14:Already registered 0 instances
04-05-2024 11:01:14:Found 0 provider(s) as expected
Apr 05, 2024 11:01:14 AM org.glassfish.jersey.model.internal.CommonConfig register
WARNING: Attempt to register component of type class ee.jakarta.tck.ws.rs.api.rs.core.configurable.CallableProvider to null or empty array of contracts  is ignored.
04-05-2024 11:01:14:Found 0 provider(s) as expected
04-05-2024 11:01:14:The provider of with contracts has ben ignored as expected
04-05-2024 11:01:14:FINISHED TEST : registerClassEmptyContractsTest()
04-05-2024 11:01:14:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:14:STARTING TEST : registerClassNotAssignableContractsInMapTest()
Apr 05, 2024 11:01:14 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Contract interface jakarta.ws.rs.client.ClientRequestFilter can not be registered for component class ee.jakarta.tck.ws.rs.api.rs.core.configurable.CallableProvider: Contract not assignable to component.

04-05-2024 11:01:14:Check on Configurable Client
04-05-2024 11:01:14:Already registered 0 classes
04-05-2024 11:01:14:Already registered 0 instances
04-05-2024 11:01:14:Found 0 provider(s) as expected
04-05-2024 11:01:14:Found 0 provider(s) as expected
04-05-2024 11:01:14:The provider with unassignable contract has ben ignored as expected
04-05-2024 11:01:14:Check on Configurable WebTarget
04-05-2024 11:01:14:Already registered 0 classes
04-05-2024 11:01:14:Already registered 0 instances
04-05-2024 11:01:14:Found 0 provider(s) as expected
Apr 05, 2024 11:01:14 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Contract interface jakarta.ws.rs.client.ClientRequestFilter can not be registered for component class ee.jakarta.tck.ws.rs.api.rs.core.configurable.CallableProvider: Contract not assignable to component.

04-05-2024 11:01:14:Found 0 provider(s) as expected
04-05-2024 11:01:14:The provider with unassignable contract has ben ignored as expected
04-05-2024 11:01:14:FINISHED TEST : registerClassNotAssignableContractsInMapTest()
04-05-2024 11:01:14:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:14:STARTING TEST : registerObjectNotAssignableContractsInMapTest()
Apr 05, 2024 11:01:14 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Contract interface jakarta.ws.rs.client.ClientRequestFilter can not be registered for component class ee.jakarta.tck.ws.rs.ee.rs.core.configurable.JAXRSClientIT$24: Contract not assignable to component.

04-05-2024 11:01:14:Check on Configurable Client
04-05-2024 11:01:14:Already registered 0 classes
04-05-2024 11:01:14:Already registered 0 instances
04-05-2024 11:01:14:Found 0 provider(s) as expected
04-05-2024 11:01:14:Found 0 provider(s) as expected
04-05-2024 11:01:14:The provider with unassignable contract has ben ignored as expected
04-05-2024 11:01:14:Check on Configurable WebTarget
04-05-2024 11:01:14:Already registered 0 classes
04-05-2024 11:01:14:Already registered 0 instances
04-05-2024 11:01:14:Found 0 provider(s) as expected
Apr 05, 2024 11:01:14 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Contract interface jakarta.ws.rs.client.ClientRequestFilter can not be registered for component class ee.jakarta.tck.ws.rs.ee.rs.core.configurable.JAXRSClientIT$25: Contract not assignable to component.

04-05-2024 11:01:14:Found 0 provider(s) as expected
04-05-2024 11:01:14:The provider with unassignable contract has ben ignored as expected
04-05-2024 11:01:14:FINISHED TEST : registerObjectNotAssignableContractsInMapTest()
04-05-2024 11:01:14:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:14:STARTING TEST : registerClassReaderContractsTest()
04-05-2024 11:01:14:Check on Configurable Client
04-05-2024 11:01:14:Already registered 0 classes
04-05-2024 11:01:14:Already registered 0 instances
04-05-2024 11:01:14:Found 1 provider(s) as expected
04-05-2024 11:01:14:Found 1 provider(s) as expected
04-05-2024 11:01:14:sucessufully read Callable by provider registered on Configurable Client
04-05-2024 11:01:14:Check on Configurable WebTarget
04-05-2024 11:01:14:Already registered 0 classes
04-05-2024 11:01:14:Already registered 0 instances
04-05-2024 11:01:14:Found 0 provider(s) as expected
04-05-2024 11:01:14:Found 1 provider(s) as expected
04-05-2024 11:01:14:sucessufully read Callable by provider registered on Configurable WebTarget
04-05-2024 11:01:14:FINISHED TEST : registerClassReaderContractsTest()
04-05-2024 11:01:14:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:14:STARTING TEST : registerObjectEmptyContractsTest()
Apr 05, 2024 11:01:14 AM org.glassfish.jersey.model.internal.CommonConfig register
WARNING: Attempt to register component of type class ee.jakarta.tck.ws.rs.ee.rs.core.configurable.JAXRSClientIT$24 to null or empty array of contracts  is ignored.
04-05-2024 11:01:14:Check on Configurable Client
04-05-2024 11:01:14:Already registered 0 classes
04-05-2024 11:01:14:Already registered 0 instances
04-05-2024 11:01:14:Found 0 provider(s) as expected
04-05-2024 11:01:14:Found 0 provider(s) as expected
04-05-2024 11:01:14:The provider with empty contracts has ben ignored as expected
04-05-2024 11:01:14:Check on Configurable WebTarget
04-05-2024 11:01:14:Already registered 0 classes
04-05-2024 11:01:14:Already registered 0 instances
04-05-2024 11:01:14:Found 0 provider(s) as expectedApr 05, 2024 11:01:14 AM org.glassfish.jersey.model.internal.CommonConfig register
WARNING: Attempt to register component of type class ee.jakarta.tck.ws.rs.ee.rs.core.configurable.JAXRSClientIT$25 to null or empty array of contracts  is ignored.

04-05-2024 11:01:14:Found 0 provider(s) as expected
04-05-2024 11:01:14:The provider with empty contracts has ben ignored as expected
04-05-2024 11:01:14:FINISHED TEST : registerObjectEmptyContractsTest()
04-05-2024 11:01:14:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:14:STARTING TEST : registerClassBindingPriorityInMapTest()
04-05-2024 11:01:14:Check on Configurable Client
04-05-2024 11:01:14:Already registered 0 classes
04-05-2024 11:01:14:Already registered 0 instances
04-05-2024 11:01:14:Found 2 provider(s) as expected
04-05-2024 11:01:14:Found 2 provider(s) as expected
04-05-2024 11:01:14:ee.jakarta.tck.ws.rs.ee.rs.core.configurable.FirstFilter has been executed as second, as expected
04-05-2024 11:01:14:Check on Configurable WebTarget
04-05-2024 11:01:14:Already registered 0 classes
04-05-2024 11:01:14:Already registered 0 instances
04-05-2024 11:01:14:Found 0 provider(s) as expected
04-05-2024 11:01:14:Found 2 provider(s) as expected
04-05-2024 11:01:14:ee.jakarta.tck.ws.rs.ee.rs.core.configurable.FirstFilter has been executed as second, as expected
04-05-2024 11:01:14:FINISHED TEST : registerClassBindingPriorityInMapTest()
04-05-2024 11:01:14:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:14:STARTING TEST : registerObjectReaderContractsInMapTest()
04-05-2024 11:01:14:Check on Configurable Client
04-05-2024 11:01:14:Already registered 0 classes
04-05-2024 11:01:14:Already registered 0 instances
04-05-2024 11:01:14:Found 1 provider(s) as expected
04-05-2024 11:01:14:Found 1 provider(s) as expected
04-05-2024 11:01:14:sucessufully read Callable by provider registered on Configurable Client
04-05-2024 11:01:14:Check on Configurable WebTarget
04-05-2024 11:01:14:Already registered 0 classes
04-05-2024 11:01:14:Already registered 0 instances
04-05-2024 11:01:14:Found 0 provider(s) as expected
04-05-2024 11:01:14:Found 1 provider(s) as expected
04-05-2024 11:01:14:sucessufully read Callable by provider registered on Configurable WebTarget
04-05-2024 11:01:14:FINISHED TEST : registerObjectReaderContractsInMapTest()
04-05-2024 11:01:14:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:14:STARTING TEST : registerClassNullContractsTest()
04-05-2024 11:01:14:Check on Configurable Client
04-05-2024 11:01:14:Already registered 0 classes
04-05-2024 11:01:14:Already registered 0 instances
Apr 05, 2024 11:01:14 AM org.glassfish.jersey.model.internal.CommonConfig register
WARNING: Attempt to register component of type class ee.jakarta.tck.ws.rs.api.rs.core.configurable.CallableProvider to null or empty array of contracts  is ignored.
04-05-2024 11:01:14:Found 0 provider(s) as expected
04-05-2024 11:01:14:Found 0 provider(s) as expected
04-05-2024 11:01:14:The provider with null contract has ben ignored as expected
04-05-2024 11:01:14:Check on Configurable WebTarget
04-05-2024 11:01:14:Already registered 0 classes
04-05-2024 11:01:14:Already registered 0 instances
04-05-2024 11:01:14:Found 0 provider(s) as expected
Apr 05, 2024 11:01:14 AM org.glassfish.jersey.model.internal.CommonConfig register
WARNING: Attempt to register component of type class ee.jakarta.tck.ws.rs.api.rs.core.configurable.CallableProvider to null or empty array of contracts  is ignored.
04-05-2024 11:01:14:Found 0 provider(s) as expected
04-05-2024 11:01:14:The provider with null contract has ben ignored as expected
04-05-2024 11:01:14:FINISHED TEST : registerClassNullContractsTest()
04-05-2024 11:01:14:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:14:STARTING TEST : registerObjectNotAssignableContractsTest()
Apr 05, 2024 11:01:14 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Contract interface jakarta.ws.rs.client.ClientRequestFilter can not be registered for component class ee.jakarta.tck.ws.rs.ee.rs.core.configurable.JAXRSClientIT$24: Contract not assignable to component.

04-05-2024 11:01:14:Check on Configurable Client
04-05-2024 11:01:14:Already registered 0 classes
04-05-2024 11:01:14:Already registered 0 instances
04-05-2024 11:01:14:Found 0 provider(s) as expected
04-05-2024 11:01:14:Found 0 provider(s) as expected
04-05-2024 11:01:14:The provider withO unassignable contract has ben ignored as expected
04-05-2024 11:01:14:Check on Configurable WebTarget
04-05-2024 11:01:14:Already registered 0 classes
04-05-2024 11:01:14:Already registered 0 instances
Apr 05, 2024 11:01:14 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Contract interface jakarta.ws.rs.client.ClientRequestFilter can not be registered for component class ee.jakarta.tck.ws.rs.ee.rs.core.configurable.JAXRSClientIT$25: Contract not assignable to component.

04-05-2024 11:01:14:Found 0 provider(s) as expected
04-05-2024 11:01:14:Found 0 provider(s) as expected
04-05-2024 11:01:14:The provider withO unassignable contract has ben ignored as expected
04-05-2024 11:01:14:FINISHED TEST : registerObjectNotAssignableContractsTest()
04-05-2024 11:01:14:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:14:STARTING TEST : registerClassNotAssignableContractsTest()Apr 05, 2024 11:01:14 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Contract interface jakarta.ws.rs.client.ClientRequestFilter can not be registered for component class ee.jakarta.tck.ws.rs.api.rs.core.configurable.CallableProvider: Contract not assignable to component.


04-05-2024 11:01:14:Check on Configurable Client
04-05-2024 11:01:14:Already registered 0 classes
04-05-2024 11:01:14:Already registered 0 instances
04-05-2024 11:01:14:Found 0 provider(s) as expected
04-05-2024 11:01:14:Found 0 provider(s) as expected
04-05-2024 11:01:14:The provider with unassignable contract has ben ignored as expected
04-05-2024 11:01:14:Check on Configurable WebTarget
04-05-2024 11:01:14:Already registered 0 classes
04-05-2024 11:01:14:Already registered 0 instances
04-05-2024 11:01:14:Found 0 provider(s) as expected
Apr 05, 2024 11:01:14 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Contract interface jakarta.ws.rs.client.ClientRequestFilter can not be registered for component class ee.jakarta.tck.ws.rs.api.rs.core.configurable.CallableProvider: Contract not assignable to component.

04-05-2024 11:01:14:Found 0 provider(s) as expected
04-05-2024 11:01:14:The provider with unassignable contract has ben ignored as expected
04-05-2024 11:01:14:FINISHED TEST : registerClassNotAssignableContractsTest()
04-05-2024 11:01:14:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:14:STARTING TEST : registerObjectWriterContractsTest()
04-05-2024 11:01:14:Check on Configurable Client
04-05-2024 11:01:14:Already registered 0 classes
04-05-2024 11:01:14:Already registered 0 instances
04-05-2024 11:01:14:Found 1 provider(s) as expected
04-05-2024 11:01:14:Found 1 provider(s) as expected
04-05-2024 11:01:14:sucessufully wrote Callable by provider registered on Configurable Client
04-05-2024 11:01:14: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.
04-05-2024 11:01:14:Check on Configurable WebTarget
04-05-2024 11:01:14:Already registered 0 classes
04-05-2024 11:01:14:Already registered 0 instances
04-05-2024 11:01:14:Found 0 provider(s) as expected
04-05-2024 11:01:14:Found 1 provider(s) as expected
04-05-2024 11:01:14:sucessufully wrote Callable by provider registered on Configurable WebTarget
04-05-2024 11:01:14: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.
04-05-2024 11:01:14:FINISHED TEST : registerObjectWriterContractsTest()
04-05-2024 11:01:14:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:14:STARTING TEST : registerObjectBindingPriorityInMapTest()
04-05-2024 11:01:14:Check on Configurable Client
04-05-2024 11:01:14:Already registered 0 classes
04-05-2024 11:01:14:Already registered 0 instances
04-05-2024 11:01:14:Found 2 provider(s) as expected
04-05-2024 11:01:14:Found 2 provider(s) as expected
04-05-2024 11:01:14:ee.jakarta.tck.ws.rs.ee.rs.core.configurable.FirstFilter has been executed as second, as expected
04-05-2024 11:01:14:Check on Configurable WebTarget
04-05-2024 11:01:14:Already registered 0 classes
04-05-2024 11:01:14:Already registered 0 instances
04-05-2024 11:01:14:Found 0 provider(s) as expected
04-05-2024 11:01:14:Found 2 provider(s) as expected
04-05-2024 11:01:14:ee.jakarta.tck.ws.rs.ee.rs.core.configurable.FirstFilter has been executed as second, as expected
04-05-2024 11:01:14:FINISHED TEST : registerObjectBindingPriorityInMapTest()
04-05-2024 11:01:14:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:14:STARTING TEST : registerClassWriterContractsInMapTest()
04-05-2024 11:01:14:Check on Configurable Client
04-05-2024 11:01:14:Already registered 0 classes
04-05-2024 11:01:14:Already registered 0 instances
04-05-2024 11:01:14:Found 1 provider(s) as expected
04-05-2024 11:01:14:Found 1 provider(s) as expected
04-05-2024 11:01:14:sucessufully wrote Callable by provider registered on Configurable Client
04-05-2024 11:01:14: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.
04-05-2024 11:01:14:Check on Configurable WebTarget
04-05-2024 11:01:14:Already registered 0 classes
04-05-2024 11:01:14:Already registered 0 instances
04-05-2024 11:01:14:Found 0 provider(s) as expected
04-05-2024 11:01:14:Found 1 provider(s) as expected
04-05-2024 11:01:14:sucessufully wrote Callable by provider registered on Configurable WebTarget
04-05-2024 11:01:14: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.
04-05-2024 11:01:14:FINISHED TEST : registerClassWriterContractsInMapTest()
04-05-2024 11:01:14:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:14:STARTING TEST : registerObjectNullContractsTest()Apr 05, 2024 11:01:14 AM org.glassfish.jersey.model.internal.CommonConfig register
WARNING: Attempt to register component of type class ee.jakarta.tck.ws.rs.ee.rs.core.configurable.JAXRSClientIT$24 to null or empty array of contracts  is ignored.

04-05-2024 11:01:14:Check on Configurable Client
04-05-2024 11:01:14:Already registered 0 classes
04-05-2024 11:01:14:Already registered 0 instances
04-05-2024 11:01:14:Found 0 provider(s) as expected
04-05-2024 11:01:14:Found 0 provider(s) as expected
04-05-2024 11:01:14:The provider with null contract has ben ignored as expected
04-05-2024 11:01:14:Check on Configurable WebTarget
04-05-2024 11:01:14:Already registered 0 classes
04-05-2024 11:01:14:Already registered 0 instances
04-05-2024 11:01:14:Found 0 provider(s) as expected
Apr 05, 2024 11:01:14 AM org.glassfish.jersey.model.internal.CommonConfig register
WARNING: Attempt to register component of type class ee.jakarta.tck.ws.rs.ee.rs.core.configurable.JAXRSClientIT$25 to null or empty array of contracts  is ignored.
04-05-2024 11:01:14:Found 0 provider(s) as expected
04-05-2024 11:01:14:The provider with null contract has ben ignored as expected
04-05-2024 11:01:14:FINISHED TEST : registerObjectNullContractsTest()
04-05-2024 11:01:14:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:14:STARTING TEST : registerClassBindingPriorityFirstIsFirstTest()
04-05-2024 11:01:14:Check on Configurable Client
04-05-2024 11:01:14:Already registered 0 classes
04-05-2024 11:01:14:Already registered 0 instances
04-05-2024 11:01:14:Found 2 provider(s) as expected
04-05-2024 11:01:14:Found 2 provider(s) as expected
04-05-2024 11:01:14:ee.jakarta.tck.ws.rs.ee.rs.core.configurable.SecondFilter has been executed as second, as expected
04-05-2024 11:01:14:Check on Configurable WebTarget
04-05-2024 11:01:14:Already registered 0 classes
04-05-2024 11:01:14:Already registered 0 instances
04-05-2024 11:01:14:Found 0 provider(s) as expected
04-05-2024 11:01:14:Found 2 provider(s) as expected
04-05-2024 11:01:14:ee.jakarta.tck.ws.rs.ee.rs.core.configurable.SecondFilter has been executed as second, as expected
04-05-2024 11:01:14:FINISHED TEST : registerClassBindingPriorityFirstIsFirstTest()
[INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.585 s - in ee.jakarta.tck.ws.rs.ee.rs.core.configurable.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT
04-05-2024 11:01:15:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:15:STARTING TEST : isEnabledFeatureReturningFalseTest()
04-05-2024 11:01:15:Registering on Client
04-05-2024 11:01:15:Registering on WebTarget
04-05-2024 11:01:15:Feature feature2 has NOT been enabled as expected
04-05-2024 11:01:15:Feature feature3 has NOT been enabled as expected
04-05-2024 11:01:15:Feature feature4 has NOT been enabled as expected
04-05-2024 11:01:15:Feature feature1 has NOT been enabled as expected
04-05-2024 11:01:15:Feature feature3 has NOT been enabled as expected
04-05-2024 11:01:15:Feature feature4 has NOT been enabled as expected
04-05-2024 11:01:15:No feature enabled as expected on Client configuration
04-05-2024 11:01:15:No feature enabled as expected on Client configuration
04-05-2024 11:01:15:No feature enabled as expected on Client configuration
04-05-2024 11:01:15:No feature enabled as expected on Client configuration
04-05-2024 11:01:15:No feature enabled as expected on WebTarget configuration
04-05-2024 11:01:15:No feature enabled as expected on WebTarget configuration
04-05-2024 11:01:15:No feature enabled as expected on WebTarget configuration
04-05-2024 11:01:15:No feature enabled as expected on WebTarget configuration
04-05-2024 11:01:15:The provider with unassignable contract has ben ignored as expected
04-05-2024 11:01:15:FINISHED TEST : isEnabledFeatureReturningFalseTest()
04-05-2024 11:01:15:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:15:STARTING TEST : isEnabledClassReturningFalseTest()
04-05-2024 11:01:15:Registering on Client
04-05-2024 11:01:15:Registering on WebTarget
04-05-2024 11:01:15:Feature ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT$FeatureReturningFalse2 has NOT been enabled as expected
04-05-2024 11:01:15:Feature ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT$FeatureReturningFalse3 has NOT been enabled as expected
04-05-2024 11:01:15:Feature ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT$FeatureReturningFalse4 has NOT been enabled as expected
04-05-2024 11:01:15:Feature ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT$FeatureReturningFalse1 has NOT been enabled as expected
04-05-2024 11:01:15:Feature ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT$FeatureReturningFalse3 has NOT been enabled as expected
04-05-2024 11:01:15:Feature ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT$FeatureReturningFalse4 has NOT been enabled as expected
04-05-2024 11:01:15:No feature enabled as expected on Client configuration
04-05-2024 11:01:15:No feature enabled as expected on Client configuration
04-05-2024 11:01:15:No feature enabled as expected on Client configuration
04-05-2024 11:01:15:No feature enabled as expected on Client configuration
04-05-2024 11:01:15:No feature enabled as expected on WebTarget configuration
04-05-2024 11:01:15:No feature enabled as expected on WebTarget configuration
04-05-2024 11:01:15:No feature enabled as expected on WebTarget configuration
04-05-2024 11:01:15:No feature enabled as expected on WebTarget configuration
04-05-2024 11:01:15:The provider with unassignable contract has ben ignored as expected
04-05-2024 11:01:15:FINISHED TEST : isEnabledClassReturningFalseTest()
04-05-2024 11:01:15:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:15:STARTING TEST : isEnabledFeatureClassReturningTrueTest()
04-05-2024 11:01:15:Registering on Client
04-05-2024 11:01:15:Registering on WebTarget
04-05-2024 11:01:15:Feature ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT$FeatureReturningTrue2 has NOT been enabled as expected
04-05-2024 11:01:15:Feature ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT$FeatureReturningTrue3 has NOT been enabled as expected
04-05-2024 11:01:15:Feature ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT$FeatureReturningTrue4 has NOT been enabled as expected
04-05-2024 11:01:15:Feature ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT$FeatureReturningTrue1 has been enabled as expected
04-05-2024 11:01:15:Feature ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT$FeatureReturningTrue3 has NOT been enabled as expected
04-05-2024 11:01:15:Feature ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT$FeatureReturningTrue4 has NOT been enabled as expected
04-05-2024 11:01:15:Feature feature1 registered as expected on Client configuration
04-05-2024 11:01:15:Feature feature2 NOT registered as expected on Client configuration
04-05-2024 11:01:15:Feature feature3 NOT registered as expected on Client configuration
04-05-2024 11:01:15:Feature feature4 NOT registered as expected on Client configuration
04-05-2024 11:01:15:Feature feature1 registered as expected on WebTarget configuration
04-05-2024 11:01:15:Feature feature2 registered as expected on WebTarget configuration
04-05-2024 11:01:15:Feature feature3 NOT registered as expected on WebTarget configuration
04-05-2024 11:01:15:Feature feature4 NOT registered as expected on WebTarget configuration
04-05-2024 11:01:15:The provider with unassignable contract has ben ignored as expected
04-05-2024 11:01:15:FINISHED TEST : isEnabledFeatureClassReturningTrueTest()
04-05-2024 11:01:15:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:15:STARTING TEST : isEnabledFeatureReturningTrueTest()
04-05-2024 11:01:15:Registering on Client
04-05-2024 11:01:15:Registering on WebTarget
04-05-2024 11:01:15:Feature feature2 has NOT been enabled as expected
04-05-2024 11:01:15:Feature feature3 has NOT been enabled as expected
04-05-2024 11:01:15:Feature feature4 has NOT been enabled as expected
04-05-2024 11:01:15:Feature feature1 has been enabled as expected
04-05-2024 11:01:15:Feature feature3 has NOT been enabled as expected
04-05-2024 11:01:15:Feature feature4 has NOT been enabled as expected
04-05-2024 11:01:15:Feature feature1 registered as expected on Client configuration
04-05-2024 11:01:15:Feature feature2 NOT registered as expected on Client configuration
04-05-2024 11:01:15:Feature feature3 NOT registered as expected on Client configuration
04-05-2024 11:01:15:Feature feature4 NOT registered as expected on Client configuration
04-05-2024 11:01:15:Feature feature1 registered as expected on WebTarget configuration
04-05-2024 11:01:15:Feature feature2 registered as expected on WebTarget configuration
04-05-2024 11:01:15:Feature feature3 NOT registered as expected on WebTarget configuration
04-05-2024 11:01:15:Feature feature4 NOT registered as expected on WebTarget configuration
04-05-2024 11:01:15:The provider with unassignable contract has ben ignored as expected
04-05-2024 11:01:15:FINISHED TEST : isEnabledFeatureReturningTrueTest()
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.708 s - in ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.core.headers.JAXRSClientIT
04-05-2024 11:01:16:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:16:STARTING TEST : cookieTest()04-05-2024 11:01:16:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/cookie

04-05-2024 11:01:16:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/cookie' to target server at 'localhost:8080'
04-05-2024 11:01:16:###############################
04-05-2024 11:01:16:  TRACE: [WIRE] - >> Accept:*/*, Cookie:$Version=1; name1=value1; $Domain=localhost; $Path=/jaxrs_ee_core_headers_web
04-05-2024 11:01:16:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:01:16:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:16:  TRACE: [WIRE] - << Content-Length: 229
04-05-2024 11:01:16:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:01:16:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:16:  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
04-05-2024 11:01:16:FINISHED TEST : cookieTest()
04-05-2024 11:01:16:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:16:STARTING TEST : contentLanguageTest()
04-05-2024 11:01:16:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/
04-05-2024 11:01:16:  TRACE: [WIRE] - >> Accept:text/plain, Content-Type:*/*, Content-Language:en-us
04-05-2024 11:01:16:  TRACE: [WIRE] - >> anything
04-05-2024 11:01:16:[Request] Dispatching request: 'PUT http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/' to target server at 'localhost:8080'
04-05-2024 11:01:16:###############################
04-05-2024 11:01:16:[Request] Adding entity: Entity{entity=anything, variant=Variant[mediaType=*/*, language=en-us, encoding=null], annotations=[]}
04-05-2024 11:01:16:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:01:16:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:16:  TRACE: [WIRE] - << Content-Length: 21
04-05-2024 11:01:16:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:01:16:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:16:  TRACE: [WIRE] - << Content-Languageen-US
04-05-2024 11:01:16:FINISHED TEST : contentLanguageTest()
04-05-2024 11:01:16:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:16:STARTING TEST : acceptLanguageTest()
04-05-2024 11:01:16:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/acl' to target server at 'localhost:8080'
04-05-2024 11:01:16:###############################04-05-2024 11:01:16:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/acl

04-05-2024 11:01:16:  TRACE: [WIRE] - >> Accept:text/plain, Accept-Language:en-US
04-05-2024 11:01:16:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:01:16:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:16:  TRACE: [WIRE] - << Content-Length: 35
04-05-2024 11:01:16:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:01:16:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:16:  TRACE: [WIRE] - << Accept-LanguagegetLanguage= en-US; 
04-05-2024 11:01:16:FINISHED TEST : acceptLanguageTest()
04-05-2024 11:01:16:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:16:STARTING TEST : getDateTest()04-05-2024 11:01:16:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/date
04-05-2024 11:01:16:  TRACE: [WIRE] - >> Accept:*/*, Date:Fri, 05 Apr 2024 11:01:16 GMT, Content-Type:*/*
04-05-2024 11:01:16:  TRACE: [WIRE] - >> getDate

04-05-2024 11:01:16:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/date' to target server at 'localhost:8080'
04-05-2024 11:01:16:###############################
04-05-2024 11:01:16:[Request] Adding entity: getDate
04-05-2024 11:01:16:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:01:16:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:16:  TRACE: [WIRE] - << Content-Length: 13
04-05-2024 11:01:16:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:01:16:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:16:  TRACE: [WIRE] - << 1712314876000
04-05-2024 11:01:16:#getDate() returned expected Date instance
04-05-2024 11:01:16:FINISHED TEST : getDateTest()
04-05-2024 11:01:16:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:16:STARTING TEST : getHeaderStringTest()
04-05-2024 11:01:16:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/headerstring' to target server at 'localhost:8080'
04-05-2024 11:01:16:###############################
04-05-2024 11:01:16:[Request] Adding entity: askdjb
04-05-2024 11:01:16:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/headerstring
04-05-2024 11:01:16:  TRACE: [WIRE] - >> Accept:*/*, askdjb:askdjbaskdjb, Content-Type:*/*
04-05-2024 11:01:16:  TRACE: [WIRE] - >> askdjb
04-05-2024 11:01:16:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:01:16:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:16:  TRACE: [WIRE] - << Content-Length: 12
04-05-2024 11:01:16:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:01:16:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:16:  TRACE: [WIRE] - << askdjbaskdjb
04-05-2024 11:01:16:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/headerstring' to target server at 'localhost:8080'
04-05-2024 11:01:16:###############################
04-05-2024 11:01:16:[Request] Adding entity: ksadbva
04-05-2024 11:01:16:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/headerstring
04-05-2024 11:01:16:  TRACE: [WIRE] - >> Accept:*/*, ksadbva:ksadbvaksadbva, Content-Type:*/*
04-05-2024 11:01:16:  TRACE: [WIRE] - >> ksadbva
04-05-2024 11:01:16:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:01:16:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:16:  TRACE: [WIRE] - << Content-Length: 14
04-05-2024 11:01:16:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:01:16:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:16:  TRACE: [WIRE] - << ksadbvaksadbva
04-05-2024 11:01:16:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/headerstring' to target server at 'localhost:8080'
04-05-2024 11:01:16:###############################
04-05-2024 11:01:16:[Request] Adding entity: klwiaslkfn04-05-2024 11:01:16:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/headerstring

04-05-2024 11:01:16:  TRACE: [WIRE] - >> Accept:*/*, klwiaslkfn:klwiaslkfnklwiaslkfn, Content-Type:*/*
04-05-2024 11:01:16:  TRACE: [WIRE] - >> klwiaslkfn
04-05-2024 11:01:16:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:01:16:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:16:  TRACE: [WIRE] - << Content-Length: 20
04-05-2024 11:01:16:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:01:16:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:16:  TRACE: [WIRE] - << klwiaslkfnklwiaslkfn
04-05-2024 11:01:16:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/headerstring' to target server at 'localhost:8080'
04-05-2024 11:01:16:###############################
04-05-2024 11:01:16:[Request] Adding entity: klwvasbk
04-05-2024 11:01:16:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/headerstring
04-05-2024 11:01:16:  TRACE: [WIRE] - >> Accept:*/*, klwvasbk:klwvasbkklwvasbk, Content-Type:*/*
04-05-2024 11:01:16:  TRACE: [WIRE] - >> klwvasbk
04-05-2024 11:01:16:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:01:16:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:16:  TRACE: [WIRE] - << Content-Length: 16
04-05-2024 11:01:16:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:01:16:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:16:  TRACE: [WIRE] - << klwvasbkklwvasbk
04-05-2024 11:01:16:#getHeaderString() returned expected header values
04-05-2024 11:01:16:FINISHED TEST : getHeaderStringTest()
04-05-2024 11:01:16:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:16:STARTING TEST : mediaTypeTest()
04-05-2024 11:01:16:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/mt' to target server at 'localhost:8080'
04-05-2024 11:01:16:###############################
04-05-2024 11:01:16:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/mt
04-05-2024 11:01:16:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/xml;charset=utf8
04-05-2024 11:01:16:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:01:16:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:16:  TRACE: [WIRE] - << Content-Length: 136
04-05-2024 11:01:16:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:01:16:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:16:  TRACE: [WIRE] - << getMediaTypeapplication/xml MediaType size=1Key charset; Value utf8application/xml;charset=utf8MediaType= application/xml;charset=utf8; 
04-05-2024 11:01:16:FINISHED TEST : mediaTypeTest()
04-05-2024 11:01:16:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:16:STARTING TEST : getHeaderStringUsesToStringTest()
04-05-2024 11:01:16:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/headerstring' to target server at 'localhost:8080'
04-05-2024 11:01:16:###############################
04-05-2024 11:01:16:[Request] Adding entity: bean
04-05-2024 11:01:16:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/headerstring
04-05-2024 11:01:16:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*, bean:StringBean. To get a value, use rather #get() method.
04-05-2024 11:01:16:  TRACE: [WIRE] - >> bean
04-05-2024 11:01:16:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:01:16:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:16:  TRACE: [WIRE] - << Content-Length: 53
04-05-2024 11:01:16:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:01:16:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:16:  TRACE: [WIRE] - << StringBean. To get a value, use rather #get() method.
04-05-2024 11:01:16:#getHeaderString() returned expected header converted by toString() method
04-05-2024 11:01:16:FINISHED TEST : getHeaderStringUsesToStringTest()
04-05-2024 11:01:16:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:16:STARTING TEST : mediaTypeAcceptableTest()
04-05-2024 11:01:16:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/amt' to target server at 'localhost:8080'
04-05-2024 11:01:16:###############################
04-05-2024 11:01:16:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/amt
04-05-2024 11:01:16:  TRACE: [WIRE] - >> Accept:text/*, text/html, text/html;level=1, */*
04-05-2024 11:01:16:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:01:16:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:16:  TRACE: [WIRE] - << Content-Length: 50
04-05-2024 11:01:16:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:01:16:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:16:  TRACE: [WIRE] - << getAcceptableMediaTypestext/htmltext/htmltext/**/*
04-05-2024 11:01:16:FINISHED TEST : mediaTypeAcceptableTest()
04-05-2024 11:01:16:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:16:STARTING TEST : getLengthTest()
04-05-2024 11:01:16:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/length' to target server at 'localhost:8080'
04-05-2024 11:01:16:###############################
04-05-2024 11:01:16:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/length
04-05-2024 11:01:16:  TRACE: [WIRE] - >> Accept:*/*
04-05-2024 11:01:16:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:01:16:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:16:  TRACE: [WIRE] - << Content-Length: 2
04-05-2024 11:01:16:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:01:16:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:16:  TRACE: [WIRE] - << -1
04-05-2024 11:01:16:#getLength() returned expected length -1
04-05-2024 11:01:16:FINISHED TEST : getLengthTest()
04-05-2024 11:01:16:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:16:STARTING TEST : requestHeadersTest()
04-05-2024 11:01:16:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/headers
04-05-2024 11:01:16:  TRACE: [WIRE] - >> Accept:text/*, text/html, text/html;level=1, */*, Content-Type:application/xml;charset=utf8
04-05-2024 11:01:16:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:01:16:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/headers' to target server at 'localhost:8080'
04-05-2024 11:01:16:###############################
04-05-2024 11:01:16:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:16:  TRACE: [WIRE] - << Content-Length: 130
04-05-2024 11:01:16:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:01:16:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:16:  TRACE: [WIRE] - << getRequestHeaders= Found Accept: [text/*, text/html, text/html;level=1, */*]; Found Content-Type: [application/xml;charset=utf8]; 
04-05-2024 11:01:16:FINISHED TEST : requestHeadersTest()
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.824 s - in ee.jakarta.tck.ws.rs.ee.rs.core.headers.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.core.request.JAXRSClientIT
04-05-2024 11:01:17:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:17:STARTING TEST : evaluatePreconditionsTagIfNonMatchGetTest()
04-05-2024 11:01:17:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_request_web/RequestTest/preconditionsGet HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:01:17:FINISHED TEST : evaluatePreconditionsTagIfNonMatchGetTest()
04-05-2024 11:01:17:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:17:STARTING TEST : evaluatePreconditionsIfModSinceAgesAgoGetTest()
04-05-2024 11:01:17:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_request_web/RequestTest/preconditionsAgesAgoGet HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:01:17:FINISHED TEST : evaluatePreconditionsIfModSinceAgesAgoGetTest()
04-05-2024 11:01:17:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:17:STARTING TEST : evaluatePreconditionsTagIfModSinceNowAAAGetTest()
04-05-2024 11:01:17:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_request_web/RequestTest/preconditionsNowAAAGet HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:01:17:FINISHED TEST : evaluatePreconditionsTagIfModSinceNowAAAGetTest()
04-05-2024 11:01:17:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:17:STARTING TEST : selectVariantGetRequestTest()
04-05-2024 11:01:17:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_request_web/RequestTest/SelectVariantTestGet HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:01:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:01:17:FINISHED TEST : selectVariantGetRequestTest()
04-05-2024 11:01:17:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:17:STARTING TEST : evaluatePreconditionsTagIfModAAASinceGetTest()
04-05-2024 11:01:17:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_request_web/RequestTest/preconditionsAAAAgesAgoGet HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:01:17:FINISHED TEST : evaluatePreconditionsTagIfModAAASinceGetTest()
04-05-2024 11:01:17:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:17:STARTING TEST : selectVariantDeleteRequestTest()
04-05-2024 11:01:17:[HttpRequest] Dispatching request: 'DELETE /jaxrs_ee_core_request_web/RequestTest/SelectVariantTestDelete HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:01:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:01:17:FINISHED TEST : selectVariantDeleteRequestTest()
04-05-2024 11:01:17:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:17:STARTING TEST : evaluatePreconditionsIfUnmodSinceNowGetTest()
04-05-2024 11:01:17:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_request_web/RequestTest/preconditionsNowGet HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:01:17:FINISHED TEST : evaluatePreconditionsIfUnmodSinceNowGetTest()
04-05-2024 11:01:17:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:17:STARTING TEST : evaluatePreconditionsTagNullAndSimpleGetTest()
04-05-2024 11:01:17:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_request_web/RequestTest/preconditionsSimpleGet HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:01:17:FINISHED TEST : evaluatePreconditionsTagNullAndSimpleGetTest()
04-05-2024 11:01:17:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:17:STARTING TEST : evaluatePreconditionsTagIfNonMatchAAAPutTest()
04-05-2024 11:01:17:[HttpRequest] Dispatching request: 'PUT /jaxrs_ee_core_request_web/RequestTest/preconditionsAAAPut HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:01:17:FINISHED TEST : evaluatePreconditionsTagIfNonMatchAAAPutTest()
04-05-2024 11:01:17:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:17:STARTING TEST : evaluatePreconditionsTagIfNonMatchAAAGetTest()
04-05-2024 11:01:17:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_request_web/RequestTest/preconditionsAAAGet HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:01:17:FINISHED TEST : evaluatePreconditionsTagIfNonMatchAAAGetTest()
04-05-2024 11:01:17:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:17:STARTING TEST : evaluatePreconditionsIfUnmodSinceAgesAgoGetTest()
04-05-2024 11:01:17:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_request_web/RequestTest/preconditionsAgesAgoGet HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:01:17:FINISHED TEST : evaluatePreconditionsIfUnmodSinceAgesAgoGetTest()
04-05-2024 11:01:17:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:17:STARTING TEST : selectVariantPostRequestTest()
04-05-2024 11:01:17:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_core_request_web/RequestTest/SelectVariantTestPost HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:01:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:01:17:FINISHED TEST : selectVariantPostRequestTest()
04-05-2024 11:01:17:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:17:STARTING TEST : getMethodPutRequestTest()
04-05-2024 11:01:17:[HttpRequest] Dispatching request: 'PUT /jaxrs_ee_core_request_web/RequestTest/GetMethodPutTest HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:01:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:01:17:FINISHED TEST : getMethodPutRequestTest()
04-05-2024 11:01:17:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:17:STARTING TEST : evaluatePreconditionsTagIfNonMatchAAAHeadTest()
04-05-2024 11:01:17:[HttpRequest] Dispatching request: 'HEAD /jaxrs_ee_core_request_web/RequestTest/preconditionsAAAHead HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:01:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:01:17:FINISHED TEST : evaluatePreconditionsTagIfNonMatchAAAHeadTest()
04-05-2024 11:01:17:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:17:STARTING TEST : selectVariantResponseVaryTest()
04-05-2024 11:01:17:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_request_web/RequestTest/SelectVariantTestResponse HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:01:17:FINISHED TEST : selectVariantResponseVaryTest()
04-05-2024 11:01:17:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:17:STARTING TEST : getMethodGetRequestTest()
04-05-2024 11:01:17:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_request_web/RequestTest/GetMethodGetTest HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:01:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:01:17:FINISHED TEST : getMethodGetRequestTest()
04-05-2024 11:01:17:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:17:STARTING TEST : evaluatePreconditionsIfModSinceNowGetTest()
04-05-2024 11:01:17:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_request_web/RequestTest/preconditionsNowGet HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:01:17:FINISHED TEST : evaluatePreconditionsIfModSinceNowGetTest()
04-05-2024 11:01:17:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:17:STARTING TEST : evaluatePreconditionsTagIfUnmodSinceNowAAAGetTest()
04-05-2024 11:01:17:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_request_web/RequestTest/preconditionsNowAAAGet HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:01:17:FINISHED TEST : evaluatePreconditionsTagIfUnmodSinceNowAAAGetTest()
04-05-2024 11:01:17:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:17:STARTING TEST : evaluatePreconditionsEntityTagIfMatchBBBPutTest()
04-05-2024 11:01:17:[HttpRequest] Dispatching request: 'PUT /jaxrs_ee_core_request_web/RequestTest/preconditionsAAAPut HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:01:17:FINISHED TEST : evaluatePreconditionsEntityTagIfMatchBBBPutTest()
04-05-2024 11:01:17:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:17:STARTING TEST : evaluatePreconditionsIfNonMatchHeadTest()
04-05-2024 11:01:17:[HttpRequest] Dispatching request: 'HEAD /jaxrs_ee_core_request_web/RequestTest/preconditionsHead HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:01:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:01:17:FINISHED TEST : evaluatePreconditionsIfNonMatchHeadTest()
04-05-2024 11:01:17:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:17:STARTING TEST : evaluatePreconditionsEntityTagIfMatchBBBGetTest()
04-05-2024 11:01:17:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_request_web/RequestTest/preconditionsAAAGet HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:01:17:FINISHED TEST : evaluatePreconditionsEntityTagIfMatchBBBGetTest()
04-05-2024 11:01:17:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:17:STARTING TEST : evaluatePreconditionsEntityTagIfMatchAAAPutTest()
04-05-2024 11:01:17:[HttpRequest] Dispatching request: 'PUT /jaxrs_ee_core_request_web/RequestTest/preconditionsAAAPut HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:01:17:FINISHED TEST : evaluatePreconditionsEntityTagIfMatchAAAPutTest()
04-05-2024 11:01:17:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:17:STARTING TEST : getMethodPostRequestTest()
04-05-2024 11:01:17:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_core_request_web/RequestTest/GetMethodPostTest HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:01:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:01:17:FINISHED TEST : getMethodPostRequestTest()
04-05-2024 11:01:17:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:17:STARTING TEST : evaluatePreconditionsEntityTagIfMatchAAAGetTest()
04-05-2024 11:01:17:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_request_web/RequestTest/preconditionsAAAGet HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:01:17:FINISHED TEST : evaluatePreconditionsEntityTagIfMatchAAAGetTest()
04-05-2024 11:01:17:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:17:STARTING TEST : evaluatePreconditionsTagIfUnmodSinceAAAGetTest()
04-05-2024 11:01:17:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_request_web/RequestTest/preconditionsAAAAgesAgoGet HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:01:17:FINISHED TEST : evaluatePreconditionsTagIfUnmodSinceAAAGetTest()
04-05-2024 11:01:17:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:17:STARTING TEST : getMethodHeadRequestTest()
Apr 05, 2024 11:01:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:01:17:[HttpRequest] Dispatching request: 'HEAD /jaxrs_ee_core_request_web/RequestTest/GetMethodHeadTest HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:01:17:FINISHED TEST : getMethodHeadRequestTest()
04-05-2024 11:01:17:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:17:STARTING TEST : getMethodDeleteRequestTest()
04-05-2024 11:01:17:[HttpRequest] Dispatching request: 'DELETE /jaxrs_ee_core_request_web/RequestTest/GetMethodDeleteTest HTTP/1.1' to target server at 'localhost:8080'Apr 05, 2024 11:01:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 11:01:17:FINISHED TEST : getMethodDeleteRequestTest()
04-05-2024 11:01:17:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:17:STARTING TEST : selectVariantPutRequestTest()
04-05-2024 11:01:17:[HttpRequest] Dispatching request: 'PUT /jaxrs_ee_core_request_web/RequestTest/SelectVariantTestPut HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:01:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:01:17:FINISHED TEST : selectVariantPutRequestTest()
[INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.717 s - in ee.jakarta.tck.ws.rs.ee.rs.core.request.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.core.response.JAXRSClientIT
04-05-2024 11:01:17:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:17:STARTING TEST : readEntityClassAnnotationThrowsProcessingExceptionTest()04-05-2024 11:01:17:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity
04-05-2024 11:01:17:  TRACE: [WIRE] - >> Accept:text/plain
04-05-2024 11:01:17:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:01:17:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9

04-05-2024 11:01:17:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080'
04-05-2024 11:01:17:###############################
04-05-2024 11:01:17:  TRACE: [WIRE] - << Content-Length: 6
04-05-2024 11:01:17:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:01:17:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:17:  TRACE: [WIRE] - << ENtiTy
04-05-2024 11:01:17:ProcessingException has been thrown as expected
04-05-2024 11:01:17:FINISHED TEST : readEntityClassAnnotationThrowsProcessingExceptionTest()
04-05-2024 11:01:17:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:17:STARTING TEST : getEntityThrowsIllegalStateExceptionWhenConsumedTest()
04-05-2024 11:01:17:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity
04-05-2024 11:01:17:  TRACE: [WIRE] - >> Accept:text/plain
04-05-2024 11:01:17:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:01:17:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:17:  TRACE: [WIRE] - << Content-Length: 6
04-05-2024 11:01:17:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:01:17:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080'
04-05-2024 11:01:17:###############################
04-05-2024 11:01:17:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:17:  TRACE: [WIRE] - << ENtiTy
04-05-2024 11:01:17:#getEntity throws IllegalStateException as expected java.lang.IllegalStateException: Entity input stream has already been closed.
04-05-2024 11:01:17:FINISHED TEST : getEntityThrowsIllegalStateExceptionWhenConsumedTest()
04-05-2024 11:01:17:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:17:STARTING TEST : getLocationNotPresentTest()
04-05-2024 11:01:17:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity
04-05-2024 11:01:17:  TRACE: [WIRE] - >> Accept:text/plain
04-05-2024 11:01:17:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:01:17:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:17:  TRACE: [WIRE] - << Content-Length: 6
04-05-2024 11:01:17:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:01:17:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080'
04-05-2024 11:01:17:###############################
04-05-2024 11:01:17:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:17:  TRACE: [WIRE] - << ENtiTy
04-05-2024 11:01:17:response#getLocation() was null as expected
04-05-2024 11:01:17:FINISHED TEST : getLocationNotPresentTest()
04-05-2024 11:01:17:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:17:STARTING TEST : getHeaderStringUsingHeaderDelegateTest()04-05-2024 11:01:17:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/setstringbeanruntime
04-05-2024 11:01:17:  TRACE: [WIRE] - >> Accept:text/plain
04-05-2024 11:01:17:  TRACE: [WIRE] - << 200 OK

04-05-2024 11:01:17:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/setstringbeanruntime' to target server at 'localhost:8080'
04-05-2024 11:01:17:###############################
04-05-2024 11:01:17:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:17:  TRACE: [WIRE] - << Content-Length: 0
04-05-2024 11:01:17:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:17:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headerstring' to target server at 'localhost:8080'
04-05-2024 11:01:17:###############################
04-05-2024 11:01:17:[Request] Adding entity: delegate
04-05-2024 11:01:17:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headerstring
04-05-2024 11:01:17:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:01:17:  TRACE: [WIRE] - >> delegate
04-05-2024 11:01:17:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:01:17:  TRACE: [WIRE] - << s3: s3
04-05-2024 11:01:17:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:17:  TRACE: [WIRE] - << Content-Length: 0
04-05-2024 11:01:17:  TRACE: [WIRE] - << s1: s1
04-05-2024 11:01:17:  TRACE: [WIRE] - << s2: s2
04-05-2024 11:01:17:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:17:HeaderDelegate is used for header as expected
04-05-2024 11:01:17:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/setoriginalruntime' to target server at 'localhost:8080'
04-05-2024 11:01:17:###############################
04-05-2024 11:01:17:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/setoriginalruntime
04-05-2024 11:01:17:  TRACE: [WIRE] - >> Accept:text/plain
04-05-2024 11:01:17:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:01:17:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:17:  TRACE: [WIRE] - << Content-Length: 0
04-05-2024 11:01:17:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:17:FINISHED TEST : getHeaderStringUsingHeaderDelegateTest()
04-05-2024 11:01:17:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:18:STARTING TEST : readEntityGenericTypeAnnotationCloseIsCalledTest()04-05-2024 11:01:18:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted
04-05-2024 11:01:18:  TRACE: [WIRE] - >> Accept:text/plain
04-05-2024 11:01:18:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:01:18:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:18:  TRACE: [WIRE] - << Content-Length: 6

04-05-2024 11:01:18:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted' to target server at 'localhost:8080'
04-05-2024 11:01:18:###############################
04-05-2024 11:01:18:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:01:18:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:18:Close() has been called on an entity stream as expected
04-05-2024 11:01:18:FINISHED TEST : readEntityGenericTypeAnnotationCloseIsCalledTest()
04-05-2024 11:01:18:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:18:STARTING TEST : getLinksIsNotNullTest()
04-05-2024 11:01:18:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080'
04-05-2024 11:01:18:###############################04-05-2024 11:01:18:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity

04-05-2024 11:01:18:  TRACE: [WIRE] - >> Accept:text/plain
04-05-2024 11:01:18:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:01:18:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:18:  TRACE: [WIRE] - << Content-Length: 6
04-05-2024 11:01:18:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:01:18:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:18:  TRACE: [WIRE] - << ENtiTy
04-05-2024 11:01:18:#getLinks contains no links as expected
04-05-2024 11:01:18:FINISHED TEST : getLinksIsNotNullTest()
04-05-2024 11:01:18:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:18:STARTING TEST : readEntityClassAnnotationCloseIsNotCalledOnInputStreamTest()
04-05-2024 11:01:18:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted
04-05-2024 11:01:18:  TRACE: [WIRE] - >> Accept:text/plain
04-05-2024 11:01:18:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:01:18:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted' to target server at 'localhost:8080'
04-05-2024 11:01:18:###############################
04-05-2024 11:01:18:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:18:  TRACE: [WIRE] - << Content-Length: 6
04-05-2024 11:01:18:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:01:18:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:18:Close() has not been called on entity stream as expected
04-05-2024 11:01:18:FINISHED TEST : readEntityClassAnnotationCloseIsNotCalledOnInputStreamTest()
04-05-2024 11:01:18:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:18:STARTING TEST : bufferEntityThrowsExceptionTest()
04-05-2024 11:01:18:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted' to target server at 'localhost:8080'
04-05-2024 11:01:18:###############################04-05-2024 11:01:18:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted

04-05-2024 11:01:18:  TRACE: [WIRE] - >> Accept:text/plain
04-05-2024 11:01:18:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:01:18:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:18:  TRACE: [WIRE] - << Content-Length: 6
04-05-2024 11:01:18:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:01:18:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:18:ProcessingException has been thrown as expected
04-05-2024 11:01:18:FINISHED TEST : bufferEntityThrowsExceptionTest()
04-05-2024 11:01:18:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:18:STARTING TEST : getLinkBuilderForTheRelationTest()
04-05-2024 11:01:18:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/linkbuilder' to target server at 'localhost:8080'
04-05-2024 11:01:18:###############################
04-05-2024 11:01:18:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/linkbuilder
04-05-2024 11:01:18:[Request] Adding entity: anyrelation
04-05-2024 11:01:18:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:01:18:  TRACE: [WIRE] - >> anyrelation
04-05-2024 11:01:18:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:01:18:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:18:  TRACE: [WIRE] - << Content-Length: 0
04-05-2024 11:01:18:  TRACE: [WIRE] - << Link: <http://localhost.tck:888/url404/path1>; rel="anyrelation"
04-05-2024 11:01:18:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:18:#getLinkBuilder creates correct Link for given relation
04-05-2024 11:01:18:FINISHED TEST : getLinkBuilderForTheRelationTest()
04-05-2024 11:01:18:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:18:STARTING TEST : getEntityTagNotPresentTest()
04-05-2024 11:01:18:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/entitytag
04-05-2024 11:01:18:  TRACE: [WIRE] - >> Accept:*/*
04-05-2024 11:01:18:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/entitytag' to target server at 'localhost:8080'
04-05-2024 11:01:18:###############################
04-05-2024 11:01:18:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:01:18:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:18:  TRACE: [WIRE] - << Content-Length: 0
04-05-2024 11:01:18:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:18:response#getEntityTag() was null as expected
04-05-2024 11:01:18:FINISHED TEST : getEntityTagNotPresentTest()
04-05-2024 11:01:18:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:18:STARTING TEST : responseCreatedRelativeURITest()
04-05-2024 11:01:18:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/created
04-05-2024 11:01:18:  TRACE: [WIRE] - >> Accept:text/plain
04-05-2024 11:01:18:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/created' to target server at 'localhost:8080'
04-05-2024 11:01:18:###############################
04-05-2024 11:01:18:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:01:18:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:18:  TRACE: [WIRE] - << Content-Length: 0
04-05-2024 11:01:18:  TRACE: [WIRE] - << Location: http://localhost:8080/jaxrs_ee_core_response_web/created
04-05-2024 11:01:18:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:18:FINISHED TEST : responseCreatedRelativeURITest()
04-05-2024 11:01:18:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:18:STARTING TEST : getLinksTest()04-05-2024 11:01:18:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/links
04-05-2024 11:01:18:  TRACE: [WIRE] - >> Accept:text/plain
04-05-2024 11:01:18:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:01:18:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9

04-05-2024 11:01:18:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/links' to target server at 'localhost:8080'
04-05-2024 11:01:18:###############################
04-05-2024 11:01:18:  TRACE: [WIRE] - << Content-Length: 0
04-05-2024 11:01:18:  TRACE: [WIRE] - << Link: <http://localhost.tck:888/url404/path2>; rel="rel2",<http://localhost.tck:888/url404/path1>; rel="rel1"
04-05-2024 11:01:18:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:18:#getLinks contains expected links
04-05-2024 11:01:18:FINISHED TEST : getLinksTest()
04-05-2024 11:01:18:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:18:STARTING TEST : getStringHeadersUsingHeaderDelegateTest()
04-05-2024 11:01:18:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/setstringbeanruntime
04-05-2024 11:01:18:  TRACE: [WIRE] - >> Accept:text/plain
04-05-2024 11:01:18:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:01:18:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/setstringbeanruntime' to target server at 'localhost:8080'
04-05-2024 11:01:18:###############################
04-05-2024 11:01:18:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:18:  TRACE: [WIRE] - << Content-Length: 0
04-05-2024 11:01:18:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:18:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headerstring' to target server at 'localhost:8080'
04-05-2024 11:01:18:###############################
04-05-2024 11:01:18:[Request] Adding entity: stringheaders04-05-2024 11:01:18:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headerstring

04-05-2024 11:01:18:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:01:18:  TRACE: [WIRE] - >> stringheaders
04-05-2024 11:01:18:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:01:18:  TRACE: [WIRE] - << s3: s3
04-05-2024 11:01:18:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:18:  TRACE: [WIRE] - << Content-Length: 0
04-05-2024 11:01:18:  TRACE: [WIRE] - << s1: s1
04-05-2024 11:01:18:  TRACE: [WIRE] - << s2: s2
04-05-2024 11:01:18:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:18:#getStringHeaders contains expected values s3=[s3],Server=[Eclipse GlassFish 7.0.9],Content-Length=[0],s1=[s1],s2=[s2],X-Powered-By=[Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)]
04-05-2024 11:01:18:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/setoriginalruntime' to target server at 'localhost:8080'
04-05-2024 11:01:18:###############################
04-05-2024 11:01:18:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/setoriginalruntime
04-05-2024 11:01:18:  TRACE: [WIRE] - >> Accept:text/plain
04-05-2024 11:01:18:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:01:18:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:18:  TRACE: [WIRE] - << Content-Length: 0
04-05-2024 11:01:18:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:18:FINISHED TEST : getStringHeadersUsingHeaderDelegateTest()
04-05-2024 11:01:18:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:18:STARTING TEST : readEntityClassThrowsIllegalStateExceptionTest()
04-05-2024 11:01:18:IllegalStateException has been thrown as expected
04-05-2024 11:01:18:FINISHED TEST : readEntityClassThrowsIllegalStateExceptionTest()
04-05-2024 11:01:18:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:18:STARTING TEST : getLanguageNotPresentTest()
04-05-2024 11:01:18:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/language' to target server at 'localhost:8080'
04-05-2024 11:01:18:###############################04-05-2024 11:01:18:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/language

04-05-2024 11:01:18:  TRACE: [WIRE] - >> Accept:*/*
04-05-2024 11:01:18:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:01:18:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:18:  TRACE: [WIRE] - << Content-Length: 0
04-05-2024 11:01:18:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:18:response#getLanguage() was null as expected
04-05-2024 11:01:18:FINISHED TEST : getLanguageNotPresentTest()
04-05-2024 11:01:18:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:18:STARTING TEST : readEntityClassAnnotationCloseIsCalledTest()
04-05-2024 11:01:18:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted' to target server at 'localhost:8080'
04-05-2024 11:01:18:###############################
04-05-2024 11:01:18:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted
04-05-2024 11:01:18:  TRACE: [WIRE] - >> Accept:text/plain
04-05-2024 11:01:18:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:01:18:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:18:  TRACE: [WIRE] - << Content-Length: 6
04-05-2024 11:01:18:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:01:18:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:18:Close() has been called on an entity stream as expected
04-05-2024 11:01:18:FINISHED TEST : readEntityClassAnnotationCloseIsCalledTest()
04-05-2024 11:01:18:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:18:STARTING TEST : readEntityClassCloseIsNotCalledOnInputStreamTest()
04-05-2024 11:01:18:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted' to target server at 'localhost:8080'
04-05-2024 11:01:18:###############################
04-05-2024 11:01:18:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted
04-05-2024 11:01:18:  TRACE: [WIRE] - >> Accept:text/plain
04-05-2024 11:01:18:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:01:18:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:18:  TRACE: [WIRE] - << Content-Length: 6
04-05-2024 11:01:18:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:01:18:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:18:Close() has not been called on entity stream as expected
04-05-2024 11:01:18:FINISHED TEST : readEntityClassCloseIsNotCalledOnInputStreamTest()
04-05-2024 11:01:18:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:18:STARTING TEST : readEntityClassTest()04-05-2024 11:01:18:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity
04-05-2024 11:01:18:  TRACE: [WIRE] - >> Accept:text/plain

04-05-2024 11:01:18:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080'
04-05-2024 11:01:18:###############################
04-05-2024 11:01:18:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:01:18:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:18:  TRACE: [WIRE] - << Content-Length: 6
04-05-2024 11:01:18:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:01:18:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:18:  TRACE: [WIRE] - << ENtiTy
04-05-2024 11:01:18:Got expected ENtiTy
04-05-2024 11:01:18:FINISHED TEST : readEntityClassTest()
04-05-2024 11:01:18:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:18:STARTING TEST : getMediaTypeTest()
04-05-2024 11:01:18:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/mediatype
04-05-2024 11:01:18:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/mediatype' to target server at 'localhost:8080'
04-05-2024 11:01:18:###############################
04-05-2024 11:01:18:[Request] Adding entity: application/atom+xml
04-05-2024 11:01:18:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:01:18:  TRACE: [WIRE] - >> application/atom+xml
04-05-2024 11:01:18:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:01:18:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:18:  TRACE: [WIRE] - << Content-Length: 0
04-05-2024 11:01:18:  TRACE: [WIRE] - << Content-Type: application/atom+xml
04-05-2024 11:01:18:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:18:#getMediaType returned expected MediaType
04-05-2024 11:01:18:FINISHED TEST : getMediaTypeTest()
04-05-2024 11:01:18:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:18:STARTING TEST : getLinkTest()
04-05-2024 11:01:18:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/link
04-05-2024 11:01:18:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:01:18:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/link' to target server at 'localhost:8080'
04-05-2024 11:01:18:###############################
04-05-2024 11:01:18:[Request] Adding entity: getLinkTest
04-05-2024 11:01:18:  TRACE: [WIRE] - >> getLinkTest
04-05-2024 11:01:18:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:01:18:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:18:  TRACE: [WIRE] - << Content-Length: 0
04-05-2024 11:01:18:  TRACE: [WIRE] - << Link: <http://localhost.tck:888/url404/path>; rel="getLinkTest"
04-05-2024 11:01:18:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:18:#getLink matches expected Link
04-05-2024 11:01:18:FINISHED TEST : getLinkTest()
04-05-2024 11:01:18:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:18:STARTING TEST : readEntityGenericTypeAnnotationIsNullWhenNoEntityTest()
04-05-2024 11:01:18:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=200' to target server at 'localhost:8080'
04-05-2024 11:01:18:###############################
04-05-2024 11:01:18:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=200
04-05-2024 11:01:18:  TRACE: [WIRE] - >> Accept:text/plain
04-05-2024 11:01:18:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:01:18:  TRACE: [WIRE] - << TESTHEADER: status code in request = 200
04-05-2024 11:01:18:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:18:  TRACE: [WIRE] - << Content-Length: 0
04-05-2024 11:01:18:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:18:Null or zero length entity returned when no entity as expected
04-05-2024 11:01:18:FINISHED TEST : readEntityGenericTypeAnnotationIsNullWhenNoEntityTest()
04-05-2024 11:01:18:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:18:STARTING TEST : readEntityGenericCloseIsCalledTest()
04-05-2024 11:01:18:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted
04-05-2024 11:01:18:  TRACE: [WIRE] - >> Accept:text/plain
04-05-2024 11:01:18:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:01:18:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted' to target server at 'localhost:8080'
04-05-2024 11:01:18:###############################
04-05-2024 11:01:18:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:18:  TRACE: [WIRE] - << Content-Length: 6
04-05-2024 11:01:18:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:01:18:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:18:Close() has been called on an entity stream as expected
04-05-2024 11:01:18:FINISHED TEST : readEntityGenericCloseIsCalledTest()
04-05-2024 11:01:18:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:18:STARTING TEST : hasEntityThrowsIllegalStateExceptionTest()
04-05-2024 11:01:18:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity
04-05-2024 11:01:18:  TRACE: [WIRE] - >> Accept:text/plain
04-05-2024 11:01:18:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:01:18:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:18:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080'
04-05-2024 11:01:18:###############################
04-05-2024 11:01:18:  TRACE: [WIRE] - << Content-Length: 6
04-05-2024 11:01:18:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:01:18:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:18:  TRACE: [WIRE] - << ENtiTy
04-05-2024 11:01:18:IllegalStateException has been thrown as expected
04-05-2024 11:01:18:FINISHED TEST : hasEntityThrowsIllegalStateExceptionTest()
04-05-2024 11:01:18:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:18:STARTING TEST : getHeadersIsMutableTest()
04-05-2024 11:01:18:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headers
04-05-2024 11:01:18:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headers' to target server at 'localhost:8080'
04-05-2024 11:01:18:###############################
04-05-2024 11:01:18:  TRACE: [WIRE] - >> Accept:*/*
04-05-2024 11:01:18:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:01:18:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:18:  TRACE: [WIRE] - << Content-Length: 0
04-05-2024 11:01:18:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:18:getHeaders is mutable
04-05-2024 11:01:18:FINISHED TEST : getHeadersIsMutableTest()
04-05-2024 11:01:18:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:18:STARTING TEST : readEntityClassAnnotationTest()
04-05-2024 11:01:18:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/date?date=1712314878379
04-05-2024 11:01:18:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/date?date=1712314878379' to target server at 'localhost:8080'
04-05-2024 11:01:18:###############################
04-05-2024 11:01:18:  TRACE: [WIRE] - >> Accept:text/plain
04-05-2024 11:01:18:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:01:18:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:18:  TRACE: [WIRE] - << Content-Length: 13
04-05-2024 11:01:18:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:01:18:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:18:  TRACE: [WIRE] - << 1712314878379
04-05-2024 11:01:18:Got expected date Fri Apr 05 11:01:18 UTC 2024
04-05-2024 11:01:18:FINISHED TEST : readEntityClassAnnotationTest()
04-05-2024 11:01:18:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:18:STARTING TEST : hasLinkWhenNoLinkTest()
04-05-2024 11:01:18:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity
04-05-2024 11:01:18:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080'
04-05-2024 11:01:18:###############################
04-05-2024 11:01:18:  TRACE: [WIRE] - >> Accept:text/plain
04-05-2024 11:01:18:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:01:18:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:18:  TRACE: [WIRE] - << Content-Length: 6
04-05-2024 11:01:18:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:01:18:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:18:  TRACE: [WIRE] - << ENtiTy
04-05-2024 11:01:18:#hasLink has not found any Link as expected
04-05-2024 11:01:18:FINISHED TEST : hasLinkWhenNoLinkTest()
04-05-2024 11:01:18:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:18:STARTING TEST : closeTest()
04-05-2024 11:01:18:#close() closed the stream, and consecutive reading threw IllegalStateException as expected
04-05-2024 11:01:18:FINISHED TEST : closeTest()
04-05-2024 11:01:18:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:18:STARTING TEST : getLanguageTest()
04-05-2024 11:01:18:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/language
04-05-2024 11:01:18:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:01:18:  TRACE: [WIRE] - >> CA
04-05-2024 11:01:18:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/language' to target server at 'localhost:8080'
04-05-2024 11:01:18:###############################
04-05-2024 11:01:18:[Request] Adding entity: CA
04-05-2024 11:01:18:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:01:18:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:18:  TRACE: [WIRE] - << Content-Length: 0
04-05-2024 11:01:18:  TRACE: [WIRE] - << Content-Language: fr-CA
04-05-2024 11:01:18:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:18:#getLocale matches the Content-Language HTTP header
04-05-2024 11:01:18:FINISHED TEST : getLanguageTest()
04-05-2024 11:01:18:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:18:STARTING TEST : getDateTest()04-05-2024 11:01:18:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/date
04-05-2024 11:01:18:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:01:18:  TRACE: [WIRE] - >> 1712314878000

04-05-2024 11:01:18:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/date' to target server at 'localhost:8080'
04-05-2024 11:01:18:###############################
04-05-2024 11:01:18:[Request] Adding entity: 1712314878000
04-05-2024 11:01:19:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:01:19:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:19:  TRACE: [WIRE] - << Content-Length: 0
04-05-2024 11:01:19:  TRACE: [WIRE] - << Date: Fri, 05 Apr 2024 11:01:18 GMT
04-05-2024 11:01:19:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:19:#getDate matches the Date HTTP header
04-05-2024 11:01:19:FINISHED TEST : getDateTest()
04-05-2024 11:01:19:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:19:STARTING TEST : readEntityClassAnnotationThrowsIllegalStateExceptionTest()
04-05-2024 11:01:19:IllegalStateException has been thrown as expected
04-05-2024 11:01:19:FINISHED TEST : readEntityClassAnnotationThrowsIllegalStateExceptionTest()
04-05-2024 11:01:19:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:19:STARTING TEST : readEntityClassIsNullWhenNoEntityTest()
04-05-2024 11:01:19:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=200' to target server at 'localhost:8080'
04-05-2024 11:01:19:###############################
04-05-2024 11:01:20:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=200
04-05-2024 11:01:20:  TRACE: [WIRE] - >> Accept:text/plain
04-05-2024 11:01:20:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:01:20:  TRACE: [WIRE] - << TESTHEADER: status code in request = 200
04-05-2024 11:01:20:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:20:  TRACE: [WIRE] - << Content-Length: 0
04-05-2024 11:01:20:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:20:Null or zero length entity returned when no entity as expected
04-05-2024 11:01:20:FINISHED TEST : readEntityClassIsNullWhenNoEntityTest()
04-05-2024 11:01:20:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:20:STARTING TEST : getHeaderStringTest()
04-05-2024 11:01:20:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headers' to target server at 'localhost:8080'
04-05-2024 11:01:20:###############################
04-05-2024 11:01:20:[Request] Adding entity: headerstring
04-05-2024 11:01:20:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headers
04-05-2024 11:01:20:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:01:20:  TRACE: [WIRE] - >> headerstring
04-05-2024 11:01:20:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:01:20:  TRACE: [WIRE] - << Cache-Control: no-transform
04-05-2024 11:01:20:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:20:  TRACE: [WIRE] - << Content-Encoding: gzip
04-05-2024 11:01:20:  TRACE: [WIRE] - << Set-Cookie: cookie=eikooc;Version=1
04-05-2024 11:01:20:  TRACE: [WIRE] - << Expires: Fri, 05 Apr 2024 11:01:20 GMT
04-05-2024 11:01:20:  TRACE: [WIRE] - << Content-Length: 0
04-05-2024 11:01:20:  TRACE: [WIRE] - << Content-Language: fr-CA
04-05-2024 11:01:20:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:20:Found following objects:
04-05-2024 11:01:20:Cache-Control:no-transform Server:Eclipse GlassFish 7.0.9 Content-Encoding:gzip Set-Cookie:cookie=eikooc;Version=1 Expires:Fri, 05 Apr 2024 11:01:20 GMT Content-Length:0 Content-Language:fr-CA X-Powered-By:Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:20:FINISHED TEST : getHeaderStringTest()
04-05-2024 11:01:20:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:20:STARTING TEST : readEntityGenericTypeThrowsIllegalStateExceptionTest()
04-05-2024 11:01:20:IllegalStateException has been thrown as expected
04-05-2024 11:01:20:FINISHED TEST : readEntityGenericTypeThrowsIllegalStateExceptionTest()
04-05-2024 11:01:20:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:20:STARTING TEST : readEntityClassCloseIsCalledTest()
04-05-2024 11:01:20:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted
04-05-2024 11:01:20:  TRACE: [WIRE] - >> Accept:text/plain
04-05-2024 11:01:20:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:01:20:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted' to target server at 'localhost:8080'
04-05-2024 11:01:20:###############################
04-05-2024 11:01:20:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:20:  TRACE: [WIRE] - << Content-Length: 6
04-05-2024 11:01:20:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:01:20:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:20:Close() has been called on an entity stream as expected
04-05-2024 11:01:20:FINISHED TEST : readEntityClassCloseIsCalledTest()
04-05-2024 11:01:20:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:20:STARTING TEST : readEntityGenericTypeThrowsProcessingExceptionTest()
04-05-2024 11:01:20:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080'
04-05-2024 11:01:20:###############################
04-05-2024 11:01:20:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity
04-05-2024 11:01:20:  TRACE: [WIRE] - >> Accept:text/plain
04-05-2024 11:01:20:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:01:20:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:20:  TRACE: [WIRE] - << Content-Length: 6
04-05-2024 11:01:20:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:01:20:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:20:  TRACE: [WIRE] - << ENtiTy
04-05-2024 11:01:20:ProcessingException has been thrown as expected
04-05-2024 11:01:20:FINISHED TEST : readEntityGenericTypeThrowsProcessingExceptionTest()
04-05-2024 11:01:20:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:20:STARTING TEST : getStringHeadersUsingToStringTest()
04-05-2024 11:01:20:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headerstring
04-05-2024 11:01:20:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:01:20:  TRACE: [WIRE] - >> stringheaders
04-05-2024 11:01:20:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:01:20:  TRACE: [WIRE] - << s3: StringBean. To get a value, use rather #get() method.
04-05-2024 11:01:20:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:20:  TRACE: [WIRE] - << Content-Length: 0
04-05-2024 11:01:20:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headerstring' to target server at 'localhost:8080'
04-05-2024 11:01:20:###############################
04-05-2024 11:01:20:[Request] Adding entity: stringheaders
04-05-2024 11:01:20:  TRACE: [WIRE] - << s1: s1
04-05-2024 11:01:20:  TRACE: [WIRE] - << s2: s2
04-05-2024 11:01:20:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:20:#getStringHeaders contains expected values s3=[StringBean. To get a value, use rather #get() method.],Server=[Eclipse GlassFish 7.0.9],Content-Length=[0],s1=[s1],s2=[s2],X-Powered-By=[Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)]
04-05-2024 11:01:20:FINISHED TEST : getStringHeadersUsingToStringTest()
04-05-2024 11:01:20:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:20:STARTING TEST : getAllowedMethodsTest()
04-05-2024 11:01:20:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/allowedmethods
04-05-2024 11:01:20:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:01:20:  TRACE: [WIRE] - >> POST TRACE
04-05-2024 11:01:20:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/allowedmethods' to target server at 'localhost:8080'
04-05-2024 11:01:20:###############################
04-05-2024 11:01:20:[Request] Adding entity: POST TRACE
04-05-2024 11:01:20:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:01:20:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:20:  TRACE: [WIRE] - << Content-Length: 0
04-05-2024 11:01:20:  TRACE: [WIRE] - << Allow: TRACE,POST
04-05-2024 11:01:20:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:20:#getAllowedMethods returned expected methods TRACE;POST
04-05-2024 11:01:20:FINISHED TEST : getAllowedMethodsTest()
04-05-2024 11:01:20:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:20:STARTING TEST : readEntityGenericTypeCloseIsNotCalledOnInputStreamTest()
04-05-2024 11:01:20:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted
04-05-2024 11:01:20:  TRACE: [WIRE] - >> Accept:text/plain
04-05-2024 11:01:20:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:01:20:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:20:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted' to target server at 'localhost:8080'
04-05-2024 11:01:20:###############################
04-05-2024 11:01:20:  TRACE: [WIRE] - << Content-Length: 6
04-05-2024 11:01:20:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:01:20:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:20:Close() has not been called on entity stream as expected
04-05-2024 11:01:20:FINISHED TEST : readEntityGenericTypeCloseIsNotCalledOnInputStreamTest()
04-05-2024 11:01:20:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:20:STARTING TEST : getLengthNotPresentTest()
04-05-2024 11:01:20:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/length
04-05-2024 11:01:20:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/length' to target server at 'localhost:8080'
04-05-2024 11:01:20:###############################
04-05-2024 11:01:20:  TRACE: [WIRE] - >> Accept:*/*
04-05-2024 11:01:20:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:01:20:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:20:  TRACE: [WIRE] - << Content-Length: 0
04-05-2024 11:01:20:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:20:#getLength matches expected Content-Length 0
04-05-2024 11:01:20:FINISHED TEST : getLengthNotPresentTest()
04-05-2024 11:01:20:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:20:STARTING TEST : readEntityGenericTypeAnnotationThrowsIllegalStateExceptionTest()
04-05-2024 11:01:20:IllegalStateException has been thrown as expected
04-05-2024 11:01:20:FINISHED TEST : readEntityGenericTypeAnnotationThrowsIllegalStateExceptionTest()
04-05-2024 11:01:20:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:20:STARTING TEST : readEntityClassAnnotationIsNullWhenNoEntityTest()
04-05-2024 11:01:20:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=200' to target server at 'localhost:8080'
04-05-2024 11:01:20:###############################
04-05-2024 11:01:20:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=200
04-05-2024 11:01:20:  TRACE: [WIRE] - >> Accept:text/plain
04-05-2024 11:01:20:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:01:20:  TRACE: [WIRE] - << TESTHEADER: status code in request = 200
04-05-2024 11:01:20:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:20:  TRACE: [WIRE] - << Content-Length: 0
04-05-2024 11:01:20:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:20:Null or zero length entity returned when no entity as expected
04-05-2024 11:01:20:FINISHED TEST : readEntityClassAnnotationIsNullWhenNoEntityTest()
04-05-2024 11:01:20:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:20:STARTING TEST : bufferEntityBuffersDataTest()
04-05-2024 11:01:20:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity
04-05-2024 11:01:20:  TRACE: [WIRE] - >> Accept:text/plain
04-05-2024 11:01:20:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:01:20:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080'
04-05-2024 11:01:20:###############################
04-05-2024 11:01:20:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:20:  TRACE: [WIRE] - << Content-Length: 6
04-05-2024 11:01:20:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:01:20:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:20:  TRACE: [WIRE] - << ENtiTy
04-05-2024 11:01:20:#bufferEntity did buffer opened stream as expected
04-05-2024 11:01:20:FINISHED TEST : bufferEntityBuffersDataTest()
04-05-2024 11:01:20:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:20:STARTING TEST : getCookiesIsImmutableTest()
04-05-2024 11:01:20:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/cookies
04-05-2024 11:01:20:  TRACE: [WIRE] - >> Accept:text/plain
04-05-2024 11:01:20:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:01:20:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:20:  TRACE: [WIRE] - << Set-Cookie: c2=v2;Version=1,c1=v1;Version=1
04-05-2024 11:01:20:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/cookies' to target server at 'localhost:8080'
04-05-2024 11:01:20:###############################
04-05-2024 11:01:20:  TRACE: [WIRE] - << Content-Length: 0
04-05-2024 11:01:20:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:20:#getCookies is read-only as expected
04-05-2024 11:01:20:FINISHED TEST : getCookiesIsImmutableTest()
04-05-2024 11:01:20:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:20:STARTING TEST : getHeaderStringUsingToStringTest()
04-05-2024 11:01:20:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headerstring' to target server at 'localhost:8080'
04-05-2024 11:01:20:###############################
04-05-2024 11:01:20:[Request] Adding entity: toString
04-05-2024 11:01:20:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headerstring
04-05-2024 11:01:20:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:01:20:  TRACE: [WIRE] - >> toString
04-05-2024 11:01:20:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:01:20:  TRACE: [WIRE] - << s3: StringBean. To get a value, use rather #get() method.
04-05-2024 11:01:20:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:20:  TRACE: [WIRE] - << Content-Length: 0
04-05-2024 11:01:20:  TRACE: [WIRE] - << s1: s1
04-05-2024 11:01:20:  TRACE: [WIRE] - << s2: s2
04-05-2024 11:01:20:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:20:toString method is used as expected
04-05-2024 11:01:20:FINISHED TEST : getHeaderStringUsingToStringTest()
04-05-2024 11:01:20:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:20:STARTING TEST : readEntityGenericTypeAnnotationThrowsProcessingExceptionTest()
04-05-2024 11:01:20:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080'
04-05-2024 11:01:20:###############################04-05-2024 11:01:20:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity

04-05-2024 11:01:20:  TRACE: [WIRE] - >> Accept:text/plain
04-05-2024 11:01:20:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:01:20:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:20:  TRACE: [WIRE] - << Content-Length: 6
04-05-2024 11:01:20:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:01:20:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:20:  TRACE: [WIRE] - << ENtiTy
04-05-2024 11:01:20:ProcessingException has been thrown as expected
04-05-2024 11:01:20:FINISHED TEST : readEntityGenericTypeAnnotationThrowsProcessingExceptionTest()
04-05-2024 11:01:20:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:20:STARTING TEST : statusTest()04-05-2024 11:01:20:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=200
04-05-2024 11:01:20:  TRACE: [WIRE] - >> Accept:text/plain
04-05-2024 11:01:20:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:01:20:  TRACE: [WIRE] - << TESTHEADER: status code in request = 200
04-05-2024 11:01:20:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9

04-05-2024 11:01:20:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=200' to target server at 'localhost:8080'
04-05-2024 11:01:20:###############################
04-05-2024 11:01:20:  TRACE: [WIRE] - << Content-Length: 0
04-05-2024 11:01:20:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:20:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=201' to target server at 'localhost:8080'
04-05-2024 11:01:20:###############################04-05-2024 11:01:20:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=201

04-05-2024 11:01:20:  TRACE: [WIRE] - >> Accept:text/plain
04-05-2024 11:01:20:  TRACE: [WIRE] - << 201 CREATED
04-05-2024 11:01:20:  TRACE: [WIRE] - << TESTHEADER: status code in request = 201
04-05-2024 11:01:20:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:20:  TRACE: [WIRE] - << Content-Length: 0
04-05-2024 11:01:20:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:20:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=202' to target server at 'localhost:8080'
04-05-2024 11:01:20:###############################
04-05-2024 11:01:20:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=202
04-05-2024 11:01:20:  TRACE: [WIRE] - >> Accept:text/plain
04-05-2024 11:01:20:  TRACE: [WIRE] - << 202 ACCEPTED
04-05-2024 11:01:20:  TRACE: [WIRE] - << TESTHEADER: status code in request = 202
04-05-2024 11:01:20:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:20:  TRACE: [WIRE] - << Content-Length: 0
04-05-2024 11:01:20:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:20:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=204' to target server at 'localhost:8080'
04-05-2024 11:01:20:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=204
04-05-2024 11:01:20:###############################
04-05-2024 11:01:20:  TRACE: [WIRE] - >> Accept:text/plain
04-05-2024 11:01:20:  TRACE: [WIRE] - << 204 NO_CONTENT
04-05-2024 11:01:20:  TRACE: [WIRE] - << TESTHEADER: status code in request = 204
04-05-2024 11:01:20:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:20:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:20:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=206' to target server at 'localhost:8080'
04-05-2024 11:01:20:###############################
04-05-2024 11:01:20:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=206
04-05-2024 11:01:20:  TRACE: [WIRE] - >> Accept:text/plain
04-05-2024 11:01:20:  TRACE: [WIRE] - << 206 PARTIAL_CONTENT
04-05-2024 11:01:20:  TRACE: [WIRE] - << TESTHEADER: status code in request = 206
04-05-2024 11:01:20:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:20:  TRACE: [WIRE] - << Content-Length: 0
04-05-2024 11:01:20:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:20:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=300' to target server at 'localhost:8080'
04-05-2024 11:01:20:###############################
04-05-2024 11:01:20:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=300
04-05-2024 11:01:20:  TRACE: [WIRE] - >> Accept:text/plain
04-05-2024 11:01:20:  TRACE: [WIRE] - << 300 MULTIPLE_CHOICES
04-05-2024 11:01:20:  TRACE: [WIRE] - << TESTHEADER: status code in request = 300
04-05-2024 11:01:20:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:20:  TRACE: [WIRE] - << Content-Length: 0
04-05-2024 11:01:20:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:20:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=301' to target server at 'localhost:8080'
04-05-2024 11:01:20:###############################
04-05-2024 11:01:20:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=301
04-05-2024 11:01:20:  TRACE: [WIRE] - >> Accept:text/plain
04-05-2024 11:01:20:  TRACE: [WIRE] - << 301 MOVED_PERMANENTLY
04-05-2024 11:01:20:  TRACE: [WIRE] - << TESTHEADER: status code in request = 301
04-05-2024 11:01:20:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:20:  TRACE: [WIRE] - << Content-Length: 0
04-05-2024 11:01:20:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:20:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=302' to target server at 'localhost:8080'
04-05-2024 11:01:20:###############################
04-05-2024 11:01:20:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=302
04-05-2024 11:01:20:  TRACE: [WIRE] - >> Accept:text/plain
04-05-2024 11:01:20:  TRACE: [WIRE] - << 302 FOUND
04-05-2024 11:01:20:  TRACE: [WIRE] - << TESTHEADER: status code in request = 302
04-05-2024 11:01:20:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:20:  TRACE: [WIRE] - << Content-Length: 0
04-05-2024 11:01:20:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:20:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=303' to target server at 'localhost:8080'
04-05-2024 11:01:20:###############################
04-05-2024 11:01:20:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=303
04-05-2024 11:01:20:  TRACE: [WIRE] - >> Accept:text/plain
04-05-2024 11:01:20:  TRACE: [WIRE] - << 303 SEE_OTHER
04-05-2024 11:01:20:  TRACE: [WIRE] - << TESTHEADER: status code in request = 303
04-05-2024 11:01:20:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:20:  TRACE: [WIRE] - << Content-Length: 0
04-05-2024 11:01:20:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:20:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=304' to target server at 'localhost:8080'
04-05-2024 11:01:20:###############################
04-05-2024 11:01:20:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=304
04-05-2024 11:01:20:  TRACE: [WIRE] - >> Accept:text/plain
04-05-2024 11:01:20:  TRACE: [WIRE] - << 304 NOT_MODIFIED
04-05-2024 11:01:20:  TRACE: [WIRE] - << TESTHEADER: status code in request = 304
04-05-2024 11:01:20:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:20:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:20:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=305' to target server at 'localhost:8080'
04-05-2024 11:01:20:###############################
04-05-2024 11:01:20:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=305
04-05-2024 11:01:20:  TRACE: [WIRE] - >> Accept:text/plain
04-05-2024 11:01:20:  TRACE: [WIRE] - << 305 USE_PROXY
04-05-2024 11:01:20:  TRACE: [WIRE] - << TESTHEADER: status code in request = 305
04-05-2024 11:01:20:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:20:  TRACE: [WIRE] - << Content-Length: 0
04-05-2024 11:01:20:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:20:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=307' to target server at 'localhost:8080'
04-05-2024 11:01:20:###############################
04-05-2024 11:01:20:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=307
04-05-2024 11:01:20:  TRACE: [WIRE] - >> Accept:text/plain
04-05-2024 11:01:20:  TRACE: [WIRE] - << 307 TEMPORARY_REDIRECT
04-05-2024 11:01:20:  TRACE: [WIRE] - << TESTHEADER: status code in request = 307
04-05-2024 11:01:20:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:20:  TRACE: [WIRE] - << Content-Length: 0
04-05-2024 11:01:20:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:20:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=308' to target server at 'localhost:8080'
04-05-2024 11:01:20:###############################
04-05-2024 11:01:20:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=308
04-05-2024 11:01:20:  TRACE: [WIRE] - >> Accept:text/plain
04-05-2024 11:01:20:  TRACE: [WIRE] - << 308 PERMANENT_REDIRECT
04-05-2024 11:01:20:  TRACE: [WIRE] - << TESTHEADER: status code in request = 308
04-05-2024 11:01:20:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:20:  TRACE: [WIRE] - << Content-Length: 0
04-05-2024 11:01:20:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:20:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=400' to target server at 'localhost:8080'
04-05-2024 11:01:20:###############################
04-05-2024 11:01:20:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=400
04-05-2024 11:01:20:  TRACE: [WIRE] - >> Accept:text/plain
04-05-2024 11:01:20:  TRACE: [WIRE] - << 400 BAD_REQUEST
04-05-2024 11:01:20:  TRACE: [WIRE] - << TESTHEADER: status code in request = 400
04-05-2024 11:01:20:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:20:  TRACE: [WIRE] - << Connection: close
04-05-2024 11:01:20:  TRACE: [WIRE] - << Content-Length: 1067
04-05-2024 11:01:20:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 11:01:20:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 11:01:20:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:20:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 7.0.9 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 400 - Bad Request</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Bad Request</p><p><b>description</b>The request sent by the client was syntactically incorrect.</p><hr/><h3>Eclipse GlassFish 7.0.9</h3></body></html>
04-05-2024 11:01:20:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=401' to target server at 'localhost:8080'
04-05-2024 11:01:20:###############################
04-05-2024 11:01:20:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=401
04-05-2024 11:01:20:  TRACE: [WIRE] - >> Accept:text/plain
04-05-2024 11:01:20:  TRACE: [WIRE] - << 401 UNAUTHORIZED
04-05-2024 11:01:20:  TRACE: [WIRE] - << TESTHEADER: status code in request = 401
04-05-2024 11:01:20:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:20:  TRACE: [WIRE] - << Content-Length: 1052
04-05-2024 11:01:20:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 11:01:20:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 11:01:20:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:20:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 7.0.9 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 401 - Unauthorized</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Unauthorized</p><p><b>description</b>This request requires HTTP authentication.</p><hr/><h3>Eclipse GlassFish 7.0.9</h3></body></html>
04-05-2024 11:01:20:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=402' to target server at 'localhost:8080'
04-05-2024 11:01:20:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=402
04-05-2024 11:01:20:###############################
04-05-2024 11:01:20:  TRACE: [WIRE] - >> Accept:text/plain
04-05-2024 11:01:20:  TRACE: [WIRE] - << 402 PAYMENT_REQUIRED
04-05-2024 11:01:20:  TRACE: [WIRE] - << TESTHEADER: status code in request = 402
04-05-2024 11:01:20:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:20:  TRACE: [WIRE] - << Content-Length: 1066
04-05-2024 11:01:20:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 11:01:20:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 11:01:20:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:20:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 7.0.9 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 402 - Payment Required</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Payment Required</p><p><b>description</b>Payment is required for access to this resource.</p><hr/><h3>Eclipse GlassFish 7.0.9</h3></body></html>
04-05-2024 11:01:20:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=403' to target server at 'localhost:8080'
04-05-2024 11:01:20:###############################
04-05-2024 11:01:20:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=403
04-05-2024 11:01:20:  TRACE: [WIRE] - >> Accept:text/plain
04-05-2024 11:01:20:  TRACE: [WIRE] - << 403 FORBIDDEN
04-05-2024 11:01:20:  TRACE: [WIRE] - << TESTHEADER: status code in request = 403
04-05-2024 11:01:20:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:20:  TRACE: [WIRE] - << Content-Length: 1056
04-05-2024 11:01:20:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 11:01:20:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 11:01:20:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:20:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 7.0.9 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 403 - Forbidden</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Forbidden</p><p><b>description</b>Access to the specified resource has been forbidden.</p><hr/><h3>Eclipse GlassFish 7.0.9</h3></body></html>
04-05-2024 11:01:20:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=404' to target server at 'localhost:8080'
04-05-2024 11:01:20:###############################
04-05-2024 11:01:20:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=404
04-05-2024 11:01:20:  TRACE: [WIRE] - >> Accept:text/plain
04-05-2024 11:01:20:  TRACE: [WIRE] - << 404 NOT_FOUND
04-05-2024 11:01:20:  TRACE: [WIRE] - << TESTHEADER: status code in request = 404
04-05-2024 11:01:20:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:20:  TRACE: [WIRE] - << Content-Length: 1044
04-05-2024 11:01:20:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 11:01:20:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 11:01:20:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:20:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 7.0.9 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 404 - Not Found</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Not Found</p><p><b>description</b>The requested resource is not available.</p><hr/><h3>Eclipse GlassFish 7.0.9</h3></body></html>
04-05-2024 11:01:20:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=405' to target server at 'localhost:8080'
04-05-2024 11:01:20:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=405
04-05-2024 11:01:20:  TRACE: [WIRE] - >> Accept:text/plain
04-05-2024 11:01:20:  TRACE: [WIRE] - << 405 METHOD_NOT_ALLOWED
04-05-2024 11:01:20:###############################
04-05-2024 11:01:20:  TRACE: [WIRE] - << TESTHEADER: status code in request = 405
04-05-2024 11:01:20:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:20:  TRACE: [WIRE] - << Content-Length: 1090
04-05-2024 11:01:20:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 11:01:20:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 11:01:20:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:20:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 7.0.9 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 405 - Method Not Allowed</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Method Not Allowed</p><p><b>description</b>The specified HTTP method is not allowed for the requested resource.</p><hr/><h3>Eclipse GlassFish 7.0.9</h3></body></html>
04-05-2024 11:01:20:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=406' to target server at 'localhost:8080'
04-05-2024 11:01:20:###############################
04-05-2024 11:01:20:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=406
04-05-2024 11:01:20:  TRACE: [WIRE] - >> Accept:text/plain
04-05-2024 11:01:20:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 11:01:20:  TRACE: [WIRE] - << TESTHEADER: status code in request = 406
04-05-2024 11:01:20:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:20:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 11:01:20:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 11:01:20:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 11:01:20:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:20:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 7.0.9 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 406 - Not Acceptable</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Not Acceptable</p><p><b>description</b>The resource identified by this request is only capable of generating responses with characteristics not acceptable according to the request "accept" headers.</p><hr/><h3>Eclipse GlassFish 7.0.9</h3></body></html>
04-05-2024 11:01:20:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=407' to target server at 'localhost:8080'
04-05-2024 11:01:20:###############################
04-05-2024 11:01:20:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=407
04-05-2024 11:01:20:  TRACE: [WIRE] - >> Accept:text/plain
04-05-2024 11:01:20:  TRACE: [WIRE] - << 407 PROXY_AUTHENTICATION_REQUIRED
04-05-2024 11:01:20:  TRACE: [WIRE] - << TESTHEADER: status code in request = 407
04-05-2024 11:01:20:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:20:  TRACE: [WIRE] - << Content-Length: 1101
04-05-2024 11:01:20:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 11:01:20:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 11:01:20:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:20:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 7.0.9 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 407 - Proxy Authentication Required</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Proxy Authentication Required</p><p><b>description</b>The client must first authenticate itself with the proxy.</p><hr/><h3>Eclipse GlassFish 7.0.9</h3></body></html>
04-05-2024 11:01:20:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=408' to target server at 'localhost:8080'
04-05-2024 11:01:20:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=408
04-05-2024 11:01:20:###############################
04-05-2024 11:01:20:  TRACE: [WIRE] - >> Accept:text/plain
04-05-2024 11:01:20:  TRACE: [WIRE] - << 408 REQUEST_TIMEOUT
04-05-2024 11:01:20:  TRACE: [WIRE] - << TESTHEADER: status code in request = 408
04-05-2024 11:01:20:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:20:  TRACE: [WIRE] - << Connection: close
04-05-2024 11:01:20:  TRACE: [WIRE] - << Content-Length: 1106
04-05-2024 11:01:20:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 11:01:20:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 11:01:20:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:20:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 7.0.9 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 408 - Request Timeout</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Request Timeout</p><p><b>description</b>The client did not produce a request within the time that the server was prepared to wait.</p><hr/><h3>Eclipse GlassFish 7.0.9</h3></body></html>
04-05-2024 11:01:20:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=409' to target server at 'localhost:8080'
04-05-2024 11:01:20:###############################
04-05-2024 11:01:20:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=409
04-05-2024 11:01:20:  TRACE: [WIRE] - >> Accept:text/plain
04-05-2024 11:01:20:  TRACE: [WIRE] - << 409 CONFLICT
04-05-2024 11:01:20:  TRACE: [WIRE] - << TESTHEADER: status code in request = 409
04-05-2024 11:01:20:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:20:  TRACE: [WIRE] - << Content-Length: 1094
04-05-2024 11:01:20:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 11:01:20:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 11:01:20:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:20:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 7.0.9 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 409 - Conflict</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Conflict</p><p><b>description</b>The request could not be completed due to a conflict with the current state of the resource.</p><hr/><h3>Eclipse GlassFish 7.0.9</h3></body></html>
04-05-2024 11:01:20:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=410' to target server at 'localhost:8080'
04-05-2024 11:01:20:###############################
04-05-2024 11:01:20:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=410
04-05-2024 11:01:20:  TRACE: [WIRE] - >> Accept:text/plain
04-05-2024 11:01:20:  TRACE: [WIRE] - << 410 GONE
04-05-2024 11:01:20:  TRACE: [WIRE] - << TESTHEADER: status code in request = 410
04-05-2024 11:01:20:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:20:  TRACE: [WIRE] - << Content-Length: 1076
04-05-2024 11:01:20:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 11:01:20:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 11:01:20:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:20:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 7.0.9 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 410 - Gone</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Gone</p><p><b>description</b>The requested resource is no longer available, and no forwarding address is known.</p><hr/><h3>Eclipse GlassFish 7.0.9</h3></body></html>
04-05-2024 11:01:20:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=411' to target server at 'localhost:8080'
04-05-2024 11:01:20:###############################
04-05-2024 11:01:20:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=411
04-05-2024 11:01:20:  TRACE: [WIRE] - >> Accept:text/plain
04-05-2024 11:01:20:  TRACE: [WIRE] - << 411 LENGTH_REQUIRED
04-05-2024 11:01:20:  TRACE: [WIRE] - << TESTHEADER: status code in request = 411
04-05-2024 11:01:20:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:20:  TRACE: [WIRE] - << Connection: close
04-05-2024 11:01:20:  TRACE: [WIRE] - << Content-Length: 1080
04-05-2024 11:01:20:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 11:01:20:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 11:01:20:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:20:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 7.0.9 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 411 - Length Required</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Length Required</p><p><b>description</b>This request cannot be handled without a defined content length.</p><hr/><h3>Eclipse GlassFish 7.0.9</h3></body></html>
04-05-2024 11:01:20:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=412' to target server at 'localhost:8080'
04-05-2024 11:01:20:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=412
04-05-2024 11:01:20:###############################
04-05-2024 11:01:20:  TRACE: [WIRE] - >> Accept:text/plain
04-05-2024 11:01:20:  TRACE: [WIRE] - << 412 PRECONDITION_FAILED
04-05-2024 11:01:20:  TRACE: [WIRE] - << TESTHEADER: status code in request = 412
04-05-2024 11:01:20:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:20:  TRACE: [WIRE] - << Content-Length: 1077
04-05-2024 11:01:20:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 11:01:20:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 11:01:20:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:20:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 7.0.9 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 412 - Precondition Failed</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Precondition Failed</p><p><b>description</b>A specified precondition has failed for this request.</p><hr/><h3>Eclipse GlassFish 7.0.9</h3></body></html>
04-05-2024 11:01:20:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=413' to target server at 'localhost:8080'
04-05-2024 11:01:20:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=413
04-05-2024 11:01:20:  TRACE: [WIRE] - >> Accept:text/plain
04-05-2024 11:01:20:  TRACE: [WIRE] - << 413 REQUEST_ENTITY_TOO_LARGE
04-05-2024 11:01:20:  TRACE: [WIRE] - << TESTHEADER: status code in request = 413
04-05-2024 11:01:20:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:20:  TRACE: [WIRE] - << Connection: close
04-05-2024 11:01:20:###############################
04-05-2024 11:01:20:  TRACE: [WIRE] - << Content-Length: 1109
04-05-2024 11:01:20:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 11:01:20:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 11:01:20:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:20:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 7.0.9 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 413 - Request Entity Too Large</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Request Entity Too Large</p><p><b>description</b>The request entity is larger than the server is willing or able to process.</p><hr/><h3>Eclipse GlassFish 7.0.9</h3></body></html>
04-05-2024 11:01:20:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=414' to target server at 'localhost:8080'
04-05-2024 11:01:20:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=414
04-05-2024 11:01:20:###############################
04-05-2024 11:01:20:  TRACE: [WIRE] - >> Accept:text/plain
04-05-2024 11:01:20:  TRACE: [WIRE] - << 414 REQUEST_URI_TOO_LONG
04-05-2024 11:01:20:  TRACE: [WIRE] - << TESTHEADER: status code in request = 414
04-05-2024 11:01:20:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:20:  TRACE: [WIRE] - << Connection: close
04-05-2024 11:01:20:  TRACE: [WIRE] - << Content-Length: 1095
04-05-2024 11:01:20:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 11:01:20:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 11:01:20:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:20:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 7.0.9 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 414 - Request-URI Too Long</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Request-URI Too Long</p><p><b>description</b>The server refused this request because the request URI was too long.</p><hr/><h3>Eclipse GlassFish 7.0.9</h3></body></html>
04-05-2024 11:01:20:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=415' to target server at 'localhost:8080'
04-05-2024 11:01:20:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=415
04-05-2024 11:01:20:###############################
04-05-2024 11:01:20:  TRACE: [WIRE] - >> Accept:text/plain
04-05-2024 11:01:20:  TRACE: [WIRE] - << 415 UNSUPPORTED_MEDIA_TYPE
04-05-2024 11:01:20:  TRACE: [WIRE] - << TESTHEADER: status code in request = 415
04-05-2024 11:01:20:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:20:  TRACE: [WIRE] - << Content-Length: 1169
04-05-2024 11:01:20:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 11:01:20:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 11:01:20:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:20:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 7.0.9 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 415 - Unsupported Media Type</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Unsupported Media Type</p><p><b>description</b>The server refused this request because the request entity is in a format not supported by the requested resource for the requested method.</p><hr/><h3>Eclipse GlassFish 7.0.9</h3></body></html>
04-05-2024 11:01:20:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=416' to target server at 'localhost:8080'
04-05-2024 11:01:20:###############################
04-05-2024 11:01:20:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=416
04-05-2024 11:01:20:  TRACE: [WIRE] - >> Accept:text/plain
04-05-2024 11:01:20:  TRACE: [WIRE] - << 416 REQUESTED_RANGE_NOT_SATISFIABLE
04-05-2024 11:01:20:  TRACE: [WIRE] - << TESTHEADER: status code in request = 416
04-05-2024 11:01:20:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:20:  TRACE: [WIRE] - << Content-Length: 1093
04-05-2024 11:01:20:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 11:01:20:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 11:01:20:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:20:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 7.0.9 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 416 - Requested Range Not Satisfiable</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Requested Range Not Satisfiable</p><p><b>description</b>The requested byte range cannot be satisfied.</p><hr/><h3>Eclipse GlassFish 7.0.9</h3></body></html>
04-05-2024 11:01:20:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=417' to target server at 'localhost:8080'
04-05-2024 11:01:20:###############################
04-05-2024 11:01:20:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=417
04-05-2024 11:01:20:  TRACE: [WIRE] - >> Accept:text/plain
04-05-2024 11:01:20:  TRACE: [WIRE] - << 417 EXPECTATION_FAILED
04-05-2024 11:01:20:  TRACE: [WIRE] - << TESTHEADER: status code in request = 417
04-05-2024 11:01:20:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:20:  TRACE: [WIRE] - << Connection: close
04-05-2024 11:01:20:  TRACE: [WIRE] - << Content-Length: 1098
04-05-2024 11:01:20:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 11:01:20:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 11:01:20:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:20:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 7.0.9 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 417 - Expectation Failed</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Expectation Failed</p><p><b>description</b>The expectation given in the "Expect" request header could not be fulfilled.</p><hr/><h3>Eclipse GlassFish 7.0.9</h3></body></html>
04-05-2024 11:01:20:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=428' to target server at 'localhost:8080'
04-05-2024 11:01:20:###############################04-05-2024 11:01:20:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=428

04-05-2024 11:01:20:  TRACE: [WIRE] - >> Accept:text/plain
04-05-2024 11:01:20:  TRACE: [WIRE] - << 428 PRECONDITION_REQUIRED
04-05-2024 11:01:20:  TRACE: [WIRE] - << TESTHEADER: status code in request = 428
04-05-2024 11:01:20:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:20:  TRACE: [WIRE] - << Content-Length: 1070
04-05-2024 11:01:20:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 11:01:20:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 11:01:20:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:20:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 7.0.9 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 428 - Precondition Required</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Precondition Required</p><p><b>description</b>The request is required to be conditional.</p><hr/><h3>Eclipse GlassFish 7.0.9</h3></body></html>
04-05-2024 11:01:20:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=429' to target server at 'localhost:8080'
04-05-2024 11:01:20:###############################
04-05-2024 11:01:20:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=429
04-05-2024 11:01:20:  TRACE: [WIRE] - >> Accept:text/plain
04-05-2024 11:01:20:  TRACE: [WIRE] - << 429 TOO_MANY_REQUESTS
04-05-2024 11:01:20:  TRACE: [WIRE] - << TESTHEADER: status code in request = 429
04-05-2024 11:01:20:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:20:  TRACE: [WIRE] - << Content-Length: 1082
04-05-2024 11:01:20:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 11:01:20:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 11:01:20:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:20:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 7.0.9 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 429 - Too Many Requests</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Too Many Requests</p><p><b>description</b>The user has sent too many requests in a given amount of time.</p><hr/><h3>Eclipse GlassFish 7.0.9</h3></body></html>
04-05-2024 11:01:20:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=431' to target server at 'localhost:8080'
04-05-2024 11:01:20:###############################
04-05-2024 11:01:20:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=431
04-05-2024 11:01:20:  TRACE: [WIRE] - >> Accept:text/plain
04-05-2024 11:01:20:  TRACE: [WIRE] - << 431 REQUEST_HEADER_FIELDS_TOO_LARGE
04-05-2024 11:01:20:  TRACE: [WIRE] - << TESTHEADER: status code in request = 431
04-05-2024 11:01:20:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:20:  TRACE: [WIRE] - << Content-Length: 1128
04-05-2024 11:01:20:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 11:01:20:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 11:01:20:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:20:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 7.0.9 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 431 - Request Header Fields Too Large</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Request Header Fields Too Large</p><p><b>description</b>The server refused this request because the request header fields are too large.</p><hr/><h3>Eclipse GlassFish 7.0.9</h3></body></html>
04-05-2024 11:01:20:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=451' to target server at 'localhost:8080'
04-05-2024 11:01:20:###############################
04-05-2024 11:01:20:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=451
04-05-2024 11:01:20:  TRACE: [WIRE] - >> Accept:text/plain
04-05-2024 11:01:20:  TRACE: [WIRE] - << 451 UNAVAILABLE_FOR_LEGAL_REASONS
04-05-2024 11:01:20:  TRACE: [WIRE] - << TESTHEADER: status code in request = 451
04-05-2024 11:01:20:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:20:  TRACE: [WIRE] - << Content-Length: 1092
04-05-2024 11:01:20:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 11:01:20:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 11:01:20:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:20:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 7.0.9 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 451 - Unavailable For Legal Reasons</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Unavailable For Legal Reasons</p><p><b>description</b>Cannot find message associated with key http.451</p><hr/><h3>Eclipse GlassFish 7.0.9</h3></body></html>
04-05-2024 11:01:20:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=500' to target server at 'localhost:8080'
04-05-2024 11:01:20:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=500
04-05-2024 11:01:20:###############################
04-05-2024 11:01:20:  TRACE: [WIRE] - >> Accept:text/plain
04-05-2024 11:01:20:  TRACE: [WIRE] - << 500 INTERNAL_SERVER_ERROR
04-05-2024 11:01:20:  TRACE: [WIRE] - << TESTHEADER: status code in request = 500
04-05-2024 11:01:20:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:20:  TRACE: [WIRE] - << Connection: close
04-05-2024 11:01:20:  TRACE: [WIRE] - << Content-Length: 1116
04-05-2024 11:01:20:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 11:01:20:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 11:01:20:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:20:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 7.0.9 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 500 - Internal Server Error</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Internal Server Error</p><p><b>description</b>The server encountered an internal error that prevented it from fulfilling this request.</p><hr/><h3>Eclipse GlassFish 7.0.9</h3></body></html>
04-05-2024 11:01:20:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=501' to target server at 'localhost:8080'
04-05-2024 11:01:20:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=501
04-05-2024 11:01:20:  TRACE: [WIRE] - >> Accept:text/plain
04-05-2024 11:01:20:  TRACE: [WIRE] - << 501 NOT_IMPLEMENTED
04-05-2024 11:01:20:  TRACE: [WIRE] - << TESTHEADER: status code in request = 501
04-05-2024 11:01:20:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:20:###############################
04-05-2024 11:01:20:  TRACE: [WIRE] - << Connection: close
04-05-2024 11:01:20:  TRACE: [WIRE] - << Content-Length: 1093
04-05-2024 11:01:20:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 11:01:20:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 11:01:20:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:20:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 7.0.9 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 501 - Not Implemented</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Not Implemented</p><p><b>description</b>The server does not support the functionality needed to fulfill this request.</p><hr/><h3>Eclipse GlassFish 7.0.9</h3></body></html>
04-05-2024 11:01:20:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=502' to target server at 'localhost:8080'
04-05-2024 11:01:20:###############################
04-05-2024 11:01:20:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=502
04-05-2024 11:01:20:  TRACE: [WIRE] - >> Accept:text/plain
04-05-2024 11:01:20:  TRACE: [WIRE] - << 502 BAD_GATEWAY
04-05-2024 11:01:20:  TRACE: [WIRE] - << TESTHEADER: status code in request = 502
04-05-2024 11:01:20:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:20:  TRACE: [WIRE] - << Content-Length: 1110
04-05-2024 11:01:20:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 11:01:20:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 11:01:20:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:20:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 7.0.9 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 502 - Bad Gateway</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Bad Gateway</p><p><b>description</b>This server received an invalid response from a server it consulted when acting as a proxy or gateway.</p><hr/><h3>Eclipse GlassFish 7.0.9</h3></body></html>
04-05-2024 11:01:20:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=503' to target server at 'localhost:8080'
04-05-2024 11:01:20:###############################
04-05-2024 11:01:20:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=503
04-05-2024 11:01:20:  TRACE: [WIRE] - >> Accept:text/plain
04-05-2024 11:01:20:  TRACE: [WIRE] - << 503 SERVICE_UNAVAILABLE
04-05-2024 11:01:20:  TRACE: [WIRE] - << TESTHEADER: status code in request = 503
04-05-2024 11:01:20:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:20:  TRACE: [WIRE] - << Connection: close
04-05-2024 11:01:20:  TRACE: [WIRE] - << Content-Length: 1073
04-05-2024 11:01:20:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 11:01:20:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 11:01:20:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:20:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 7.0.9 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 503 - Service Unavailable</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Service Unavailable</p><p><b>description</b>The requested service is not currently available.</p><hr/><h3>Eclipse GlassFish 7.0.9</h3></body></html>
04-05-2024 11:01:20:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=504' to target server at 'localhost:8080'
04-05-2024 11:01:20:###############################
04-05-2024 11:01:20:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=504
04-05-2024 11:01:20:  TRACE: [WIRE] - >> Accept:text/plain
04-05-2024 11:01:20:  TRACE: [WIRE] - << 504 GATEWAY_TIMEOUT
04-05-2024 11:01:20:  TRACE: [WIRE] - << TESTHEADER: status code in request = 504
04-05-2024 11:01:20:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:20:  TRACE: [WIRE] - << Content-Length: 1105
04-05-2024 11:01:20:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 11:01:20:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 11:01:20:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:20:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 7.0.9 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 504 - Gateway Timeout</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Gateway Timeout</p><p><b>description</b>The server received a timeout from an upstream server while acting as a gateway or proxy.</p><hr/><h3>Eclipse GlassFish 7.0.9</h3></body></html>
04-05-2024 11:01:20:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=505' to target server at 'localhost:8080'
04-05-2024 11:01:20:###############################
04-05-2024 11:01:20:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=505
04-05-2024 11:01:20:  TRACE: [WIRE] - >> Accept:text/plain
04-05-2024 11:01:20:  TRACE: [WIRE] - << 505 HTTP_VERSION_NOT_SUPPORTED
04-05-2024 11:01:20:  TRACE: [WIRE] - << TESTHEADER: status code in request = 505
04-05-2024 11:01:20:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:20:  TRACE: [WIRE] - << Connection: close
04-05-2024 11:01:20:  TRACE: [WIRE] - << Content-Length: 1102
04-05-2024 11:01:20:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 11:01:20:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 11:01:20:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:20:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 7.0.9 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 505 - HTTP Version Not Supported</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>HTTP Version Not Supported</p><p><b>description</b>The server does not support the requested HTTP protocol version.</p><hr/><h3>Eclipse GlassFish 7.0.9</h3></body></html>
04-05-2024 11:01:20:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=511' to target server at 'localhost:8080'
04-05-2024 11:01:20:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=511
04-05-2024 11:01:20:###############################
04-05-2024 11:01:20:  TRACE: [WIRE] - >> Accept:text/plain
04-05-2024 11:01:20:  TRACE: [WIRE] - << 511 NETWORK_AUTHENTICATION_REQUIRED
04-05-2024 11:01:20:  TRACE: [WIRE] - << TESTHEADER: status code in request = 511
04-05-2024 11:01:20:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:20:  TRACE: [WIRE] - << Content-Length: 1104
04-05-2024 11:01:20:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 11:01:20:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 11:01:20:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:20:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 7.0.9 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 511 - Network Authentication Required</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Network Authentication Required</p><p><b>description</b>The client needs to authenticate to gain network access.</p><hr/><h3>Eclipse GlassFish 7.0.9</h3></body></html>
04-05-2024 11:01:20:FINISHED TEST : statusTest()
04-05-2024 11:01:20:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:20:STARTING TEST : bufferEntityThrowsIllegalStateExceptionTest()
04-05-2024 11:01:20:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080'
04-05-2024 11:01:20:###############################04-05-2024 11:01:20:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity

04-05-2024 11:01:20:  TRACE: [WIRE] - >> Accept:text/plain
04-05-2024 11:01:20:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:01:20:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:20:  TRACE: [WIRE] - << Content-Length: 6
04-05-2024 11:01:20:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:01:20:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:20:  TRACE: [WIRE] - << ENtiTy
04-05-2024 11:01:20:#bufferEntity throws IllegalStateException as expected
04-05-2024 11:01:20:FINISHED TEST : bufferEntityThrowsIllegalStateExceptionTest()
04-05-2024 11:01:20:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:20:STARTING TEST : readEntityClassThrowsProcessingExceptionTest()04-05-2024 11:01:20:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity
04-05-2024 11:01:20:  TRACE: [WIRE] - >> Accept:text/plain

04-05-2024 11:01:20:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080'
04-05-2024 11:01:20:###############################
04-05-2024 11:01:20:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:01:20:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:20:  TRACE: [WIRE] - << Content-Length: 6
04-05-2024 11:01:20:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:01:20:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:20:  TRACE: [WIRE] - << ENtiTy
04-05-2024 11:01:20:ProcessingException has been thrown as expected
04-05-2024 11:01:20:FINISHED TEST : readEntityClassThrowsProcessingExceptionTest()
04-05-2024 11:01:20:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:20:STARTING TEST : closeThrowsExceptionWhenErrorTest()04-05-2024 11:01:20:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted
04-05-2024 11:01:20:  TRACE: [WIRE] - >> Accept:text/plain
04-05-2024 11:01:20:  TRACE: [WIRE] - << 200 OK

04-05-2024 11:01:20:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted' to target server at 'localhost:8080'
04-05-2024 11:01:20:###############################
04-05-2024 11:01:20:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:20:  TRACE: [WIRE] - << Content-Length: 6
04-05-2024 11:01:20:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:01:20:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:20:#close() threw ProcessingException as expected
04-05-2024 11:01:20:FINISHED TEST : closeThrowsExceptionWhenErrorTest()
04-05-2024 11:01:20:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:20:STARTING TEST : readEntityGenericTypeTest()04-05-2024 11:01:20:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity
04-05-2024 11:01:20:  TRACE: [WIRE] - >> Accept:text/plain
04-05-2024 11:01:20:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:01:20:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:20:  TRACE: [WIRE] - << Content-Length: 6

04-05-2024 11:01:20:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080'
04-05-2024 11:01:20:###############################
04-05-2024 11:01:20:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:01:20:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:20:  TRACE: [WIRE] - << ENtiTy
04-05-2024 11:01:20:Got expected ENtiTy
04-05-2024 11:01:20:FINISHED TEST : readEntityGenericTypeTest()
04-05-2024 11:01:21:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:21:STARTING TEST : readEntityGenericTypeAnnotationTest()
04-05-2024 11:01:21:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/date?date=1712314881000
04-05-2024 11:01:21:  TRACE: [WIRE] - >> Accept:text/plain
04-05-2024 11:01:21:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:01:21:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/date?date=1712314881000' to target server at 'localhost:8080'
04-05-2024 11:01:21:###############################
04-05-2024 11:01:21:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:21:  TRACE: [WIRE] - << Content-Length: 13
04-05-2024 11:01:21:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:01:21:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:21:  TRACE: [WIRE] - << 1712314881000
04-05-2024 11:01:21:Got expected date Fri Apr 05 11:01:21 UTC 2024
04-05-2024 11:01:21:FINISHED TEST : readEntityGenericTypeAnnotationTest()
04-05-2024 11:01:21:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:21:STARTING TEST : getEntityTagTest()
04-05-2024 11:01:21:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/entitytag' to target server at 'localhost:8080'
04-05-2024 11:01:21:###############################
04-05-2024 11:01:21:[Request] Adding entity: ABCDEF0123456789
04-05-2024 11:01:21:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/entitytag
04-05-2024 11:01:21:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:01:21:  TRACE: [WIRE] - >> ABCDEF0123456789
04-05-2024 11:01:21:  TRACE: [WIRE] - << 304 NOT_MODIFIED
04-05-2024 11:01:21:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:21:  TRACE: [WIRE] - << ETag: "ABCDEF0123456789"
04-05-2024 11:01:21:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:21:#getEntityTag is "ABCDEF0123456789" as expected
04-05-2024 11:01:21:FINISHED TEST : getEntityTagTest()
04-05-2024 11:01:21:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:21:STARTING TEST : getEntityThrowsIllegalStateExceptionTestWhenClosed()
04-05-2024 11:01:21:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080'
04-05-2024 11:01:21:###############################
04-05-2024 11:01:21:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity
04-05-2024 11:01:21:  TRACE: [WIRE] - >> Accept:text/plain
04-05-2024 11:01:21:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:01:21:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:21:  TRACE: [WIRE] - << Content-Length: 6
04-05-2024 11:01:21:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:01:21:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:21:  TRACE: [WIRE] - << ENtiTy
04-05-2024 11:01:21:#getEntity throws IllegalStateException as expected java.lang.IllegalStateException: Entity input stream has already been closed.
04-05-2024 11:01:21:FINISHED TEST : getEntityThrowsIllegalStateExceptionTestWhenClosed()
04-05-2024 11:01:21:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:21:STARTING TEST : getHeadersTest()
04-05-2024 11:01:21:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headers' to target server at 'localhost:8080'
04-05-2024 11:01:21:###############################
04-05-2024 11:01:21:[Request] Adding entity: notnull
04-05-2024 11:01:21:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headers
04-05-2024 11:01:21:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:01:21:  TRACE: [WIRE] - >> notnull
04-05-2024 11:01:21:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:01:21:  TRACE: [WIRE] - << Cache-Control: no-transform
04-05-2024 11:01:21:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:21:  TRACE: [WIRE] - << Content-Encoding: gzip
04-05-2024 11:01:21:  TRACE: [WIRE] - << Set-Cookie: cookie=eikooc;Version=1
04-05-2024 11:01:21:  TRACE: [WIRE] - << Expires: Fri, 05 Apr 2024 11:01:21 GMT
04-05-2024 11:01:21:  TRACE: [WIRE] - << Content-Length: 0
04-05-2024 11:01:21:  TRACE: [WIRE] - << Content-Language: fr-CA
04-05-2024 11:01:21:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:21:Found following objects:
04-05-2024 11:01:21:Cache-Control:no-transform Server:Eclipse GlassFish 7.0.9 Content-Encoding:gzip Set-Cookie:cookie=eikooc;Version=1 Expires:Fri, 05 Apr 2024 11:01:21 GMT Content-Length:0 Content-Language:fr-CA X-Powered-By:Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:21:FINISHED TEST : getHeadersTest()
04-05-2024 11:01:21:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:21:STARTING TEST : getLastModifiedNotPresentTest()
04-05-2024 11:01:21:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/lastmodified
04-05-2024 11:01:21:  TRACE: [WIRE] - >> Accept:*/*
04-05-2024 11:01:21:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/lastmodified' to target server at 'localhost:8080'
04-05-2024 11:01:21:###############################
04-05-2024 11:01:21:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:01:21:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:21:  TRACE: [WIRE] - << Content-Length: 0
04-05-2024 11:01:21:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:21:response#getLastModified() was null as expected
04-05-2024 11:01:21:FINISHED TEST : getLastModifiedNotPresentTest()
04-05-2024 11:01:21:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:21:STARTING TEST : getStatusInfoTest()04-05-2024 11:01:21:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
04-05-2024 11:01:21:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*

04-05-2024 11:01:21:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
04-05-2024 11:01:21:###############################
04-05-2024 11:01:21:[Request] Adding entity: OK
04-05-2024 11:01:21:  TRACE: [WIRE] - >> OK
04-05-2024 11:01:21:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:01:21:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:21:  TRACE: [WIRE] - << Content-Length: 0
04-05-2024 11:01:21:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:21:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
04-05-2024 11:01:21:###############################
04-05-2024 11:01:21:[Request] Adding entity: CREATED
04-05-2024 11:01:21:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
04-05-2024 11:01:21:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:01:21:  TRACE: [WIRE] - >> CREATED
04-05-2024 11:01:21:  TRACE: [WIRE] - << 201 CREATED
04-05-2024 11:01:21:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:21:  TRACE: [WIRE] - << Content-Length: 0
04-05-2024 11:01:21:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:21:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
04-05-2024 11:01:21:###############################
04-05-2024 11:01:21:[Request] Adding entity: ACCEPTED
04-05-2024 11:01:21:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
04-05-2024 11:01:21:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:01:21:  TRACE: [WIRE] - >> ACCEPTED
04-05-2024 11:01:21:  TRACE: [WIRE] - << 202 ACCEPTED
04-05-2024 11:01:21:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:21:  TRACE: [WIRE] - << Content-Length: 0
04-05-2024 11:01:21:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:21:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
04-05-2024 11:01:21:###############################
04-05-2024 11:01:21:[Request] Adding entity: NO_CONTENT
04-05-2024 11:01:21:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
04-05-2024 11:01:21:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:01:21:  TRACE: [WIRE] - >> NO_CONTENT
04-05-2024 11:01:21:  TRACE: [WIRE] - << 204 NO_CONTENT
04-05-2024 11:01:21:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:21:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:21:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
04-05-2024 11:01:21:###############################
04-05-2024 11:01:21:[Request] Adding entity: RESET_CONTENT
04-05-2024 11:01:21:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
04-05-2024 11:01:21:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:01:21:  TRACE: [WIRE] - >> RESET_CONTENT
04-05-2024 11:01:21:  TRACE: [WIRE] - << 205 RESET_CONTENT
04-05-2024 11:01:21:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:21:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
04-05-2024 11:01:51:###############################
04-05-2024 11:01:51:[Request] Adding entity: PARTIAL_CONTENT
04-05-2024 11:01:51:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
04-05-2024 11:01:51:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:01:51:  TRACE: [WIRE] - >> PARTIAL_CONTENT
04-05-2024 11:01:51:  TRACE: [WIRE] - << 206 PARTIAL_CONTENT
04-05-2024 11:01:51:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:51:  TRACE: [WIRE] - << Content-Length: 0
04-05-2024 11:01:51:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
04-05-2024 11:01:51:###############################
04-05-2024 11:01:51:[Request] Adding entity: MULTIPLE_CHOICES
04-05-2024 11:01:51:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
04-05-2024 11:01:51:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:01:51:  TRACE: [WIRE] - >> MULTIPLE_CHOICES
04-05-2024 11:01:51:  TRACE: [WIRE] - << 300 MULTIPLE_CHOICES
04-05-2024 11:01:51:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:51:  TRACE: [WIRE] - << Content-Length: 0
04-05-2024 11:01:51:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
04-05-2024 11:01:51:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
04-05-2024 11:01:51:###############################
04-05-2024 11:01:51:[Request] Adding entity: MOVED_PERMANENTLY
04-05-2024 11:01:51:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:01:51:  TRACE: [WIRE] - >> MOVED_PERMANENTLY
04-05-2024 11:01:51:  TRACE: [WIRE] - << 301 MOVED_PERMANENTLY
04-05-2024 11:01:51:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:51:  TRACE: [WIRE] - << Content-Length: 0
04-05-2024 11:01:51:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
04-05-2024 11:01:51:###############################
04-05-2024 11:01:51:[Request] Adding entity: FOUND
04-05-2024 11:01:51:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
04-05-2024 11:01:51:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:01:51:  TRACE: [WIRE] - >> FOUND
04-05-2024 11:01:51:  TRACE: [WIRE] - << 302 FOUND
04-05-2024 11:01:51:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:51:  TRACE: [WIRE] - << Content-Length: 0
04-05-2024 11:01:51:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
04-05-2024 11:01:51:###############################
04-05-2024 11:01:51:[Request] Adding entity: SEE_OTHER
04-05-2024 11:01:51:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
04-05-2024 11:01:51:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:01:51:  TRACE: [WIRE] - >> SEE_OTHER
04-05-2024 11:01:51:  TRACE: [WIRE] - << 303 SEE_OTHER
04-05-2024 11:01:51:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:51:  TRACE: [WIRE] - << Content-Length: 0
04-05-2024 11:01:51:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
04-05-2024 11:01:51:###############################
04-05-2024 11:01:51:[Request] Adding entity: NOT_MODIFIED
04-05-2024 11:01:51:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
04-05-2024 11:01:51:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:01:51:  TRACE: [WIRE] - >> NOT_MODIFIED
04-05-2024 11:01:51:  TRACE: [WIRE] - << 304 NOT_MODIFIED
04-05-2024 11:01:51:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:51:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
04-05-2024 11:01:51:###############################
04-05-2024 11:01:51:[Request] Adding entity: USE_PROXY
04-05-2024 11:01:51:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
04-05-2024 11:01:51:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:01:51:  TRACE: [WIRE] - >> USE_PROXY
04-05-2024 11:01:51:  TRACE: [WIRE] - << 305 USE_PROXY
04-05-2024 11:01:51:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:51:  TRACE: [WIRE] - << Content-Length: 0
04-05-2024 11:01:51:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
04-05-2024 11:01:51:###############################
04-05-2024 11:01:51:[Request] Adding entity: TEMPORARY_REDIRECT
04-05-2024 11:01:51:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
04-05-2024 11:01:51:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:01:51:  TRACE: [WIRE] - >> TEMPORARY_REDIRECT
04-05-2024 11:01:51:  TRACE: [WIRE] - << 307 TEMPORARY_REDIRECT
04-05-2024 11:01:51:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:51:  TRACE: [WIRE] - << Content-Length: 0
04-05-2024 11:01:51:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
04-05-2024 11:01:51:###############################
04-05-2024 11:01:51:[Request] Adding entity: PERMANENT_REDIRECT
04-05-2024 11:01:51:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
04-05-2024 11:01:51:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:01:51:  TRACE: [WIRE] - >> PERMANENT_REDIRECT
04-05-2024 11:01:51:  TRACE: [WIRE] - << 308 PERMANENT_REDIRECT
04-05-2024 11:01:51:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:51:  TRACE: [WIRE] - << Content-Length: 0
04-05-2024 11:01:51:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
04-05-2024 11:01:51:###############################
04-05-2024 11:01:51:[Request] Adding entity: BAD_REQUEST
04-05-2024 11:01:51:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
04-05-2024 11:01:51:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:01:51:  TRACE: [WIRE] - >> BAD_REQUEST
04-05-2024 11:01:51:  TRACE: [WIRE] - << 400 BAD_REQUEST
04-05-2024 11:01:51:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:51:  TRACE: [WIRE] - << Connection: close
04-05-2024 11:01:51:  TRACE: [WIRE] - << Content-Length: 1067
04-05-2024 11:01:51:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 11:01:51:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 11:01:51:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:51:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 7.0.9 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 400 - Bad Request</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Bad Request</p><p><b>description</b>The request sent by the client was syntactically incorrect.</p><hr/><h3>Eclipse GlassFish 7.0.9</h3></body></html>
04-05-2024 11:01:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
04-05-2024 11:01:51:###############################
04-05-2024 11:01:51:[Request] Adding entity: UNAUTHORIZED
04-05-2024 11:01:51:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
04-05-2024 11:01:51:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:01:51:  TRACE: [WIRE] - >> UNAUTHORIZED
04-05-2024 11:01:51:  TRACE: [WIRE] - << 401 UNAUTHORIZED
04-05-2024 11:01:51:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:51:  TRACE: [WIRE] - << Content-Length: 1052
04-05-2024 11:01:51:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 11:01:51:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 11:01:51:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:51:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 7.0.9 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 401 - Unauthorized</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Unauthorized</p><p><b>description</b>This request requires HTTP authentication.</p><hr/><h3>Eclipse GlassFish 7.0.9</h3></body></html>
04-05-2024 11:01:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
04-05-2024 11:01:51:###############################
04-05-2024 11:01:51:[Request] Adding entity: PAYMENT_REQUIRED
04-05-2024 11:01:51:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
04-05-2024 11:01:51:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:01:51:  TRACE: [WIRE] - >> PAYMENT_REQUIRED
04-05-2024 11:01:51:  TRACE: [WIRE] - << 402 PAYMENT_REQUIRED
04-05-2024 11:01:51:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:51:  TRACE: [WIRE] - << Content-Length: 1066
04-05-2024 11:01:51:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 11:01:51:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 11:01:51:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:51:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 7.0.9 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 402 - Payment Required</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Payment Required</p><p><b>description</b>Payment is required for access to this resource.</p><hr/><h3>Eclipse GlassFish 7.0.9</h3></body></html>
04-05-2024 11:01:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
04-05-2024 11:01:51:###############################
04-05-2024 11:01:51:[Request] Adding entity: FORBIDDEN
04-05-2024 11:01:51:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
04-05-2024 11:01:51:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:01:51:  TRACE: [WIRE] - >> FORBIDDEN
04-05-2024 11:01:51:  TRACE: [WIRE] - << 403 FORBIDDEN
04-05-2024 11:01:51:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:51:  TRACE: [WIRE] - << Content-Length: 1056
04-05-2024 11:01:51:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 11:01:51:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 11:01:51:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:51:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 7.0.9 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 403 - Forbidden</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Forbidden</p><p><b>description</b>Access to the specified resource has been forbidden.</p><hr/><h3>Eclipse GlassFish 7.0.9</h3></body></html>
04-05-2024 11:01:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
04-05-2024 11:01:51:###############################
04-05-2024 11:01:51:[Request] Adding entity: NOT_FOUND
04-05-2024 11:01:51:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
04-05-2024 11:01:51:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:01:51:  TRACE: [WIRE] - >> NOT_FOUND
04-05-2024 11:01:51:  TRACE: [WIRE] - << 404 NOT_FOUND
04-05-2024 11:01:51:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:51:  TRACE: [WIRE] - << Content-Length: 1044
04-05-2024 11:01:51:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 11:01:51:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 11:01:51:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:51:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 7.0.9 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 404 - Not Found</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Not Found</p><p><b>description</b>The requested resource is not available.</p><hr/><h3>Eclipse GlassFish 7.0.9</h3></body></html>
04-05-2024 11:01:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
04-05-2024 11:01:51:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
04-05-2024 11:01:51:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:01:51:  TRACE: [WIRE] - >> METHOD_NOT_ALLOWED
04-05-2024 11:01:51:  TRACE: [WIRE] - << 405 METHOD_NOT_ALLOWED
04-05-2024 11:01:51:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:51:  TRACE: [WIRE] - << Content-Length: 1090
04-05-2024 11:01:51:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 11:01:51:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 11:01:51:###############################
04-05-2024 11:01:51:[Request] Adding entity: METHOD_NOT_ALLOWED
04-05-2024 11:01:51:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:51:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 7.0.9 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 405 - Method Not Allowed</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Method Not Allowed</p><p><b>description</b>The specified HTTP method is not allowed for the requested resource.</p><hr/><h3>Eclipse GlassFish 7.0.9</h3></body></html>
04-05-2024 11:01:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
04-05-2024 11:01:51:###############################
04-05-2024 11:01:51:[Request] Adding entity: NOT_ACCEPTABLE
04-05-2024 11:01:51:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
04-05-2024 11:01:51:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:01:51:  TRACE: [WIRE] - >> NOT_ACCEPTABLE
04-05-2024 11:01:51:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 11:01:51:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:51:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 11:01:51:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 11:01:51:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 11:01:51:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:51:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 7.0.9 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 406 - Not Acceptable</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Not Acceptable</p><p><b>description</b>The resource identified by this request is only capable of generating responses with characteristics not acceptable according to the request "accept" headers.</p><hr/><h3>Eclipse GlassFish 7.0.9</h3></body></html>
04-05-2024 11:01:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
04-05-2024 11:01:51:###############################
04-05-2024 11:01:51:[Request] Adding entity: PROXY_AUTHENTICATION_REQUIRED
04-05-2024 11:01:51:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
04-05-2024 11:01:51:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:01:51:  TRACE: [WIRE] - >> PROXY_AUTHENTICATION_REQUIRED
04-05-2024 11:01:51:  TRACE: [WIRE] - << 407 PROXY_AUTHENTICATION_REQUIRED
04-05-2024 11:01:51:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:51:  TRACE: [WIRE] - << Content-Length: 1101
04-05-2024 11:01:51:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 11:01:51:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 11:01:51:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:51:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 7.0.9 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 407 - Proxy Authentication Required</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Proxy Authentication Required</p><p><b>description</b>The client must first authenticate itself with the proxy.</p><hr/><h3>Eclipse GlassFish 7.0.9</h3></body></html>
04-05-2024 11:01:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
04-05-2024 11:01:51:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
04-05-2024 11:01:51:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:01:51:###############################
04-05-2024 11:01:51:[Request] Adding entity: REQUEST_TIMEOUT
04-05-2024 11:01:51:  TRACE: [WIRE] - >> REQUEST_TIMEOUT
04-05-2024 11:01:51:  TRACE: [WIRE] - << 408 REQUEST_TIMEOUT
04-05-2024 11:01:51:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:51:  TRACE: [WIRE] - << Connection: close
04-05-2024 11:01:51:  TRACE: [WIRE] - << Content-Length: 1106
04-05-2024 11:01:51:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 11:01:51:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 11:01:51:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:51:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 7.0.9 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 408 - Request Timeout</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Request Timeout</p><p><b>description</b>The client did not produce a request within the time that the server was prepared to wait.</p><hr/><h3>Eclipse GlassFish 7.0.9</h3></body></html>
04-05-2024 11:01:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
04-05-2024 11:01:51:###############################
04-05-2024 11:01:51:[Request] Adding entity: CONFLICT
04-05-2024 11:01:51:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
04-05-2024 11:01:51:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:01:51:  TRACE: [WIRE] - >> CONFLICT
04-05-2024 11:01:51:  TRACE: [WIRE] - << 409 CONFLICT
04-05-2024 11:01:51:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:51:  TRACE: [WIRE] - << Content-Length: 1094
04-05-2024 11:01:51:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 11:01:51:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 11:01:51:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:51:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 7.0.9 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 409 - Conflict</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Conflict</p><p><b>description</b>The request could not be completed due to a conflict with the current state of the resource.</p><hr/><h3>Eclipse GlassFish 7.0.9</h3></body></html>
04-05-2024 11:01:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
04-05-2024 11:01:51:###############################
04-05-2024 11:01:51:[Request] Adding entity: GONE
04-05-2024 11:01:51:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
04-05-2024 11:01:51:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:01:51:  TRACE: [WIRE] - >> GONE
04-05-2024 11:01:51:  TRACE: [WIRE] - << 410 GONE
04-05-2024 11:01:51:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:51:  TRACE: [WIRE] - << Content-Length: 1076
04-05-2024 11:01:51:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 11:01:51:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 11:01:51:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:51:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 7.0.9 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 410 - Gone</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Gone</p><p><b>description</b>The requested resource is no longer available, and no forwarding address is known.</p><hr/><h3>Eclipse GlassFish 7.0.9</h3></body></html>
04-05-2024 11:01:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
04-05-2024 11:01:51:###############################
04-05-2024 11:01:51:[Request] Adding entity: LENGTH_REQUIRED04-05-2024 11:01:51:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo

04-05-2024 11:01:51:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:01:51:  TRACE: [WIRE] - >> LENGTH_REQUIRED
04-05-2024 11:01:51:  TRACE: [WIRE] - << 411 LENGTH_REQUIRED
04-05-2024 11:01:51:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:51:  TRACE: [WIRE] - << Connection: close
04-05-2024 11:01:51:  TRACE: [WIRE] - << Content-Length: 1080
04-05-2024 11:01:51:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 11:01:51:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 11:01:51:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:51:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 7.0.9 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 411 - Length Required</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Length Required</p><p><b>description</b>This request cannot be handled without a defined content length.</p><hr/><h3>Eclipse GlassFish 7.0.9</h3></body></html>
04-05-2024 11:01:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
04-05-2024 11:01:51:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
04-05-2024 11:01:51:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:01:51:  TRACE: [WIRE] - >> PRECONDITION_FAILED
04-05-2024 11:01:51:  TRACE: [WIRE] - << 412 PRECONDITION_FAILED
04-05-2024 11:01:51:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:51:  TRACE: [WIRE] - << Content-Length: 1077
04-05-2024 11:01:51:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 11:01:51:###############################
04-05-2024 11:01:51:[Request] Adding entity: PRECONDITION_FAILED
04-05-2024 11:01:51:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 11:01:51:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:51:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 7.0.9 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 412 - Precondition Failed</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Precondition Failed</p><p><b>description</b>A specified precondition has failed for this request.</p><hr/><h3>Eclipse GlassFish 7.0.9</h3></body></html>
04-05-2024 11:01:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
04-05-2024 11:01:51:###############################
04-05-2024 11:01:51:[Request] Adding entity: REQUEST_ENTITY_TOO_LARGE
04-05-2024 11:01:51:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
04-05-2024 11:01:51:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:01:51:  TRACE: [WIRE] - >> REQUEST_ENTITY_TOO_LARGE
04-05-2024 11:01:51:  TRACE: [WIRE] - << 413 REQUEST_ENTITY_TOO_LARGE
04-05-2024 11:01:51:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:51:  TRACE: [WIRE] - << Connection: close
04-05-2024 11:01:51:  TRACE: [WIRE] - << Content-Length: 1109
04-05-2024 11:01:51:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 11:01:51:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 11:01:51:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:51:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 7.0.9 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 413 - Request Entity Too Large</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Request Entity Too Large</p><p><b>description</b>The request entity is larger than the server is willing or able to process.</p><hr/><h3>Eclipse GlassFish 7.0.9</h3></body></html>
04-05-2024 11:01:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
04-05-2024 11:01:51:###############################04-05-2024 11:01:51:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo

04-05-2024 11:01:51:[Request] Adding entity: REQUEST_URI_TOO_LONG
04-05-2024 11:01:51:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:01:51:  TRACE: [WIRE] - >> REQUEST_URI_TOO_LONG
04-05-2024 11:01:51:  TRACE: [WIRE] - << 414 REQUEST_URI_TOO_LONG
04-05-2024 11:01:51:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:51:  TRACE: [WIRE] - << Connection: close
04-05-2024 11:01:51:  TRACE: [WIRE] - << Content-Length: 1095
04-05-2024 11:01:51:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 11:01:51:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 11:01:51:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:51:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 7.0.9 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 414 - Request-URI Too Long</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Request-URI Too Long</p><p><b>description</b>The server refused this request because the request URI was too long.</p><hr/><h3>Eclipse GlassFish 7.0.9</h3></body></html>
04-05-2024 11:01:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
04-05-2024 11:01:51:###############################
04-05-2024 11:01:51:[Request] Adding entity: UNSUPPORTED_MEDIA_TYPE
04-05-2024 11:01:51:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
04-05-2024 11:01:51:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:01:51:  TRACE: [WIRE] - >> UNSUPPORTED_MEDIA_TYPE
04-05-2024 11:01:51:  TRACE: [WIRE] - << 415 UNSUPPORTED_MEDIA_TYPE
04-05-2024 11:01:51:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:51:  TRACE: [WIRE] - << Content-Length: 1169
04-05-2024 11:01:51:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 11:01:51:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 11:01:51:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:51:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 7.0.9 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 415 - Unsupported Media Type</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Unsupported Media Type</p><p><b>description</b>The server refused this request because the request entity is in a format not supported by the requested resource for the requested method.</p><hr/><h3>Eclipse GlassFish 7.0.9</h3></body></html>
04-05-2024 11:01:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
04-05-2024 11:01:51:###############################
04-05-2024 11:01:51:[Request] Adding entity: REQUESTED_RANGE_NOT_SATISFIABLE04-05-2024 11:01:51:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo

04-05-2024 11:01:51:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:01:51:  TRACE: [WIRE] - >> REQUESTED_RANGE_NOT_SATISFIABLE
04-05-2024 11:01:51:  TRACE: [WIRE] - << 416 REQUESTED_RANGE_NOT_SATISFIABLE
04-05-2024 11:01:51:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:51:  TRACE: [WIRE] - << Content-Length: 1093
04-05-2024 11:01:51:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 11:01:51:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 11:01:51:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:51:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 7.0.9 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 416 - Requested Range Not Satisfiable</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Requested Range Not Satisfiable</p><p><b>description</b>The requested byte range cannot be satisfied.</p><hr/><h3>Eclipse GlassFish 7.0.9</h3></body></html>
04-05-2024 11:01:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
04-05-2024 11:01:51:###############################
04-05-2024 11:01:51:[Request] Adding entity: EXPECTATION_FAILED04-05-2024 11:01:51:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo

04-05-2024 11:01:51:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:01:51:  TRACE: [WIRE] - >> EXPECTATION_FAILED
04-05-2024 11:01:51:  TRACE: [WIRE] - << 417 EXPECTATION_FAILED
04-05-2024 11:01:51:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:51:  TRACE: [WIRE] - << Connection: close
04-05-2024 11:01:51:  TRACE: [WIRE] - << Content-Length: 1098
04-05-2024 11:01:51:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 11:01:51:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 11:01:51:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:51:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 7.0.9 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 417 - Expectation Failed</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Expectation Failed</p><p><b>description</b>The expectation given in the "Expect" request header could not be fulfilled.</p><hr/><h3>Eclipse GlassFish 7.0.9</h3></body></html>
04-05-2024 11:01:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
04-05-2024 11:01:51:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
04-05-2024 11:01:51:###############################
04-05-2024 11:01:51:[Request] Adding entity: PRECONDITION_REQUIRED
04-05-2024 11:01:51:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:01:51:  TRACE: [WIRE] - >> PRECONDITION_REQUIRED
04-05-2024 11:01:51:  TRACE: [WIRE] - << 428 PRECONDITION_REQUIRED
04-05-2024 11:01:51:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:51:  TRACE: [WIRE] - << Content-Length: 1070
04-05-2024 11:01:51:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 11:01:51:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 11:01:51:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:51:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 7.0.9 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 428 - Precondition Required</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Precondition Required</p><p><b>description</b>The request is required to be conditional.</p><hr/><h3>Eclipse GlassFish 7.0.9</h3></body></html>
04-05-2024 11:01:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
04-05-2024 11:01:51:###############################
04-05-2024 11:01:51:[Request] Adding entity: TOO_MANY_REQUESTS
04-05-2024 11:01:51:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
04-05-2024 11:01:51:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:01:51:  TRACE: [WIRE] - >> TOO_MANY_REQUESTS
04-05-2024 11:01:51:  TRACE: [WIRE] - << 429 TOO_MANY_REQUESTS
04-05-2024 11:01:51:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:51:  TRACE: [WIRE] - << Content-Length: 1082
04-05-2024 11:01:51:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 11:01:51:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 11:01:51:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:51:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 7.0.9 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 429 - Too Many Requests</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Too Many Requests</p><p><b>description</b>The user has sent too many requests in a given amount of time.</p><hr/><h3>Eclipse GlassFish 7.0.9</h3></body></html>
04-05-2024 11:01:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
04-05-2024 11:01:51:###############################
04-05-2024 11:01:51:[Request] Adding entity: REQUEST_HEADER_FIELDS_TOO_LARGE
04-05-2024 11:01:51:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
04-05-2024 11:01:51:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:01:51:  TRACE: [WIRE] - >> REQUEST_HEADER_FIELDS_TOO_LARGE
04-05-2024 11:01:51:  TRACE: [WIRE] - << 431 REQUEST_HEADER_FIELDS_TOO_LARGE
04-05-2024 11:01:51:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:51:  TRACE: [WIRE] - << Content-Length: 1128
04-05-2024 11:01:51:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 11:01:51:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 11:01:51:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:51:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 7.0.9 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 431 - Request Header Fields Too Large</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Request Header Fields Too Large</p><p><b>description</b>The server refused this request because the request header fields are too large.</p><hr/><h3>Eclipse GlassFish 7.0.9</h3></body></html>
04-05-2024 11:01:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
04-05-2024 11:01:51:###############################
04-05-2024 11:01:51:[Request] Adding entity: UNAVAILABLE_FOR_LEGAL_REASONS
04-05-2024 11:01:51:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
04-05-2024 11:01:51:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:01:51:  TRACE: [WIRE] - >> UNAVAILABLE_FOR_LEGAL_REASONS
04-05-2024 11:01:51:  TRACE: [WIRE] - << 451 UNAVAILABLE_FOR_LEGAL_REASONS
04-05-2024 11:01:51:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:51:  TRACE: [WIRE] - << Content-Length: 1092
04-05-2024 11:01:51:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 11:01:51:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 11:01:51:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:51:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 7.0.9 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 451 - Unavailable For Legal Reasons</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Unavailable For Legal Reasons</p><p><b>description</b>Cannot find message associated with key http.451</p><hr/><h3>Eclipse GlassFish 7.0.9</h3></body></html>
04-05-2024 11:01:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
04-05-2024 11:01:51:###############################
04-05-2024 11:01:51:[Request] Adding entity: INTERNAL_SERVER_ERROR
04-05-2024 11:01:51:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
04-05-2024 11:01:51:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:01:51:  TRACE: [WIRE] - >> INTERNAL_SERVER_ERROR
04-05-2024 11:01:51:  TRACE: [WIRE] - << 500 INTERNAL_SERVER_ERROR
04-05-2024 11:01:51:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:51:  TRACE: [WIRE] - << Connection: close
04-05-2024 11:01:51:  TRACE: [WIRE] - << Content-Length: 1116
04-05-2024 11:01:51:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 11:01:51:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 11:01:51:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:51:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 7.0.9 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 500 - Internal Server Error</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Internal Server Error</p><p><b>description</b>The server encountered an internal error that prevented it from fulfilling this request.</p><hr/><h3>Eclipse GlassFish 7.0.9</h3></body></html>
04-05-2024 11:01:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
04-05-2024 11:01:51:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
04-05-2024 11:01:51:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:01:51:  TRACE: [WIRE] - >> NOT_IMPLEMENTED
04-05-2024 11:01:51:  TRACE: [WIRE] - << 501 NOT_IMPLEMENTED
04-05-2024 11:01:51:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:51:###############################
04-05-2024 11:01:51:[Request] Adding entity: NOT_IMPLEMENTED
04-05-2024 11:01:51:  TRACE: [WIRE] - << Connection: close
04-05-2024 11:01:51:  TRACE: [WIRE] - << Content-Length: 1093
04-05-2024 11:01:51:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 11:01:51:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 11:01:51:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:51:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 7.0.9 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 501 - Not Implemented</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Not Implemented</p><p><b>description</b>The server does not support the functionality needed to fulfill this request.</p><hr/><h3>Eclipse GlassFish 7.0.9</h3></body></html>
04-05-2024 11:01:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
04-05-2024 11:01:51:###############################
04-05-2024 11:01:51:[Request] Adding entity: BAD_GATEWAY
04-05-2024 11:01:51:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
04-05-2024 11:01:51:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:01:51:  TRACE: [WIRE] - >> BAD_GATEWAY
04-05-2024 11:01:51:  TRACE: [WIRE] - << 502 BAD_GATEWAY
04-05-2024 11:01:51:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:51:  TRACE: [WIRE] - << Content-Length: 1110
04-05-2024 11:01:51:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 11:01:51:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 11:01:51:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:51:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 7.0.9 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 502 - Bad Gateway</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Bad Gateway</p><p><b>description</b>This server received an invalid response from a server it consulted when acting as a proxy or gateway.</p><hr/><h3>Eclipse GlassFish 7.0.9</h3></body></html>
04-05-2024 11:01:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
04-05-2024 11:01:51:###############################
04-05-2024 11:01:51:[Request] Adding entity: SERVICE_UNAVAILABLE04-05-2024 11:01:51:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo

04-05-2024 11:01:51:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:01:51:  TRACE: [WIRE] - >> SERVICE_UNAVAILABLE
04-05-2024 11:01:51:  TRACE: [WIRE] - << 503 SERVICE_UNAVAILABLE
04-05-2024 11:01:51:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:51:  TRACE: [WIRE] - << Connection: close
04-05-2024 11:01:51:  TRACE: [WIRE] - << Content-Length: 1073
04-05-2024 11:01:51:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 11:01:51:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 11:01:51:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:51:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 7.0.9 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 503 - Service Unavailable</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Service Unavailable</p><p><b>description</b>The requested service is not currently available.</p><hr/><h3>Eclipse GlassFish 7.0.9</h3></body></html>
04-05-2024 11:01:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
04-05-2024 11:01:51:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
04-05-2024 11:01:51:###############################
04-05-2024 11:01:51:[Request] Adding entity: GATEWAY_TIMEOUT
04-05-2024 11:01:51:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:01:51:  TRACE: [WIRE] - >> GATEWAY_TIMEOUT
04-05-2024 11:01:51:  TRACE: [WIRE] - << 504 GATEWAY_TIMEOUT
04-05-2024 11:01:51:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:51:  TRACE: [WIRE] - << Content-Length: 1105
04-05-2024 11:01:51:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 11:01:51:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 11:01:51:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:51:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 7.0.9 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 504 - Gateway Timeout</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Gateway Timeout</p><p><b>description</b>The server received a timeout from an upstream server while acting as a gateway or proxy.</p><hr/><h3>Eclipse GlassFish 7.0.9</h3></body></html>
04-05-2024 11:01:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
04-05-2024 11:01:51:###############################
04-05-2024 11:01:51:[Request] Adding entity: HTTP_VERSION_NOT_SUPPORTED
04-05-2024 11:01:51:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
04-05-2024 11:01:51:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:01:51:  TRACE: [WIRE] - >> HTTP_VERSION_NOT_SUPPORTED
04-05-2024 11:01:51:  TRACE: [WIRE] - << 505 HTTP_VERSION_NOT_SUPPORTED
04-05-2024 11:01:51:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:51:  TRACE: [WIRE] - << Connection: close
04-05-2024 11:01:51:  TRACE: [WIRE] - << Content-Length: 1102
04-05-2024 11:01:51:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 11:01:51:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 11:01:51:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:51:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 7.0.9 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 505 - HTTP Version Not Supported</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>HTTP Version Not Supported</p><p><b>description</b>The server does not support the requested HTTP protocol version.</p><hr/><h3>Eclipse GlassFish 7.0.9</h3></body></html>
04-05-2024 11:01:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080'
04-05-2024 11:01:51:###############################
04-05-2024 11:01:51:[Request] Adding entity: NETWORK_AUTHENTICATION_REQUIRED
04-05-2024 11:01:51:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo
04-05-2024 11:01:51:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:01:51:  TRACE: [WIRE] - >> NETWORK_AUTHENTICATION_REQUIRED
04-05-2024 11:01:51:  TRACE: [WIRE] - << 511 NETWORK_AUTHENTICATION_REQUIRED
04-05-2024 11:01:51:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:51:  TRACE: [WIRE] - << Content-Length: 1104
04-05-2024 11:01:51:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 11:01:51:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 11:01:51:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:51:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 7.0.9 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 511 - Network Authentication Required</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Network Authentication Required</p><p><b>description</b>The client needs to authenticate to gain network access.</p><hr/><h3>Eclipse GlassFish 7.0.9</h3></body></html>
04-05-2024 11:01:51:#getStatusInfo returned expected StatusTypes
04-05-2024 11:01:51:FINISHED TEST : getStatusInfoTest()
04-05-2024 11:01:51:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:51:STARTING TEST : hasEntityWhenEntityTest()
04-05-2024 11:01:51:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080'
04-05-2024 11:01:51:###############################
04-05-2024 11:01:51:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity
04-05-2024 11:01:51:  TRACE: [WIRE] - >> Accept:text/plain
04-05-2024 11:01:51:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:01:51:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:51:  TRACE: [WIRE] - << Content-Length: 6
04-05-2024 11:01:51:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:01:51:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:51:  TRACE: [WIRE] - << ENtiTy
04-05-2024 11:01:51:#hasEntity found the entity as expected
04-05-2024 11:01:51:FINISHED TEST : hasEntityWhenEntityTest()
04-05-2024 11:01:51:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:51:STARTING TEST : getLengthTest()
04-05-2024 11:01:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/length' to target server at 'localhost:8080'
04-05-2024 11:01:51:###############################
04-05-2024 11:01:51:[Request] Adding entity: 1234567890
04-05-2024 11:01:51:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/length
04-05-2024 11:01:51:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:01:51:  TRACE: [WIRE] - >> 1234567890
04-05-2024 11:01:51:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:01:51:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:51:  TRACE: [WIRE] - << Content-Length: 10
04-05-2024 11:01:51:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:01:51:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:51:  TRACE: [WIRE] - << 1234567890
04-05-2024 11:01:51:#getLength matches expected Content-Length 10
04-05-2024 11:01:51:FINISHED TEST : getLengthTest()
04-05-2024 11:01:51:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:51:STARTING TEST : getHeadersUsingHeaderDelegateTest()04-05-2024 11:01:51:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/setstringbeanruntime

04-05-2024 11:01:51:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/setstringbeanruntime' to target server at 'localhost:8080'
04-05-2024 11:01:51:###############################
04-05-2024 11:01:51:  TRACE: [WIRE] - >> Accept:text/plain
04-05-2024 11:01:51:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:01:51:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:51:  TRACE: [WIRE] - << Content-Length: 0
04-05-2024 11:01:51:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headerstring' to target server at 'localhost:8080'
04-05-2024 11:01:51:###############################
04-05-2024 11:01:51:[Request] Adding entity: notnull
04-05-2024 11:01:51:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headerstring
04-05-2024 11:01:51:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:01:51:  TRACE: [WIRE] - >> notnull
04-05-2024 11:01:51:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:01:51:  TRACE: [WIRE] - << s3: s3
04-05-2024 11:01:51:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:51:  TRACE: [WIRE] - << Content-Length: 0
04-05-2024 11:01:51:  TRACE: [WIRE] - << s1: s1
04-05-2024 11:01:51:  TRACE: [WIRE] - << s2: s2
04-05-2024 11:01:51:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:51:Received:
04-05-2024 11:01:51:s3:s3 Server:Eclipse GlassFish 7.0.9 Content-Length:0 s1:s1 s2:s2 X-Powered-By:Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:51:Received expected headers s3:s3;Server:Eclipse GlassFish 7.0.9;Content-Length:0;s1:s1;s2:s2;X-Powered-By:Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:51:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/setoriginalruntime' to target server at 'localhost:8080'
04-05-2024 11:01:51:###############################
04-05-2024 11:01:52:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/setoriginalruntime
04-05-2024 11:01:52:  TRACE: [WIRE] - >> Accept:text/plain
04-05-2024 11:01:52:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:01:52:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:52:  TRACE: [WIRE] - << Content-Length: 0
04-05-2024 11:01:52:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:52:FINISHED TEST : getHeadersUsingHeaderDelegateTest()
04-05-2024 11:01:52:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:52:STARTING TEST : readEntityGenericTypeAnnotationCloseIsNotCalledOnInputStreamTest()
04-05-2024 11:01:52:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted
04-05-2024 11:01:52:  TRACE: [WIRE] - >> Accept:text/plain
04-05-2024 11:01:52:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted' to target server at 'localhost:8080'
04-05-2024 11:01:52:###############################
04-05-2024 11:01:52:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:01:52:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:52:  TRACE: [WIRE] - << Content-Length: 6
04-05-2024 11:01:52:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:01:52:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:52:Close() has not been called on entity stream as expected
04-05-2024 11:01:52:FINISHED TEST : readEntityGenericTypeAnnotationCloseIsNotCalledOnInputStreamTest()
04-05-2024 11:01:52:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:52:STARTING TEST : getLastModifiedTest()
04-05-2024 11:01:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/lastmodified' to target server at 'localhost:8080'
04-05-2024 11:01:52:###############################
04-05-2024 11:01:52:[Request] Adding entity: 1712314912000
04-05-2024 11:01:52:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/lastmodified
04-05-2024 11:01:52:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:01:52:  TRACE: [WIRE] - >> 1712314912000
04-05-2024 11:01:52:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:01:52:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:52:  TRACE: [WIRE] - << Last-Modified: Fri, 05 Apr 2024 11:01:52 GMT
04-05-2024 11:01:52:  TRACE: [WIRE] - << Content-Length: 0
04-05-2024 11:01:52:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:52:#getLastModified matches the Last-Modified HTTP header
04-05-2024 11:01:52:FINISHED TEST : getLastModifiedTest()
04-05-2024 11:01:52:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:52:STARTING TEST : hasLinkWhenLinkTest()
04-05-2024 11:01:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/link' to target server at 'localhost:8080'
04-05-2024 11:01:52:###############################
04-05-2024 11:01:52:[Request] Adding entity: path
04-05-2024 11:01:52:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/link
04-05-2024 11:01:52:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:01:52:  TRACE: [WIRE] - >> path
04-05-2024 11:01:52:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:01:52:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:52:  TRACE: [WIRE] - << Content-Length: 0
04-05-2024 11:01:52:  TRACE: [WIRE] - << Link: <http://localhost.tck:888/url404/path>; rel="path"
04-05-2024 11:01:52:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:52:#hasEntity found the Link as expected
04-05-2024 11:01:52:FINISHED TEST : hasLinkWhenLinkTest()
04-05-2024 11:01:52:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:52:STARTING TEST : getLocationTest()
04-05-2024 11:01:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/location' to target server at 'localhost:8080'
04-05-2024 11:01:52:###############################
04-05-2024 11:01:52:[Request] Adding entity: path
04-05-2024 11:01:52:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/location
04-05-2024 11:01:52:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:01:52:  TRACE: [WIRE] - >> path
04-05-2024 11:01:52:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:01:52:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:52:  TRACE: [WIRE] - << Content-Length: 0
04-05-2024 11:01:52:  TRACE: [WIRE] - << Location: http://localhost.tck:888/url404/path
04-05-2024 11:01:52:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:52:#getLocation contains expected location
04-05-2024 11:01:52:FINISHED TEST : getLocationTest()
04-05-2024 11:01:52:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:52:STARTING TEST : getLinkBuilderForTheNotPresentRelationTest()
04-05-2024 11:01:52:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080'
04-05-2024 11:01:52:###############################
04-05-2024 11:01:52:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity
04-05-2024 11:01:52:  TRACE: [WIRE] - >> Accept:text/plain
04-05-2024 11:01:52:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:01:52:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:52:  TRACE: [WIRE] - << Content-Length: 6
04-05-2024 11:01:52:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:01:52:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:52:  TRACE: [WIRE] - << ENtiTy
04-05-2024 11:01:52:#getLinkBuilder returned null as expected
04-05-2024 11:01:52:FINISHED TEST : getLinkBuilderForTheNotPresentRelationTest()
04-05-2024 11:01:52:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:52:STARTING TEST : getLinkNotPresentTest()
04-05-2024 11:01:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/link' to target server at 'localhost:8080'
04-05-2024 11:01:52:###############################
04-05-2024 11:01:52:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/link
04-05-2024 11:01:52:  TRACE: [WIRE] - >> Accept:*/*
04-05-2024 11:01:52:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:01:52:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:52:  TRACE: [WIRE] - << Content-Length: 0
04-05-2024 11:01:52:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:52:response#getLink() was null as expected
04-05-2024 11:01:52:FINISHED TEST : getLinkNotPresentTest()
04-05-2024 11:01:52:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:52:STARTING TEST : getCookiesTest()
04-05-2024 11:01:52:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/cookies' to target server at 'localhost:8080'
04-05-2024 11:01:52:###############################
04-05-2024 11:01:52:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/cookies
04-05-2024 11:01:52:  TRACE: [WIRE] - >> Accept:text/plain
04-05-2024 11:01:52:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:01:52:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:52:  TRACE: [WIRE] - << Set-Cookie: c2=v2;Version=1,c1=v1;Version=1
04-05-2024 11:01:52:  TRACE: [WIRE] - << Content-Length: 0
04-05-2024 11:01:52:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:52:#getCookies returned expected cookies
04-05-2024 11:01:52:FINISHED TEST : getCookiesTest()
04-05-2024 11:01:52:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:52:STARTING TEST : hasEntityWhenNoEntityTest()
04-05-2024 11:01:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headerstring' to target server at 'localhost:8080'
04-05-2024 11:01:52:###############################
04-05-2024 11:01:52:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headerstring
04-05-2024 11:01:52:  TRACE: [WIRE] - >> Accept:*/*
04-05-2024 11:01:52:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:01:52:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:52:  TRACE: [WIRE] - << Content-Length: 0
04-05-2024 11:01:52:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:52:#hasEntity has not found any entity as expected
04-05-2024 11:01:52:FINISHED TEST : hasEntityWhenNoEntityTest()
04-05-2024 11:01:52:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:52:STARTING TEST : readEntityGenericIsNullWhenNoEntityTest()04-05-2024 11:01:52:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=200
04-05-2024 11:01:52:  TRACE: [WIRE] - >> Accept:*/*
04-05-2024 11:01:52:  TRACE: [WIRE] - << 200 OK

04-05-2024 11:01:52:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=200' to target server at 'localhost:8080'
04-05-2024 11:01:52:###############################
04-05-2024 11:01:52:  TRACE: [WIRE] - << TESTHEADER: status code in request = 200
04-05-2024 11:01:52:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:52:  TRACE: [WIRE] - << Content-Length: 0
04-05-2024 11:01:52:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:52:Null or zero length entity returned when no entity as expected
04-05-2024 11:01:52:FINISHED TEST : readEntityGenericIsNullWhenNoEntityTest()
[INFO] Tests run: 68, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 34.889 s - in ee.jakarta.tck.ws.rs.ee.rs.core.response.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.core.responsebuilder.JAXRSClientIT
04-05-2024 11:01:52:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:52:STARTING TEST : entityObjectTest()
04-05-2024 11:01:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_responsebuilder_web/resource/entity' to target server at 'localhost:8080'
04-05-2024 11:01:52:###############################
04-05-2024 11:01:52:[Request] Adding entity: 1712314912518
04-05-2024 11:01:52:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_core_responsebuilder_web/resource/entity
04-05-2024 11:01:52:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:01:52:  TRACE: [WIRE] - >> 1712314912518
04-05-2024 11:01:52:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:01:52:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:52:  TRACE: [WIRE] - << Content-Length: 123
04-05-2024 11:01:52:  TRACE: [WIRE] - << Content-Type: application/json
04-05-2024 11:01:52:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:52:  TRACE: [WIRE] - << 1712314912518 ANNOTATION_VALUE jakarta.ws.rs.POST, jakarta.ws.rs.Path, jakarta.ws.rs.ext.Provider, jakarta.ws.rs.Consumes, 
04-05-2024 11:01:52:FINISHED TEST : entityObjectTest()
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.459 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
04-05-2024 11:01:53:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:53:STARTING TEST : noAuthorizationTest()
04-05-2024 11:01:53:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_securitycontext_basic_web/Servlet/Context HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:01:53:FINISHED TEST : noAuthorizationTest()
04-05-2024 11:01:53:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:53:STARTING TEST : basicAuthorizationIncorrectUserTest()
04-05-2024 11:01:53:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_securitycontext_basic_web/Servlet/Context HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:01:53:FINISHED TEST : basicAuthorizationIncorrectUserTest()
04-05-2024 11:01:53:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:53:STARTING TEST : basicAuthorizationAdminTest()
Apr 05, 2024 11:01:53 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:01:53:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_securitycontext_basic_web/Servlet/Context HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:01:53:FINISHED TEST : basicAuthorizationAdminTest()
04-05-2024 11:01:53:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:53:STARTING TEST : basicAuthorizationIncorrectPasswordTest()
04-05-2024 11:01:53:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_securitycontext_basic_web/Servlet/Context HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:01:53:FINISHED TEST : basicAuthorizationIncorrectPasswordTest()
04-05-2024 11:01:53:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:53:STARTING TEST : basicAuthorizationStandardUserTest()
Apr 05, 2024 11:01:53 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:01:53:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_securitycontext_basic_web/Servlet/Context HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:01:53:FINISHED TEST : basicAuthorizationStandardUserTest()
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.44 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
04-05-2024 11:01:54:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:54:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:54:STARTING TEST : getMatchedURIsTest()
Apr 05, 2024 11:01:54 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:01:54:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_uriinfo_web/resource/uri HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:01:54:FINISHED TEST : getMatchedURIsTest()
04-05-2024 11:01:54:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:54:STARTING TEST : queryTest()
04-05-2024 11:01:54:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_uriinfo_web/resource/query?stringtest=cts&inttest=-2147483648? HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:01:54 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:01:54:FINISHED TEST : queryTest()
04-05-2024 11:01:54:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:54:STARTING TEST : pathParamTest1()
04-05-2024 11:01:54:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_uriinfo_web/resource/pathparam1/%20/%2010 HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:01:54 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:01:54:FINISHED TEST : pathParamTest1()
04-05-2024 11:01:54:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:54:STARTING TEST : pathParamTest2()
04-05-2024 11:01:54:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_uriinfo_web/resource/pathparam2/%20/%2010 HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:01:54 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:01:54:FINISHED TEST : pathParamTest2()
04-05-2024 11:01:54:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:54:STARTING TEST : pathParamTest()
04-05-2024 11:01:54:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_uriinfo_web/resource/pathparam/a/b HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:01:54 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:01:54:FINISHED TEST : pathParamTest()
04-05-2024 11:01:54:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:54:STARTING TEST : pathTest1()
04-05-2024 11:01:54:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_uriinfo_web/resource/path1%20/%2010 HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:01:54 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:01:54:FINISHED TEST : pathTest1()
04-05-2024 11:01:54:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:54:STARTING TEST : pathTest2()
04-05-2024 11:01:54:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_uriinfo_web/resource/path2%20/%2010 HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:01:54 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:01:54:FINISHED TEST : pathTest2()
04-05-2024 11:01:54:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:54:STARTING TEST : pathSegTest()
04-05-2024 11:01:54:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_uriinfo_web/resource/pathseg HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:01:54 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:01:54:FINISHED TEST : pathSegTest()
04-05-2024 11:01:54:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:54:STARTING TEST : queryTest1()
Apr 05, 2024 11:01:54 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:01:54:[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'
04-05-2024 11:01:54:FINISHED TEST : queryTest1()
04-05-2024 11:01:54:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:54:STARTING TEST : queryTest2()
Apr 05, 2024 11:01:54 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:01:54:[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'
04-05-2024 11:01:54:FINISHED TEST : queryTest2()
04-05-2024 11:01:54:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:54:STARTING TEST : pathSegTest1()
Apr 05, 2024 11:01:54 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:01:54:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_uriinfo_web/resource/pathseg1%20/%2010 HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:01:54:FINISHED TEST : pathSegTest1()
04-05-2024 11:01:54:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:54:STARTING TEST : pathSegTest2()
Apr 05, 2024 11:01:54 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:01:54:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_uriinfo_web/resource/pathseg2%20/%2010 HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:01:54:FINISHED TEST : pathSegTest2()
04-05-2024 11:01:54:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:54:STARTING TEST : getMatchedURIsTest1()
Apr 05, 2024 11:01:54 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:01:54:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_uriinfo_web/resource/uri1 HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:01:54:FINISHED TEST : getMatchedURIsTest1()
04-05-2024 11:01:54:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:54:STARTING TEST : getMatchedURIsTest2()Apr 05, 2024 11:01:54 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 11:01:54:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_uriinfo_web/resource/uri2 HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:01:54:FINISHED TEST : getMatchedURIsTest2()
04-05-2024 11:01:54:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:54:STARTING TEST : getMatchedResourcesTest()
Apr 05, 2024 11:01:54 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:01:54:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_uriinfo_web/resource/resource HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:01:54:FINISHED TEST : getMatchedResourcesTest()
04-05-2024 11:01:54:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:54:STARTING TEST : pathTest()
Apr 05, 2024 11:01:54 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:01:54:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_uriinfo_web/resource/path HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:01:54:FINISHED TEST : pathTest()
04-05-2024 11:01:54:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:54:STARTING TEST : requestURITest()Apr 05, 2024 11:01:54 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 11:01:54:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_uriinfo_web/resource/request?stringtest=cts&inttest=-2147483648 HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:01:54:FINISHED TEST : requestURITest()
04-05-2024 11:01:54:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:54:STARTING TEST : aPathTest()
04-05-2024 11:01:54:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_uriinfo_web/resource/apath HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:01:54 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:01:54:FINISHED TEST : aPathTest()
04-05-2024 11:01:54:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:54:STARTING TEST : baseUriTest()
Apr 05, 2024 11:01:54 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:01:54:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_uriinfo_web/resource/baseuri HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:01:54:FINISHED TEST : baseUriTest()
[WARNING] Tests run: 20, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.749 s - in ee.jakarta.tck.ws.rs.ee.rs.core.uriinfo.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.delete.JAXRSClientIT
04-05-2024 11:01:55:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:55:STARTING TEST : deleteSubTest()
04-05-2024 11:01:55:[HttpRequest] Dispatching request: 'DELETE /jaxrs_ee_rs_delete_web/DeleteTest/sub HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:01:55 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:01:55:FINISHED TEST : deleteSubTest()
04-05-2024 11:01:55:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:55:STARTING TEST : deleteTest1()
04-05-2024 11:01:55:[HttpRequest] Dispatching request: 'DELETE /jaxrs_ee_rs_delete_web/DeleteTest HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:01:55 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:01:55:FINISHED TEST : deleteTest1()
04-05-2024 11:01:55:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:55:STARTING TEST : deleteTest2()
04-05-2024 11:01:55:[HttpRequest] Dispatching request: 'DELETE /jaxrs_ee_rs_delete_web/DeleteTest  HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:01:55 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:01:55:FINISHED TEST : deleteTest2()
04-05-2024 11:01:55:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:55:STARTING TEST : deleteSubTest1()
04-05-2024 11:01:55:[HttpRequest] Dispatching request: 'DELETE /jaxrs_ee_rs_delete_web/DeleteTest/sub HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:01:55:FINISHED TEST : deleteSubTest1()
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.619 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
04-05-2024 11:01:55:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:55:STARTING TEST : setAnnotationsNullThrowsNPETest()04-05-2024 11:01:55:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/

04-05-2024 11:01:55:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080'
04-05-2024 11:01:55:###############################
04-05-2024 11:01:55:[Request] Adding entity: Entity
04-05-2024 11:01:55:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETANNOTATIONSNULL, Content-Type:*/*
04-05-2024 11:01:55:  TRACE: [WIRE] - >> Entity
04-05-2024 11:01:55:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:01:55:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:55:  TRACE: [WIRE] - << Content-Length: 48
04-05-2024 11:01:55:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:01:55:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:55:  TRACE: [WIRE] - << NullPointerException has been thrown as expected
04-05-2024 11:01:55:FINISHED TEST : setAnnotationsNullThrowsNPETest()
04-05-2024 11:01:55:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:55:STARTING TEST : setAnnotationsTest()
04-05-2024 11:01:55:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/
04-05-2024 11:01:55:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080'
04-05-2024 11:01:55:###############################
04-05-2024 11:01:55:[Request] Adding entity: Entity
04-05-2024 11:01:55:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETANNOTATIONS, Content-Type:*/*
04-05-2024 11:01:55:  TRACE: [WIRE] - >> Entity
04-05-2024 11:01:55:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:01:55:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:55:  TRACE: [WIRE] - << Content-Length: 69
04-05-2024 11:01:55:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:01:55:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:55:  TRACE: [WIRE] - << @jakarta.ws.rs.ext.Provider();@jakarta.annotation.Priority(value=100)
04-05-2024 11:01:55:FINISHED TEST : setAnnotationsTest()
04-05-2024 11:01:55:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:55:STARTING TEST : setGenericTypeTest()
04-05-2024 11:01:55:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080'
04-05-2024 11:01:55:###############################
04-05-2024 11:01:55:[Request] Adding entity: Entity
04-05-2024 11:01:55:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/
04-05-2024 11:01:55:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETGENERICTYPE, Content-Type:*/*
04-05-2024 11:01:55:  TRACE: [WIRE] - >> Entity
04-05-2024 11:01:55:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:01:55:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:55:  TRACE: [WIRE] - << Content-Length: 2
04-05-2024 11:01:55:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:01:55:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:55:  TRACE: [WIRE] - << [B
04-05-2024 11:01:55:FINISHED TEST : setGenericTypeTest()
04-05-2024 11:01:55:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:55:STARTING TEST : getMediaTypeTest()
04-05-2024 11:01:55:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080'
04-05-2024 11:01:55:###############################
04-05-2024 11:01:55:[Request] Adding entity: Entity{entity=Entity, variant=Variant[mediaType=application/json, language=null, encoding=null], annotations=[]}
04-05-2024 11:01:55:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/
04-05-2024 11:01:55:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETMEDIATYPE, Content-Type:application/json
04-05-2024 11:01:55:  TRACE: [WIRE] - >> Entity
04-05-2024 11:01:55:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:01:55:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:55:  TRACE: [WIRE] - << Content-Length: 16
04-05-2024 11:01:55:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:01:55:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:55:  TRACE: [WIRE] - << application/json
04-05-2024 11:01:55:FINISHED TEST : getMediaTypeTest()
04-05-2024 11:01:55:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:55:STARTING TEST : setPropertyNullTest()04-05-2024 11:01:55:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/

04-05-2024 11:01:55:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080'
04-05-2024 11:01:55:###############################
04-05-2024 11:01:55:[Request] Adding entity: Entity
04-05-2024 11:01:55:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETPROPERTYNULL, Content-Type:*/*
04-05-2024 11:01:55:  TRACE: [WIRE] - >> Entity
04-05-2024 11:01:55:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:01:55:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:55:  TRACE: [WIRE] - << Content-Length: 4
04-05-2024 11:01:55:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:01:55:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:55:  TRACE: [WIRE] - << None
04-05-2024 11:01:55:FINISHED TEST : setPropertyNullTest()
04-05-2024 11:01:55:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:55:STARTING TEST : getPropertyNamesIsReadOnlyTest()
04-05-2024 11:01:55:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080'
04-05-2024 11:01:55:###############################
04-05-2024 11:01:55:[Request] Adding entity: Entity
04-05-2024 11:01:55:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/
04-05-2024 11:01:55:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETPROPERTYNAMESISREADONLY, Content-Type:*/*
04-05-2024 11:01:55:  TRACE: [WIRE] - >> Entity
04-05-2024 11:01:55:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:01:55:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:55:  TRACE: [WIRE] - << Content-Length: 4
04-05-2024 11:01:55:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:01:55:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:55:  TRACE: [WIRE] - << None
04-05-2024 11:01:55:FINISHED TEST : getPropertyNamesIsReadOnlyTest()
04-05-2024 11:01:55:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:55:STARTING TEST : getPropertyNamesTest()04-05-2024 11:01:56:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/
04-05-2024 11:01:56:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETPROPERTYNAMES, Content-Type:*/*

04-05-2024 11:01:55:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080'
04-05-2024 11:01:55:###############################
04-05-2024 11:01:56:[Request] Adding entity: Entity
04-05-2024 11:01:56:  TRACE: [WIRE] - >> Entity
04-05-2024 11:01:56:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:01:56:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:56:  TRACE: [WIRE] - << Content-Length: 49
04-05-2024 11:01:56:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:01:56:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:56:  TRACE: [WIRE] - << Property4;Property3;Property2;Property1;Property0
04-05-2024 11:01:56:FINISHED TEST : getPropertyNamesTest()
04-05-2024 11:01:56:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:56:STARTING TEST : getPropertyIsNullTest()
04-05-2024 11:01:56:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080'
04-05-2024 11:01:56:###############################
04-05-2024 11:01:56:[Request] Adding entity: Entity
04-05-2024 11:01:56:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/
04-05-2024 11:01:56:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETPROPERTY, Content-Type:*/*
04-05-2024 11:01:56:  TRACE: [WIRE] - >> Entity
04-05-2024 11:01:56:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:01:56:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:56:  TRACE: [WIRE] - << Content-Length: 4
04-05-2024 11:01:56:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:01:56:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:56:  TRACE: [WIRE] - << None
04-05-2024 11:01:56:FINISHED TEST : getPropertyIsNullTest()
04-05-2024 11:01:56:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:56:STARTING TEST : setMediaTypeTest()
04-05-2024 11:01:56:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080'
04-05-2024 11:01:56:###############################
04-05-2024 11:01:56:[Request] Adding entity: Entity
04-05-2024 11:01:56:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/
04-05-2024 11:01:56:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETMEDIATYPE, Content-Type:*/*
04-05-2024 11:01:56:  TRACE: [WIRE] - >> Entity
04-05-2024 11:01:56:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:01:56:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:56:  TRACE: [WIRE] - << Content-Length: 33
04-05-2024 11:01:56:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:01:56:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:56:  TRACE: [WIRE] - << application/x-www-form-urlencoded
04-05-2024 11:01:56:FINISHED TEST : setMediaTypeTest()
04-05-2024 11:01:56:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:56:STARTING TEST : setTypeTest()
04-05-2024 11:01:56:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080'
04-05-2024 11:01:56:###############################
04-05-2024 11:01:56:[Request] Adding entity: java.io.InputStreamReader@4f38e4f6
04-05-2024 11:01:56:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/
04-05-2024 11:01:56:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETTYPE, Content-Type:*/*
04-05-2024 11:01:56:  TRACE: [WIRE] - >> java.io.InputStreamReader@4f38e4f6
04-05-2024 11:01:56:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:01:56:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:56:  TRACE: [WIRE] - << Content-Length: 25
04-05-2024 11:01:56:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:01:56:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:56:  TRACE: [WIRE] - << java.io.InputStreamReader
04-05-2024 11:01:56:#setType set correct type java.io.InputStreamReader
04-05-2024 11:01:56:FINISHED TEST : setTypeTest()
04-05-2024 11:01:56:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:56:STARTING TEST : getTypeTest()
04-05-2024 11:01:56:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/
04-05-2024 11:01:56:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080'
04-05-2024 11:01:56:###############################
04-05-2024 11:01:56:[Request] Adding entity: Entity
04-05-2024 11:01:56:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETTYPE, Content-Type:*/*
04-05-2024 11:01:56:  TRACE: [WIRE] - >> Entity
04-05-2024 11:01:56:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:01:56:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:56:  TRACE: [WIRE] - << Content-Length: 16
04-05-2024 11:01:56:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:01:56:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:56:  TRACE: [WIRE] - << java.lang.String
04-05-2024 11:01:56:FINISHED TEST : getTypeTest()
04-05-2024 11:01:56:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:56:STARTING TEST : getAnnotationsTest()
04-05-2024 11:01:56:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080'
04-05-2024 11:01:56:###############################
04-05-2024 11:01:56:[Request] Adding entity: Entity{entity=Entity, variant=Variant[mediaType=*/*, language=null, encoding=null], annotations=[@jakarta.ws.rs.ext.Provider(), @jakarta.annotation.Priority(value=100)]}
04-05-2024 11:01:56:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/
04-05-2024 11:01:56:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETANNOTATIONS, Content-Type:*/*
04-05-2024 11:01:56:  TRACE: [WIRE] - >> Entity
04-05-2024 11:01:56:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:01:56:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:56:  TRACE: [WIRE] - << Content-Length: 69
04-05-2024 11:01:56:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:01:56:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:56:  TRACE: [WIRE] - << @jakarta.ws.rs.ext.Provider();@jakarta.annotation.Priority(value=100)
04-05-2024 11:01:56:FINISHED TEST : getAnnotationsTest()
04-05-2024 11:01:56:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:56:STARTING TEST : getGenericTypeTest()
04-05-2024 11:01:56:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080'
04-05-2024 11:01:56:###############################
04-05-2024 11:01:56:[Request] Adding entity: Entity
04-05-2024 11:01:56:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/
04-05-2024 11:01:56:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETGENERICTYPE, Content-Type:*/*
04-05-2024 11:01:56:  TRACE: [WIRE] - >> Entity
04-05-2024 11:01:56:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:01:56:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:56:  TRACE: [WIRE] - << Content-Length: 16
04-05-2024 11:01:56:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:01:56:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:56:  TRACE: [WIRE] - << java.lang.String
04-05-2024 11:01:56:FINISHED TEST : getGenericTypeTest()
04-05-2024 11:01:56:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:56:STARTING TEST : setPropertyTest()04-05-2024 11:01:56:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/

04-05-2024 11:01:56:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080'
04-05-2024 11:01:56:###############################
04-05-2024 11:01:56:[Request] Adding entity: Entity
04-05-2024 11:01:56:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETPROPERTY, Content-Type:*/*
04-05-2024 11:01:56:  TRACE: [WIRE] - >> Entity
04-05-2024 11:01:56:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:01:56:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:56:  TRACE: [WIRE] - << Content-Length: 12
04-05-2024 11:01:56:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:01:56:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:56:  TRACE: [WIRE] - << Other Entity
04-05-2024 11:01:56:FINISHED TEST : setPropertyTest()
04-05-2024 11:01:56:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:56:STARTING TEST : removePropertyTest()
04-05-2024 11:01:56:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/
04-05-2024 11:01:56:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:REMOVEPROPERTY, Content-Type:*/*
04-05-2024 11:01:56:  TRACE: [WIRE] - >> Entity
04-05-2024 11:01:56:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:01:56:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080'
04-05-2024 11:01:56:###############################
04-05-2024 11:01:56:[Request] Adding entity: Entity
04-05-2024 11:01:56:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:56:  TRACE: [WIRE] - << Content-Length: 4
04-05-2024 11:01:56:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:01:56:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:56:  TRACE: [WIRE] - << None
04-05-2024 11:01:56:FINISHED TEST : removePropertyTest()
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.84 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
04-05-2024 11:01:56:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:56:STARTING TEST : getEntityTest()
04-05-2024 11:01:56:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/' to target server at 'localhost:8080'
04-05-2024 11:01:56:###############################
04-05-2024 11:01:56:[Request] Adding entity: Entity
04-05-2024 11:01:56:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/
04-05-2024 11:01:56:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETENTITY, Content-Type:*/*
04-05-2024 11:01:56:  TRACE: [WIRE] - >> Entity
04-05-2024 11:01:56:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:01:56:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:56:  TRACE: [WIRE] - << Content-Length: 6
04-05-2024 11:01:56:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:01:56:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:56:  TRACE: [WIRE] - << Entity
04-05-2024 11:01:56:FINISHED TEST : getEntityTest()
04-05-2024 11:01:56:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:56:STARTING TEST : getHeadersOperationOnlyTest()04-05-2024 11:01:56:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/

04-05-2024 11:01:56:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/' to target server at 'localhost:8080'
04-05-2024 11:01:56:###############################
04-05-2024 11:01:56:[Request] Adding entity: Entity
04-05-2024 11:01:56:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETHEADERS, Content-Type:*/*
04-05-2024 11:01:56:  TRACE: [WIRE] - >> Entity
04-05-2024 11:01:56:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:01:56:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:56:  TRACE: [WIRE] - << Content-Length: 40
04-05-2024 11:01:56:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:01:56:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:56:  TRACE: [WIRE] - << Accept;OPERATION;Content-Type;User-Agent
04-05-2024 11:01:56:FINISHED TEST : getHeadersOperationOnlyTest()
04-05-2024 11:01:56:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:56:STARTING TEST : setEntityTest()
04-05-2024 11:01:56:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/' to target server at 'localhost:8080'
04-05-2024 11:01:56:###############################
04-05-2024 11:01:56:[Request] Adding entity: Entity
04-05-2024 11:01:56:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/
04-05-2024 11:01:56:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETENTITY, Content-Type:*/*
04-05-2024 11:01:56:  TRACE: [WIRE] - >> Entity
04-05-2024 11:01:56:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:01:56:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:56:  TRACE: [WIRE] - << Content-Length: 9
04-05-2024 11:01:56:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:01:56:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:56:  TRACE: [WIRE] - << OPERATION
04-05-2024 11:01:56:FINISHED TEST : setEntityTest()
04-05-2024 11:01:56:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:56:STARTING TEST : getHeadersIsMutableTest()
04-05-2024 11:01:56:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/' to target server at 'localhost:8080'
04-05-2024 11:01:56:###############################
04-05-2024 11:01:56:[Request] Adding entity: Entity
04-05-2024 11:01:56:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/
04-05-2024 11:01:56:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETHEADERSISMUTABLE, Content-Type:*/*
04-05-2024 11:01:56:  TRACE: [WIRE] - >> Entity
04-05-2024 11:01:56:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:01:56:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:56:  TRACE: [WIRE] - << Content-Length: 8
04-05-2024 11:01:56:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:01:56:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:56:  TRACE: [WIRE] - << Property
04-05-2024 11:01:56:FINISHED TEST : getHeadersIsMutableTest()
04-05-2024 11:01:56:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:56:STARTING TEST : setOutputStreamTest()
04-05-2024 11:01:56:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/
04-05-2024 11:01:56:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/' to target server at 'localhost:8080'
04-05-2024 11:01:56:###############################
04-05-2024 11:01:56:[Request] Adding entity: Entity
04-05-2024 11:01:56:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETOUTPUTSTREAM, Content-Type:*/*
04-05-2024 11:01:56:  TRACE: [WIRE] - >> Entity
04-05-2024 11:01:56:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:01:56:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:56:  TRACE: [WIRE] - << Content-Length: 8192
04-05-2024 11:01:56:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:01:56:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:56:  TRACE: [WIRE] - << Enxixy
04-05-2024 11:01:56:FINISHED TEST : setOutputStreamTest()
04-05-2024 11:01:56:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:56:STARTING TEST : proceedThrowsWebApplicationExceptionTest()
04-05-2024 11:01:56:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/' to target server at 'localhost:8080'
04-05-2024 11:01:56:###############################
04-05-2024 11:01:56:[Request] Adding entity: StringBean. To get a value, use rather #get() method.
04-05-2024 11:01:56:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/
04-05-2024 11:01:56:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:PROCEEDTHROWSWEBAPPEXCEPTION, Content-Type:*/*
04-05-2024 11:01:56:  TRACE: [WIRE] - >> StringBean. To get a value, use rather #get() method.
04-05-2024 11:01:56: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:419)
	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
04-05-2024 11:01:56:[JAXRSCommonClient] null failed!  Check output for cause of failure.
ee.jakarta.tck.ws.rs.common.webclient.TestFailureException: [FATAL] Unexpected failure during test execution.
Client client = ClientFactory.newClient();
client.configuration().register(ee.jakarta.tck.ws.rs.ee.rs.ext.interceptor.writer.writerinterceptorcontext.WriterInterceptorTwo);
client.configuration().register(ee.jakarta.tck.ws.rs.ee.rs.ext.interceptor.writer.writerinterceptorcontext.WriterInterceptorOne.class);
client.configuration().register(ee.jakarta.tck.ws.rs.common.provider.StringBeanEntityProvider.class);
WebTarget target = client.target("http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/");
Invocation.Builder builder;
builder = target.request("*/*");
builder.header("OPERATION","PROCEEDTHROWSWEBAPPEXCEPTION");
Invocation i;
i=builder.build("POST",Entity.entity(StringBean. To get a value, use rather #get() method.,*/*);
i.invoke();
WebApplicationException has been thrown as expected
	at ee.jakarta.tck.ws.rs.common.client.JaxrsWebTestCase.execute(JaxrsWebTestCase.java:214)
	at ee.jakarta.tck.ws.rs.common.client.JaxrsCommonClient.invoke(JaxrsCommonClient.java:209)
	at ee.jakarta.tck.ws.rs.ee.rs.ext.interceptor.clientwriter.WriterClient.invoke(WriterClient.java:52)
	at ee.jakarta.tck.ws.rs.ee.rs.ext.interceptor.clientwriter.writerinterceptorcontext.JAXRSClientIT.proceedThrowsWebApplicationExceptionTest(JAXRSClientIT.java:222)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.jboss.arquillian.junit5.ArquillianExtension$1.invoke(ArquillianExtension.java:165)
	at org.jboss.arquillian.container.test.impl.execution.LocalTestExecuter.execute(LocalTestExecuter.java:57)
	at jdk.internal.reflect.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:419)
	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.<init>(JAXRSCommonClient.java:1136)
	at ee.jakarta.tck.ws.rs.common.client.JaxrsCommonClient.invoke(JaxrsCommonClient.java:219)
	... 117 more
04-05-2024 11:01:56:WebApplicationException has been thrown as expected
04-05-2024 11:01:56:FINISHED TEST : proceedThrowsWebApplicationExceptionTest()
04-05-2024 11:01:56:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:56:STARTING TEST : getHeadersTest()
04-05-2024 11:01:56:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/
04-05-2024 11:01:56:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/' to target server at 'localhost:8080'
04-05-2024 11:01:56:###############################
04-05-2024 11:01:56:[Request] Adding entity: Entity
04-05-2024 11:01:56:  TRACE: [WIRE] - >> Accept:*/*, Property4:any, Property3:any, Property2:any, Property1:any, Property0:any, OPERATION:GETHEADERS, Content-Type:*/*
04-05-2024 11:01:56:  TRACE: [WIRE] - >> Entity
04-05-2024 11:01:56:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:01:56:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:56:  TRACE: [WIRE] - << Content-Length: 90
04-05-2024 11:01:56:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:01:56:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:56:  TRACE: [WIRE] - << Accept;Property4;Property3;Property2;Property1;Property0;OPERATION;Content-Type;User-Agent
04-05-2024 11:01:56:FINISHED TEST : getHeadersTest()
04-05-2024 11:01:56:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:56:STARTING TEST : getOutputStreamTest()
04-05-2024 11:01:56:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/' to target server at 'localhost:8080'
04-05-2024 11:01:56:###############################
04-05-2024 11:01:56:[Request] Adding entity: Entity
04-05-2024 11:01:56:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/
04-05-2024 11:01:56:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETOUTPUTSTREAM, Content-Type:*/*
04-05-2024 11:01:56:  TRACE: [WIRE] - >> Entity
04-05-2024 11:01:56:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:01:56:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:56:  TRACE: [WIRE] - << Content-Length: 10
04-05-2024 11:01:56:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:01:56:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:56:  TRACE: [WIRE] - << NoneEntity
04-05-2024 11:01:56:FINISHED TEST : getOutputStreamTest()
04-05-2024 11:01:56:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:56:STARTING TEST : proceedThrowsIOExceptionTest()
04-05-2024 11:01:56:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/
04-05-2024 11:01:56:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/' to target server at 'localhost:8080'
04-05-2024 11:01:56:###############################
04-05-2024 11:01:56:[Request] Adding entity: Entity
04-05-2024 11:01:56:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:PROCEEDTHROWSIOEXCEPTION, Content-Type:*/*
04-05-2024 11:01:56:  TRACE: [WIRE] - >> Entity
04-05-2024 11:01:56:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:01:56:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:56:  TRACE: [WIRE] - << Content-Length: 39
04-05-2024 11:01:56:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:01:56:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:56:  TRACE: [WIRE] - << IOException has been thrown as expected
04-05-2024 11:01:56:FINISHED TEST : proceedThrowsIOExceptionTest()
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.713 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
04-05-2024 11:01:58:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:58:STARTING TEST : setAnnotationsNullThrowsNPETest()
04-05-2024 11:01:58:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080'
04-05-2024 11:01:58:###############################
04-05-2024 11:01:58:[Request] Adding entity: Entity
04-05-2024 11:01:58:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string
04-05-2024 11:01:58:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETANNOTATIONSNULL, Content-Type:*/*
04-05-2024 11:01:58:  TRACE: [WIRE] - >> Entity
04-05-2024 11:01:58:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:01:58:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:58:  TRACE: [WIRE] - << Content-Length: 48
04-05-2024 11:01:58:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:01:58:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:58:  TRACE: [WIRE] - << NullPointerException has been thrown as expected
04-05-2024 11:01:58:FINISHED TEST : setAnnotationsNullThrowsNPETest()
04-05-2024 11:01:58:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:58:STARTING TEST : setAnnotationsTest()
04-05-2024 11:01:58:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string
04-05-2024 11:01:58:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080'
04-05-2024 11:01:58:###############################
04-05-2024 11:01:58:[Request] Adding entity: Entity
04-05-2024 11:01:58:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETANNOTATIONS, Content-Type:*/*
04-05-2024 11:01:58:  TRACE: [WIRE] - >> Entity
04-05-2024 11:01:58:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:01:58:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:58:  TRACE: [WIRE] - << Content-Length: 69
04-05-2024 11:01:58:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:01:58:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:58:  TRACE: [WIRE] - << @jakarta.ws.rs.ext.Provider();@jakarta.annotation.Priority(value=100)
04-05-2024 11:01:58:FINISHED TEST : setAnnotationsTest()
04-05-2024 11:01:58:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:58:STARTING TEST : setGenericTypeTest()
04-05-2024 11:01:58:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080'
04-05-2024 11:01:58:###############################
04-05-2024 11:01:58:[Request] Adding entity: Entity
04-05-2024 11:01:58:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string
04-05-2024 11:01:58:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETGENERICTYPE, Content-Type:*/*
04-05-2024 11:01:58:  TRACE: [WIRE] - >> Entity
04-05-2024 11:01:58:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:01:58:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:58:  TRACE: [WIRE] - << Content-Length: 2
04-05-2024 11:01:58:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:01:58:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:58:  TRACE: [WIRE] - << [B
04-05-2024 11:01:58:FINISHED TEST : setGenericTypeTest()
04-05-2024 11:01:58:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:58:STARTING TEST : getMediaTypeTest()
04-05-2024 11:01:58:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080'
04-05-2024 11:01:58:###############################
04-05-2024 11:01:58:[Request] Adding entity: Entity{entity=Entity, variant=Variant[mediaType=application/json, language=null, encoding=null], annotations=[]}
04-05-2024 11:01:58:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string
04-05-2024 11:01:58:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETMEDIATYPE, Content-Type:application/json
04-05-2024 11:01:58:  TRACE: [WIRE] - >> Entity
04-05-2024 11:01:58:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:01:58:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:58:  TRACE: [WIRE] - << Content-Length: 16
04-05-2024 11:01:58:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:01:58:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:58:  TRACE: [WIRE] - << application/json
04-05-2024 11:01:58:FINISHED TEST : getMediaTypeTest()
04-05-2024 11:01:58:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:58:STARTING TEST : setPropertyNullTest()
04-05-2024 11:01:58:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080'
04-05-2024 11:01:58:###############################
04-05-2024 11:01:58:[Request] Adding entity: Entity
04-05-2024 11:01:58:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string
04-05-2024 11:01:58:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETPROPERTYNULL, Content-Type:*/*
04-05-2024 11:01:58:  TRACE: [WIRE] - >> Entity
04-05-2024 11:01:58:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:01:58:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:58:  TRACE: [WIRE] - << Content-Length: 4
04-05-2024 11:01:58:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:01:58:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:58:  TRACE: [WIRE] - << None
04-05-2024 11:01:58:FINISHED TEST : setPropertyNullTest()
04-05-2024 11:01:58:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:58:STARTING TEST : getPropertyNamesIsReadOnlyTest()
04-05-2024 11:01:58:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080'
04-05-2024 11:01:58:###############################
04-05-2024 11:01:58:[Request] Adding entity: Entity
04-05-2024 11:01:58:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string
04-05-2024 11:01:58:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETPROPERTYNAMESISREADONLY, Content-Type:*/*
04-05-2024 11:01:58:  TRACE: [WIRE] - >> Entity
04-05-2024 11:01:58:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:01:58:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:58:  TRACE: [WIRE] - << Content-Length: 4
04-05-2024 11:01:58:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:01:58:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:58:  TRACE: [WIRE] - << None
04-05-2024 11:01:58:FINISHED TEST : getPropertyNamesIsReadOnlyTest()
04-05-2024 11:01:58:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:58:STARTING TEST : getPropertyNamesTest()
04-05-2024 11:01:58:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string
04-05-2024 11:01:58:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080'
04-05-2024 11:01:58:###############################
04-05-2024 11:01:58:[Request] Adding entity: Entity
04-05-2024 11:01:58:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETPROPERTYNAMES, Content-Type:*/*
04-05-2024 11:01:58:  TRACE: [WIRE] - >> Entity
04-05-2024 11:01:58:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:01:58:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:58:  TRACE: [WIRE] - << Content-Length: 139
04-05-2024 11:01:58:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:01:58:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:58:  TRACE: [WIRE] - << Property4;Property3;org.glassfish.web.RequestFacadeHelper;org.glassfish.jersey.message.internal.TracingLogger;Property2;Property1;Property0
04-05-2024 11:01:58:FINISHED TEST : getPropertyNamesTest()
04-05-2024 11:01:58:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:58:STARTING TEST : getPropertyIsNullTest()
04-05-2024 11:01:58:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string
04-05-2024 11:01:58:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETPROPERTY, Content-Type:*/*
04-05-2024 11:01:58:  TRACE: [WIRE] - >> Entity
04-05-2024 11:01:58:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080'
04-05-2024 11:01:58:###############################
04-05-2024 11:01:58:[Request] Adding entity: Entity
04-05-2024 11:01:58:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:01:58:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:58:  TRACE: [WIRE] - << Content-Length: 4
04-05-2024 11:01:58:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:01:58:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:58:  TRACE: [WIRE] - << None
04-05-2024 11:01:58:FINISHED TEST : getPropertyIsNullTest()
04-05-2024 11:01:58:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:58:STARTING TEST : setMediaTypeTest()
04-05-2024 11:01:58:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080'
04-05-2024 11:01:58:###############################
04-05-2024 11:01:58:[Request] Adding entity: Entity
04-05-2024 11:01:58:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string
04-05-2024 11:01:58:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETMEDIATYPE, Content-Type:*/*
04-05-2024 11:01:58:  TRACE: [WIRE] - >> Entity
04-05-2024 11:01:58:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:01:58:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:58:  TRACE: [WIRE] - << Content-Length: 33
04-05-2024 11:01:58:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:01:58:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:58:  TRACE: [WIRE] - << application/x-www-form-urlencoded
04-05-2024 11:01:58:FINISHED TEST : setMediaTypeTest()
04-05-2024 11:01:58:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:58:STARTING TEST : setTypeTest()
04-05-2024 11:01:58:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/inputstreamreader
04-05-2024 11:01:58:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETTYPE, Content-Type:*/*
04-05-2024 11:01:58:  TRACE: [WIRE] - >> java.io.InputStreamReader@31bdee99
04-05-2024 11:01:58:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/inputstreamreader' to target server at 'localhost:8080'
04-05-2024 11:01:58:###############################
04-05-2024 11:01:58:[Request] Adding entity: java.io.InputStreamReader@31bdee99
04-05-2024 11:01:58:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:01:58:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:58:  TRACE: [WIRE] - << Content-Length: 25
04-05-2024 11:01:58:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:01:58:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:58:  TRACE: [WIRE] - << java.io.InputStreamReader
04-05-2024 11:01:58:#setType set correct type java.io.InputStreamReader
04-05-2024 11:01:58:FINISHED TEST : setTypeTest()
04-05-2024 11:01:58:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:58:STARTING TEST : getTypeTest()
04-05-2024 11:01:58:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string
04-05-2024 11:01:58:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080'
04-05-2024 11:01:58:###############################
04-05-2024 11:01:58:[Request] Adding entity: Entity
04-05-2024 11:01:58:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETTYPE, Content-Type:*/*
04-05-2024 11:01:58:  TRACE: [WIRE] - >> Entity
04-05-2024 11:01:58:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:01:58:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:58:  TRACE: [WIRE] - << Content-Length: 16
04-05-2024 11:01:58:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:01:58:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:58:  TRACE: [WIRE] - << java.lang.String
04-05-2024 11:01:58:FINISHED TEST : getTypeTest()
04-05-2024 11:01:58:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:58:STARTING TEST : getAnnotationsTest()04-05-2024 11:01:58:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string
04-05-2024 11:01:58:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETANNOTATIONS, Content-Type:*/*

04-05-2024 11:01:58:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080'
04-05-2024 11:01:58:###############################
04-05-2024 11:01:58:[Request] Adding entity: Entity{entity=Entity, variant=Variant[mediaType=*/*, language=null, encoding=null], annotations=[]}
04-05-2024 11:01:58:  TRACE: [WIRE] - >> Entity
04-05-2024 11:01:58:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:01:58:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:58:  TRACE: [WIRE] - << Content-Length: 0
04-05-2024 11:01:58:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:01:58:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:58:FINISHED TEST : getAnnotationsTest()
04-05-2024 11:01:58:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:58:STARTING TEST : getGenericTypeTest()
04-05-2024 11:01:58:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string
04-05-2024 11:01:58:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETGENERICTYPE, Content-Type:*/*
04-05-2024 11:01:58:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080'
04-05-2024 11:01:58:###############################
04-05-2024 11:01:58:[Request] Adding entity: Entity
04-05-2024 11:01:58:  TRACE: [WIRE] - >> Entity
04-05-2024 11:01:58:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:01:58:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:58:  TRACE: [WIRE] - << Content-Length: 16
04-05-2024 11:01:58:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:01:58:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:58:  TRACE: [WIRE] - << java.lang.String
04-05-2024 11:01:58:FINISHED TEST : getGenericTypeTest()
04-05-2024 11:01:58:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:58:STARTING TEST : setPropertyTest()
04-05-2024 11:01:58:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080'
04-05-2024 11:01:58:###############################
04-05-2024 11:01:58:[Request] Adding entity: Entity
04-05-2024 11:01:58:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string
04-05-2024 11:01:58:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETPROPERTY, Content-Type:*/*
04-05-2024 11:01:58:  TRACE: [WIRE] - >> Entity
04-05-2024 11:01:58:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:01:58:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:58:  TRACE: [WIRE] - << Content-Length: 12
04-05-2024 11:01:58:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:01:58:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:58:  TRACE: [WIRE] - << Other Entity
04-05-2024 11:01:58:FINISHED TEST : setPropertyTest()
04-05-2024 11:01:58:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:58:STARTING TEST : removePropertyTest()
04-05-2024 11:01:58:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string
04-05-2024 11:01:58:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080'
04-05-2024 11:01:58:###############################
04-05-2024 11:01:58:[Request] Adding entity: Entity
04-05-2024 11:01:58:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:REMOVEPROPERTY, Content-Type:*/*
04-05-2024 11:01:58:  TRACE: [WIRE] - >> Entity
04-05-2024 11:01:58:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:01:58:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:58:  TRACE: [WIRE] - << Content-Length: 4
04-05-2024 11:01:58:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:01:58:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:58:  TRACE: [WIRE] - << None
04-05-2024 11:01:58:FINISHED TEST : removePropertyTest()
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.6 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
04-05-2024 11:01:59:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:59:STARTING TEST : getHeadersHeadersSetTest()
04-05-2024 11:01:59:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web/resource/string' to target server at 'localhost:8080'
04-05-2024 11:01:59:###############################
04-05-2024 11:01:59:[Request] Adding entity: Entity
04-05-2024 11:01:59:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web/resource/string
04-05-2024 11:01:59:  TRACE: [WIRE] - >> Accept:*/*, Property4:any, Property3:any, Property2:any, Property1:any, Property0:any, OPERATION:GETHEADERS, Content-Type:*/*
04-05-2024 11:01:59:  TRACE: [WIRE] - >> Entity
04-05-2024 11:01:59:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:01:59:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:59:  TRACE: [WIRE] - << Content-Length: 121
04-05-2024 11:01:59:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:01:59:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:59:  TRACE: [WIRE] - << accept;property4;property3;property2;property1;property0;operation;content-type;user-agent;host;connection;content-length
04-05-2024 11:01:59:FINISHED TEST : getHeadersHeadersSetTest()
04-05-2024 11:01:59:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:59:STARTING TEST : setInputStreamTest()
04-05-2024 11:01:59:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web/resource/string' to target server at 'localhost:8080'
04-05-2024 11:01:59:###############################
04-05-2024 11:01:59:[Request] Adding entity: Entity
04-05-2024 11:01:59:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web/resource/string
04-05-2024 11:01:59:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:SETINPUTSTREAM, Content-Type:*/*
04-05-2024 11:01:59:  TRACE: [WIRE] - >> Entity
04-05-2024 11:01:59:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:01:59:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:59:  TRACE: [WIRE] - << Content-Length: 12
04-05-2024 11:01:59:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:01:59:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:59:  TRACE: [WIRE] - << Other Entity
04-05-2024 11:01:59:FINISHED TEST : setInputStreamTest()
04-05-2024 11:01:59:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:59:STARTING TEST : getHeadersOperationOnlyTest()
04-05-2024 11:01:59:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web/resource/string' to target server at 'localhost:8080'
04-05-2024 11:01:59:###############################
04-05-2024 11:01:59:[Request] Adding entity: Entity
04-05-2024 11:01:59:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web/resource/string
04-05-2024 11:01:59:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETHEADERS, Content-Type:*/*
04-05-2024 11:01:59:  TRACE: [WIRE] - >> Entity
04-05-2024 11:01:59:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:01:59:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:59:  TRACE: [WIRE] - << Content-Length: 71
04-05-2024 11:01:59:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:01:59:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:59:  TRACE: [WIRE] - << accept;operation;content-type;user-agent;host;connection;content-length
04-05-2024 11:01:59:FINISHED TEST : getHeadersOperationOnlyTest()
04-05-2024 11:01:59:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:59:STARTING TEST : getHeadersIsMutableTest()
04-05-2024 11:01:59:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web/resource/string
04-05-2024 11:01:59:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web/resource/string' to target server at 'localhost:8080'
04-05-2024 11:01:59:###############################
04-05-2024 11:01:59:[Request] Adding entity: Entity
04-05-2024 11:01:59:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETHEADERSISMUTABLE, Content-Type:*/*
04-05-2024 11:01:59:  TRACE: [WIRE] - >> Entity
04-05-2024 11:01:59:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:01:59:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:59:  TRACE: [WIRE] - << Content-Length: 8
04-05-2024 11:01:59:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:01:59:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:59:  TRACE: [WIRE] - << Property
04-05-2024 11:01:59:FINISHED TEST : getHeadersIsMutableTest()
04-05-2024 11:01:59:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:59:STARTING TEST : proceedThrowsWebApplicationExceptionTest()
04-05-2024 11:01:59:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web/resource/errorbean
04-05-2024 11:01:59:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web/resource/errorbean' to target server at 'localhost:8080'
04-05-2024 11:01:59:###############################
04-05-2024 11:01:59:[Request] Adding entity: Entity
04-05-2024 11:01:59:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:PROCEEDTHROWSWEBAPPEXCEPTION, Content-Type:*/*
04-05-2024 11:01:59:  TRACE: [WIRE] - >> Entity
04-05-2024 11:01:59:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:01:59:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:59:  TRACE: [WIRE] - << Content-Length: 51
04-05-2024 11:01:59:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:01:59:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:59:  TRACE: [WIRE] - << WebApplicationException has been thrown as expected
04-05-2024 11:01:59:FINISHED TEST : proceedThrowsWebApplicationExceptionTest()
04-05-2024 11:01:59:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:59:STARTING TEST : getInputStreamTest()
04-05-2024 11:01:59:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web/resource/string
04-05-2024 11:01:59:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web/resource/string' to target server at 'localhost:8080'
04-05-2024 11:01:59:###############################
04-05-2024 11:01:59:[Request] Adding entity: getInputStreamEntity
04-05-2024 11:01:59:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:GETINPUTSTREAM, Content-Type:*/*
04-05-2024 11:01:59:  TRACE: [WIRE] - >> getInputStreamEntity
04-05-2024 11:01:59:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:01:59:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:59:  TRACE: [WIRE] - << Content-Length: 20
04-05-2024 11:01:59:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:01:59:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:59:  TRACE: [WIRE] - << getInputStreamEntity
04-05-2024 11:01:59:FINISHED TEST : getInputStreamTest()
04-05-2024 11:01:59:[JAXRSCommonClient] Test setup OK
04-05-2024 11:01:59:STARTING TEST : proceedThrowsIOExceptionTest()
04-05-2024 11:01:59:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web/resource/string' to target server at 'localhost:8080'
04-05-2024 11:01:59:###############################
04-05-2024 11:01:59:[Request] Adding entity: Entity
04-05-2024 11:01:59:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_readerinterceptorcontext_web/resource/string
04-05-2024 11:01:59:  TRACE: [WIRE] - >> Accept:*/*, OPERATION:PROCEEDTHROWSIOEXCEPTION, Content-Type:*/*
04-05-2024 11:01:59:  TRACE: [WIRE] - >> Entity
04-05-2024 11:01:59:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:01:59:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:01:59:  TRACE: [WIRE] - << Content-Length: 39
04-05-2024 11:01:59:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:01:59:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:01:59:  TRACE: [WIRE] - << IOException has been thrown as expected
04-05-2024 11:01:59:FINISHED TEST : proceedThrowsIOExceptionTest()
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.995 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
04-05-2024 11:02:00:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:00:STARTING TEST : setAnnotationsNullThrowsNPETest()
04-05-2024 11:02:00:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/setannotationsnull' to target server at 'localhost:8080'
04-05-2024 11:02:00:###############################
04-05-2024 11:02:00:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/setannotationsnull
04-05-2024 11:02:00:  TRACE: [WIRE] - >> Accept:*/*
04-05-2024 11:02:00:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:02:00:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:02:00:  TRACE: [WIRE] - << OPERATION: SETANNOTATIONSNULL
04-05-2024 11:02:00:  TRACE: [WIRE] - << Content-Length: 48
04-05-2024 11:02:00:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:02:00:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:02:00:  TRACE: [WIRE] - << NullPointerException has been thrown as expected
04-05-2024 11:02:00:FINISHED TEST : setAnnotationsNullThrowsNPETest()
04-05-2024 11:02:00:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:00:STARTING TEST : setAnnotationsTest()
04-05-2024 11:02:00:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/setannotations' to target server at 'localhost:8080'
04-05-2024 11:02:00:###############################
04-05-2024 11:02:00:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/setannotations
04-05-2024 11:02:00:  TRACE: [WIRE] - >> Accept:*/*
04-05-2024 11:02:00:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:02:00:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:02:00:  TRACE: [WIRE] - << OPERATION: SETANNOTATIONS
04-05-2024 11:02:00:  TRACE: [WIRE] - << Content-Length: 69
04-05-2024 11:02:00:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:02:00:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:02:00:  TRACE: [WIRE] - << @jakarta.ws.rs.ext.Provider();@jakarta.annotation.Priority(value=100)
04-05-2024 11:02:00:FINISHED TEST : setAnnotationsTest()
04-05-2024 11:02:00:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:00:STARTING TEST : setGenericTypeTest()
04-05-2024 11:02:00:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/setgenerictype' to target server at 'localhost:8080'
04-05-2024 11:02:00:###############################
04-05-2024 11:02:00:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/setgenerictype
04-05-2024 11:02:00:  TRACE: [WIRE] - >> Accept:*/*
04-05-2024 11:02:00:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:02:00:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:02:00:  TRACE: [WIRE] - << OPERATION: SETGENERICTYPE
04-05-2024 11:02:00:  TRACE: [WIRE] - << Content-Length: 2
04-05-2024 11:02:00:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:02:00:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:02:00:  TRACE: [WIRE] - << [B
04-05-2024 11:02:00:FINISHED TEST : setGenericTypeTest()
04-05-2024 11:02:00:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:00:STARTING TEST : getMediaTypeTest()
04-05-2024 11:02:00:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/getmediatype' to target server at 'localhost:8080'04-05-2024 11:02:00:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/getmediatype
04-05-2024 11:02:00:  TRACE: [WIRE] - >> Accept:*/*

04-05-2024 11:02:00:###############################
04-05-2024 11:02:00:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:02:00:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:02:00:  TRACE: [WIRE] - << OPERATION: GETMEDIATYPE
04-05-2024 11:02:00:  TRACE: [WIRE] - << Content-Length: 16
04-05-2024 11:02:00:  TRACE: [WIRE] - << Content-Type: application/json
04-05-2024 11:02:00:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:02:00:  TRACE: [WIRE] - << application/json
04-05-2024 11:02:00:FINISHED TEST : getMediaTypeTest()
04-05-2024 11:02:00:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:00:STARTING TEST : setPropertyNullTest()
04-05-2024 11:02:00:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/setpropertynull' to target server at 'localhost:8080'
04-05-2024 11:02:00:###############################
04-05-2024 11:02:00:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/setpropertynull
04-05-2024 11:02:00:  TRACE: [WIRE] - >> Accept:*/*
04-05-2024 11:02:00:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:02:00:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:02:00:  TRACE: [WIRE] - << OPERATION: SETPROPERTYNULL
04-05-2024 11:02:00:  TRACE: [WIRE] - << Content-Length: 4
04-05-2024 11:02:00:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:02:00:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:02:00:  TRACE: [WIRE] - << None
04-05-2024 11:02:00:FINISHED TEST : setPropertyNullTest()
04-05-2024 11:02:00:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:00:STARTING TEST : getPropertyNamesIsReadOnlyTest()
04-05-2024 11:02:00:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/getpropertynamesisreadonly' to target server at 'localhost:8080'
04-05-2024 11:02:00:###############################
04-05-2024 11:02:00:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/getpropertynamesisreadonly
04-05-2024 11:02:00:  TRACE: [WIRE] - >> Accept:*/*
04-05-2024 11:02:00:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:02:00:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:02:00:  TRACE: [WIRE] - << OPERATION: GETPROPERTYNAMESISREADONLY
04-05-2024 11:02:00:  TRACE: [WIRE] - << Content-Length: 4
04-05-2024 11:02:00:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:02:00:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:02:00:  TRACE: [WIRE] - << None
04-05-2024 11:02:00:FINISHED TEST : getPropertyNamesIsReadOnlyTest()
04-05-2024 11:02:00:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:00:STARTING TEST : getPropertyNamesTest()
04-05-2024 11:02:00:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/getpropertynames' to target server at 'localhost:8080'
04-05-2024 11:02:00:###############################
04-05-2024 11:02:00:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/getpropertynames
04-05-2024 11:02:00:  TRACE: [WIRE] - >> Accept:*/*
04-05-2024 11:02:00:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:02:00:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:02:00:  TRACE: [WIRE] - << OPERATION: GETPROPERTYNAMES
04-05-2024 11:02:00:  TRACE: [WIRE] - << Content-Length: 139
04-05-2024 11:02:00:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:02:00:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:02:00:  TRACE: [WIRE] - << Property4;Property3;org.glassfish.web.RequestFacadeHelper;org.glassfish.jersey.message.internal.TracingLogger;Property2;Property1;Property0
04-05-2024 11:02:00:FINISHED TEST : getPropertyNamesTest()
04-05-2024 11:02:00:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:00:STARTING TEST : getPropertyIsNullTest()
04-05-2024 11:02:00:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/getproperty
04-05-2024 11:02:00:  TRACE: [WIRE] - >> Accept:*/*
04-05-2024 11:02:00:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/getproperty' to target server at 'localhost:8080'
04-05-2024 11:02:00:###############################
04-05-2024 11:02:00:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:02:00:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:02:00:  TRACE: [WIRE] - << OPERATION: GETPROPERTY
04-05-2024 11:02:00:  TRACE: [WIRE] - << Content-Length: 4
04-05-2024 11:02:00:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:02:00:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:02:00:  TRACE: [WIRE] - << None
04-05-2024 11:02:00:FINISHED TEST : getPropertyIsNullTest()
04-05-2024 11:02:00:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:00:STARTING TEST : setMediaTypeTest()
04-05-2024 11:02:00:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/setmediatype
04-05-2024 11:02:00:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/setmediatype' to target server at 'localhost:8080'
04-05-2024 11:02:00:###############################
04-05-2024 11:02:00:  TRACE: [WIRE] - >> Accept:*/*
04-05-2024 11:02:00:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:02:00:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:02:00:  TRACE: [WIRE] - << OPERATION: SETMEDIATYPE
04-05-2024 11:02:00:  TRACE: [WIRE] - << Content-Length: 33
04-05-2024 11:02:00:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:02:00:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:02:00:  TRACE: [WIRE] - << application/x-www-form-urlencoded
04-05-2024 11:02:00:FINISHED TEST : setMediaTypeTest()
04-05-2024 11:02:00:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:00:STARTING TEST : setTypeTest()
04-05-2024 11:02:00:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/settype
04-05-2024 11:02:00:  TRACE: [WIRE] - >> Accept:*/*
04-05-2024 11:02:00:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/settype' to target server at 'localhost:8080'
04-05-2024 11:02:00:###############################
04-05-2024 11:02:00:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:02:00:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:02:00:  TRACE: [WIRE] - << OPERATION: SETTYPE
04-05-2024 11:02:00:  TRACE: [WIRE] - << Content-Length: 25
04-05-2024 11:02:00:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:02:00:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:02:00:  TRACE: [WIRE] - << java.io.InputStreamReader
04-05-2024 11:02:00:#setType set correct type java.io.InputStreamReader
04-05-2024 11:02:00:FINISHED TEST : setTypeTest()
04-05-2024 11:02:00:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:00:STARTING TEST : getTypeTest()
04-05-2024 11:02:00:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/gettype
04-05-2024 11:02:00:  TRACE: [WIRE] - >> Accept:*/*
04-05-2024 11:02:00:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/gettype' to target server at 'localhost:8080'
04-05-2024 11:02:00:###############################
04-05-2024 11:02:00:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:02:00:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:02:00:  TRACE: [WIRE] - << OPERATION: GETTYPE
04-05-2024 11:02:00:  TRACE: [WIRE] - << Content-Length: 16
04-05-2024 11:02:00:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:02:00:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:02:00:  TRACE: [WIRE] - << java.lang.String
04-05-2024 11:02:00:FINISHED TEST : getTypeTest()
04-05-2024 11:02:00:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:00:STARTING TEST : getAnnotationsTest()
04-05-2024 11:02:00:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/getannotations
04-05-2024 11:02:00:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/getannotations' to target server at 'localhost:8080'
04-05-2024 11:02:00:###############################
04-05-2024 11:02:00:  TRACE: [WIRE] - >> Accept:*/*
04-05-2024 11:02:00:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:02:00:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:02:00:  TRACE: [WIRE] - << OPERATION: GETANNOTATIONS
04-05-2024 11:02:00:  TRACE: [WIRE] - << Content-Length: 124
04-05-2024 11:02:00:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:02:00:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:02:00:  TRACE: [WIRE] - << @jakarta.ws.rs.GET();@jakarta.ws.rs.Path(value="{id}");@jakarta.ws.rs.ext.Provider();@jakarta.annotation.Priority(value=100)
04-05-2024 11:02:00:FINISHED TEST : getAnnotationsTest()
04-05-2024 11:02:00:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:00:STARTING TEST : getGenericTypeTest()
04-05-2024 11:02:00:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/getgenerictype' to target server at 'localhost:8080'
04-05-2024 11:02:00:###############################
04-05-2024 11:02:00:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/getgenerictype
04-05-2024 11:02:00:  TRACE: [WIRE] - >> Accept:*/*
04-05-2024 11:02:00:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:02:00:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:02:00:  TRACE: [WIRE] - << OPERATION: GETGENERICTYPE
04-05-2024 11:02:00:  TRACE: [WIRE] - << Content-Length: 16
04-05-2024 11:02:00:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:02:00:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:02:00:  TRACE: [WIRE] - << java.lang.String
04-05-2024 11:02:00:FINISHED TEST : getGenericTypeTest()
04-05-2024 11:02:00:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:00:STARTING TEST : setPropertyTest()
04-05-2024 11:02:00:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/setproperty' to target server at 'localhost:8080'
04-05-2024 11:02:00:###############################
04-05-2024 11:02:00:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/setproperty
04-05-2024 11:02:00:  TRACE: [WIRE] - >> Accept:*/*
04-05-2024 11:02:00:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:02:00:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:02:00:  TRACE: [WIRE] - << OPERATION: SETPROPERTY
04-05-2024 11:02:00:  TRACE: [WIRE] - << Content-Length: 12
04-05-2024 11:02:00:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:02:00:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:02:00:  TRACE: [WIRE] - << Other Entity
04-05-2024 11:02:00:FINISHED TEST : setPropertyTest()
04-05-2024 11:02:00:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:00:STARTING TEST : removePropertyTest()
04-05-2024 11:02:00:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/removeproperty' to target server at 'localhost:8080'
04-05-2024 11:02:00:###############################
04-05-2024 11:02:00:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/removeproperty
04-05-2024 11:02:00:  TRACE: [WIRE] - >> Accept:*/*
04-05-2024 11:02:00:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:02:00:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:02:00:  TRACE: [WIRE] - << OPERATION: REMOVEPROPERTY
04-05-2024 11:02:00:  TRACE: [WIRE] - << Content-Length: 4
04-05-2024 11:02:00:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:02:00:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:02:00:  TRACE: [WIRE] - << None
04-05-2024 11:02:00:FINISHED TEST : removePropertyTest()
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.016 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
04-05-2024 11:02:00:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:00:STARTING TEST : getEntityTest()04-05-2024 11:02:00:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/getentity
04-05-2024 11:02:00:  TRACE: [WIRE] - >> Accept:*/*
04-05-2024 11:02:00:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:02:00:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9

04-05-2024 11:02:00:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/getentity' to target server at 'localhost:8080'
04-05-2024 11:02:00:###############################
04-05-2024 11:02:00:  TRACE: [WIRE] - << OPERATION: GETENTITY
04-05-2024 11:02:00:  TRACE: [WIRE] - << Content-Length: 6
04-05-2024 11:02:00:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:02:00:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:02:00:  TRACE: [WIRE] - << Entity
04-05-2024 11:02:00:FINISHED TEST : getEntityTest()
04-05-2024 11:02:00:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:00:STARTING TEST : getHeadersOperationOnlyTest()
04-05-2024 11:02:01:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/getheaders
04-05-2024 11:02:01:  TRACE: [WIRE] - >> Accept:*/*
04-05-2024 11:02:01:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:02:01:  TRACE: [WIRE] - << Property4: any
04-05-2024 11:02:01:  TRACE: [WIRE] - << Property3: any
04-05-2024 11:02:00:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/getheaders' to target server at 'localhost:8080'
04-05-2024 11:02:00:###############################
04-05-2024 11:02:01:  TRACE: [WIRE] - << Property2: any
04-05-2024 11:02:01:  TRACE: [WIRE] - << Property1: any
04-05-2024 11:02:01:  TRACE: [WIRE] - << Property0: any
04-05-2024 11:02:01:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:02:01:  TRACE: [WIRE] - << OPERATION: GETHEADERS
04-05-2024 11:02:01:  TRACE: [WIRE] - << Content-Length: 72
04-05-2024 11:02:01:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:02:01:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:02:01:  TRACE: [WIRE] - << OPERATION;Property0;Property1;Property2;Property3;Property4;Content-Type
04-05-2024 11:02:01:FINISHED TEST : getHeadersOperationOnlyTest()
04-05-2024 11:02:01:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:01:STARTING TEST : setEntityTest()
04-05-2024 11:02:01:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/setentity
04-05-2024 11:02:01:  TRACE: [WIRE] - >> Accept:*/*
04-05-2024 11:02:01:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:02:01:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:02:01:  TRACE: [WIRE] - << OPERATION: SETENTITY
04-05-2024 11:02:01:  TRACE: [WIRE] - << Content-Length: 9
04-05-2024 11:02:01:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/setentity' to target server at 'localhost:8080'
04-05-2024 11:02:01:###############################
04-05-2024 11:02:01:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:02:01:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:02:01:  TRACE: [WIRE] - << OPERATION
04-05-2024 11:02:01:FINISHED TEST : setEntityTest()
04-05-2024 11:02:01:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:01:STARTING TEST : getHeadersIsMutableTest()
04-05-2024 11:02:01:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/getheadersismutable
04-05-2024 11:02:01:  TRACE: [WIRE] - >> Accept:*/*
04-05-2024 11:02:01:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:02:01:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/getheadersismutable' to target server at 'localhost:8080'
04-05-2024 11:02:01:###############################
04-05-2024 11:02:01:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:02:01:  TRACE: [WIRE] - << OPERATION: GETHEADERSISMUTABLE
04-05-2024 11:02:01:  TRACE: [WIRE] - << Content-Length: 8
04-05-2024 11:02:01:  TRACE: [WIRE] - << Property: Property
04-05-2024 11:02:01:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:02:01:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:02:01:  TRACE: [WIRE] - << Property
04-05-2024 11:02:01:FINISHED TEST : getHeadersIsMutableTest()
04-05-2024 11:02:01:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:01:STARTING TEST : setOutputStreamTest()
04-05-2024 11:02:01:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/setoutputstream
04-05-2024 11:02:01:  TRACE: [WIRE] - >> Accept:*/*
04-05-2024 11:02:01:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/setoutputstream' to target server at 'localhost:8080'
04-05-2024 11:02:01:###############################
04-05-2024 11:02:01:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:02:01:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:02:01:  TRACE: [WIRE] - << OPERATION: SETOUTPUTSTREAM
04-05-2024 11:02:01:  TRACE: [WIRE] - << Content-Length: 8192
04-05-2024 11:02:01:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:02:01:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:02:01:  TRACE: [WIRE] - << Enxixy
04-05-2024 11:02:01:FINISHED TEST : setOutputStreamTest()
04-05-2024 11:02:01:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:01:STARTING TEST : proceedThrowsWebApplicationExceptionTest()
04-05-2024 11:02:01:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/proceedthrowswebappexception
04-05-2024 11:02:01:  TRACE: [WIRE] - >> Accept:*/*
04-05-2024 11:02:01:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:02:01:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:02:01:  TRACE: [WIRE] - << OPERATION: FROMPROCEEDTHROWSWEBAPPEXCEPTION
04-05-2024 11:02:01:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/proceedthrowswebappexception' to target server at 'localhost:8080'
04-05-2024 11:02:01:###############################
04-05-2024 11:02:01:  TRACE: [WIRE] - << Content-Length: 51
04-05-2024 11:02:01:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:02:01:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:02:01:  TRACE: [WIRE] - << WebApplicationException has been thrown as expected
04-05-2024 11:02:01:FINISHED TEST : proceedThrowsWebApplicationExceptionTest()
04-05-2024 11:02:01:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:01:STARTING TEST : getHeadersTest()
04-05-2024 11:02:01:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/getheaders
04-05-2024 11:02:01:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/getheaders' to target server at 'localhost:8080'
04-05-2024 11:02:01:###############################
04-05-2024 11:02:01:  TRACE: [WIRE] - >> Accept:*/*
04-05-2024 11:02:01:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:02:01:  TRACE: [WIRE] - << Property4: any
04-05-2024 11:02:01:  TRACE: [WIRE] - << Property3: any
04-05-2024 11:02:01:  TRACE: [WIRE] - << Property2: any
04-05-2024 11:02:01:  TRACE: [WIRE] - << Property1: any
04-05-2024 11:02:01:  TRACE: [WIRE] - << Property0: any
04-05-2024 11:02:01:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:02:01:  TRACE: [WIRE] - << OPERATION: GETHEADERS
04-05-2024 11:02:01:  TRACE: [WIRE] - << Content-Length: 72
04-05-2024 11:02:01:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:02:01:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:02:01:  TRACE: [WIRE] - << OPERATION;Property0;Property1;Property2;Property3;Property4;Content-Type
04-05-2024 11:02:01:FINISHED TEST : getHeadersTest()
04-05-2024 11:02:01:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:01:STARTING TEST : getOutputStreamTest()
04-05-2024 11:02:01:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/getoutputstream' to target server at 'localhost:8080'
04-05-2024 11:02:01:###############################04-05-2024 11:02:01:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/getoutputstream
04-05-2024 11:02:01:  TRACE: [WIRE] - >> Accept:*/*

04-05-2024 11:02:01:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:02:01:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:02:01:  TRACE: [WIRE] - << OPERATION: GETOUTPUTSTREAM
04-05-2024 11:02:01:  TRACE: [WIRE] - << Content-Length: 10
04-05-2024 11:02:01:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:02:01:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:02:01:  TRACE: [WIRE] - << NoneEntity
04-05-2024 11:02:01:FINISHED TEST : getOutputStreamTest()
04-05-2024 11:02:01:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:01:STARTING TEST : proceedThrowsIOExceptionTest()
04-05-2024 11:02:01:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/proceedthrowsioexception' to target server at 'localhost:8080'
04-05-2024 11:02:01:###############################
04-05-2024 11:02:01:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_writerinterceptorcontext_web/resource/proceedthrowsioexception
04-05-2024 11:02:01:  TRACE: [WIRE] - >> Accept:*/*
04-05-2024 11:02:01:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:02:01:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:02:01:  TRACE: [WIRE] - << OPERATION: PROCEEDTHROWSIOEXCEPTION
04-05-2024 11:02:01:  TRACE: [WIRE] - << Content-Length: 39
04-05-2024 11:02:01:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:02:01:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:02:01:  TRACE: [WIRE] - << IOException has been thrown as expected
04-05-2024 11:02:01:FINISHED TEST : proceedThrowsIOExceptionTest()
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.522 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
04-05-2024 11:02:01:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:01:STARTING TEST : defaultValuePathParamInLocatorTest()04-05-2024 11:02:01:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbpath/sbpath/default

04-05-2024 11:02:01:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbpath/sbpath/default' to target server at 'localhost:8080'
04-05-2024 11:02:01:###############################
04-05-2024 11:02:01:  TRACE: [WIRE] - >> Accept:*/*
04-05-2024 11:02:01:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:02:01:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:02:01:  TRACE: [WIRE] - << Content-Length: 7
04-05-2024 11:02:01:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:02:01:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:02:01:  TRACE: [WIRE] - << DEFAULT
04-05-2024 11:02:01:FINISHED TEST : defaultValuePathParamInLocatorTest()
04-05-2024 11:02:01:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:01:STARTING TEST : defaultValueInFormParamTest()
04-05-2024 11:02:01:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbform/
04-05-2024 11:02:01:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/x-www-form-urlencoded
04-05-2024 11:02:01:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:02:01:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbform/' to target server at 'localhost:8080'
04-05-2024 11:02:01:###############################
04-05-2024 11:02:01:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:02:01:  TRACE: [WIRE] - << Content-Length: 7
04-05-2024 11:02:01:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:02:01:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:02:01:  TRACE: [WIRE] - << DEFAULT
04-05-2024 11:02:01:FINISHED TEST : defaultValueInFormParamTest()
04-05-2024 11:02:01:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:01:STARTING TEST : defaultValueInCookieParamTest()
04-05-2024 11:02:01:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbcookie
04-05-2024 11:02:01:  TRACE: [WIRE] - >> Accept:*/*
04-05-2024 11:02:01:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:02:01:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:02:01:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbcookie' to target server at 'localhost:8080'
04-05-2024 11:02:01:###############################
04-05-2024 11:02:01:  TRACE: [WIRE] - << Content-Length: 7
04-05-2024 11:02:01:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:02:01:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:02:01:  TRACE: [WIRE] - << DEFAULT
04-05-2024 11:02:01:FINISHED TEST : defaultValueInCookieParamTest()
04-05-2024 11:02:01:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:01:STARTING TEST : defaultValueQueryParamInLocatorTest()
04-05-2024 11:02:01:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbquery/sbquery?ABCDEFGH' to target server at 'localhost:8080'
04-05-2024 11:02:01:###############################
04-05-2024 11:02:01:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbquery/sbquery?ABCDEFGH
04-05-2024 11:02:01:  TRACE: [WIRE] - >> Accept:*/*
04-05-2024 11:02:01:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:02:01:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:02:01:  TRACE: [WIRE] - << Content-Length: 7
04-05-2024 11:02:01:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:02:01:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:02:01:  TRACE: [WIRE] - << DEFAULT
04-05-2024 11:02:01:FINISHED TEST : defaultValueQueryParamInLocatorTest()
04-05-2024 11:02:01:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:01:STARTING TEST : pathParamInLocatorTest()
04-05-2024 11:02:01:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbpath/sbpath/ABCDEFGH' to target server at 'localhost:8080'
04-05-2024 11:02:01:###############################
04-05-2024 11:02:01:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbpath/sbpath/ABCDEFGH
04-05-2024 11:02:01:  TRACE: [WIRE] - >> Accept:*/*
04-05-2024 11:02:01:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:02:01:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:02:01:  TRACE: [WIRE] - << Content-Length: 8
04-05-2024 11:02:01:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:02:01:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:02:01:  TRACE: [WIRE] - << ABCDEFGH
04-05-2024 11:02:01:FINISHED TEST : pathParamInLocatorTest()
04-05-2024 11:02:01:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:01:STARTING TEST : formParamUsesParamConvertorTest()
04-05-2024 11:02:01:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbform/' to target server at 'localhost:8080'
04-05-2024 11:02:01:###############################
04-05-2024 11:02:01:[Request] Adding entity: param=ABCDEFGH
04-05-2024 11:02:01:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbform/
04-05-2024 11:02:01:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/x-www-form-urlencoded
04-05-2024 11:02:01:  TRACE: [WIRE] - >> param=ABCDEFGH
04-05-2024 11:02:01:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:02:01:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:02:01:  TRACE: [WIRE] - << Content-Length: 8
04-05-2024 11:02:01:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:02:01:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:02:01:  TRACE: [WIRE] - << ABCDEFGH
04-05-2024 11:02:01:FINISHED TEST : formParamUsesParamConvertorTest()
04-05-2024 11:02:01:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:01:STARTING TEST : headerParamUsesParamConvertorTest()04-05-2024 11:02:01:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbheader
04-05-2024 11:02:01:  TRACE: [WIRE] - >> Accept:*/*, param:ABCDEFGH
04-05-2024 11:02:01:  TRACE: [WIRE] - << 200 OK

04-05-2024 11:02:01:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbheader' to target server at 'localhost:8080'
04-05-2024 11:02:01:###############################
04-05-2024 11:02:01:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:02:01:  TRACE: [WIRE] - << Content-Length: 8
04-05-2024 11:02:01:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:02:01:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:02:01:  TRACE: [WIRE] - << ABCDEFGH
04-05-2024 11:02:01:FINISHED TEST : headerParamUsesParamConvertorTest()
04-05-2024 11:02:01:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:01:STARTING TEST : defaultValueInMatrixParamTest()
04-05-2024 11:02:01:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbmatrix;
04-05-2024 11:02:01:  TRACE: [WIRE] - >> Accept:*/*
04-05-2024 11:02:01:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbmatrix;' to target server at 'localhost:8080'
04-05-2024 11:02:01:###############################
04-05-2024 11:02:01:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:02:01:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:02:01:  TRACE: [WIRE] - << Content-Length: 7
04-05-2024 11:02:01:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:02:01:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:02:01:  TRACE: [WIRE] - << DEFAULT
04-05-2024 11:02:01:FINISHED TEST : defaultValueInMatrixParamTest()
04-05-2024 11:02:01:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:01:STARTING TEST : isParamCoverterInApplicationClassesUsedTest()04-05-2024 11:02:01:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbquery?param=ABCDEFGH
04-05-2024 11:02:01:  TRACE: [WIRE] - >> Accept:*/*

04-05-2024 11:02:01:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbquery?param=ABCDEFGH' to target server at 'localhost:8080'
04-05-2024 11:02:01:###############################
04-05-2024 11:02:01:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:02:01:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:02:01:  TRACE: [WIRE] - << Content-Length: 8
04-05-2024 11:02:01:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:02:01:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:02:01:  TRACE: [WIRE] - << ABCDEFGH
04-05-2024 11:02:01:FINISHED TEST : isParamCoverterInApplicationClassesUsedTest()
04-05-2024 11:02:01:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:01:STARTING TEST : cookieParamInLocatorTest()
04-05-2024 11:02:01:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbcookie/sbcookie' to target server at 'localhost:8080'04-05-2024 11:02:01:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbcookie/sbcookie
04-05-2024 11:02:01:  TRACE: [WIRE] - >> Accept:*/*, Cookie:param=ABCDEFGH
04-05-2024 11:02:01:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:02:01:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9

04-05-2024 11:02:01:###############################
04-05-2024 11:02:01:  TRACE: [WIRE] - << Content-Length: 8
04-05-2024 11:02:01:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:02:01:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:02:01:  TRACE: [WIRE] - << ABCDEFGH
04-05-2024 11:02:01:FINISHED TEST : cookieParamInLocatorTest()
04-05-2024 11:02:01:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:01:STARTING TEST : matrixParamInLocatorTest()04-05-2024 11:02:01:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbmatrix/sbmatrix;param=ABCDEFGH

04-05-2024 11:02:01:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbmatrix/sbmatrix;param=ABCDEFGH' to target server at 'localhost:8080'
04-05-2024 11:02:01:###############################
04-05-2024 11:02:01:  TRACE: [WIRE] - >> Accept:*/*
04-05-2024 11:02:01:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:02:01:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:02:01:  TRACE: [WIRE] - << Content-Length: 8
04-05-2024 11:02:01:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:02:01:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:02:01:  TRACE: [WIRE] - << ABCDEFGH
04-05-2024 11:02:01:FINISHED TEST : matrixParamInLocatorTest()
04-05-2024 11:02:01:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:01:STARTING TEST : matrixParamUsesParamConvertorTest()04-05-2024 11:02:01:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbmatrix;param=ABCDEFGH
04-05-2024 11:02:01:  TRACE: [WIRE] - >> Accept:*/*

04-05-2024 11:02:01:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbmatrix;param=ABCDEFGH' to target server at 'localhost:8080'
04-05-2024 11:02:01:###############################
04-05-2024 11:02:01:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:02:01:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:02:01:  TRACE: [WIRE] - << Content-Length: 8
04-05-2024 11:02:01:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:02:01:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:02:01:  TRACE: [WIRE] - << ABCDEFGH
04-05-2024 11:02:01:FINISHED TEST : matrixParamUsesParamConvertorTest()
04-05-2024 11:02:01:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:01:STARTING TEST : defaultValueInPathParamTest()
04-05-2024 11:02:01:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbpath/default' to target server at 'localhost:8080'
04-05-2024 11:02:01:###############################
04-05-2024 11:02:01:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbpath/default
04-05-2024 11:02:01:  TRACE: [WIRE] - >> Accept:*/*
04-05-2024 11:02:01:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:02:01:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:02:01:  TRACE: [WIRE] - << Content-Length: 7
04-05-2024 11:02:01:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:02:01:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:02:01:  TRACE: [WIRE] - << DEFAULT
04-05-2024 11:02:01:FINISHED TEST : defaultValueInPathParamTest()
04-05-2024 11:02:01:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:01:STARTING TEST : isParamCoverterInApplicationSingletonsUsedTest()
04-05-2024 11:02:01:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/dsquery?param=ABCDEFGH
04-05-2024 11:02:01:  TRACE: [WIRE] - >> Accept:*/*
04-05-2024 11:02:01:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:02:01:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:02:01:  TRACE: [WIRE] - << Content-Length: 8
04-05-2024 11:02:01:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:02:01:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/dsquery?param=ABCDEFGH' to target server at 'localhost:8080'
04-05-2024 11:02:01:###############################
04-05-2024 11:02:01:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:02:01:  TRACE: [WIRE] - << ABCDEFGH
04-05-2024 11:02:01:FINISHED TEST : isParamCoverterInApplicationSingletonsUsedTest()
04-05-2024 11:02:01:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:01:STARTING TEST : headerParamInLocatorTest()
04-05-2024 11:02:01:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbheader/sbheader
04-05-2024 11:02:01:  TRACE: [WIRE] - >> Accept:*/*, param:ABCDEFGH
04-05-2024 11:02:01:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:02:01:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbheader/sbheader' to target server at 'localhost:8080'
04-05-2024 11:02:01:###############################
04-05-2024 11:02:01:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:02:01:  TRACE: [WIRE] - << Content-Length: 8
04-05-2024 11:02:01:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:02:01:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:02:01:  TRACE: [WIRE] - << ABCDEFGH
04-05-2024 11:02:01:FINISHED TEST : headerParamInLocatorTest()
04-05-2024 11:02:01:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:01:STARTING TEST : queryParamInLocatorTest()04-05-2024 11:02:01:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbquery/sbquery?param=ABCDEFGH
04-05-2024 11:02:01:  TRACE: [WIRE] - >> Accept:*/*

04-05-2024 11:02:01:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbquery/sbquery?param=ABCDEFGH' to target server at 'localhost:8080'
04-05-2024 11:02:01:###############################
04-05-2024 11:02:01:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:02:01:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:02:01:  TRACE: [WIRE] - << Content-Length: 8
04-05-2024 11:02:01:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:02:01:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:02:01:  TRACE: [WIRE] - << ABCDEFGH
04-05-2024 11:02:01:FINISHED TEST : queryParamInLocatorTest()
04-05-2024 11:02:01:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:01:STARTING TEST : defaultValueCookieParamInLocatorTest()
04-05-2024 11:02:01:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbcookie/sbcookie
04-05-2024 11:02:01:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbcookie/sbcookie' to target server at 'localhost:8080'
04-05-2024 11:02:01:###############################
04-05-2024 11:02:01:  TRACE: [WIRE] - >> Accept:*/*
04-05-2024 11:02:01:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:02:01:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:02:01:  TRACE: [WIRE] - << Content-Length: 7
04-05-2024 11:02:01:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:02:01:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:02:01:  TRACE: [WIRE] - << DEFAULT
04-05-2024 11:02:01:FINISHED TEST : defaultValueCookieParamInLocatorTest()
04-05-2024 11:02:01:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:01:STARTING TEST : pathParamUsesParamConvertorTest()
04-05-2024 11:02:01:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbpath/ABCDEFGH
04-05-2024 11:02:01:  TRACE: [WIRE] - >> Accept:*/*
04-05-2024 11:02:01:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbpath/ABCDEFGH' to target server at 'localhost:8080'
04-05-2024 11:02:01:###############################
04-05-2024 11:02:01:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:02:01:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:02:01:  TRACE: [WIRE] - << Content-Length: 8
04-05-2024 11:02:01:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:02:01:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:02:01:  TRACE: [WIRE] - << ABCDEFGH
04-05-2024 11:02:01:FINISHED TEST : pathParamUsesParamConvertorTest()
04-05-2024 11:02:01:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:01:STARTING TEST : defaultValueMatrixParamInLocatorTest()
04-05-2024 11:02:01:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbmatrix/sbmatrix' to target server at 'localhost:8080'
04-05-2024 11:02:01:###############################
04-05-2024 11:02:01:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbmatrix/sbmatrix
04-05-2024 11:02:01:  TRACE: [WIRE] - >> Accept:*/*
04-05-2024 11:02:01:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:02:01:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:02:01:  TRACE: [WIRE] - << Content-Length: 7
04-05-2024 11:02:01:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:02:01:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:02:01:  TRACE: [WIRE] - << DEFAULT
04-05-2024 11:02:01:FINISHED TEST : defaultValueMatrixParamInLocatorTest()
04-05-2024 11:02:01:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:01:STARTING TEST : cookieParamUsesParamConvertorTest()
04-05-2024 11:02:01:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbcookie
04-05-2024 11:02:01:  TRACE: [WIRE] - >> Accept:*/*, Cookie:param=ABCDEFGH
04-05-2024 11:02:01:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbcookie' to target server at 'localhost:8080'
04-05-2024 11:02:01:###############################
04-05-2024 11:02:01:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:02:01:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:02:01:  TRACE: [WIRE] - << Content-Length: 8
04-05-2024 11:02:01:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:02:01:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:02:01:  TRACE: [WIRE] - << ABCDEFGH
04-05-2024 11:02:01:FINISHED TEST : cookieParamUsesParamConvertorTest()
04-05-2024 11:02:01:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:01:STARTING TEST : atomicIntegerPassesTest()
04-05-2024 11:02:01:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/aiquery?param=10' to target server at 'localhost:8080'
04-05-2024 11:02:01:###############################
04-05-2024 11:02:01:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/aiquery?param=10
04-05-2024 11:02:01:  TRACE: [WIRE] - >> Accept:*/*
04-05-2024 11:02:01:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:02:01:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:02:01:  TRACE: [WIRE] - << Content-Length: 2
04-05-2024 11:02:01:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:02:01:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:02:01:  TRACE: [WIRE] - << 10
04-05-2024 11:02:01:FINISHED TEST : atomicIntegerPassesTest()
04-05-2024 11:02:01:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:01:STARTING TEST : defaultValueFormParamInLocatorTest()
04-05-2024 11:02:01:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbform/sbform' to target server at 'localhost:8080'
04-05-2024 11:02:01:###############################
04-05-2024 11:02:01:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbform/sbform
04-05-2024 11:02:01:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/x-www-form-urlencoded
04-05-2024 11:02:01:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:02:01:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:02:01:  TRACE: [WIRE] - << Content-Length: 7
04-05-2024 11:02:01:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:02:01:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:02:01:  TRACE: [WIRE] - << DEFAULT
04-05-2024 11:02:01:FINISHED TEST : defaultValueFormParamInLocatorTest()
04-05-2024 11:02:01:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:01:STARTING TEST : defaultValueHeaderParamInLocatorTest()
04-05-2024 11:02:01:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbheader/sbheader' to target server at 'localhost:8080'
04-05-2024 11:02:01:###############################
04-05-2024 11:02:01:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbheader/sbheader
04-05-2024 11:02:01:  TRACE: [WIRE] - >> Accept:*/*
04-05-2024 11:02:01:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:02:01:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:02:01:  TRACE: [WIRE] - << Content-Length: 7
04-05-2024 11:02:01:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:02:01:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:02:01:  TRACE: [WIRE] - << DEFAULT
04-05-2024 11:02:01:FINISHED TEST : defaultValueHeaderParamInLocatorTest()
04-05-2024 11:02:01:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:01:STARTING TEST : formParamInLocatorTest()
04-05-2024 11:02:01:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbform/sbform' to target server at 'localhost:8080'
04-05-2024 11:02:01:###############################
04-05-2024 11:02:01:[Request] Adding entity: param=ABCDEFGH
04-05-2024 11:02:01:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbform/sbform
04-05-2024 11:02:01:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/x-www-form-urlencoded
04-05-2024 11:02:01:  TRACE: [WIRE] - >> param=ABCDEFGH
04-05-2024 11:02:01:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:02:01:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:02:01:  TRACE: [WIRE] - << Content-Length: 8
04-05-2024 11:02:01:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:02:01:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:02:01:  TRACE: [WIRE] - << ABCDEFGH
04-05-2024 11:02:01:FINISHED TEST : formParamInLocatorTest()
04-05-2024 11:02:01:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:01:STARTING TEST : atomicIntegerIsLazyDeployableAndThrowsErrorTest()04-05-2024 11:02:02:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/aiquery
04-05-2024 11:02:02:  TRACE: [WIRE] - >> Accept:*/*

04-05-2024 11:02:01:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/aiquery' to target server at 'localhost:8080'
04-05-2024 11:02:01:###############################
04-05-2024 11:02:02:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 11:02:02:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:02:02:  TRACE: [WIRE] - << Content-Length: 5862
04-05-2024 11:02:02:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:02:02:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:02:02:  TRACE: [WIRE] - << java.lang.NumberFormatException: For input string: "DEFAULT"
04-05-2024 11:02:02:  TRACE: [WIRE] - << 	at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
04-05-2024 11:02:02:  TRACE: [WIRE] - << 	at java.base/java.lang.Integer.parseInt(Integer.java:652)
04-05-2024 11:02:02:  TRACE: [WIRE] - << 	at java.base/java.lang.Integer.parseInt(Integer.java:770)
04-05-2024 11:02:02:  TRACE: [WIRE] - << 	at ee.jakarta.tck.ws.rs.ee.rs.ext.paramconverter.AtomicIntegerLazyParamConverter.fromString(AtomicIntegerLazyParamConverter.java:31)
04-05-2024 11:02:02:  TRACE: [WIRE] - << 	at ee.jakarta.tck.ws.rs.ee.rs.ext.paramconverter.AtomicIntegerLazyParamConverter.fromString(AtomicIntegerLazyParamConverter.java:24)
04-05-2024 11:02:02:  TRACE: [WIRE] - << 	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.convert(AbstractParamValueExtractor.java:116)
04-05-2024 11:02:02:  TRACE: [WIRE] - << 	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor$1.get(AbstractParamValueExtractor.java:62)
04-05-2024 11:02:02:  TRACE: [WIRE] - << 	at org.glassfish.jersey.internal.util.collection.Values$LazyUnsafeValueImpl.get(Values.java:409)
04-05-2024 11:02:02:  TRACE: [WIRE] - << 	at org.glassfish.jersey.server.internal.inject.AbstractParamValueExtractor.defaultValue(AbstractParamValueExtractor.java:147)
04-05-2024 11:02:02:  TRACE: [WIRE] - << 	at org.glassfish.jersey.server.internal.inject.SingleValueExtractor.extract(SingleValueExtractor.java:66)
04-05-2024 11:02:02:  TRACE: [WIRE] - << 	at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:78)
04-05-2024 11:02:02:  TRACE: [WIRE] - << 	at org.glassfish.jersey.server.internal.inject.QueryParamValueParamProvider$QueryParamValueProvider.apply(QueryParamValueParamProvider.java:65)
04-05-2024 11:02:02:  TRACE: [WIRE] - << 	at org.glassfish.jersey.server.spi.internal.ParamValueFactoryWithSource.apply(ParamValueFactoryWithSource.java:50)
04-05-2024 11:02:02:  TRACE: [WIRE] - << 	at org.glassfish.jersey.server.spi.internal.ParameterValueHelper.getParameterValues(ParameterValueHelper.java:64)
04-05-2024 11:02:02:  TRACE: [WIRE] - << 	at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$AbstractMethodParamInvoker.getParamValues(JavaResourceMethodDispatcherProvider.java:109)
04-05-2024 11:02:02:  TRACE: [WIRE] - << 	at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219)
04-05-2024 11:02:02:  TRACE: [WIRE] - << 	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93)
04-05-2024 11:02:02:  TRACE: [WIRE] - << 	at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:478)
04-05-2024 11:02:02:  TRACE: [WIRE] - << 	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:400)
04-05-2024 11:02:02:  TRACE: [WIRE] - << 	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:81)
04-05-2024 11:02:02:  TRACE: [WIRE] - << 	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:263)
04-05-2024 11:02:02:  TRACE: [WIRE] - << 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
04-05-2024 11:02:02:  TRACE: [WIRE] - << 	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
04-05-2024 11:02:02:  TRACE: [WIRE] - << 	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
04-05-2024 11:02:02:  TRACE: [WIRE] - << 	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
04-05-2024 11:02:02:  TRACE: [WIRE] - << 	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
04-05-2024 11:02:02:  TRACE: [WIRE] - << 	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
04-05-2024 11:02:02:  TRACE: [WIRE] - << 	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
04-05-2024 11:02:02:  TRACE: [WIRE] - << 	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697)
04-05-2024 11:02:02:  TRACE: [WIRE] - << 	at org.glassfish.jersey.servlet.WebComponent.serviceImpl(WebComponent.java:394)
04-05-2024 11:02:02:  TRACE: [WIRE] - << 	at org.glassfish.jersey.servlet.WebComponent.service(WebComponent.java:346)
04-05-2024 11:02:02:  TRACE: [WIRE] - << 	at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:358)
04-05-2024 11:02:02:  TRACE: [WIRE] - << 	at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:312)
04-05-2024 11:02:02:  TRACE: [WIRE] - << 	at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:205)
04-05-2024 11:02:02:  TRACE: [WIRE] - << 	at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1368)
04-05-2024 11:02:02:  TRACE: [WIRE] - << 	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:200)
04-05-2024 11:02:02:  TRACE: [WIRE] - << 	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:120)
04-05-2024 11:02:02:  TRACE: [WIRE] - << 	at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:562)
04-05-2024 11:02:02:  TRACE: [WIRE] - << 	at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:503)
04-05-2024 11:02:02:  TRACE: [WIRE] - << 	at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:71)
04-05-2024 11:02:02:  TRACE: [WIRE] - << 	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:121)
04-05-2024 11:02:02:  TRACE: [WIRE] - << 	at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:295)
04-05-2024 11:02:02:  TRACE: [WIRE] - << 	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:188)
04-05-2024 11:02:02:  TRACE: [WIRE] - << 	at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:425)
04-05-2024 11:02:02:  TRACE: [WIRE] - << 	at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:144)
04-05-2024 11:02:02:  TRACE: [WIRE] - << 	at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174)
04-05-2024 11:02:02:  TRACE: [WIRE] - << 	at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153)
04-05-2024 11:02:02:  TRACE: [WIRE] - << 	at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196)
04-05-2024 11:02:02:  TRACE: [WIRE] - << 	at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88)
04-05-2024 11:02:02:  TRACE: [WIRE] - << 	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246)
04-05-2024 11:02:02:  TRACE: [WIRE] - << 	at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178)
04-05-2024 11:02:02:  TRACE: [WIRE] - << 	at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118)
04-05-2024 11:02:02:  TRACE: [WIRE] - << 	at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96)
04-05-2024 11:02:02:  TRACE: [WIRE] - << 	at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51)
04-05-2024 11:02:02:  TRACE: [WIRE] - << 	at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510)
04-05-2024 11:02:02:  TRACE: [WIRE] - << 	at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82)
04-05-2024 11:02:02:  TRACE: [WIRE] - << 	at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:83)
04-05-2024 11:02:02:  TRACE: [WIRE] - << 	at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:101)
04-05-2024 11:02:02:  TRACE: [WIRE] - << 	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
04-05-2024 11:02:02:  TRACE: [WIRE] - << 	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
04-05-2024 11:02:02:  TRACE: [WIRE] - << 	at java.base/java.lang.Thread.run(Thread.java:834)
04-05-2024 11:02:02:FINISHED TEST : atomicIntegerIsLazyDeployableAndThrowsErrorTest()
04-05-2024 11:02:02:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:02:STARTING TEST : defaultValueInHeaderParamTest()
04-05-2024 11:02:02:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbheader' to target server at 'localhost:8080'
04-05-2024 11:02:02:###############################
04-05-2024 11:02:02:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbheader
04-05-2024 11:02:02:  TRACE: [WIRE] - >> Accept:*/*
04-05-2024 11:02:02:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:02:02:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:02:02:  TRACE: [WIRE] - << Content-Length: 7
04-05-2024 11:02:02:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:02:02:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:02:02:  TRACE: [WIRE] - << DEFAULT
04-05-2024 11:02:02:FINISHED TEST : defaultValueInHeaderParamTest()
04-05-2024 11:02:02:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:02:STARTING TEST : defaultValueInQueryParamTest()04-05-2024 11:02:02:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbquery

04-05-2024 11:02:02:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbquery' to target server at 'localhost:8080'
04-05-2024 11:02:02:###############################
04-05-2024 11:02:02:  TRACE: [WIRE] - >> Accept:*/*
04-05-2024 11:02:02:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:02:02:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:02:02:  TRACE: [WIRE] - << Content-Length: 7
04-05-2024 11:02:02:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:02:02:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:02:02:  TRACE: [WIRE] - << DEFAULT
04-05-2024 11:02:02:FINISHED TEST : defaultValueInQueryParamTest()
[INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.955 s - in ee.jakarta.tck.ws.rs.ee.rs.ext.paramconverter.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.ext.providers.JAXRSProvidersClientIT
04-05-2024 11:02:02:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:02:STARTING TEST : isRegisteredExceptionMapperNullExceptionTest()Apr 05, 2024 11:02:02 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 11:02:02:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_ext_providers_web/ProvidersServlet/isRegisteredExceptionMapperNullEx HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:02:FINISHED TEST : isRegisteredExceptionMapperNullExceptionTest()
04-05-2024 11:02:02:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:02:STARTING TEST : isRegisteredIOExceptionExceptionMapperTest()
04-05-2024 11:02:02:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_ext_providers_web/ProvidersServlet/isRegisteredIOExceptionMapper HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:02:FINISHED TEST : isRegisteredIOExceptionExceptionMapperTest()
04-05-2024 11:02:02:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:02:STARTING TEST : readEntityFromBodyTest()
04-05-2024 11:02:02:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_ext_providers_web/ProvidersServlet/readEntityFromBody HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:02:FINISHED TEST : readEntityFromBodyTest()
04-05-2024 11:02:02:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:02:STARTING TEST : readEntityFromHeaderTest()
04-05-2024 11:02:02:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_ext_providers_web/ProvidersServlet/readEntityFromHeader HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:02:FINISHED TEST : readEntityFromHeaderTest()
04-05-2024 11:02:02:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:02:STARTING TEST : writeBodyEntityUsingWriterTest()
Apr 05, 2024 11:02:02 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:02:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_ext_providers_web/ProvidersServlet/writeBodyEntityUsingWriter HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:02:FINISHED TEST : writeBodyEntityUsingWriterTest()
04-05-2024 11:02:02:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:02:STARTING TEST : isRegisteredRuntimeExceptionExceptionMapperTest()
04-05-2024 11:02:02:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_ext_providers_web/ProvidersServlet/isRegisteredRuntimeExceptionMapper HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:02:FINISHED TEST : isRegisteredRuntimeExceptionExceptionMapperTest()
04-05-2024 11:02:02:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:02:STARTING TEST : writeHeaderEntityUsingWriterTest()
04-05-2024 11:02:02:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_ext_providers_web/ProvidersServlet/writeHeaderEntityUsingWriter HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:02:FINISHED TEST : writeHeaderEntityUsingWriterTest()
04-05-2024 11:02:02:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:02:STARTING TEST : getSingletonsTest()
Apr 05, 2024 11:02:02 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:02:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_ext_providers_web/ProvidersServlet/GetSingletons HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:02:FINISHED TEST : getSingletonsTest()
04-05-2024 11:02:02:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:02:STARTING TEST : getClassesTest()
04-05-2024 11:02:02:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_ext_providers_web/ProvidersServlet/GetClasses HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:02:02 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:02:FINISHED TEST : getClassesTest()
04-05-2024 11:02:02:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:02:STARTING TEST : isRegisteredMessageBodyReaderWildcardTest()
04-05-2024 11:02:02:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_ext_providers_web/ProvidersServlet/isRegisteredMessageReaderWildCard HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:02:FINISHED TEST : isRegisteredMessageBodyReaderWildcardTest()
04-05-2024 11:02:02:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:02:STARTING TEST : isRegisteredMessageBodyWriterXmlTest()
04-05-2024 11:02:02:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_ext_providers_web/ProvidersServlet/isRegisteredMessageWriterXml HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:02:FINISHED TEST : isRegisteredMessageBodyWriterXmlTest()
04-05-2024 11:02:02:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:02:STARTING TEST : writeIOExceptionWithoutWriterTest()
04-05-2024 11:02:02:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_ext_providers_web/ProvidersServlet/writeIOExceptionWithoutWriter HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:02:FINISHED TEST : writeIOExceptionWithoutWriterTest()
04-05-2024 11:02:02:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:02:STARTING TEST : isRegisteredExceptionMapperRuntimeExceptionTest()
04-05-2024 11:02:02:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_ext_providers_web/ProvidersServlet/isRegisteredExceptionMapperRuntimeEx HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:02:FINISHED TEST : isRegisteredExceptionMapperRuntimeExceptionTest()
04-05-2024 11:02:02:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:02:STARTING TEST : isRegisteredMessageBodReaderXmlTest()
04-05-2024 11:02:02:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_ext_providers_web/ProvidersServlet/isRegisteredMessageReaderXml HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:02:FINISHED TEST : isRegisteredMessageBodReaderXmlTest()
04-05-2024 11:02:02:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:02:STARTING TEST : isRegisteredAppJsonContextResolverTest()
04-05-2024 11:02:02:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_ext_providers_web/ProvidersServlet/isRegisteredAppJsonContextResolver HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:02:FINISHED TEST : isRegisteredAppJsonContextResolverTest()
04-05-2024 11:02:02:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:02:STARTING TEST : isRegisteredTextPlainContextResolverTest()
04-05-2024 11:02:02:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_ext_providers_web/ProvidersServlet/isRegisteredTextPlainContextResolver HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:02:FINISHED TEST : isRegisteredTextPlainContextResolverTest()
04-05-2024 11:02:02:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:02:STARTING TEST : writeIOExceptionUsingWriterTest()
04-05-2024 11:02:02:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_ext_providers_web/ProvidersServlet/writeIOExceptionUsingWriter HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:02:FINISHED TEST : writeIOExceptionUsingWriterTest()
04-05-2024 11:02:02:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:02:STARTING TEST : isRegisteredMessageBodyWriterWildcardTest()
04-05-2024 11:02:02:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_ext_providers_web/ProvidersServlet/isRegisteredWriterWildcard HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:02:FINISHED TEST : isRegisteredMessageBodyWriterWildcardTest()
04-05-2024 11:02:02:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:02:STARTING TEST : readEntityIOExceptionTest()
04-05-2024 11:02:02:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_ext_providers_web/ProvidersServlet/readEntityIOException HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:02:FINISHED TEST : readEntityIOExceptionTest()
04-05-2024 11:02:02:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:02:STARTING TEST : readEntityWebException400Test()
04-05-2024 11:02:02:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_ext_providers_web/ProvidersServlet/readEntityWebException HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:02:FINISHED TEST : readEntityWebException400Test()
04-05-2024 11:02:02:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:02:STARTING TEST : readEntityWebException410Test()
04-05-2024 11:02:02:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_ext_providers_web/ProvidersServlet/readEntityWebException HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:02:FINISHED TEST : readEntityWebException410Test()
[INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.61 s - in ee.jakarta.tck.ws.rs.ee.rs.ext.providers.JAXRSProvidersClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.formparam.locator.JAXRSLocatorClientIT
04-05-2024 11:02:03:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:03:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:03:STARTING TEST : nonDefaultFormParamFromSortedSetFromStringTest()
04-05-2024 11:02:03:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_locator_web/resource/locatorencoded/SortedSetFromString HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:02:03 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:03:FINISHED TEST : nonDefaultFormParamFromSortedSetFromStringTest()
04-05-2024 11:02:03:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:03:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:03:STARTING TEST : nonDefaultFormParamNothingSentTest()
Apr 05, 2024 11:02:03 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:03:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_locator_web/resource/locator/PostNonDefParam HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:03:FINISHED TEST : nonDefaultFormParamNothingSentTest()
04-05-2024 11:02:03:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:03:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:03:STARTING TEST : nonDefaultFormParamFromConstructorTest()
04-05-2024 11:02:03:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_locator_web/resource/locator/Constructor HTTP/1.1' to target server at 'localhost:8080'Apr 05, 2024 11:02:03 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 11:02:03:FINISHED TEST : nonDefaultFormParamFromConstructorTest()
04-05-2024 11:02:03:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:03:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:03:STARTING TEST : nonDefaultFormParamFromStringTest()Apr 05, 2024 11:02:03 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 11:02:03:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_locator_web/resource/locatorencoded/ParamEntityWithFromString HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:03:FINISHED TEST : nonDefaultFormParamFromStringTest()
04-05-2024 11:02:03:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:03:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:03:STARTING TEST : nonDefaultFormParamFromListConstructorTest()
04-05-2024 11:02:03:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_locator_web/resource/locator/ListConstructor HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:02:03 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:03:FINISHED TEST : nonDefaultFormParamFromListConstructorTest()
04-05-2024 11:02:03:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:03:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:03:STARTING TEST : nonDefaultFormParamFromSetFromStringTest()
04-05-2024 11:02:03:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_locator_web/resource/locatorencoded/SetFromString HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:02:03 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:03:FINISHED TEST : nonDefaultFormParamFromSetFromStringTest()
04-05-2024 11:02:03:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:03:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:03:STARTING TEST : nonDefaultFormParamValueOfTest()
Apr 05, 2024 11:02:03 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:03:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_locator_web/resource/locator/ParamEntityWithValueOf HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:03:FINISHED TEST : nonDefaultFormParamValueOfTest()
04-05-2024 11:02:03:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:03:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:03:STARTING TEST : nonDefaultFormParamFromListFromStringTest()
04-05-2024 11:02:03:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_locator_web/resource/locatorencoded/ListFromString HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:02:03 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:03:FINISHED TEST : nonDefaultFormParamFromListFromStringTest()
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.998 s - in ee.jakarta.tck.ws.rs.ee.rs.formparam.locator.JAXRSLocatorClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.formparam.sub.JAXRSSubClientIT
04-05-2024 11:02:04:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:04:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:04:STARTING TEST : defaultFormParamSentTest()
Apr 05, 2024 11:02:04 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:04:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/PostDefParam HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:04:FINISHED TEST : defaultFormParamSentTest()
04-05-2024 11:02:04:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:04:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:04:STARTING TEST : defaultFormParamFromConstructorTest()
04-05-2024 11:02:04:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/Constructor HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:02:04 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:04:FINISHED TEST : defaultFormParamFromConstructorTest()
04-05-2024 11:02:04:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:04:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:04:STARTING TEST : defaultFormParamFromListConstructorTest()
04-05-2024 11:02:04:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/ListConstructor HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:02:04 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:04:FINISHED TEST : defaultFormParamFromListConstructorTest()
04-05-2024 11:02:04:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:04:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:04:STARTING TEST : defaultFormParamPutNoArgSentTest()
Apr 05, 2024 11:02:04 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:04:[HttpRequest] Dispatching request: 'PUT /jaxrs_ee_formparam_sub_web/resource/sub/DefParam HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:04:FINISHED TEST : defaultFormParamPutNoArgSentTest()
04-05-2024 11:02:04:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:04:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:04:STARTING TEST : defaultFormParamValueOfTest()
Apr 05, 2024 11:02:04 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:04:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/ParamEntityWithValueOf HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:04:FINISHED TEST : defaultFormParamValueOfTest()
04-05-2024 11:02:04:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:04:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:04:STARTING TEST : defaultFormParamPutArgSentTest()Apr 05, 2024 11:02:04 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 11:02:04:[HttpRequest] Dispatching request: 'PUT /jaxrs_ee_formparam_sub_web/resource/sub/DefParam HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:04:FINISHED TEST : defaultFormParamPutArgSentTest()
04-05-2024 11:02:04:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:04:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:04:STARTING TEST : defaultFormParamFromListFromStringTest()
04-05-2024 11:02:04:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/ListFromString HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:02:04 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:04:FINISHED TEST : defaultFormParamFromListFromStringTest()
04-05-2024 11:02:04:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:04:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:04:STARTING TEST : nonDefaultFormParamFromSortedSetFromStringTest()
Apr 05, 2024 11:02:04 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:04:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/SortedSetFromString HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:04:FINISHED TEST : nonDefaultFormParamFromSortedSetFromStringTest()
04-05-2024 11:02:04:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:04:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:04:STARTING TEST : formParamThrowingWebApplicationExceptionTest()
Apr 05, 2024 11:02:04 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:04:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/ParamEntityThrowingExceptionGivenByName HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:04:FINISHED TEST : formParamThrowingWebApplicationExceptionTest()
04-05-2024 11:02:04:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:04:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:04:STARTING TEST : nonDefaultFormParamNothingSentTest()Apr 05, 2024 11:02:04 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 11:02:04:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/PostNonDefParam HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:04:FINISHED TEST : nonDefaultFormParamNothingSentTest()
04-05-2024 11:02:04:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:04:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:04:STARTING TEST : defaultFormParamFromStringTest()Apr 05, 2024 11:02:04 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 11:02:04:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/ParamEntityWithFromString HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:04:FINISHED TEST : defaultFormParamFromStringTest()
04-05-2024 11:02:04:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:04:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:04:STARTING TEST : formParamThrowingIllegalArgumentExceptionTest()
Apr 05, 2024 11:02:04 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:04:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/ParamEntityThrowingExceptionGivenByName HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:04:FINISHED TEST : formParamThrowingIllegalArgumentExceptionTest()
04-05-2024 11:02:04:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:04:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:04:STARTING TEST : nonDefaultFormParamFromConstructorTest()
04-05-2024 11:02:04:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/Constructor HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:02:04 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:04:FINISHED TEST : nonDefaultFormParamFromConstructorTest()
04-05-2024 11:02:04:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:04:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:04:STARTING TEST : nonDefaultFormParamFromStringTest()Apr 05, 2024 11:02:04 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 11:02:04:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/ParamEntityWithFromString HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:04:FINISHED TEST : nonDefaultFormParamFromStringTest()
04-05-2024 11:02:04:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:04:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:04:STARTING TEST : defaultFormParamFromSortedSetFromStringTest()
Apr 05, 2024 11:02:04 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:04:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/SortedSetFromString HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:04:FINISHED TEST : defaultFormParamFromSortedSetFromStringTest()
04-05-2024 11:02:04:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:04:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:04:STARTING TEST : nonDefaultFormParamFromListConstructorTest()
Apr 05, 2024 11:02:04 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:04:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/ListConstructor HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:04:FINISHED TEST : nonDefaultFormParamFromListConstructorTest()
04-05-2024 11:02:04:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:04:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:04:STARTING TEST : defaultFormParamNoArgSentTest()
Apr 05, 2024 11:02:04 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:04:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/PostDefParam HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:04:FINISHED TEST : defaultFormParamNoArgSentTest()
04-05-2024 11:02:04:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:04:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:04:STARTING TEST : nonDefaultFormParamFromSetFromStringTest()Apr 05, 2024 11:02:04 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 11:02:04:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/SetFromString HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:04:FINISHED TEST : nonDefaultFormParamFromSetFromStringTest()
04-05-2024 11:02:04:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:04:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:04:STARTING TEST : defaultFormParamFromSetFromStringTest()
Apr 05, 2024 11:02:04 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:04:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/SetFromString HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:04:FINISHED TEST : defaultFormParamFromSetFromStringTest()
04-05-2024 11:02:04:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:04:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:04:STARTING TEST : nonDefaultFormParamValueOfTest()
Apr 05, 2024 11:02:04 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:04:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/ParamEntityWithValueOf HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:04:FINISHED TEST : nonDefaultFormParamValueOfTest()
04-05-2024 11:02:04:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:04:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:04:STARTING TEST : nonDefaultFormParamFromListFromStringTest()
04-05-2024 11:02:04:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/ListFromString HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:02:04 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:04:FINISHED TEST : nonDefaultFormParamFromListFromStringTest()
[INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.103 s - in ee.jakarta.tck.ws.rs.ee.rs.formparam.sub.JAXRSSubClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.formparam.JAXRSClientIT
04-05-2024 11:02:05:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:05:STARTING TEST : defaultFormParamSentTest()Apr 05, 2024 11:02:05 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 11:02:05:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/PostDefParam HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:05:FINISHED TEST : defaultFormParamSentTest()
04-05-2024 11:02:05:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:05:STARTING TEST : defaultFormParamFromConstructorTest()
Apr 05, 2024 11:02:05 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:05:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/Constructor HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:05:FINISHED TEST : defaultFormParamFromConstructorTest()
04-05-2024 11:02:05:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:05:STARTING TEST : defaultFormParamFromListConstructorTest()
Apr 05, 2024 11:02:05 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:05:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/ListConstructor HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:05:FINISHED TEST : defaultFormParamFromListConstructorTest()
04-05-2024 11:02:05:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:05:STARTING TEST : defaultFormParamPutNoArgSentTest()
04-05-2024 11:02:05:[HttpRequest] Dispatching request: 'PUT /jaxrs_ee_formparam_web/FormParamTest/DefParam HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:02:05 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:05:FINISHED TEST : defaultFormParamPutNoArgSentTest()
04-05-2024 11:02:05:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:05:STARTING TEST : defaultFormParamValueOfTest()
04-05-2024 11:02:05:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/ParamEntityWithValueOf HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:02:05 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:05:FINISHED TEST : defaultFormParamValueOfTest()
04-05-2024 11:02:05:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:05:STARTING TEST : defaultFormParamPutArgSentTest()
04-05-2024 11:02:05:[HttpRequest] Dispatching request: 'PUT /jaxrs_ee_formparam_web/FormParamTest/DefParam HTTP/1.1' to target server at 'localhost:8080'Apr 05, 2024 11:02:05 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 11:02:05:FINISHED TEST : defaultFormParamPutArgSentTest()
04-05-2024 11:02:05:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:05:STARTING TEST : defaultFormParamFromListFromStringTest()
Apr 05, 2024 11:02:05 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:05:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/ListFromString HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:05:FINISHED TEST : defaultFormParamFromListFromStringTest()
04-05-2024 11:02:05:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:05:STARTING TEST : nonDefaultFormParamFromSortedSetFromStringTest()
Apr 05, 2024 11:02:05 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:05:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/SortedSetFromString HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:05:FINISHED TEST : nonDefaultFormParamFromSortedSetFromStringTest()
04-05-2024 11:02:05:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:05:STARTING TEST : formParamThrowingWebApplicationExceptionTest()
Apr 05, 2024 11:02:05 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:05:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/ParamEntityThrowingWebApplicationException HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:05:FINISHED TEST : formParamThrowingWebApplicationExceptionTest()
04-05-2024 11:02:05:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:05:STARTING TEST : nonDefaultFormParamNothingSentTest()
04-05-2024 11:02:05:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/PostNonDefParam HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:02:05 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:05:FINISHED TEST : nonDefaultFormParamNothingSentTest()
04-05-2024 11:02:05:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:05:STARTING TEST : defaultFormParamFromStringTest()
04-05-2024 11:02:05:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/ParamEntityWithFromString HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:02:05 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:05:FINISHED TEST : defaultFormParamFromStringTest()
04-05-2024 11:02:05:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:05:STARTING TEST : formParamThrowingIllegalArgumentExceptionTest()
Apr 05, 2024 11:02:05 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:05:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/ParamEntityThrowingExceptionGivenByName HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:05:FINISHED TEST : formParamThrowingIllegalArgumentExceptionTest()
04-05-2024 11:02:05:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:05:STARTING TEST : nonDefaultFormParamFromConstructorTest()
Apr 05, 2024 11:02:05 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:05:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/Constructor HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:05:FINISHED TEST : nonDefaultFormParamFromConstructorTest()
04-05-2024 11:02:05:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:05:STARTING TEST : nonDefaultFormParamFromStringTest()
Apr 05, 2024 11:02:05 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:05:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/ParamEntityWithFromString HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:05:FINISHED TEST : nonDefaultFormParamFromStringTest()
04-05-2024 11:02:05:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:05:STARTING TEST : defaultFormParamFromSortedSetFromStringTest()
04-05-2024 11:02:05:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/SortedSetFromString HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:02:05 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:05:FINISHED TEST : defaultFormParamFromSortedSetFromStringTest()
04-05-2024 11:02:05:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:05:STARTING TEST : nonDefaultFormParamFromListConstructorTest()
Apr 05, 2024 11:02:05 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:05:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/ListConstructor HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:05:FINISHED TEST : nonDefaultFormParamFromListConstructorTest()
04-05-2024 11:02:05:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:05:STARTING TEST : defaultFormParamNoArgSentTest()
Apr 05, 2024 11:02:05 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:05:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/PostDefParam HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:05:FINISHED TEST : defaultFormParamNoArgSentTest()
04-05-2024 11:02:05:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:05:STARTING TEST : nonDefaultFormParamFromSetFromStringTest()
Apr 05, 2024 11:02:05 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:05:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/SetFromString HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:05:FINISHED TEST : nonDefaultFormParamFromSetFromStringTest()
04-05-2024 11:02:05:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:05:STARTING TEST : formParamEntityWithEncodedTest()
Apr 05, 2024 11:02:05 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
Apr 05, 2024 11:02:05 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:05:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/ParamEntityWithValueOf HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:05:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/ParamEntityWithFromString HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:05:FINISHED TEST : formParamEntityWithEncodedTest()
04-05-2024 11:02:05:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:05:STARTING TEST : defaultFormParamFromSetFromStringTest()
Apr 05, 2024 11:02:05 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:05:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/SetFromString HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:05:FINISHED TEST : defaultFormParamFromSetFromStringTest()
04-05-2024 11:02:05:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:05:STARTING TEST : nonDefaultFormParamValueOfTest()
Apr 05, 2024 11:02:05 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:05:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/ParamEntityWithValueOf HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:05:FINISHED TEST : nonDefaultFormParamValueOfTest()
04-05-2024 11:02:05:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:05:STARTING TEST : nonDefaultFormParamFromListFromStringTest()
04-05-2024 11:02:05:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/ListFromString HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:02:05 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:05:FINISHED TEST : nonDefaultFormParamFromListFromStringTest()
[INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.622 s - in ee.jakarta.tck.ws.rs.ee.rs.formparam.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.get.JAXRSClientIT
04-05-2024 11:02:05:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:05:STARTING TEST : headSubTest()
Apr 05, 2024 11:02:05 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:05:[HttpRequest] Dispatching request: 'HEAD /jaxrs_ee_rs_get_web/GetTest/sub HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:05:FINISHED TEST : headSubTest()
04-05-2024 11:02:05:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:05:STARTING TEST : getSubTest()
04-05-2024 11:02:05:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_rs_get_web/GetTest/sub HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:02:05 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:05:FINISHED TEST : getSubTest()
04-05-2024 11:02:05:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:05:STARTING TEST : recursiveResourceLocatorTest()
04-05-2024 11:02:05:[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'
Apr 05, 2024 11:02:05 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:05:FINISHED TEST : recursiveResourceLocatorTest()
04-05-2024 11:02:05:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:05:STARTING TEST : headTest1()
Apr 05, 2024 11:02:05 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:05:[HttpRequest] Dispatching request: 'HEAD /jaxrs_ee_rs_get_web/GetTest/ HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:05:FINISHED TEST : headTest1()
04-05-2024 11:02:05:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:05:STARTING TEST : headTest2()
Apr 05, 2024 11:02:05 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:05:[HttpRequest] Dispatching request: 'HEAD /jaxrs_ee_rs_get_web/GetTest/ HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:05:FINISHED TEST : headTest2()
04-05-2024 11:02:05:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:05:STARTING TEST : dynamicGetTest()
04-05-2024 11:02:05:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_rs_get_web/GetTest/123 HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:02:05 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:05:FINISHED TEST : dynamicGetTest()
04-05-2024 11:02:05:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:05:STARTING TEST : optionSubTest()
04-05-2024 11:02:05:[HttpRequest] Dispatching request: 'OPTIONS /jaxrs_ee_rs_get_web/GetTest/sub HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:05:FINISHED TEST : optionSubTest()
04-05-2024 11:02:05:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:05:STARTING TEST : getTest1()
04-05-2024 11:02:05:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_rs_get_web/GetTest/ HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:02:05 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:05:FINISHED TEST : getTest1()
04-05-2024 11:02:05:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:05:STARTING TEST : getTest2()
Apr 05, 2024 11:02:05 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:05:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_rs_get_web/GetTest/ HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:05:FINISHED TEST : getTest2()
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.441 s - in ee.jakarta.tck.ws.rs.ee.rs.get.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.head.JAXRSClientIT
04-05-2024 11:02:06:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:06:STARTING TEST : headSubTest()Apr 05, 2024 11:02:06 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 11:02:06:[HttpRequest] Dispatching request: 'HEAD /jaxrs_ee_rs_head_web/HeadTest/sub HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:06:FINISHED TEST : headSubTest()
04-05-2024 11:02:06:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:06:STARTING TEST : headTest1()
04-05-2024 11:02:06:[HttpRequest] Dispatching request: 'HEAD /jaxrs_ee_rs_head_web/HeadTest/ HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:02:06 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:06:FINISHED TEST : headTest1()
04-05-2024 11:02:06:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:06:STARTING TEST : headTest2()
04-05-2024 11:02:06:[HttpRequest] Dispatching request: 'HEAD /jaxrs_ee_rs_head_web/HeadTest/ HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:02:06 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:06:FINISHED TEST : headTest2()
04-05-2024 11:02:06:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:06:STARTING TEST : headGetTest()
04-05-2024 11:02:06:[HttpRequest] Dispatching request: 'HEAD /jaxrs_ee_rs_head_web/HeadTest/get HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:02:06 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:06:FINISHED TEST : headGetTest()
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.401 s - in ee.jakarta.tck.ws.rs.ee.rs.head.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.headerparam.locator.JAXRSLocatorClientIT
04-05-2024 11:02:07:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:07:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:07:STARTING TEST : headerParamEntityWithConstructorTest()
Apr 05, 2024 11:02:07 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
Apr 05, 2024 11:02:07 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:07:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:07:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:07:FINISHED TEST : headerParamEntityWithConstructorTest()
04-05-2024 11:02:07:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:07:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:07:STARTING TEST : headerParamStringTest()Apr 05, 2024 11:02:07 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
Apr 05, 2024 11:02:07 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
Apr 05, 2024 11:02:07 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
Apr 05, 2024 11:02:07 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 11:02:07:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:07:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:07:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:07:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:07:FINISHED TEST : headerParamStringTest()
04-05-2024 11:02:07:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:07:[JAXRSCommonClient] Test setup OK
Apr 05, 2024 11:02:07 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:07:STARTING TEST : headerParamLongTest()
04-05-2024 11:02:07:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'Apr 05, 2024 11:02:07 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
Apr 05, 2024 11:02:07 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 11:02:07:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:07:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:02:07 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:07:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:07:FINISHED TEST : headerParamLongTest()
04-05-2024 11:02:07:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:07:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:07:STARTING TEST : headerParamByteTest()
Apr 05, 2024 11:02:07 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
Apr 05, 2024 11:02:07 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
Apr 05, 2024 11:02:07 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
Apr 05, 2024 11:02:07 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:07:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:07:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:07:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:07:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:07:FINISHED TEST : headerParamByteTest()
04-05-2024 11:02:07:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:07:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:07:STARTING TEST : headerParamBooleanTest()
Apr 05, 2024 11:02:07 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
Apr 05, 2024 11:02:07 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
Apr 05, 2024 11:02:07 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:07:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:07:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:07:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:02:07 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:07:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:07:FINISHED TEST : headerParamBooleanTest()
04-05-2024 11:02:07:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:07:[JAXRSCommonClient] Test setup OK
Apr 05, 2024 11:02:07 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:07:STARTING TEST : headerParamListEntityWithFromStringTest()
Apr 05, 2024 11:02:07 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:07:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:07:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:07:FINISHED TEST : headerParamListEntityWithFromStringTest()
04-05-2024 11:02:07:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:07:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:07:STARTING TEST : headerParamFloatTest()
Apr 05, 2024 11:02:07 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
Apr 05, 2024 11:02:07 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:07:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:07:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:07:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:02:07 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:07:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:02:07 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:07:FINISHED TEST : headerParamFloatTest()
04-05-2024 11:02:07:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:07:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:07:STARTING TEST : headerParamShortTest()
Apr 05, 2024 11:02:07 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
Apr 05, 2024 11:02:07 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
Apr 05, 2024 11:02:07 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
Apr 05, 2024 11:02:07 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:07:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:07:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:07:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:07:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:07:FINISHED TEST : headerParamShortTest()
04-05-2024 11:02:07:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:07:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:07:STARTING TEST : headerParamThrowingWebApplicationExceptionTest()
Apr 05, 2024 11:02:07 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:07:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:07:FINISHED TEST : headerParamThrowingWebApplicationExceptionTest()
04-05-2024 11:02:07:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:07:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:07:STARTING TEST : headerParamEntityWithValueOfTest()Apr 05, 2024 11:02:07 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
Apr 05, 2024 11:02:07 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 11:02:07:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:07:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:07:FINISHED TEST : headerParamEntityWithValueOfTest()
04-05-2024 11:02:07:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:07:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:07:STARTING TEST : headerParamThrowingIllegalArgumentExceptionTest()
04-05-2024 11:02:07:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'Apr 05, 2024 11:02:07 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 11:02:07:FINISHED TEST : headerParamThrowingIllegalArgumentExceptionTest()
04-05-2024 11:02:07:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:07:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:07:STARTING TEST : headerParamNoQueryTest()
04-05-2024 11:02:07:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:02:07 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:07:FINISHED TEST : headerParamNoQueryTest()
04-05-2024 11:02:07:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:07:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:07:STARTING TEST : headerParamDoubleTest()
04-05-2024 11:02:07:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:02:07 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:07:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:02:07 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:07:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:02:07 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:07:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:02:07 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:07:FINISHED TEST : headerParamDoubleTest()
04-05-2024 11:02:07:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:07:[JAXRSCommonClient] Test setup OK
Apr 05, 2024 11:02:07 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:07:STARTING TEST : headerParamSetEntityWithFromStringTest()
Apr 05, 2024 11:02:07 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:07:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:07:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:07:FINISHED TEST : headerParamSetEntityWithFromStringTest()
04-05-2024 11:02:07:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:07:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:07:STARTING TEST : headerParamSortedSetEntityWithFromStringTest()
Apr 05, 2024 11:02:07 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
Apr 05, 2024 11:02:07 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:07:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:07:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:07:FINISHED TEST : headerParamSortedSetEntityWithFromStringTest()
04-05-2024 11:02:07:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:07:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:07:STARTING TEST : headerParamIntTest()Apr 05, 2024 11:02:07 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
Apr 05, 2024 11:02:07 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 11:02:07:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:07:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:07:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'Apr 05, 2024 11:02:07 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
Apr 05, 2024 11:02:07 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 11:02:07:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:07:FINISHED TEST : headerParamIntTest()
04-05-2024 11:02:07:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:07:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:07:STARTING TEST : headerParamEntityWithFromStringTest()
Apr 05, 2024 11:02:07 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
Apr 05, 2024 11:02:07 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:07:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:07:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:07:FINISHED TEST : headerParamEntityWithFromStringTest()
[INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.256 s - in ee.jakarta.tck.ws.rs.ee.rs.headerparam.locator.JAXRSLocatorClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.headerparam.sub.JAXRSSubClientIT
04-05-2024 11:02:08:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:08:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:08:STARTING TEST : headerFieldThrowingIllegalArgumentExceptionTest()
04-05-2024 11:02:08:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:02:08 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:08:FINISHED TEST : headerFieldThrowingIllegalArgumentExceptionTest()
04-05-2024 11:02:08:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:08:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:08:STARTING TEST : headerParamEntityWithConstructorTest()Apr 05, 2024 11:02:08 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
Apr 05, 2024 11:02:08 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 11:02:08:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:08:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:08:FINISHED TEST : headerParamEntityWithConstructorTest()
04-05-2024 11:02:08:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:08:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:08:STARTING TEST : headerFieldThrowingWebApplicationExceptionTest()
Apr 05, 2024 11:02:08 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:08:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:08:FINISHED TEST : headerFieldThrowingWebApplicationExceptionTest()
04-05-2024 11:02:08:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:08:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:08:STARTING TEST : headerParamStringTest()
Apr 05, 2024 11:02:08 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
Apr 05, 2024 11:02:08 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
Apr 05, 2024 11:02:08 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:08:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:08:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:08:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:08:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'Apr 05, 2024 11:02:08 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 11:02:08:FINISHED TEST : headerParamStringTest()
04-05-2024 11:02:08:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:08:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:08:STARTING TEST : headerParamLongTest()
Apr 05, 2024 11:02:08 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
Apr 05, 2024 11:02:08 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
Apr 05, 2024 11:02:08 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:08:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:08:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:08:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:08:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'Apr 05, 2024 11:02:08 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 11:02:08:FINISHED TEST : headerParamLongTest()
04-05-2024 11:02:08:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:08:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:08:STARTING TEST : headerParamByteTest()
Apr 05, 2024 11:02:08 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
Apr 05, 2024 11:02:08 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
Apr 05, 2024 11:02:08 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:08:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:08:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:08:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:02:08 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:08:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:08:FINISHED TEST : headerParamByteTest()
04-05-2024 11:02:08:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:08:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:08:STARTING TEST : headerFieldParamEntityWithValueOfTest()
Apr 05, 2024 11:02:08 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
Apr 05, 2024 11:02:08 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:08:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:08:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:08:FINISHED TEST : headerFieldParamEntityWithValueOfTest()
04-05-2024 11:02:08:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:08:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:08:STARTING TEST : headerParamBooleanTest()Apr 05, 2024 11:02:08 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
Apr 05, 2024 11:02:08 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 11:02:08:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:08:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:08:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'Apr 05, 2024 11:02:08 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 11:02:08:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'Apr 05, 2024 11:02:08 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 11:02:08:FINISHED TEST : headerParamBooleanTest()
04-05-2024 11:02:08:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:08:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:08:STARTING TEST : headerFieldParamSortedSetEntityWithFromStringTest()
Apr 05, 2024 11:02:08 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:08:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:08:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:02:08 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:08:FINISHED TEST : headerFieldParamSortedSetEntityWithFromStringTest()
04-05-2024 11:02:08:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:08:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:08:STARTING TEST : headerParamListEntityWithFromStringTest()Apr 05, 2024 11:02:08 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 11:02:08:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:08:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'Apr 05, 2024 11:02:08 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 11:02:08:FINISHED TEST : headerParamListEntityWithFromStringTest()
04-05-2024 11:02:08:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:08:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:08:STARTING TEST : headerParamFloatTest()
Apr 05, 2024 11:02:08 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
Apr 05, 2024 11:02:08 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
Apr 05, 2024 11:02:08 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:08:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:08:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:08:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:02:08 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:08:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:08:FINISHED TEST : headerParamFloatTest()
04-05-2024 11:02:08:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:08:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:08:STARTING TEST : headerParamShortTest()
Apr 05, 2024 11:02:08 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
Apr 05, 2024 11:02:08 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
Apr 05, 2024 11:02:08 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:08:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:08:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:08:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:08:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:02:08 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:08:FINISHED TEST : headerParamShortTest()
04-05-2024 11:02:08:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:08:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:08:STARTING TEST : headerParamThrowingWebApplicationExceptionTest()
Apr 05, 2024 11:02:08 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:08:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:08:FINISHED TEST : headerParamThrowingWebApplicationExceptionTest()
04-05-2024 11:02:08:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:08:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:08:STARTING TEST : headerParamEntityWithValueOfTest()
Apr 05, 2024 11:02:08 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
Apr 05, 2024 11:02:08 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:08:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:08:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:08:FINISHED TEST : headerParamEntityWithValueOfTest()
04-05-2024 11:02:08:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:08:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:08:STARTING TEST : headerParamThrowingIllegalArgumentExceptionTest()
04-05-2024 11:02:08:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:02:08 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:08:FINISHED TEST : headerParamThrowingIllegalArgumentExceptionTest()
04-05-2024 11:02:08:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:08:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:08:STARTING TEST : headerFieldParamEntityWithConstructorTest()
04-05-2024 11:02:08:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:02:08 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:08:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:02:08 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:08:FINISHED TEST : headerFieldParamEntityWithConstructorTest()
04-05-2024 11:02:08:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:08:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:08:STARTING TEST : headerFieldParamEntityWithFromStringTest()
Apr 05, 2024 11:02:08 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:08:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:08:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:02:08 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:08:FINISHED TEST : headerFieldParamEntityWithFromStringTest()
04-05-2024 11:02:08:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:08:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:08:STARTING TEST : headerFieldParamSetEntityWithFromStringTest()Apr 05, 2024 11:02:08 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 11:02:08:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:08:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:02:08 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:08:FINISHED TEST : headerFieldParamSetEntityWithFromStringTest()
04-05-2024 11:02:08:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:08:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:08:STARTING TEST : headerParamNoQueryTest()Apr 05, 2024 11:02:08 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 11:02:08:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:08:FINISHED TEST : headerParamNoQueryTest()
04-05-2024 11:02:08:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:08:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:08:STARTING TEST : headerParamDoubleTest()
Apr 05, 2024 11:02:08 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
Apr 05, 2024 11:02:08 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:08:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:08:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:08:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:02:08 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:08:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:02:08 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:08:FINISHED TEST : headerParamDoubleTest()
04-05-2024 11:02:08:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:08:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:08:STARTING TEST : headerParamSetEntityWithFromStringTest()
Apr 05, 2024 11:02:08 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
Apr 05, 2024 11:02:08 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:08:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:08:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:08:FINISHED TEST : headerParamSetEntityWithFromStringTest()
04-05-2024 11:02:08:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:08:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:08:STARTING TEST : headerFieldParamListEntityWithFromStringTest()
Apr 05, 2024 11:02:08 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
Apr 05, 2024 11:02:08 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:08:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:08:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:08:FINISHED TEST : headerFieldParamListEntityWithFromStringTest()
04-05-2024 11:02:08:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:08:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:08:STARTING TEST : headerParamSortedSetEntityWithFromStringTest()Apr 05, 2024 11:02:08 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
Apr 05, 2024 11:02:08 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 11:02:08:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:08:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:08:FINISHED TEST : headerParamSortedSetEntityWithFromStringTest()
04-05-2024 11:02:08:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:08:[JAXRSCommonClient] Test setup OK
Apr 05, 2024 11:02:08 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:08:STARTING TEST : headerParamIntTest()
04-05-2024 11:02:08:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:02:08 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
Apr 05, 2024 11:02:08 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:08:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:08:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:02:08 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:08:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:08:FINISHED TEST : headerParamIntTest()
04-05-2024 11:02:08:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:08:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:08:STARTING TEST : headerParamEntityWithFromStringTest()
Apr 05, 2024 11:02:08 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
Apr 05, 2024 11:02:08 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:08:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:08:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:08:FINISHED TEST : headerParamEntityWithFromStringTest()
[INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.436 s - in ee.jakarta.tck.ws.rs.ee.rs.headerparam.sub.JAXRSSubClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.headerparam.JAXRSClientIT
04-05-2024 11:02:09:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:09:STARTING TEST : headerFieldThrowingIllegalArgumentExceptionTest()
Apr 05, 2024 11:02:09 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:09:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:09:FINISHED TEST : headerFieldThrowingIllegalArgumentExceptionTest()
04-05-2024 11:02:09:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:09:STARTING TEST : headerParamEntityWithConstructorTest()
Apr 05, 2024 11:02:09 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
Apr 05, 2024 11:02:09 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:09:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:09:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:09:FINISHED TEST : headerParamEntityWithConstructorTest()
04-05-2024 11:02:09:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:09:STARTING TEST : headerFieldThrowingWebApplicationExceptionTest()
Apr 05, 2024 11:02:09 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:09:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:09:FINISHED TEST : headerFieldThrowingWebApplicationExceptionTest()
04-05-2024 11:02:09:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:09:STARTING TEST : headerParamStringTest()
Apr 05, 2024 11:02:09 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
Apr 05, 2024 11:02:09 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
Apr 05, 2024 11:02:09 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:09:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:09:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:09:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:09:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'Apr 05, 2024 11:02:09 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 11:02:09:FINISHED TEST : headerParamStringTest()
04-05-2024 11:02:09:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:09:STARTING TEST : headerParamLongTest()Apr 05, 2024 11:02:09 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
Apr 05, 2024 11:02:09 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 11:02:09:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:09:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:02:09 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:09:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:09:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'Apr 05, 2024 11:02:09 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 11:02:09:FINISHED TEST : headerParamLongTest()
04-05-2024 11:02:09:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:09:STARTING TEST : headerParamByteTest()
Apr 05, 2024 11:02:09 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
Apr 05, 2024 11:02:09 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:09:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:09:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:09:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:02:09 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
Apr 05, 2024 11:02:09 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:09:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:09:FINISHED TEST : headerParamByteTest()
04-05-2024 11:02:09:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:09:STARTING TEST : headerFieldParamEntityWithValueOfTest()
04-05-2024 11:02:09:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'Apr 05, 2024 11:02:09 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 11:02:09:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:02:09 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:09:FINISHED TEST : headerFieldParamEntityWithValueOfTest()
04-05-2024 11:02:09:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:09:STARTING TEST : headerParamBooleanTest()Apr 05, 2024 11:02:09 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
Apr 05, 2024 11:02:09 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 11:02:09:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:09:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:02:09 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:09:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:09:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'Apr 05, 2024 11:02:09 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 11:02:09:FINISHED TEST : headerParamBooleanTest()
04-05-2024 11:02:09:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:09:STARTING TEST : headerFieldParamSortedSetEntityWithFromStringTest()
04-05-2024 11:02:09:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'Apr 05, 2024 11:02:09 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 11:02:09:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:02:09 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:09:FINISHED TEST : headerFieldParamSortedSetEntityWithFromStringTest()
04-05-2024 11:02:09:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:09:STARTING TEST : headerParamListEntityWithFromStringTest()Apr 05, 2024 11:02:09 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
Apr 05, 2024 11:02:09 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 11:02:09:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:09:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:09:FINISHED TEST : headerParamListEntityWithFromStringTest()
04-05-2024 11:02:09:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:09:STARTING TEST : headerParamFloatTest()Apr 05, 2024 11:02:09 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
Apr 05, 2024 11:02:09 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 11:02:09:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:09:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:09:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:02:09 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:09:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:02:09 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:09:FINISHED TEST : headerParamFloatTest()
04-05-2024 11:02:09:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:09:STARTING TEST : headerParamShortTest()
Apr 05, 2024 11:02:09 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
Apr 05, 2024 11:02:09 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:09:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:09:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:09:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'Apr 05, 2024 11:02:09 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 11:02:09:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:02:09 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:09:FINISHED TEST : headerParamShortTest()
04-05-2024 11:02:09:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:09:STARTING TEST : headerParamThrowingWebApplicationExceptionTest()
Apr 05, 2024 11:02:09 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:09:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:09:FINISHED TEST : headerParamThrowingWebApplicationExceptionTest()
04-05-2024 11:02:09:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:09:STARTING TEST : headerParamEntityWithValueOfTest()
Apr 05, 2024 11:02:09 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:09:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:09:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:02:09 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:09:FINISHED TEST : headerParamEntityWithValueOfTest()
04-05-2024 11:02:09:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:09:STARTING TEST : headerParamThrowingIllegalArgumentExceptionTest()
04-05-2024 11:02:09:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:02:09 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:09:FINISHED TEST : headerParamThrowingIllegalArgumentExceptionTest()
04-05-2024 11:02:09:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:09:STARTING TEST : headerFieldParamEntityWithConstructorTest()
04-05-2024 11:02:09:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:02:09 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:09:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:02:09 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:09:FINISHED TEST : headerFieldParamEntityWithConstructorTest()
04-05-2024 11:02:09:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:09:STARTING TEST : headerFieldParamEntityWithFromStringTest()
Apr 05, 2024 11:02:09 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:09:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:09:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:02:09 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:09:FINISHED TEST : headerFieldParamEntityWithFromStringTest()
04-05-2024 11:02:09:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:09:STARTING TEST : headerFieldParamSetEntityWithFromStringTest()
Apr 05, 2024 11:02:09 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:09:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:09:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:02:09 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:09:FINISHED TEST : headerFieldParamSetEntityWithFromStringTest()
04-05-2024 11:02:09:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:09:STARTING TEST : headerParamNoQueryTest()
Apr 05, 2024 11:02:09 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:09:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:09:FINISHED TEST : headerParamNoQueryTest()
04-05-2024 11:02:09:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:09:STARTING TEST : headerParamDoubleTest()
Apr 05, 2024 11:02:09 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
Apr 05, 2024 11:02:09 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:09:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:09:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:09:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'Apr 05, 2024 11:02:09 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
Apr 05, 2024 11:02:09 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 11:02:09:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:09:FINISHED TEST : headerParamDoubleTest()
04-05-2024 11:02:09:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:09:STARTING TEST : headerParamSetEntityWithFromStringTest()Apr 05, 2024 11:02:09 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 11:02:09:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:09:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'Apr 05, 2024 11:02:09 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 11:02:09:FINISHED TEST : headerParamSetEntityWithFromStringTest()
04-05-2024 11:02:09:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:09:STARTING TEST : headerFieldParamListEntityWithFromStringTest()
04-05-2024 11:02:09:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:02:09 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:09:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'Apr 05, 2024 11:02:09 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 11:02:09:FINISHED TEST : headerFieldParamListEntityWithFromStringTest()
04-05-2024 11:02:09:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:09:STARTING TEST : headerParamSortedSetEntityWithFromStringTest()
Apr 05, 2024 11:02:09 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:09:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:09:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:02:09 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:09:FINISHED TEST : headerParamSortedSetEntityWithFromStringTest()
04-05-2024 11:02:09:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:09:STARTING TEST : headerParamIntTest()
Apr 05, 2024 11:02:09 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:09:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:02:09 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:09:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:09:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'Apr 05, 2024 11:02:09 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 11:02:09:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'Apr 05, 2024 11:02:09 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 11:02:09:FINISHED TEST : headerParamIntTest()
04-05-2024 11:02:09:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:09:STARTING TEST : headerParamEntityWithFromStringTest()
Apr 05, 2024 11:02:09 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
Apr 05, 2024 11:02:09 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:09:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:09:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:09:FINISHED TEST : headerParamEntityWithFromStringTest()
[INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.628 s - in ee.jakarta.tck.ws.rs.ee.rs.headerparam.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.matrixparam.locator.JAXRSLocatorClientIT
04-05-2024 11:02:10:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:10:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:10:STARTING TEST : matrixParamDoubleTest()
Apr 05, 2024 11:02:10 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:10:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;doubletest1=123 HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:10:[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'Apr 05, 2024 11:02:10 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 11:02:10:FINISHED TEST : matrixParamDoubleTest()
04-05-2024 11:02:10:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:10:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:10:STARTING TEST : matrixParamEntityWithEncodedTest()
Apr 05, 2024 11:02:10 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
Apr 05, 2024 11:02:10 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:10:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;ParamEntityWithValueOf=%21 HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:10:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;ParamEntityWithFromString=%21 HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:10:FINISHED TEST : matrixParamEntityWithEncodedTest()
04-05-2024 11:02:10:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:10:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:10:STARTING TEST : matrixParamEntityWithFromStringTest()
04-05-2024 11:02:10:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator; HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:02:10 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:10:[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'
Apr 05, 2024 11:02:10 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:10:FINISHED TEST : matrixParamEntityWithFromStringTest()
04-05-2024 11:02:10:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:10:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:10:STARTING TEST : matrixParamThrowingWebApplicationExceptionTest()
Apr 05, 2024 11:02:10 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:10:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;ParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:10:FINISHED TEST : matrixParamThrowingWebApplicationExceptionTest()
04-05-2024 11:02:10:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:10:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:10:STARTING TEST : matrixParamLongTest()
04-05-2024 11:02:10:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;longtest=-9223372036854775808 HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:02:10 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:10:[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'
Apr 05, 2024 11:02:10 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:10:FINISHED TEST : matrixParamLongTest()
04-05-2024 11:02:10:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:10:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:10:STARTING TEST : matrixParamBooleanTest()
04-05-2024 11:02:10:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;booleantest=true HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:02:10 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:10:[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'
Apr 05, 2024 11:02:10 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:10:FINISHED TEST : matrixParamBooleanTest()
04-05-2024 11:02:10:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:10:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:10:STARTING TEST : matrixParamIntTest()
04-05-2024 11:02:10:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;inttest1=2147483647 HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:02:10 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:10:[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'
Apr 05, 2024 11:02:10 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:10:FINISHED TEST : matrixParamIntTest()
04-05-2024 11:02:10:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:10:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:10:STARTING TEST : matrixParamByteTest()
04-05-2024 11:02:10:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;bytetest=127 HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:02:10 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:10:[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'
Apr 05, 2024 11:02:10 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:10:FINISHED TEST : matrixParamByteTest()
04-05-2024 11:02:10:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:10:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:10:STARTING TEST : matrixParamEntityWithValueOfTest()
04-05-2024 11:02:10:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator; HTTP/1.1' to target server at 'localhost:8080'Apr 05, 2024 11:02:10 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 11:02:10:[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'
Apr 05, 2024 11:02:10 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:10:FINISHED TEST : matrixParamEntityWithValueOfTest()
04-05-2024 11:02:10:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:10:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:10:STARTING TEST : matrixParamSortedSetEntityWithFromStringTest()
Apr 05, 2024 11:02:10 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
Apr 05, 2024 11:02:10 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:10:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator; HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:10:[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'
04-05-2024 11:02:10:FINISHED TEST : matrixParamSortedSetEntityWithFromStringTest()
04-05-2024 11:02:10:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:10:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:10:STARTING TEST : matrixParamStringTest()Apr 05, 2024 11:02:10 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
Apr 05, 2024 11:02:10 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 11:02:10:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;stringtest=cts HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:10:[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'
04-05-2024 11:02:10:FINISHED TEST : matrixParamStringTest()
04-05-2024 11:02:10:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:10:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:10:STARTING TEST : matrixParamFloatTest()
Apr 05, 2024 11:02:10 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
Apr 05, 2024 11:02:10 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:10:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;floattest1=123 HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:10:[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'
04-05-2024 11:02:10:FINISHED TEST : matrixParamFloatTest()
04-05-2024 11:02:10:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:10:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:10:STARTING TEST : matrixParamShortTest()
Apr 05, 2024 11:02:10 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
Apr 05, 2024 11:02:10 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:10:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;shorttest=-32768 HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:10:[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'
04-05-2024 11:02:10:FINISHED TEST : matrixParamShortTest()
04-05-2024 11:02:10:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:10:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:10:STARTING TEST : matrixParamSetEntityWithFromStringTest()
04-05-2024 11:02:10:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator; HTTP/1.1' to target server at 'localhost:8080'Apr 05, 2024 11:02:10 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 11:02:10:[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'
Apr 05, 2024 11:02:10 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:10:FINISHED TEST : matrixParamSetEntityWithFromStringTest()
04-05-2024 11:02:10:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:10:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:10:STARTING TEST : matrixParamListEntityWithFromStringTest()
04-05-2024 11:02:10:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator; HTTP/1.1' to target server at 'localhost:8080'Apr 05, 2024 11:02:10 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 11:02:10:[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'
Apr 05, 2024 11:02:10 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:10:FINISHED TEST : matrixParamListEntityWithFromStringTest()
04-05-2024 11:02:10:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:10:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:10:STARTING TEST : matrixParamEntityWithConstructorTest()
Apr 05, 2024 11:02:10 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
Apr 05, 2024 11:02:10 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:10:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator; HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:10:[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'
04-05-2024 11:02:10:FINISHED TEST : matrixParamEntityWithConstructorTest()
04-05-2024 11:02:10:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:10:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:10:STARTING TEST : matrixParamThrowingIllegalArgumentExceptionTest()
Apr 05, 2024 11:02:10 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:10:[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'
04-05-2024 11:02:10:FINISHED TEST : matrixParamThrowingIllegalArgumentExceptionTest()
[INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.963 s - in ee.jakarta.tck.ws.rs.ee.rs.matrixparam.locator.JAXRSLocatorClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.matrixparam.sub.JAXRSSubClientIT
04-05-2024 11:02:11:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:11:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:11:STARTING TEST : matrixParamDoubleTest()
Apr 05, 2024 11:02:11 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
Apr 05, 2024 11:02:11 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;doubletest1=123 HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:11:[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'
04-05-2024 11:02:11:FINISHED TEST : matrixParamDoubleTest()
04-05-2024 11:02:11:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:11:[JAXRSCommonClient] Test setup OK
Apr 05, 2024 11:02:11 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:11:STARTING TEST : matrixFieldParamEntityWithValueOfTest()
04-05-2024 11:02:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource; HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:02:11 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:11:[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'
04-05-2024 11:02:11:FINISHED TEST : matrixFieldParamEntityWithValueOfTest()
04-05-2024 11:02:11:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:11:[JAXRSCommonClient] Test setup OK
Apr 05, 2024 11:02:11 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:11:STARTING TEST : matrixParamEntityWithEncodedTest()
04-05-2024 11:02:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;ParamEntityWithValueOf=%21 HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:02:11 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;ParamEntityWithFromString=%21 HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:11:FINISHED TEST : matrixParamEntityWithEncodedTest()
04-05-2024 11:02:11:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:11:[JAXRSCommonClient] Test setup OK
Apr 05, 2024 11:02:11 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:11:STARTING TEST : matrixParamEntityWithFromStringTest()
Apr 05, 2024 11:02:11 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource; HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:11:[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'
04-05-2024 11:02:11:FINISHED TEST : matrixParamEntityWithFromStringTest()
04-05-2024 11:02:11:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:11:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:11:STARTING TEST : matrixParamThrowingWebApplicationExceptionTest()
Apr 05, 2024 11:02:11 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;ParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:11:FINISHED TEST : matrixParamThrowingWebApplicationExceptionTest()
04-05-2024 11:02:11:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:11:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:11:STARTING TEST : matrixParamLongTest()
Apr 05, 2024 11:02:11 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;longtest=-9223372036854775808 HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:11:[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'Apr 05, 2024 11:02:11 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 11:02:11:FINISHED TEST : matrixParamLongTest()
04-05-2024 11:02:11:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:11:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:11:STARTING TEST : matrixParamBooleanTest()
Apr 05, 2024 11:02:11 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
Apr 05, 2024 11:02:11 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;booleantest=true HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:11:[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'
04-05-2024 11:02:11:FINISHED TEST : matrixParamBooleanTest()
04-05-2024 11:02:11:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:11:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:11:STARTING TEST : matrixParamIntTest()
Apr 05, 2024 11:02:11 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
Apr 05, 2024 11:02:11 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;inttest1=2147483647 HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:11:[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'
04-05-2024 11:02:11:FINISHED TEST : matrixParamIntTest()
04-05-2024 11:02:11:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:11:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:11:STARTING TEST : matrixParamByteTest()
Apr 05, 2024 11:02:11 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
Apr 05, 2024 11:02:11 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;bytetest=127 HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:11:[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'
04-05-2024 11:02:11:FINISHED TEST : matrixParamByteTest()
04-05-2024 11:02:11:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:11:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:11:STARTING TEST : matrixParamEntityWithValueOfTest()
04-05-2024 11:02:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource; HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:02:11 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:11:[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'
Apr 05, 2024 11:02:11 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:11:FINISHED TEST : matrixParamEntityWithValueOfTest()
04-05-2024 11:02:11:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:11:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:11:STARTING TEST : matrixFieldParamEntityWithConstructorTest()
04-05-2024 11:02:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource; HTTP/1.1' to target server at 'localhost:8080'Apr 05, 2024 11:02:11 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
Apr 05, 2024 11:02:11 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 11:02:11:[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'
04-05-2024 11:02:11:FINISHED TEST : matrixFieldParamEntityWithConstructorTest()
04-05-2024 11:02:11:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:11:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:11:STARTING TEST : matrixFieldParamListEntityWithFromStringTest()
Apr 05, 2024 11:02:11 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
Apr 05, 2024 11:02:11 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource; HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:11:[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'
04-05-2024 11:02:11:FINISHED TEST : matrixFieldParamListEntityWithFromStringTest()
04-05-2024 11:02:11:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:11:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:11:STARTING TEST : matrixFieldThrowingIllegalArgumentExceptionTest()
Apr 05, 2024 11:02:11 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:11:[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'
04-05-2024 11:02:11:FINISHED TEST : matrixFieldThrowingIllegalArgumentExceptionTest()
04-05-2024 11:02:11:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:11:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:11:STARTING TEST : matrixFieldParamSortedSetEntityWithFromStringTest()
Apr 05, 2024 11:02:11 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource; HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:11:[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'
Apr 05, 2024 11:02:11 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:11:FINISHED TEST : matrixFieldParamSortedSetEntityWithFromStringTest()
04-05-2024 11:02:11:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:11:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:11:STARTING TEST : matrixParamSortedSetEntityWithFromStringTest()Apr 05, 2024 11:02:11 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 11:02:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource; HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:11:[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'
Apr 05, 2024 11:02:11 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:11:FINISHED TEST : matrixParamSortedSetEntityWithFromStringTest()
04-05-2024 11:02:11:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:11:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:11:STARTING TEST : matrixParamStringTest()
Apr 05, 2024 11:02:11 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;stringtest=cts HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:11:[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'
Apr 05, 2024 11:02:11 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:11:FINISHED TEST : matrixParamStringTest()
04-05-2024 11:02:11:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:11:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:11:STARTING TEST : matrixParamFloatTest()
Apr 05, 2024 11:02:11 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
Apr 05, 2024 11:02:11 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;floattest1=123 HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:11:[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'
04-05-2024 11:02:11:FINISHED TEST : matrixParamFloatTest()
04-05-2024 11:02:11:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:11:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:11:STARTING TEST : matrixParamShortTest()
Apr 05, 2024 11:02:11 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;shorttest=-32768 HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:11:[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'Apr 05, 2024 11:02:11 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 11:02:11:FINISHED TEST : matrixParamShortTest()
04-05-2024 11:02:11:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:11:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:11:STARTING TEST : matrixParamSetEntityWithFromStringTest()
04-05-2024 11:02:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource; HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:02:11 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:11:[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'
Apr 05, 2024 11:02:11 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:11:FINISHED TEST : matrixParamSetEntityWithFromStringTest()
04-05-2024 11:02:11:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:11:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:11:STARTING TEST : matrixFieldParamSetEntityWithFromStringTest()
Apr 05, 2024 11:02:11 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource; HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:11:[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'
Apr 05, 2024 11:02:11 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:11:FINISHED TEST : matrixFieldParamSetEntityWithFromStringTest()
04-05-2024 11:02:11:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:11:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:11:STARTING TEST : matrixParamListEntityWithFromStringTest()
Apr 05, 2024 11:02:11 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
Apr 05, 2024 11:02:11 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource; HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:11:[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'
04-05-2024 11:02:11:FINISHED TEST : matrixParamListEntityWithFromStringTest()
04-05-2024 11:02:11:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:11:[JAXRSCommonClient] Test setup OK
Apr 05, 2024 11:02:11 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:11:STARTING TEST : matrixFieldParamEntityWithFromStringTest()
04-05-2024 11:02:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource; HTTP/1.1' to target server at 'localhost:8080'Apr 05, 2024 11:02:11 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 11:02:11:[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'
04-05-2024 11:02:11:FINISHED TEST : matrixFieldParamEntityWithFromStringTest()
04-05-2024 11:02:11:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:11:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:11:STARTING TEST : matrixFieldParamEntityWithEncodedTest()
04-05-2024 11:02:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;FieldParamEntityWithValueOf=%21 HTTP/1.1' to target server at 'localhost:8080'Apr 05, 2024 11:02:11 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
Apr 05, 2024 11:02:11 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 11:02:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;FieldParamEntityWithFromString=%21 HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:11:FINISHED TEST : matrixFieldParamEntityWithEncodedTest()
04-05-2024 11:02:11:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:11:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:11:STARTING TEST : matrixFieldThrowingWebApplicationExceptionTest()
Apr 05, 2024 11:02:11 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;FieldParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:11:FINISHED TEST : matrixFieldThrowingWebApplicationExceptionTest()
04-05-2024 11:02:11:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:11:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:11:STARTING TEST : matrixParamEntityWithConstructorTest()
Apr 05, 2024 11:02:11 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
Apr 05, 2024 11:02:11 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource; HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:11:[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'
04-05-2024 11:02:11:FINISHED TEST : matrixParamEntityWithConstructorTest()
04-05-2024 11:02:11:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:11:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:11:STARTING TEST : matrixParamThrowingIllegalArgumentExceptionTest()
04-05-2024 11:02:11:[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'
Apr 05, 2024 11:02:11 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:11:FINISHED TEST : matrixParamThrowingIllegalArgumentExceptionTest()
[INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.059 s - in ee.jakarta.tck.ws.rs.ee.rs.matrixparam.sub.JAXRSSubClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.matrixparam.JAXRSClientIT
04-05-2024 11:02:12:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:12:STARTING TEST : matrixParamDoubleTest()
04-05-2024 11:02:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;doubletest1=123 HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:02:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:12:[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'
Apr 05, 2024 11:02:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:12:FINISHED TEST : matrixParamDoubleTest()
04-05-2024 11:02:12:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:12:STARTING TEST : matrixFieldParamEntityWithValueOfTest()
Apr 05, 2024 11:02:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
Apr 05, 2024 11:02:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest; HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;FieldParamEntityWithValueOf=JAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:12:FINISHED TEST : matrixFieldParamEntityWithValueOfTest()
04-05-2024 11:02:12:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:12:STARTING TEST : matrixParamEntityWithEncodedTest()
Apr 05, 2024 11:02:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;ParamEntityWithValueOf=%21 HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;ParamEntityWithFromString=%21 HTTP/1.1' to target server at 'localhost:8080'Apr 05, 2024 11:02:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 11:02:12:FINISHED TEST : matrixParamEntityWithEncodedTest()
04-05-2024 11:02:12:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:12:STARTING TEST : matrixParamEntityWithFromStringTest()
04-05-2024 11:02:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest; HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:02:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;ParamEntityWithFromString=JAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:02:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:12:FINISHED TEST : matrixParamEntityWithFromStringTest()
04-05-2024 11:02:12:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:12:STARTING TEST : matrixParamThrowingWebApplicationExceptionTest()
Apr 05, 2024 11:02:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;ParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:12:FINISHED TEST : matrixParamThrowingWebApplicationExceptionTest()
04-05-2024 11:02:12:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:12:STARTING TEST : matrixParamLongTest()
04-05-2024 11:02:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;longtest=-9223372036854775808 HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:02:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;longtest1=-9223372036854775808;longtest2=9223372036854775807 HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:02:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:12:FINISHED TEST : matrixParamLongTest()
04-05-2024 11:02:12:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:12:STARTING TEST : matrixParamBooleanTest()
Apr 05, 2024 11:02:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;booleantest=true HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;booleantest1=false;booleantest2=true HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:02:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:12:FINISHED TEST : matrixParamBooleanTest()
04-05-2024 11:02:12:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:12:STARTING TEST : matrixParamIntTest()
Apr 05, 2024 11:02:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;inttest1=2147483647 HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;inttest1=2147483647;inttest2=-2147483648 HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:02:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:12:FINISHED TEST : matrixParamIntTest()
04-05-2024 11:02:12:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:12:STARTING TEST : matrixParamByteTest()
Apr 05, 2024 11:02:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
Apr 05, 2024 11:02:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;bytetest=127 HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;bytetest1=123;bytetest2=-128 HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:12:FINISHED TEST : matrixParamByteTest()
04-05-2024 11:02:12:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:12:STARTING TEST : matrixParamEntityWithValueOfTest()
Apr 05, 2024 11:02:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest; HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;ParamEntityWithValueOf=JAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:02:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:12:FINISHED TEST : matrixParamEntityWithValueOfTest()
04-05-2024 11:02:12:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:12:STARTING TEST : matrixFieldParamEntityWithConstructorTest()
Apr 05, 2024 11:02:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
Apr 05, 2024 11:02:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest; HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;FieldParamEntityWithConstructor=JAXRS_SPEC_5.2 HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:12:FINISHED TEST : matrixFieldParamEntityWithConstructorTest()
04-05-2024 11:02:12:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:12:STARTING TEST : matrixFieldParamListEntityWithFromStringTest()
04-05-2024 11:02:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest; HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:02:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;FieldListParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:02:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:12:FINISHED TEST : matrixFieldParamListEntityWithFromStringTest()
04-05-2024 11:02:12:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:12:STARTING TEST : matrixFieldThrowingIllegalArgumentExceptionTest()
04-05-2024 11:02:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;FieldParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException HTTP/1.1' to target server at 'localhost:8080'Apr 05, 2024 11:02:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 11:02:12:FINISHED TEST : matrixFieldThrowingIllegalArgumentExceptionTest()
04-05-2024 11:02:12:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:12:STARTING TEST : matrixFieldParamSortedSetEntityWithFromStringTest()Apr 05, 2024 11:02:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 11:02:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest; HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;FieldSortedSetParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:02:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:12:FINISHED TEST : matrixFieldParamSortedSetEntityWithFromStringTest()
04-05-2024 11:02:12:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:12:STARTING TEST : matrixParamSortedSetEntityWithFromStringTest()
Apr 05, 2024 11:02:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
Apr 05, 2024 11:02:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest; HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;SortedSetParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:12:FINISHED TEST : matrixParamSortedSetEntityWithFromStringTest()
04-05-2024 11:02:12:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:12:STARTING TEST : matrixParamStringTest()
Apr 05, 2024 11:02:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
Apr 05, 2024 11:02:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;stringtest=cts HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;stringtest1=cts;stringtest=ri_impl HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:12:FINISHED TEST : matrixParamStringTest()
04-05-2024 11:02:12:[JAXRSCommonClient] Test setup OK
Apr 05, 2024 11:02:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:12:STARTING TEST : matrixParamFloatTest()
04-05-2024 11:02:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;floattest1=123 HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:12:[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'
Apr 05, 2024 11:02:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:12:FINISHED TEST : matrixParamFloatTest()
04-05-2024 11:02:12:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:12:STARTING TEST : matrixParamShortTest()
04-05-2024 11:02:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;shorttest=-32768 HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:02:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;shorttest1=32767;shorttest2=-32768 HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:02:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:12:FINISHED TEST : matrixParamShortTest()
04-05-2024 11:02:12:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:12:STARTING TEST : matrixParamSetEntityWithFromStringTest()
Apr 05, 2024 11:02:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
Apr 05, 2024 11:02:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest; HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;SetParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:12:FINISHED TEST : matrixParamSetEntityWithFromStringTest()
04-05-2024 11:02:12:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:12:STARTING TEST : matrixFieldParamSetEntityWithFromStringTest()
04-05-2024 11:02:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest; HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:02:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;FieldSetParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:02:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:12:FINISHED TEST : matrixFieldParamSetEntityWithFromStringTest()
04-05-2024 11:02:12:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:12:STARTING TEST : matrixParamListEntityWithFromStringTest()
Apr 05, 2024 11:02:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
Apr 05, 2024 11:02:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest; HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;ListParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:12:FINISHED TEST : matrixParamListEntityWithFromStringTest()
04-05-2024 11:02:12:[JAXRSCommonClient] Test setup OK
Apr 05, 2024 11:02:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:12:STARTING TEST : matrixFieldParamEntityWithFromStringTest()
04-05-2024 11:02:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest; HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;FieldParamEntityWithFromString=JAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:02:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:12:FINISHED TEST : matrixFieldParamEntityWithFromStringTest()
04-05-2024 11:02:12:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:12:STARTING TEST : matrixFieldParamEntityWithEncodedTest()
Apr 05, 2024 11:02:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
Apr 05, 2024 11:02:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;FieldParamEntityWithValueOf=%21 HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;FieldParamEntityWithFromString=%21 HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:12:FINISHED TEST : matrixFieldParamEntityWithEncodedTest()
04-05-2024 11:02:12:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:12:STARTING TEST : matrixFieldThrowingWebApplicationExceptionTest()
Apr 05, 2024 11:02:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;FieldParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:12:FINISHED TEST : matrixFieldThrowingWebApplicationExceptionTest()
04-05-2024 11:02:12:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:12:STARTING TEST : matrixParamEntityWithConstructorTest()
Apr 05, 2024 11:02:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
Apr 05, 2024 11:02:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest; HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;ParamEntityWithConstructor=JAXRS_SPEC_5.2 HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:12:FINISHED TEST : matrixParamEntityWithConstructorTest()
04-05-2024 11:02:12:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:12:STARTING TEST : matrixParamThrowingIllegalArgumentExceptionTest()
Apr 05, 2024 11:02:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;ParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:12:FINISHED TEST : matrixParamThrowingIllegalArgumentExceptionTest()
[INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.797 s - in ee.jakarta.tck.ws.rs.ee.rs.matrixparam.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.options.JAXRSClientIT
04-05-2024 11:02:12:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:12:STARTING TEST : autoResponseTest()
04-05-2024 11:02:12:[HttpRequest] Dispatching request: 'OPTIONS /jaxrs_ee_rs_options_web/Options/get HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:12:FINISHED TEST : autoResponseTest()
04-05-2024 11:02:12:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:12:STARTING TEST : optionsTest()
04-05-2024 11:02:12:[HttpRequest] Dispatching request: 'OPTIONS /jaxrs_ee_rs_options_web/Options/options HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:12:FINISHED TEST : optionsTest()
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.442 s - in ee.jakarta.tck.ws.rs.ee.rs.options.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.pathparam.locator.JAXRSLocatorClientIT
04-05-2024 11:02:13:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:13:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:13:STARTING TEST : pathParamEntityWithFromStringTest()
Apr 05, 2024 11:02:13 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:13:[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'
04-05-2024 11:02:13:FINISHED TEST : pathParamEntityWithFromStringTest()
04-05-2024 11:02:13:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:13:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:13:STARTING TEST : pathParamEntityWithValueOfTest()
Apr 05, 2024 11:02:13 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:13:[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'
04-05-2024 11:02:13:FINISHED TEST : pathParamEntityWithValueOfTest()
04-05-2024 11:02:13:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:13:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:13:STARTING TEST : test1()
Apr 05, 2024 11:02:13 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:13:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_pathparam_locator_web/resource/locator/a HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:13:FINISHED TEST : test1()
04-05-2024 11:02:13:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:13:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:13:STARTING TEST : test2()
Apr 05, 2024 11:02:13 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:13:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_pathparam_locator_web/resource/locator/a/b HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:13:FINISHED TEST : test2()
04-05-2024 11:02:13:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:13:[JAXRSCommonClient] Test setup OK
Apr 05, 2024 11:02:13 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:13:STARTING TEST : test3()
04-05-2024 11:02:13:[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'Apr 05, 2024 11:02:13 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 11:02:13:[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'
04-05-2024 11:02:13:FINISHED TEST : test3()
04-05-2024 11:02:13:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:13:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:13:STARTING TEST : test4()
Apr 05, 2024 11:02:13 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:13:[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'
04-05-2024 11:02:13:[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'
Apr 05, 2024 11:02:13 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:13:FINISHED TEST : test4()
04-05-2024 11:02:13:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:13:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:13:STARTING TEST : test5()Apr 05, 2024 11:02:14 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 11:02:13:[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'
04-05-2024 11:02:14:[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'
Apr 05, 2024 11:02:14 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:14:FINISHED TEST : test5()
04-05-2024 11:02:14:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:14:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:14:STARTING TEST : test6()
04-05-2024 11:02:14:[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'
Apr 05, 2024 11:02:14 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:14:FINISHED TEST : test6()
04-05-2024 11:02:14:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:14:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:14:STARTING TEST : pathParamThrowingIllegalArgumentExceptionTest()
Apr 05, 2024 11:02:14 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:14:[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'
04-05-2024 11:02:14:FINISHED TEST : pathParamThrowingIllegalArgumentExceptionTest()
04-05-2024 11:02:14:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:14:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:14:STARTING TEST : pathParamEntityWithConstructorTest()
Apr 05, 2024 11:02:14 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:14:[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'
04-05-2024 11:02:14:FINISHED TEST : pathParamEntityWithConstructorTest()
04-05-2024 11:02:14:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:14:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:14:STARTING TEST : pathParamSetEntityWithFromStringTest()
04-05-2024 11:02:14:[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'
Apr 05, 2024 11:02:14 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:14:FINISHED TEST : pathParamSetEntityWithFromStringTest()
04-05-2024 11:02:14:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:14:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:14:STARTING TEST : pathParamThrowingWebApplicationExceptionTest()
Apr 05, 2024 11:02:14 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:14:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_pathparam_locator_web/resource/locator/ParamEntityThrowingWebApplicationException/ParamEntityThrowingWebApplicationException%3dCREATED/ HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:14:FINISHED TEST : pathParamThrowingWebApplicationExceptionTest()
04-05-2024 11:02:14:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:14:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:14:STARTING TEST : pathParamListEntityWithFromStringTest()Apr 05, 2024 11:02:14 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 11:02:14:[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'
04-05-2024 11:02:14:FINISHED TEST : pathParamListEntityWithFromStringTest()
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.153 s - in ee.jakarta.tck.ws.rs.ee.rs.pathparam.locator.JAXRSLocatorClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.pathparam.sub.JAXRSSubClientIT
04-05-2024 11:02:14:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:14:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:14:STARTING TEST : pathParamEntityWithFromStringTest()
Apr 05, 2024 11:02:14 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:14:[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'
04-05-2024 11:02:14:FINISHED TEST : pathParamEntityWithFromStringTest()
04-05-2024 11:02:14:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:14:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:14:STARTING TEST : pathParamEntityWithEncodedTest()
Apr 05, 2024 11:02:14 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:14:[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'
04-05-2024 11:02:14:[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'
Apr 05, 2024 11:02:14 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:14:FINISHED TEST : pathParamEntityWithEncodedTest()
04-05-2024 11:02:14:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:14:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:14:STARTING TEST : pathParamSortedSetEntityWithFromStringTest()
Apr 05, 2024 11:02:14 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:14:[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'
04-05-2024 11:02:14:FINISHED TEST : pathParamSortedSetEntityWithFromStringTest()
04-05-2024 11:02:14:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:14:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:14:STARTING TEST : pathParamEntityWithValueOfTest()
Apr 05, 2024 11:02:14 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:14:[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'
04-05-2024 11:02:14:FINISHED TEST : pathParamEntityWithValueOfTest()
04-05-2024 11:02:14:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:14:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:14:STARTING TEST : test1()
Apr 05, 2024 11:02:14 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:14:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_sub_web/resource/subresource/a HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:14:FINISHED TEST : test1()
04-05-2024 11:02:14:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:14:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:14:STARTING TEST : test2()
Apr 05, 2024 11:02:14 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:14:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_sub_web/resource/subresource/a/b HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:14:FINISHED TEST : test2()
04-05-2024 11:02:14:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:14:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:14:STARTING TEST : test3()
04-05-2024 11:02:14:[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'
Apr 05, 2024 11:02:14 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:14:[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'
Apr 05, 2024 11:02:14 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:14:FINISHED TEST : test3()
04-05-2024 11:02:14:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:14:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:14:STARTING TEST : test4()
Apr 05, 2024 11:02:14 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
Apr 05, 2024 11:02:14 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:14:[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'
04-05-2024 11:02:14:[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'
04-05-2024 11:02:14:FINISHED TEST : test4()
04-05-2024 11:02:14:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:14:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:14:STARTING TEST : test5()Apr 05, 2024 11:02:15 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 11:02:14:[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'
04-05-2024 11:02:15:[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'Apr 05, 2024 11:02:15 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 11:02:15:FINISHED TEST : test5()
04-05-2024 11:02:15:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:15:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:15:STARTING TEST : test6()
Apr 05, 2024 11:02:15 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:15:[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'
04-05-2024 11:02:15:[WebValidatorBase] Unable to find the following search string in the server's response: 'list=abcdef' at index: 0
[WebValidatorBase] Server's response:
-------------------------------------------
list=fedcba
-------------------------------------------

ee.jakarta.tck.ws.rs.common.webclient.TestFailureException: Test FAILED!04-05-2024 11:02:15:[JAXRSCommonClient] null failed!  Check output for cause of failure.

	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)
	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)
Apr 05, 2024 11:02:15 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:15:[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'
04-05-2024 11:02:15:FINISHED TEST : test6()
04-05-2024 11:02:15:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:15:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:15:STARTING TEST : test7()
Apr 05, 2024 11:02:15 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:15:[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'
04-05-2024 11:02:15:[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
-------------------------------------------

04-05-2024 11:02:15:[JAXRSCommonClient] null failed!  Check output for cause of failure.ee.jakarta.tck.ws.rs.common.webclient.TestFailureException: Test FAILED!
	at ee.jakarta.tck.ws.rs.common.webclient.WebTestCase.execute(WebTestCase.java:178)
	at ee.jakarta.tck.ws.rs.common.JAXRSCommonClient.invoke(JAXRSCommonClient.java:312)

	at ee.jakarta.tck.ws.rs.ee.rs.pathparam.JAXRSClientIT.test7(JAXRSClientIT.java:253)
	at ee.jakarta.tck.ws.rs.ee.rs.pathparam.sub.JAXRSSubClientIT.test7(JAXRSSubClientIT.java:204)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.jboss.arquillian.junit5.ArquillianExtension$1.invoke(ArquillianExtension.java:165)
	at org.jboss.arquillian.container.test.impl.execution.LocalTestExecuter.execute(LocalTestExecuter.java:57)
	at jdk.internal.reflect.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)
Apr 05, 2024 11:02:15 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:15:[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'
04-05-2024 11:02:15:FINISHED TEST : test7()
04-05-2024 11:02:15:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:15:[JAXRSCommonClient] Test setup OK
Apr 05, 2024 11:02:15 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:15:STARTING TEST : pathParamThrowingIllegalArgumentExceptionTest()
04-05-2024 11:02:15:[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'
04-05-2024 11:02:15:FINISHED TEST : pathParamThrowingIllegalArgumentExceptionTest()
04-05-2024 11:02:15:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:15:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:15:STARTING TEST : pathParamEntityWithConstructorTest()
Apr 05, 2024 11:02:15 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:15:[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'
04-05-2024 11:02:15:FINISHED TEST : pathParamEntityWithConstructorTest()
04-05-2024 11:02:15:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:15:[JAXRSCommonClient] Test setup OK
Apr 05, 2024 11:02:15 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:15:STARTING TEST : pathParamSetEntityWithFromStringTest()
04-05-2024 11:02:15:[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'
04-05-2024 11:02:15:FINISHED TEST : pathParamSetEntityWithFromStringTest()
04-05-2024 11:02:15:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:15:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:15:STARTING TEST : pathParamThrowingWebApplicationExceptionTest()Apr 05, 2024 11:02:15 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 11:02:15:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_sub_web/resource/subresource/ParamEntityThrowingWebApplicationException/ParamEntityThrowingWebApplicationException%3dCREATED/ HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:15:FINISHED TEST : pathParamThrowingWebApplicationExceptionTest()
04-05-2024 11:02:15:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:15:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:15:STARTING TEST : pathParamListEntityWithFromStringTest()
Apr 05, 2024 11:02:15 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:15:[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'
04-05-2024 11:02:15:FINISHED TEST : pathParamListEntityWithFromStringTest()
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.961 s - in ee.jakarta.tck.ws.rs.ee.rs.pathparam.sub.JAXRSSubClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.pathparam.JAXRSClientIT
04-05-2024 11:02:15:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:15:STARTING TEST : pathParamEntityWithFromStringTest()
Apr 05, 2024 11:02:15 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:15:[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'
04-05-2024 11:02:15:FINISHED TEST : pathParamEntityWithFromStringTest()
04-05-2024 11:02:15:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:15:STARTING TEST : pathParamEntityWithEncodedTest()Apr 05, 2024 11:02:15 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
Apr 05, 2024 11:02:15 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 11:02:15:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_web/PathParamTest/ParamEntityWithValueOf/ParamEntityWithValueOf%3d%21/ HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:15:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_web/PathParamTest/ParamEntityWithFromString/ParamEntityWithFromString%3d%21/ HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:15:FINISHED TEST : pathParamEntityWithEncodedTest()
04-05-2024 11:02:15:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:15:STARTING TEST : pathParamSortedSetEntityWithFromStringTest()Apr 05, 2024 11:02:15 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 11:02:15:[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'
04-05-2024 11:02:15:FINISHED TEST : pathParamSortedSetEntityWithFromStringTest()
04-05-2024 11:02:15:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:15:STARTING TEST : pathParamEntityWithValueOfTest()Apr 05, 2024 11:02:15 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 11:02:15:[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'
04-05-2024 11:02:15:FINISHED TEST : pathParamEntityWithValueOfTest()
04-05-2024 11:02:15:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:15:STARTING TEST : test1()Apr 05, 2024 11:02:15 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 11:02:15:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_web/PathParamTest/a HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:15:FINISHED TEST : test1()
04-05-2024 11:02:15:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:15:STARTING TEST : test2()
Apr 05, 2024 11:02:15 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:15:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_web/PathParamTest/a/b HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:15:FINISHED TEST : test2()
04-05-2024 11:02:15:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:15:STARTING TEST : test3()
Apr 05, 2024 11:02:15 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
Apr 05, 2024 11:02:15 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:15:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_web/PathParamTest/2147483647/b/12.345 HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:15:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_web/PathParamTest/-2147483648/b/123.0 HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:15:FINISHED TEST : test3()
04-05-2024 11:02:15:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:15:STARTING TEST : test4()
Apr 05, 2024 11:02:15 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
Apr 05, 2024 11:02:15 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:15:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_web/PathParamTest/123.1/true/127/tmp HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:15:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_web/PathParamTest/345/false/-128/xyz HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:15:FINISHED TEST : test4()
04-05-2024 11:02:15:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:15:STARTING TEST : test5()
04-05-2024 11:02:15:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_web/PathParamTest/-9223372036854775808/b/32767/true/abc HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:02:15 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:15:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_web/PathParamTest/9223372036854775807/b/-32768/false/xyz HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:02:15 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:15:FINISHED TEST : test5()
04-05-2024 11:02:15:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:15:STARTING TEST : test6()
Apr 05, 2024 11:02:15 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:15:[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'
04-05-2024 11:02:15:[WebValidatorBase] Unable to find the following search string in the server's response: 'list=abcdef' at index: 0
[WebValidatorBase] Server's response:
-------------------------------------------
list=fedcba
-------------------------------------------

04-05-2024 11:02:15:[JAXRSCommonClient] null failed!  Check output for cause of failure.
ee.jakarta.tck.ws.rs.common.webclient.TestFailureException: Test FAILED!
	at ee.jakarta.tck.ws.rs.common.webclient.WebTestCase.execute(WebTestCase.java:178)
	at ee.jakarta.tck.ws.rs.common.JAXRSCommonClient.invoke(JAXRSCommonClient.java:312)
	at ee.jakarta.tck.ws.rs.ee.rs.pathparam.JAXRSClientIT.test6(JAXRSClientIT.java:223)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.jboss.arquillian.junit5.ArquillianExtension$1.invoke(ArquillianExtension.java:165)
	at org.jboss.arquillian.container.test.impl.execution.LocalTestExecuter.execute(LocalTestExecuter.java:57)
	at jdk.internal.reflect.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)
Apr 05, 2024 11:02:15 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:15:[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'
04-05-2024 11:02:15:FINISHED TEST : test6()
04-05-2024 11:02:15:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:15:STARTING TEST : test7()
Apr 05, 2024 11:02:15 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:15:[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'
04-05-2024 11:02:15:[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
-------------------------------------------

04-05-2024 11:02:15:[JAXRSCommonClient] null failed!  Check output for cause of failure.ee.jakarta.tck.ws.rs.common.webclient.TestFailureException: Test FAILED!
	at ee.jakarta.tck.ws.rs.common.webclient.WebTestCase.execute(WebTestCase.java:178)

	at ee.jakarta.tck.ws.rs.common.JAXRSCommonClient.invoke(JAXRSCommonClient.java:312)
	at ee.jakarta.tck.ws.rs.ee.rs.pathparam.JAXRSClientIT.test7(JAXRSClientIT.java:253)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.jboss.arquillian.junit5.ArquillianExtension$1.invoke(ArquillianExtension.java:165)
	at org.jboss.arquillian.container.test.impl.execution.LocalTestExecuter.execute(LocalTestExecuter.java:57)
	at jdk.internal.reflect.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)
Apr 05, 2024 11:02:15 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:15:[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'
04-05-2024 11:02:15:FINISHED TEST : test7()
04-05-2024 11:02:15:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:15:STARTING TEST : pathParamThrowingIllegalArgumentExceptionTest()Apr 05, 2024 11:02:15 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 11:02:15:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_web/PathParamTest/ParamEntityThrowingExceptionGivenByName/ParamEntityThrowingExceptionGivenByName%3djava.lang.IllegalArgumentException/ HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:15:FINISHED TEST : pathParamThrowingIllegalArgumentExceptionTest()
04-05-2024 11:02:15:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:15:STARTING TEST : pathParamEntityWithConstructorTest()
Apr 05, 2024 11:02:15 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:15:[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'
04-05-2024 11:02:15:FINISHED TEST : pathParamEntityWithConstructorTest()
04-05-2024 11:02:15:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:15:STARTING TEST : pathParamSetEntityWithFromStringTest()
Apr 05, 2024 11:02:15 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:15:[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'
04-05-2024 11:02:15:FINISHED TEST : pathParamSetEntityWithFromStringTest()
04-05-2024 11:02:15:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:15:STARTING TEST : pathParamThrowingWebApplicationExceptionTest()
Apr 05, 2024 11:02:15 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:15:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_web/PathParamTest/ParamEntityThrowingWebApplicationException/ParamEntityThrowingWebApplicationException%3dCREATED/ HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:15:FINISHED TEST : pathParamThrowingWebApplicationExceptionTest()
04-05-2024 11:02:15:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:15:STARTING TEST : pathParamListEntityWithFromStringTest()Apr 05, 2024 11:02:15 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 11:02:15:[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'
04-05-2024 11:02:15:FINISHED TEST : pathParamListEntityWithFromStringTest()
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.719 s - in ee.jakarta.tck.ws.rs.ee.rs.pathparam.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.produceconsume.JAXRSClientIT
04-05-2024 11:02:16:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:16:STARTING TEST : anyUnknownConsumesTest()
04-05-2024 11:02:16:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_produceconsume_web/resource/unknown HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:02:16 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:16:FINISHED TEST : anyUnknownConsumesTest()
04-05-2024 11:02:16:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:16:STARTING TEST : unknownAnyTest()
Apr 05, 2024 11:02:16 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_produceconsume_web/resource/any HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:16:FINISHED TEST : unknownAnyTest()
04-05-2024 11:02:16:[JAXRSCommonClient] Test setup OK
Apr 05, 2024 11:02:16 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:16:STARTING TEST : widgetsXmlAnyTest()
04-05-2024 11:02:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_produceconsume_web/resource/any HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:16:FINISHED TEST : widgetsXmlAnyTest()
04-05-2024 11:02:16:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:16:STARTING TEST : plainPlusConsumeXmlTest()
Apr 05, 2024 11:02:16 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:16:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_produceconsume_web/resource/plus HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:16:FINISHED TEST : plainPlusConsumeXmlTest()
04-05-2024 11:02:16:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:16:STARTING TEST : anyWidgetsxmlConsumesTest()
Apr 05, 2024 11:02:16 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:16:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_produceconsume_web/resource/widgetsxml HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:16:FINISHED TEST : anyWidgetsxmlConsumesTest()
04-05-2024 11:02:16:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:16:STARTING TEST : widgetsXmlAnyConsumesTest()
Apr 05, 2024 11:02:16 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:16:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_produceconsume_web/resource/any HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:16:FINISHED TEST : widgetsXmlAnyConsumesTest()
04-05-2024 11:02:16:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:16:STARTING TEST : htmlPlainTest()
04-05-2024 11:02:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_produceconsume_web/resource/plain HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:16:FINISHED TEST : htmlPlainTest()
04-05-2024 11:02:16:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:16:STARTING TEST : htmlUnknownConsumesTest()
04-05-2024 11:02:16:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_produceconsume_web/resource/plain HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:16:FINISHED TEST : htmlUnknownConsumesTest()
04-05-2024 11:02:16:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:16:STARTING TEST : htmlPlainConsumesTest()
04-05-2024 11:02:16:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_produceconsume_web/resource/plain HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:16:FINISHED TEST : htmlPlainConsumesTest()
04-05-2024 11:02:16:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:16:STARTING TEST : plainAnyConsumesTest()
Apr 05, 2024 11:02:16 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:16:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_produceconsume_web/resource/any HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:16:FINISHED TEST : plainAnyConsumesTest()
04-05-2024 11:02:16:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:16:STARTING TEST : plainPlusProducePlainTest()
Apr 05, 2024 11:02:16 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:16:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_produceconsume_web/resource/plus HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:16:FINISHED TEST : plainPlusProducePlainTest()
04-05-2024 11:02:16:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:16:STARTING TEST : unknownAnyConsumesTest()
Apr 05, 2024 11:02:16 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:16:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_produceconsume_web/resource/any HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:16:FINISHED TEST : unknownAnyConsumesTest()
04-05-2024 11:02:16:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:16:STARTING TEST : anyWidgetsxmlTest()
Apr 05, 2024 11:02:16 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_produceconsume_web/resource/widgetsxml HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:16:FINISHED TEST : anyWidgetsxmlTest()
04-05-2024 11:02:16:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:16:STARTING TEST : anyPlainTest()
Apr 05, 2024 11:02:16 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_produceconsume_web/resource/plain HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:16:FINISHED TEST : anyPlainTest()
04-05-2024 11:02:16:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:16:STARTING TEST : plainAnyTest()
Apr 05, 2024 11:02:16 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_produceconsume_web/resource/any HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:16:FINISHED TEST : plainAnyTest()
04-05-2024 11:02:16:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:16:STARTING TEST : htmlUnknownTest()
04-05-2024 11:02:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_produceconsume_web/resource/plain HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:16:FINISHED TEST : htmlUnknownTest()
04-05-2024 11:02:16:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:16:STARTING TEST : anyPlainConsumesTest()
04-05-2024 11:02:16:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_produceconsume_web/resource/plain HTTP/1.1' to target server at 'localhost:8080'Apr 05, 2024 11:02:16 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 11:02:16:FINISHED TEST : anyPlainConsumesTest()
04-05-2024 11:02:16:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:16:STARTING TEST : anyUnknownTest()
Apr 05, 2024 11:02:16 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_produceconsume_web/resource/unknown HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:16:FINISHED TEST : anyUnknownTest()
04-05-2024 11:02:16:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:16:STARTING TEST : plainPlusProduceXmlTest()
04-05-2024 11:02:16:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_produceconsume_web/resource/plus HTTP/1.1' to target server at 'localhost:8080'Apr 05, 2024 11:02:16 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 11:02:16:FINISHED TEST : plainPlusProduceXmlTest()
04-05-2024 11:02:16:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:16:STARTING TEST : plainPlusConsumePlainTest()
Apr 05, 2024 11:02:16 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:16:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_produceconsume_web/resource/plus HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:16:FINISHED TEST : plainPlusConsumePlainTest()
[INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.854 s - in ee.jakarta.tck.ws.rs.ee.rs.produceconsume.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.put.JAXRSClientIT
04-05-2024 11:02:17:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:17:STARTING TEST : putSubTest()
04-05-2024 11:02:17:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_put_web/PutTest/sub
04-05-2024 11:02:17:[Request] Dispatching request: 'PUT http://localhost:8080/jaxrs_ee_rs_put_web/PutTest/sub' to target server at 'localhost:8080'
04-05-2024 11:02:17:###############################
04-05-2024 11:02:17:[Request] Adding entity: dummy
04-05-2024 11:02:17:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:02:17:  TRACE: [WIRE] - >> dummy
04-05-2024 11:02:17:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:02:17:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:02:17:  TRACE: [WIRE] - << Content-Length: 88
04-05-2024 11:02:17:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 11:02:17:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:02:17:  TRACE: [WIRE] - << <html><head><title>CTS-get text/html</title></head><body>CTS-put text/html</body></html>
04-05-2024 11:02:17:FINISHED TEST : putSubTest()
04-05-2024 11:02:17:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:17:STARTING TEST : putTest1()
04-05-2024 11:02:17:[Request] Dispatching request: 'PUT http://localhost:8080/jaxrs_ee_rs_put_web/PutTest' to target server at 'localhost:8080'
04-05-2024 11:02:17:###############################
04-05-2024 11:02:17:[Request] Adding entity: dummy
04-05-2024 11:02:17:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_put_web/PutTest
04-05-2024 11:02:17:  TRACE: [WIRE] - >> Accept:text/plain, Content-Type:*/*
04-05-2024 11:02:17:  TRACE: [WIRE] - >> dummy
04-05-2024 11:02:17:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:02:17:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:02:17:  TRACE: [WIRE] - << Content-Length: 18
04-05-2024 11:02:17:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:02:17:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:02:17:  TRACE: [WIRE] - << CTS-put text/plain
04-05-2024 11:02:17:FINISHED TEST : putTest1()
04-05-2024 11:02:17:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:17:STARTING TEST : putTest2()
04-05-2024 11:02:17:[Request] Dispatching request: 'PUT http://localhost:8080/jaxrs_ee_rs_put_web/PutTest' to target server at 'localhost:8080'
04-05-2024 11:02:17:###############################
04-05-2024 11:02:17:[Request] Adding entity: dummy
04-05-2024 11:02:17:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_ee_rs_put_web/PutTest
04-05-2024 11:02:17:  TRACE: [WIRE] - >> Accept:text/html, Content-Type:*/*
04-05-2024 11:02:17:  TRACE: [WIRE] - >> dummy
04-05-2024 11:02:17:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:02:17:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:02:17:  TRACE: [WIRE] - << Content-Length: 88
04-05-2024 11:02:17:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 11:02:17:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:02:17:  TRACE: [WIRE] - << <html><head><title>CTS-get text/html</title></head><body>CTS-put text/html</body></html>
04-05-2024 11:02:17:FINISHED TEST : putTest2()
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.344 s - in ee.jakarta.tck.ws.rs.ee.rs.put.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.queryparam.sub.JAXRSSubClientIT
04-05-2024 11:02:17:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:17:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:17:STARTING TEST : queryFieldParamEntityWithEncodedTest()
Apr 05, 2024 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
Apr 05, 2024 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?FieldParamEntityWithValueOf=%21 HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?FieldParamEntityWithFromString=%21 HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:17:FINISHED TEST : queryFieldParamEntityWithEncodedTest()
04-05-2024 11:02:17:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:17:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:17:STARTING TEST : queryParamEntityWithEncodedTest()
Apr 05, 2024 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
Apr 05, 2024 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?ParamEntityWithValueOf=%21 HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?ParamEntityWithFromString=%21 HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:17:FINISHED TEST : queryParamEntityWithEncodedTest()
04-05-2024 11:02:17:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:17:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:17:STARTING TEST : queryParamStringTest()
Apr 05, 2024 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
Apr 05, 2024 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?stringtest=cts HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:17:[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'
04-05-2024 11:02:17:[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'
Apr 05, 2024 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:17:[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'
Apr 05, 2024 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:17:FINISHED TEST : queryParamStringTest()
04-05-2024 11:02:17:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:17:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:17:STARTING TEST : queryFieldParamEntityWithFromStringTest()
Apr 05, 2024 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
Apr 05, 2024 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource? HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:17:[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'
04-05-2024 11:02:17:FINISHED TEST : queryFieldParamEntityWithFromStringTest()
04-05-2024 11:02:17:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:17:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:17:STARTING TEST : queryFieldParamSetEntityWithFromStringTest()
Apr 05, 2024 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
Apr 05, 2024 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource? HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:17:[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'
04-05-2024 11:02:17:FINISHED TEST : queryFieldParamSetEntityWithFromStringTest()
04-05-2024 11:02:17:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:17:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:17:STARTING TEST : queryFieldParamEntityWithValueOfTest()
Apr 05, 2024 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource? HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:17:[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'
Apr 05, 2024 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:17:FINISHED TEST : queryFieldParamEntityWithValueOfTest()
04-05-2024 11:02:17:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:17:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:17:STARTING TEST : queryParamEntityWithValueOfTest()
04-05-2024 11:02:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource? HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:17:[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'
Apr 05, 2024 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:17:FINISHED TEST : queryParamEntityWithValueOfTest()
04-05-2024 11:02:17:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:17:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:17:STARTING TEST : queryParamThrowingIllegalArgumentExceptionTest()
Apr 05, 2024 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:17:[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'
04-05-2024 11:02:17:FINISHED TEST : queryParamThrowingIllegalArgumentExceptionTest()
04-05-2024 11:02:17:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:17:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:17:STARTING TEST : queryParamSetEntityWithFromStringTest()
Apr 05, 2024 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource? HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:17:[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'
Apr 05, 2024 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:17:FINISHED TEST : queryParamSetEntityWithFromStringTest()
04-05-2024 11:02:17:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:17:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:17:STARTING TEST : queryParamListEntityWithFromStringTest()
Apr 05, 2024 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
Apr 05, 2024 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource? HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:17:[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'
04-05-2024 11:02:17:FINISHED TEST : queryParamListEntityWithFromStringTest()
04-05-2024 11:02:17:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:17:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:17:STARTING TEST : queryParamBooleanTest()
Apr 05, 2024 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
Apr 05, 2024 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
Apr 05, 2024 11:02:17 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:17:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?booleantest=true HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:17:[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'
04-05-2024 11:02:17:[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'
04-05-2024 11:02:17:[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'
Apr 05, 2024 11:02:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:18:FINISHED TEST : queryParamBooleanTest()
04-05-2024 11:02:18:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:18:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:18:STARTING TEST : queryFieldParamListEntityWithFromStringTest()
Apr 05, 2024 11:02:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
Apr 05, 2024 11:02:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource? HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:18:[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'
04-05-2024 11:02:18:FINISHED TEST : queryFieldParamListEntityWithFromStringTest()
04-05-2024 11:02:18:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:18:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:18:STARTING TEST : queryFieldThrowingWebApplicationExceptionTest()
Apr 05, 2024 11:02:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?FieldParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:18:FINISHED TEST : queryFieldThrowingWebApplicationExceptionTest()
04-05-2024 11:02:18:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:18:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:18:STARTING TEST : queryFieldParamSortedSetEntityWithFromStringTest()
Apr 05, 2024 11:02:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
Apr 05, 2024 11:02:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource? HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:18:[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'
04-05-2024 11:02:18:FINISHED TEST : queryFieldParamSortedSetEntityWithFromStringTest()
04-05-2024 11:02:18:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:18:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:18:STARTING TEST : queryParamEntityWithFromStringTest()
Apr 05, 2024 11:02:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource? HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:18:[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'
Apr 05, 2024 11:02:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:18:FINISHED TEST : queryParamEntityWithFromStringTest()
04-05-2024 11:02:18:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:18:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:18:STARTING TEST : queryParamSortedSetEntityWithFromStringTest()
04-05-2024 11:02:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource? HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:02:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:18:[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'
Apr 05, 2024 11:02:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:18:FINISHED TEST : queryParamSortedSetEntityWithFromStringTest()
04-05-2024 11:02:18:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:18:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:18:STARTING TEST : queryParamEntityWithConstructorTest()
Apr 05, 2024 11:02:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource? HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:18:[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'
Apr 05, 2024 11:02:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:18:FINISHED TEST : queryParamEntityWithConstructorTest()
04-05-2024 11:02:18:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:18:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:18:STARTING TEST : queryParamFloatTest()
Apr 05, 2024 11:02:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
Apr 05, 2024 11:02:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?floattest1=123 HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:18:[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'
04-05-2024 11:02:18:[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'
Apr 05, 2024 11:02:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:18:[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'
Apr 05, 2024 11:02:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:18:FINISHED TEST : queryParamFloatTest()
04-05-2024 11:02:18:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:18:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:18:STARTING TEST : queryParamDoubleTest()
Apr 05, 2024 11:02:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?doubletest1=123 HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:18:[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'
Apr 05, 2024 11:02:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:18:[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'
Apr 05, 2024 11:02:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:18:[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'
Apr 05, 2024 11:02:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:18:FINISHED TEST : queryParamDoubleTest()
04-05-2024 11:02:18:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:18:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:18:STARTING TEST : queryParamShortTest()
Apr 05, 2024 11:02:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
Apr 05, 2024 11:02:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?shorttest=-32768 HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:18:[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'
04-05-2024 11:02:18:[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'
Apr 05, 2024 11:02:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:18:[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'
Apr 05, 2024 11:02:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:18:FINISHED TEST : queryParamShortTest()
04-05-2024 11:02:18:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:18:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:18:STARTING TEST : queryFieldThrowingIllegalArgumentExceptionTest()
Apr 05, 2024 11:02:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:18:[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'
04-05-2024 11:02:18:FINISHED TEST : queryFieldThrowingIllegalArgumentExceptionTest()
04-05-2024 11:02:18:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:18:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:18:STARTING TEST : queryParamThrowingWebApplicationExceptionTest()
Apr 05, 2024 11:02:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?ParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:18:FINISHED TEST : queryParamThrowingWebApplicationExceptionTest()
04-05-2024 11:02:18:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:18:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:18:STARTING TEST : queryParamIntTest()
Apr 05, 2024 11:02:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
Apr 05, 2024 11:02:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?inttest1=2147483647 HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:18:[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'
04-05-2024 11:02:18:[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'Apr 05, 2024 11:02:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 11:02:18:[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'Apr 05, 2024 11:02:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 11:02:18:FINISHED TEST : queryParamIntTest()
04-05-2024 11:02:18:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:18:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:18:STARTING TEST : queryParamNoQueryTest()
Apr 05, 2024 11:02:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource? HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:18:FINISHED TEST : queryParamNoQueryTest()
04-05-2024 11:02:18:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:18:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:18:STARTING TEST : queryParamLongTest()
Apr 05, 2024 11:02:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
Apr 05, 2024 11:02:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?longtest=-9223372036854775808 HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:18:[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'
04-05-2024 11:02:18:[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'
Apr 05, 2024 11:02:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
Apr 05, 2024 11:02:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:18:[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'
04-05-2024 11:02:18:FINISHED TEST : queryParamLongTest()
04-05-2024 11:02:18:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:18:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:18:STARTING TEST : queryFieldParamEntityWithConstructorTest()
Apr 05, 2024 11:02:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
Apr 05, 2024 11:02:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource? HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:18:[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'
04-05-2024 11:02:18:FINISHED TEST : queryFieldParamEntityWithConstructorTest()
04-05-2024 11:02:18:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:18:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:18:STARTING TEST : queryParamByteTest()
Apr 05, 2024 11:02:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?bytetest=127 HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:18:[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'
Apr 05, 2024 11:02:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:18:[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'
Apr 05, 2024 11:02:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:18:[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'
Apr 05, 2024 11:02:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:18:FINISHED TEST : queryParamByteTest()
[INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.108 s - in ee.jakarta.tck.ws.rs.ee.rs.queryparam.sub.JAXRSSubClientIT
[INFO] Running ee.jakarta.tck.ws.rs.ee.rs.queryparam.JAXRSClientIT
04-05-2024 11:02:18:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:18:STARTING TEST : queryFieldParamEntityWithEncodedTest()
Apr 05, 2024 11:02:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
Apr 05, 2024 11:02:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?FieldParamEntityWithValueOf=%21 HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?FieldParamEntityWithFromString=%21 HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:18:FINISHED TEST : queryFieldParamEntityWithEncodedTest()
04-05-2024 11:02:18:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:18:STARTING TEST : queryParamEntityWithEncodedTest()
Apr 05, 2024 11:02:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
Apr 05, 2024 11:02:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?ParamEntityWithValueOf=%21 HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?ParamEntityWithFromString=%21 HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:18:FINISHED TEST : queryParamEntityWithEncodedTest()
04-05-2024 11:02:18:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:18:STARTING TEST : queryParamStringTest()
Apr 05, 2024 11:02:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?stringtest=cts HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?stringtest=cts1&stringtest=cts2 HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:02:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?stringtest1=cts&stringtest2=ri_impl HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:02:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:18:[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'
Apr 05, 2024 11:02:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:18:FINISHED TEST : queryParamStringTest()
04-05-2024 11:02:18:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:18:STARTING TEST : queryFieldParamEntityWithFromStringTest()
Apr 05, 2024 11:02:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
Apr 05, 2024 11:02:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest? HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?FieldParamEntityWithFromString=JAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:18:FINISHED TEST : queryFieldParamEntityWithFromStringTest()
04-05-2024 11:02:18:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:18:STARTING TEST : queryFieldParamSetEntityWithFromStringTest()
Apr 05, 2024 11:02:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
Apr 05, 2024 11:02:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest? HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?FieldSetParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:18:FINISHED TEST : queryFieldParamSetEntityWithFromStringTest()
04-05-2024 11:02:18:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:18:STARTING TEST : queryFieldParamEntityWithValueOfTest()
Apr 05, 2024 11:02:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
Apr 05, 2024 11:02:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest? HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?FieldParamEntityWithValueOf=JAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:18:FINISHED TEST : queryFieldParamEntityWithValueOfTest()
04-05-2024 11:02:18:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:18:STARTING TEST : queryParamEntityWithValueOfTest()
Apr 05, 2024 11:02:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest? HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?ParamEntityWithValueOf=JAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:02:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:18:FINISHED TEST : queryParamEntityWithValueOfTest()
04-05-2024 11:02:18:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:18:STARTING TEST : queryParamThrowingIllegalArgumentExceptionTest()
Apr 05, 2024 11:02:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?ParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:18:FINISHED TEST : queryParamThrowingIllegalArgumentExceptionTest()
04-05-2024 11:02:18:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:18:STARTING TEST : queryParamSetEntityWithFromStringTest()
Apr 05, 2024 11:02:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest? HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?SetParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:02:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:18:FINISHED TEST : queryParamSetEntityWithFromStringTest()
04-05-2024 11:02:18:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:18:STARTING TEST : queryParamListEntityWithFromStringTest()
Apr 05, 2024 11:02:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest? HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?ListParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080'Apr 05, 2024 11:02:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 11:02:18:FINISHED TEST : queryParamListEntityWithFromStringTest()
04-05-2024 11:02:18:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:18:STARTING TEST : queryParamBooleanTest()Apr 05, 2024 11:02:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 11:02:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?booleantest=true HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?booleantest=true&booleantest=false HTTP/1.1' to target server at 'localhost:8080'Apr 05, 2024 11:02:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 11:02:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?booleantest1=false&booleantest2=true HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:02:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:18:[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'
Apr 05, 2024 11:02:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:18:FINISHED TEST : queryParamBooleanTest()
04-05-2024 11:02:18:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:18:STARTING TEST : queryFieldParamListEntityWithFromStringTest()
Apr 05, 2024 11:02:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
Apr 05, 2024 11:02:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest? HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?FieldListParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:18:FINISHED TEST : queryFieldParamListEntityWithFromStringTest()
04-05-2024 11:02:18:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:18:STARTING TEST : queryFieldThrowingWebApplicationExceptionTest()
Apr 05, 2024 11:02:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?FieldParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:18:FINISHED TEST : queryFieldThrowingWebApplicationExceptionTest()
04-05-2024 11:02:18:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:18:STARTING TEST : queryFieldParamSortedSetEntityWithFromStringTest()
Apr 05, 2024 11:02:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest? HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?FieldSortedSetParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:02:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:18:FINISHED TEST : queryFieldParamSortedSetEntityWithFromStringTest()
04-05-2024 11:02:18:[JAXRSCommonClient] Test setup OK
Apr 05, 2024 11:02:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:18:STARTING TEST : queryParamEntityWithFromStringTest()
04-05-2024 11:02:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest? HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?ParamEntityWithFromString=JAXRS_SPEC_5.3 HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:02:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:18:FINISHED TEST : queryParamEntityWithFromStringTest()
04-05-2024 11:02:18:[JAXRSCommonClient] Test setup OK
Apr 05, 2024 11:02:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:18:STARTING TEST : queryParamSortedSetEntityWithFromStringTest()
04-05-2024 11:02:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest? HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:02:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?SortedSetParamEntityWithFromString=JAXRS_SPEC_5.4 HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:18:FINISHED TEST : queryParamSortedSetEntityWithFromStringTest()
04-05-2024 11:02:18:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:18:STARTING TEST : queryParamEntityWithConstructorTest()
04-05-2024 11:02:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest? HTTP/1.1' to target server at 'localhost:8080'Apr 05, 2024 11:02:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 11:02:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?ParamEntityWithConstructor=JAXRS_SPEC_5.2 HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:02:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:18:FINISHED TEST : queryParamEntityWithConstructorTest()
04-05-2024 11:02:18:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:18:STARTING TEST : queryParamFloatTest()
Apr 05, 2024 11:02:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
Apr 05, 2024 11:02:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?floattest1=123 HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?floattest=123.1&floattest=345 HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:18:[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'
Apr 05, 2024 11:02:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
Apr 05, 2024 11:02:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:18:[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'
04-05-2024 11:02:18:FINISHED TEST : queryParamFloatTest()
04-05-2024 11:02:18:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:18:STARTING TEST : queryParamDoubleTest()
Apr 05, 2024 11:02:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
Apr 05, 2024 11:02:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
Apr 05, 2024 11:02:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?doubletest1=123 HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?doubletest=123.1&doubletest=345 HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:18:[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'
Apr 05, 2024 11:02:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:18:[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'
04-05-2024 11:02:18:FINISHED TEST : queryParamDoubleTest()
04-05-2024 11:02:18:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:18:STARTING TEST : queryParamShortTest()
Apr 05, 2024 11:02:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
Apr 05, 2024 11:02:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?shorttest=-32768 HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?shorttest=32767&shorttest=-32768 HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?shorttest1=32767&shorttest2=-32768 HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:02:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
Apr 05, 2024 11:02:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:18:[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'
04-05-2024 11:02:18:FINISHED TEST : queryParamShortTest()
04-05-2024 11:02:18:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:18:STARTING TEST : queryFieldThrowingIllegalArgumentExceptionTest()
Apr 05, 2024 11:02:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?FieldParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:18:FINISHED TEST : queryFieldThrowingIllegalArgumentExceptionTest()
04-05-2024 11:02:18:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:18:STARTING TEST : queryParamThrowingWebApplicationExceptionTest()
Apr 05, 2024 11:02:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?ParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:18:FINISHED TEST : queryParamThrowingWebApplicationExceptionTest()
04-05-2024 11:02:18:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:18:STARTING TEST : queryParamIntTest()
Apr 05, 2024 11:02:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
Apr 05, 2024 11:02:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?inttest1=2147483647 HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?inttest=-2147483648&inttest=2147483647 HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:02:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?inttest1=2147483647&inttest2=-2147483648 HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:18:[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'
Apr 05, 2024 11:02:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:18:FINISHED TEST : queryParamIntTest()
04-05-2024 11:02:18:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:18:STARTING TEST : queryParamNoQueryTest()
Apr 05, 2024 11:02:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest? HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:18:FINISHED TEST : queryParamNoQueryTest()
04-05-2024 11:02:18:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:18:STARTING TEST : queryParamLongTest()
Apr 05, 2024 11:02:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
Apr 05, 2024 11:02:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?longtest=-9223372036854775808 HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?longtest=9223372036854775807&longtest=-9223372036854775808 HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:02:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?longtest1=-9223372036854775808&longtest2=9223372036854775807 HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:02:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:18:[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'
04-05-2024 11:02:18:FINISHED TEST : queryParamLongTest()
04-05-2024 11:02:18:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:18:STARTING TEST : queryFieldParamEntityWithConstructorTest()
Apr 05, 2024 11:02:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest? HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?FieldParamEntityWithConstructor=JAXRS_SPEC_5.2 HTTP/1.1' to target server at 'localhost:8080'Apr 05, 2024 11:02:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 11:02:18:FINISHED TEST : queryFieldParamEntityWithConstructorTest()
04-05-2024 11:02:18:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:18:STARTING TEST : queryParamByteTest()
Apr 05, 2024 11:02:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?bytetest=127 HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:02:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?bytetest=-128&bytetest=26 HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:02:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:18:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?bytetest1=123&bytetest2=-128 HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:02:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:18:[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'
Apr 05, 2024 11:02:18 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:02:18:FINISHED TEST : queryParamByteTest()
[INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.767 s - in ee.jakarta.tck.ws.rs.ee.rs.queryparam.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.jaxrs21.ee.client.rxinvoker.JAXRSClientIT
04-05-2024 11:02:19:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:19:STARTING TEST : traceWithClassThrowsNoWebApplicationExceptionForResponseTest()
04-05-2024 11:02:19:  TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/tracenotok
04-05-2024 11:02:19:  TRACE: [WIRE] - >> 
04-05-2024 11:02:19:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 11:02:19:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:02:19:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 11:02:19:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 11:02:19:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 11:02:19:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:02:19:Returned status 406 (NOT_ACCEPTABLE)
04-05-2024 11:02:19:FINISHED TEST : traceWithClassThrowsNoWebApplicationExceptionForResponseTest()
04-05-2024 11:02:19:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:19:STARTING TEST : optionsWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest()
04-05-2024 11:02:19:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/optionsnotok
04-05-2024 11:02:19:  TRACE: [WIRE] - >> 
04-05-2024 11:02:19:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 11:02:19:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:02:19:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 11:02:19:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 11:02:19:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 11:02:19:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:02:19:Returned status 406 (NOT_ACCEPTABLE)
04-05-2024 11:02:19:FINISHED TEST : optionsWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest()
04-05-2024 11:02:19:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:19:  TRACE: [WIRE] - >> DELETE http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/delete
04-05-2024 11:02:19:STARTING TEST : methodWithClassThrowsProcessingExceptionTest()
04-05-2024 11:02:19:  TRACE: [WIRE] - >> 
04-05-2024 11:02:19:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-05-2024 11:02:19:ExecutionException.getCause is ProcessingException as expected04-05-2024 11:02:19:  TRACE: [WIRE] - >> GET http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/get
04-05-2024 11:02:19:  TRACE: [WIRE] - >> 

04-05-2024 11:02:19:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-05-2024 11:02:19:ExecutionException.getCause is ProcessingException as expected
04-05-2024 11:02:19:  TRACE: [WIRE] - >> OPTIONS http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/options
04-05-2024 11:02:19:  TRACE: [WIRE] - >> 
04-05-2024 11:02:19:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-05-2024 11:02:19:ExecutionException.getCause is ProcessingException as expected
04-05-2024 11:02:19:FINISHED TEST : methodWithClassThrowsProcessingExceptionTest()
04-05-2024 11:02:19:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:19:STARTING TEST : methodWithClassWithEntityThrowsProcessingExceptionTest()
04-05-2024 11:02:19:  TRACE: [WIRE] - >> PUT http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/put
04-05-2024 11:02:19:  TRACE: [WIRE] - >> Content-Type:*/*
04-05-2024 11:02:19:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-05-2024 11:02:19:ExecutionException.getCause is ProcessingException as expected04-05-2024 11:02:19:  TRACE: [WIRE] - >> POST http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/post

04-05-2024 11:02:19:  TRACE: [WIRE] - >> Content-Type:*/*
04-05-2024 11:02:19:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-05-2024 11:02:19:ExecutionException.getCause is ProcessingException as expected
04-05-2024 11:02:19:FINISHED TEST : methodWithClassWithEntityThrowsProcessingExceptionTest()
04-05-2024 11:02:19:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:19:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:19:  TRACE: [WIRE] - >> TRACE http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/trace
04-05-2024 11:02:19:STARTING TEST : traceWithGenericTypeThrowsProcessingExceptionTest()
04-05-2024 11:02:19:  TRACE: [WIRE] - >> 
04-05-2024 11:02:19:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-05-2024 11:02:19:ExecutionException.getCause is ProcessingException as expected
04-05-2024 11:02:19:FINISHED TEST : traceWithGenericTypeThrowsProcessingExceptionTest()
04-05-2024 11:02:19:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:19:STARTING TEST : optionsWithGenericTypeThrowsWebApplicationExceptionTest()
04-05-2024 11:02:19:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/optionsnotok
04-05-2024 11:02:19:  TRACE: [WIRE] - >> 
04-05-2024 11:02:19:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 11:02:19:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:02:19:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 11:02:19:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 11:02:19:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 11:02:19:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:02:19:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-05-2024 11:02:19:ExecutionException.getCause is WebApplicationException as expected
04-05-2024 11:02:19:FINISHED TEST : optionsWithGenericTypeThrowsWebApplicationExceptionTest()
04-05-2024 11:02:19:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:19:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:19:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:19:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:19:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/getnotok
04-05-2024 11:02:19:  TRACE: [WIRE] - >> 
04-05-2024 11:02:19:STARTING TEST : getWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest()
04-05-2024 11:02:19:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 11:02:19:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:02:19:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 11:02:19:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 11:02:19:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 11:02:19:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:02:19:Returned status 406 (NOT_ACCEPTABLE)
04-05-2024 11:02:19:FINISHED TEST : getWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest()
04-05-2024 11:02:19:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:19:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:19:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:19:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:19:STARTING TEST : methodWithClassWithEntityThrowsWebApplicationExceptionTest()
04-05-2024 11:02:19:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/putnotok
04-05-2024 11:02:19:  TRACE: [WIRE] - >> Content-Type:*/*
04-05-2024 11:02:19:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 11:02:19:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:02:19:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 11:02:19:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 11:02:19:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 11:02:19:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:02:19:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-05-2024 11:02:19:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/postnotok
04-05-2024 11:02:19:  TRACE: [WIRE] - >> Content-Type:*/*
04-05-2024 11:02:19:ExecutionException.getCause is WebApplicationException as expected
04-05-2024 11:02:19:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 11:02:19:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:02:19:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 11:02:19:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 11:02:19:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 11:02:19:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:02:19:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-05-2024 11:02:19:ExecutionException.getCause is WebApplicationException as expected
04-05-2024 11:02:19:FINISHED TEST : methodWithClassWithEntityThrowsWebApplicationExceptionTest()
04-05-2024 11:02:19:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:19:STARTING TEST : getThrowsProcessingExceptionTest()
04-05-2024 11:02:19:  TRACE: [WIRE] - >> GET http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/get
04-05-2024 11:02:19:  TRACE: [WIRE] - >> 
04-05-2024 11:02:19:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-05-2024 11:02:19:ExecutionException.getCause is ProcessingException as expected
04-05-2024 11:02:19:FINISHED TEST : getThrowsProcessingExceptionTest()
04-05-2024 11:02:19:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:19:STARTING TEST : putWithClassThrowsWebApplicationExceptionTest()
04-05-2024 11:02:19:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/putnotok
04-05-2024 11:02:19:  TRACE: [WIRE] - >> Content-Type:*/*
04-05-2024 11:02:19:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 11:02:19:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:02:19:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 11:02:19:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 11:02:19:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 11:02:19:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:02:19:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-05-2024 11:02:19:ExecutionException.getCause is WebApplicationException as expected
04-05-2024 11:02:19:FINISHED TEST : putWithClassThrowsWebApplicationExceptionTest()
04-05-2024 11:02:19:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:19:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:19:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:19:STARTING TEST : postWithClassThrowsWebApplicationExceptionTest()
04-05-2024 11:02:19:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/postnotok
04-05-2024 11:02:19:  TRACE: [WIRE] - >> Content-Type:*/*
04-05-2024 11:02:19:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 11:02:19:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:02:19:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 11:02:19:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 11:02:19:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 11:02:19:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:02:19:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-05-2024 11:02:19:ExecutionException.getCause is WebApplicationException as expected
04-05-2024 11:02:19:FINISHED TEST : postWithClassThrowsWebApplicationExceptionTest()
04-05-2024 11:02:19:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:19:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:19:STARTING TEST : putWithClassThrowsProcessingExceptionTest()04-05-2024 11:02:19:  TRACE: [WIRE] - >> PUT http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/put
04-05-2024 11:02:19:  TRACE: [WIRE] - >> Content-Type:*/*

04-05-2024 11:02:19:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-05-2024 11:02:19:ExecutionException.getCause is ProcessingException as expected
04-05-2024 11:02:19:FINISHED TEST : putWithClassThrowsProcessingExceptionTest()
04-05-2024 11:02:19:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:19:STARTING TEST : deleteWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest()
04-05-2024 11:02:19:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/deletenotok
04-05-2024 11:02:19:  TRACE: [WIRE] - >> 
04-05-2024 11:02:19:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 11:02:19:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:02:19:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 11:02:19:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 11:02:19:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 11:02:19:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:02:19:Returned status 406 (NOT_ACCEPTABLE)
04-05-2024 11:02:19:FINISHED TEST : deleteWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest()
04-05-2024 11:02:19:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:19:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:19:STARTING TEST : postWithClassThrowsProcessingExceptionTest()
04-05-2024 11:02:19:  TRACE: [WIRE] - >> POST http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/post
04-05-2024 11:02:19:  TRACE: [WIRE] - >> Content-Type:*/*
04-05-2024 11:02:19:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-05-2024 11:02:19:ExecutionException.getCause is ProcessingException as expected
04-05-2024 11:02:19:FINISHED TEST : postWithClassThrowsProcessingExceptionTest()
04-05-2024 11:02:19:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:19:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:19:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/deletenotok
04-05-2024 11:02:19:STARTING TEST : deleteWithGenericTypeThrowsWebApplicationExceptionTest()
04-05-2024 11:02:19:  TRACE: [WIRE] - >> 
04-05-2024 11:02:19:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 11:02:19:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:02:19:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 11:02:19:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 11:02:19:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 11:02:19:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:02:19:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-05-2024 11:02:19:ExecutionException.getCause is WebApplicationException as expected
04-05-2024 11:02:19:FINISHED TEST : deleteWithGenericTypeThrowsWebApplicationExceptionTest()
04-05-2024 11:02:19:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:19:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:19:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/postnotok
04-05-2024 11:02:19:STARTING TEST : postWithClassThrowsNoWebApplicationExceptionForResponseTest()
04-05-2024 11:02:19:  TRACE: [WIRE] - >> Content-Type:*/*
04-05-2024 11:02:19:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 11:02:19:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:02:19:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 11:02:19:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 11:02:19:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 11:02:19:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:02:19:Returned status 406 (NOT_ACCEPTABLE)
04-05-2024 11:02:19:FINISHED TEST : postWithClassThrowsNoWebApplicationExceptionForResponseTest()
04-05-2024 11:02:19:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:19:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:19:  TRACE: [WIRE] - >> TRACE http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/trace
04-05-2024 11:02:19:  TRACE: [WIRE] - >> 
04-05-2024 11:02:19:STARTING TEST : traceWithClassThrowsProcessingExceptionTest()
04-05-2024 11:02:19:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-05-2024 11:02:19:ExecutionException.getCause is ProcessingException as expected
04-05-2024 11:02:19:FINISHED TEST : traceWithClassThrowsProcessingExceptionTest()
04-05-2024 11:02:19:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:19:  TRACE: [WIRE] - >> PUT http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/put
04-05-2024 11:02:19:STARTING TEST : putThrowsProcessingExceptionTest()
04-05-2024 11:02:19:  TRACE: [WIRE] - >> Content-Type:*/*
04-05-2024 11:02:19:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-05-2024 11:02:19:ExecutionException.getCause is ProcessingException as expected
04-05-2024 11:02:19:FINISHED TEST : putThrowsProcessingExceptionTest()
04-05-2024 11:02:19:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:19:STARTING TEST : deleteWithGenericTypeThrowsProcessingExceptionTest()
04-05-2024 11:02:19:  TRACE: [WIRE] - >> DELETE http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/delete
04-05-2024 11:02:19:  TRACE: [WIRE] - >> 
04-05-2024 11:02:19:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-05-2024 11:02:19:ExecutionException.getCause is ProcessingException as expected
04-05-2024 11:02:19:FINISHED TEST : deleteWithGenericTypeThrowsProcessingExceptionTest()
04-05-2024 11:02:19:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:19:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:19:  TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/tracenotok
04-05-2024 11:02:19:STARTING TEST : traceWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest()
04-05-2024 11:02:19:  TRACE: [WIRE] - >> 
04-05-2024 11:02:19:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 11:02:19:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:02:19:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 11:02:19:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 11:02:19:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 11:02:19:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:02:19:Returned status 406 (NOT_ACCEPTABLE)
04-05-2024 11:02:19:FINISHED TEST : traceWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest()
04-05-2024 11:02:19:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:19:STARTING TEST : traceWithGenericTypeThrowsWebApplicationExceptionTest()
04-05-2024 11:02:19:  TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/tracenotok
04-05-2024 11:02:19:  TRACE: [WIRE] - >> 
04-05-2024 11:02:19:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 11:02:19:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:02:19:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 11:02:19:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 11:02:19:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 11:02:19:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:02:19:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-05-2024 11:02:19:ExecutionException.getCause is WebApplicationException as expected
04-05-2024 11:02:19:FINISHED TEST : traceWithGenericTypeThrowsWebApplicationExceptionTest()
04-05-2024 11:02:19:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:19:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:19:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:19:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/options
04-05-2024 11:02:19:STARTING TEST : optionsTest()
04-05-2024 11:02:19:  TRACE: [WIRE] - >> 
04-05-2024 11:02:19:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:02:19:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:02:19:  TRACE: [WIRE] - << Content-Length: 7
04-05-2024 11:02:19:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 11:02:19:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:02:19:Returned status 200 (OK)
04-05-2024 11:02:19:FINISHED TEST : optionsTest()
04-05-2024 11:02:19:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:19:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/getnotok
04-05-2024 11:02:19:STARTING TEST : getWithGenericTypeThrowsWebApplicationExceptionTest()
04-05-2024 11:02:19:  TRACE: [WIRE] - >> 
04-05-2024 11:02:19:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 11:02:19:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:02:19:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 11:02:19:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 11:02:19:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 11:02:19:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:02:19:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-05-2024 11:02:19:ExecutionException.getCause is WebApplicationException as expected
04-05-2024 11:02:19:FINISHED TEST : getWithGenericTypeThrowsWebApplicationExceptionTest()
04-05-2024 11:02:19:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:19:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:19:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:19:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:19:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:19:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/putnotok
04-05-2024 11:02:19:  TRACE: [WIRE] - >> Content-Type:*/*
04-05-2024 11:02:19:STARTING TEST : methodWithClassWithEntityThrowsNoWebApplicationExceptionForResponseTest()
04-05-2024 11:02:19:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 11:02:19:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:02:19:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 11:02:19:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 11:02:19:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 11:02:19:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:02:19:Returned status 406 (NOT_ACCEPTABLE)
04-05-2024 11:02:19:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/postnotok
04-05-2024 11:02:19:  TRACE: [WIRE] - >> Content-Type:*/*
04-05-2024 11:02:19:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 11:02:19:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:02:19:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 11:02:19:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 11:02:19:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 11:02:19:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:02:19:Returned status 406 (NOT_ACCEPTABLE)
04-05-2024 11:02:19:FINISHED TEST : methodWithClassWithEntityThrowsNoWebApplicationExceptionForResponseTest()
04-05-2024 11:02:19:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:19:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:19:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/putnotok
04-05-2024 11:02:19:  TRACE: [WIRE] - >> Content-Type:*/*
04-05-2024 11:02:19:STARTING TEST : methodWithGenericTypeWithEntityThrowsWebApplicationExceptionTest()
04-05-2024 11:02:19:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 11:02:19:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:02:19:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 11:02:19:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 11:02:19:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 11:02:19:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:02:19:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-05-2024 11:02:19:ExecutionException.getCause is WebApplicationException as expected04-05-2024 11:02:19:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/postnotok
04-05-2024 11:02:19:  TRACE: [WIRE] - >> Content-Type:*/*

04-05-2024 11:02:19:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 11:02:19:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:02:19:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 11:02:19:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 11:02:19:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 11:02:19:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:02:19:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-05-2024 11:02:19:ExecutionException.getCause is WebApplicationException as expected
04-05-2024 11:02:19:FINISHED TEST : methodWithGenericTypeWithEntityThrowsWebApplicationExceptionTest()
04-05-2024 11:02:19:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:19:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/postnotok
04-05-2024 11:02:19:  TRACE: [WIRE] - >> Content-Type:*/*
04-05-2024 11:02:19:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 11:02:19:STARTING TEST : postWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest()
04-05-2024 11:02:19:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:02:19:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 11:02:19:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 11:02:19:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 11:02:19:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:02:19:Returned status 406 (NOT_ACCEPTABLE)
04-05-2024 11:02:19:FINISHED TEST : postWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest()
04-05-2024 11:02:19:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:19:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:19:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:19:  TRACE: [WIRE] - >> DELETE http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/delete
04-05-2024 11:02:19:  TRACE: [WIRE] - >> 
04-05-2024 11:02:19:STARTING TEST : methodThrowsProcessingExceptionTest()
04-05-2024 11:02:19:  TRACE: [WIRE] - >> GET http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/get
04-05-2024 11:02:19:  TRACE: [WIRE] - >> 
04-05-2024 11:02:19:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-05-2024 11:02:19:ExecutionException.getCause is ProcessingException as expected
04-05-2024 11:02:19:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-05-2024 11:02:19:ExecutionException.getCause is ProcessingException as expected
04-05-2024 11:02:19:  TRACE: [WIRE] - >> OPTIONS http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/options
04-05-2024 11:02:19:  TRACE: [WIRE] - >> 
04-05-2024 11:02:19:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-05-2024 11:02:19:ExecutionException.getCause is ProcessingException as expected
04-05-2024 11:02:19:FINISHED TEST : methodThrowsProcessingExceptionTest()
04-05-2024 11:02:19:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:19:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/deletenotok
04-05-2024 11:02:19:STARTING TEST : methodWithClassThrowsWebApplicationExceptionTest()
04-05-2024 11:02:19:  TRACE: [WIRE] - >> 
04-05-2024 11:02:19:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 11:02:19:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:02:19:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 11:02:19:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 11:02:19:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 11:02:19:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:02:19:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-05-2024 11:02:19:ExecutionException.getCause is WebApplicationException as expected
04-05-2024 11:02:19:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/getnotok
04-05-2024 11:02:19:  TRACE: [WIRE] - >> 
04-05-2024 11:02:19:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 11:02:19:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:02:19:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 11:02:19:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 11:02:19:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 11:02:19:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:02:19:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-05-2024 11:02:19:ExecutionException.getCause is WebApplicationException as expected
04-05-2024 11:02:19:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/optionsnotok
04-05-2024 11:02:19:  TRACE: [WIRE] - >> 
04-05-2024 11:02:19:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 11:02:19:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:02:19:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 11:02:19:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 11:02:19:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 11:02:19:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:02:19:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-05-2024 11:02:19:ExecutionException.getCause is WebApplicationException as expected
04-05-2024 11:02:19:FINISHED TEST : methodWithClassThrowsWebApplicationExceptionTest()
04-05-2024 11:02:19:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:19:  TRACE: [WIRE] - >> DELETE http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/delete
04-05-2024 11:02:19:STARTING TEST : deleteThrowsExceptionTest()
04-05-2024 11:02:19:  TRACE: [WIRE] - >> 
04-05-2024 11:02:19:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-05-2024 11:02:19:ExecutionException.getCause is ProcessingException as expected
04-05-2024 11:02:19:FINISHED TEST : deleteThrowsExceptionTest()
04-05-2024 11:02:19:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:20:  TRACE: [WIRE] - >> PUT http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/put
04-05-2024 11:02:19:STARTING TEST : methodWithEntityThrowsProcessingExceptionTest()
04-05-2024 11:02:20:  TRACE: [WIRE] - >> Content-Type:*/*
04-05-2024 11:02:20:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-05-2024 11:02:20:ExecutionException.getCause is ProcessingException as expected
04-05-2024 11:02:20:  TRACE: [WIRE] - >> POST http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/post
04-05-2024 11:02:20:  TRACE: [WIRE] - >> Content-Type:*/*
04-05-2024 11:02:20:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-05-2024 11:02:20:ExecutionException.getCause is ProcessingException as expected
04-05-2024 11:02:20:FINISHED TEST : methodWithEntityThrowsProcessingExceptionTest()
04-05-2024 11:02:20:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:20:STARTING TEST : getWithClassThrowsNoWebApplicationExceptionForResponseTest()04-05-2024 11:02:20:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/getnotok
04-05-2024 11:02:20:  TRACE: [WIRE] - >> 
04-05-2024 11:02:20:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 11:02:20:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:02:20:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 11:02:20:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 11:02:20:  TRACE: [WIRE] - << Content-Type: text/html

04-05-2024 11:02:20:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:02:20:Returned status 406 (NOT_ACCEPTABLE)
04-05-2024 11:02:20:FINISHED TEST : getWithClassThrowsNoWebApplicationExceptionForResponseTest()
04-05-2024 11:02:20:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:20:STARTING TEST : putWithGenericTypeThrowsProcessingExceptionTest()
04-05-2024 11:02:20:  TRACE: [WIRE] - >> PUT http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/put
04-05-2024 11:02:20:  TRACE: [WIRE] - >> Content-Type:*/*
04-05-2024 11:02:20:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-05-2024 11:02:20:ExecutionException.getCause is ProcessingException as expected
04-05-2024 11:02:20:FINISHED TEST : putWithGenericTypeThrowsProcessingExceptionTest()
04-05-2024 11:02:20:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:20:  TRACE: [WIRE] - >> TRACE http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/trace
04-05-2024 11:02:20:STARTING TEST : traceThrowsProcessingExceptionTest()
04-05-2024 11:02:20:  TRACE: [WIRE] - >> 
04-05-2024 11:02:20:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-05-2024 11:02:20:ExecutionException.getCause is ProcessingException as expected
04-05-2024 11:02:20:FINISHED TEST : traceThrowsProcessingExceptionTest()
04-05-2024 11:02:20:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:20:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/deletenotok
04-05-2024 11:02:20:STARTING TEST : deleteWithClassThrowsWebApplicationExceptionTest()
04-05-2024 11:02:20:  TRACE: [WIRE] - >> 
04-05-2024 11:02:20:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 11:02:20:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:02:20:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 11:02:20:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 11:02:20:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 11:02:20:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:02:20:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-05-2024 11:02:20:ExecutionException.getCause is WebApplicationException as expected
04-05-2024 11:02:20:FINISHED TEST : deleteWithClassThrowsWebApplicationExceptionTest()
04-05-2024 11:02:20:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:20:STARTING TEST : methodWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest()04-05-2024 11:02:20:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/deletenotok
04-05-2024 11:02:20:  TRACE: [WIRE] - >> 
04-05-2024 11:02:20:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 11:02:20:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:02:20:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 11:02:20:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 11:02:20:  TRACE: [WIRE] - << Content-Type: text/html

04-05-2024 11:02:20:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:02:20:Returned status 406 (NOT_ACCEPTABLE)
04-05-2024 11:02:20:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/getnotok
04-05-2024 11:02:20:  TRACE: [WIRE] - >> 
04-05-2024 11:02:20:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 11:02:20:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:02:20:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 11:02:20:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 11:02:20:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 11:02:20:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:02:20:Returned status 406 (NOT_ACCEPTABLE)
04-05-2024 11:02:20:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/optionsnotok
04-05-2024 11:02:20:  TRACE: [WIRE] - >> 
04-05-2024 11:02:20:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 11:02:20:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:02:20:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 11:02:20:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 11:02:20:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 11:02:20:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:02:20:Returned status 406 (NOT_ACCEPTABLE)
04-05-2024 11:02:20:FINISHED TEST : methodWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest()
04-05-2024 11:02:20:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:20:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:20:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:20:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:20:STARTING TEST : getWithClassThrowsWebApplicationExceptionTest()
04-05-2024 11:02:20:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/getnotok
04-05-2024 11:02:20:  TRACE: [WIRE] - >> 
04-05-2024 11:02:20:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 11:02:20:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:02:20:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 11:02:20:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 11:02:20:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 11:02:20:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:02:20:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-05-2024 11:02:20:ExecutionException.getCause is WebApplicationException as expected
04-05-2024 11:02:20:FINISHED TEST : getWithClassThrowsWebApplicationExceptionTest()
04-05-2024 11:02:20:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:20:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:20:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:20:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:20:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:20:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:20:STARTING TEST : optionsWithClassThrowsNoWebApplicationExceptionForResponseTest()
04-05-2024 11:02:20:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/optionsnotok
04-05-2024 11:02:20:  TRACE: [WIRE] - >> 
04-05-2024 11:02:20:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 11:02:20:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:02:20:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 11:02:20:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 11:02:20:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 11:02:20:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:02:20:Returned status 406 (NOT_ACCEPTABLE)
04-05-2024 11:02:20:FINISHED TEST : optionsWithClassThrowsNoWebApplicationExceptionForResponseTest()
04-05-2024 11:02:20:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:20:  TRACE: [WIRE] - >> POST http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/post
04-05-2024 11:02:20:STARTING TEST : postThrowsProcessingExceptionTest()
04-05-2024 11:02:20:  TRACE: [WIRE] - >> Content-Type:*/*
04-05-2024 11:02:20:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-05-2024 11:02:20:ExecutionException.getCause is ProcessingException as expected
04-05-2024 11:02:20:FINISHED TEST : postThrowsProcessingExceptionTest()
04-05-2024 11:02:20:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:20:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:20:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/deletenotok
04-05-2024 11:02:20:STARTING TEST : methodWithGenericTypeThrowsWebApplicationExceptionTest()
04-05-2024 11:02:20:  TRACE: [WIRE] - >> 
04-05-2024 11:02:20:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 11:02:20:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:02:20:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 11:02:20:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 11:02:20:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 11:02:20:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:02:20:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-05-2024 11:02:20:ExecutionException.getCause is WebApplicationException as expected
04-05-2024 11:02:20:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/getnotok
04-05-2024 11:02:20:  TRACE: [WIRE] - >> 
04-05-2024 11:02:20:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 11:02:20:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:02:20:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 11:02:20:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 11:02:20:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 11:02:20:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:02:20:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-05-2024 11:02:20:ExecutionException.getCause is WebApplicationException as expected
04-05-2024 11:02:20:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/optionsnotok
04-05-2024 11:02:20:  TRACE: [WIRE] - >> 
04-05-2024 11:02:20:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 11:02:20:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:02:20:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 11:02:20:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 11:02:20:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 11:02:20:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:02:20:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-05-2024 11:02:20:ExecutionException.getCause is WebApplicationException as expected
04-05-2024 11:02:20:FINISHED TEST : methodWithGenericTypeThrowsWebApplicationExceptionTest()
04-05-2024 11:02:20:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:20:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/postnotok
04-05-2024 11:02:20:STARTING TEST : postWithGenericTypeThrowsWebApplicationExceptionTest()
04-05-2024 11:02:20:  TRACE: [WIRE] - >> Content-Type:*/*
04-05-2024 11:02:20:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 11:02:20:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:02:20:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 11:02:20:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 11:02:20:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 11:02:20:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:02:20:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-05-2024 11:02:20:ExecutionException.getCause is WebApplicationException as expected
04-05-2024 11:02:20:FINISHED TEST : postWithGenericTypeThrowsWebApplicationExceptionTest()
04-05-2024 11:02:20:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:20:STARTING TEST : methodWithGenericTypeThrowsProcessingExceptionTest()04-05-2024 11:02:20:  TRACE: [WIRE] - >> DELETE http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/delete
04-05-2024 11:02:20:  TRACE: [WIRE] - >> 

04-05-2024 11:02:20:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-05-2024 11:02:20:ExecutionException.getCause is ProcessingException as expected04-05-2024 11:02:20:  TRACE: [WIRE] - >> GET http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/get

04-05-2024 11:02:20:  TRACE: [WIRE] - >> 
04-05-2024 11:02:20:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-05-2024 11:02:20:ExecutionException.getCause is ProcessingException as expected04-05-2024 11:02:20:  TRACE: [WIRE] - >> OPTIONS http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/options

04-05-2024 11:02:20:  TRACE: [WIRE] - >> 
04-05-2024 11:02:20:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-05-2024 11:02:20:ExecutionException.getCause is ProcessingException as expected
04-05-2024 11:02:20:FINISHED TEST : methodWithGenericTypeThrowsProcessingExceptionTest()
04-05-2024 11:02:20:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:20:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:20:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:20:STARTING TEST : optionsWithClassThrowsProcessingExceptionTest()
04-05-2024 11:02:20:  TRACE: [WIRE] - >> OPTIONS http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/options
04-05-2024 11:02:20:  TRACE: [WIRE] - >> 
04-05-2024 11:02:20:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-05-2024 11:02:20:ExecutionException.getCause is ProcessingException as expected
04-05-2024 11:02:20:FINISHED TEST : optionsWithClassThrowsProcessingExceptionTest()
04-05-2024 11:02:20:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:20:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/optionsnotok
04-05-2024 11:02:20:STARTING TEST : optionsWithClassThrowsWebApplicationExceptionTest()
04-05-2024 11:02:20:  TRACE: [WIRE] - >> 
04-05-2024 11:02:20:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 11:02:20:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:02:20:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 11:02:20:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 11:02:20:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 11:02:20:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:02:20:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-05-2024 11:02:20:ExecutionException.getCause is WebApplicationException as expected
04-05-2024 11:02:20:FINISHED TEST : optionsWithClassThrowsWebApplicationExceptionTest()
04-05-2024 11:02:20:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:20:STARTING TEST : methodWithClassThrowsNoWebApplicationExceptionForResponseTest()04-05-2024 11:02:20:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/deletenotok
04-05-2024 11:02:20:  TRACE: [WIRE] - >> 
04-05-2024 11:02:20:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 11:02:20:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:02:20:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 11:02:20:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 11:02:20:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 11:02:20:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)

04-05-2024 11:02:20:Returned status 406 (NOT_ACCEPTABLE)
04-05-2024 11:02:20:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/getnotok
04-05-2024 11:02:20:  TRACE: [WIRE] - >> 
04-05-2024 11:02:20:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 11:02:20:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:02:20:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 11:02:20:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 11:02:20:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 11:02:20:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:02:20:Returned status 406 (NOT_ACCEPTABLE)
04-05-2024 11:02:20:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/optionsnotok
04-05-2024 11:02:20:  TRACE: [WIRE] - >> 
04-05-2024 11:02:20:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 11:02:20:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:02:20:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 11:02:20:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 11:02:20:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 11:02:20:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:02:20:Returned status 406 (NOT_ACCEPTABLE)
04-05-2024 11:02:20:FINISHED TEST : methodWithClassThrowsNoWebApplicationExceptionForResponseTest()
04-05-2024 11:02:20:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:20:STARTING TEST : putWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest()
04-05-2024 11:02:20:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/putnotok
04-05-2024 11:02:20:  TRACE: [WIRE] - >> Content-Type:*/*
04-05-2024 11:02:20:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 11:02:20:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:02:20:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 11:02:20:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 11:02:20:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 11:02:20:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:02:20:Returned status 406 (NOT_ACCEPTABLE)
04-05-2024 11:02:20:FINISHED TEST : putWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest()
04-05-2024 11:02:20:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:20:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/deletenotok
04-05-2024 11:02:20:STARTING TEST : deleteWithClassThrowsNoWebApplicationExceptionForResponseTest()
04-05-2024 11:02:20:  TRACE: [WIRE] - >> 
04-05-2024 11:02:20:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 11:02:20:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:02:20:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 11:02:20:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 11:02:20:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 11:02:20:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:02:20:Returned status 406 (NOT_ACCEPTABLE)
04-05-2024 11:02:20:FINISHED TEST : deleteWithClassThrowsNoWebApplicationExceptionForResponseTest()
04-05-2024 11:02:20:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:20:STARTING TEST : deleteWithClassThrowsProcessingExceptionTest()
04-05-2024 11:02:20:  TRACE: [WIRE] - >> DELETE http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/delete
04-05-2024 11:02:20:  TRACE: [WIRE] - >> 
04-05-2024 11:02:20:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-05-2024 11:02:20:ExecutionException.getCause is ProcessingException as expected
04-05-2024 11:02:20:FINISHED TEST : deleteWithClassThrowsProcessingExceptionTest()
04-05-2024 11:02:20:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:20:STARTING TEST : putWithClassThrowsNoWebApplicationExceptionForResponseTest()04-05-2024 11:02:20:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/putnotok
04-05-2024 11:02:20:  TRACE: [WIRE] - >> Content-Type:*/*
04-05-2024 11:02:20:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 11:02:20:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:02:20:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 11:02:20:  TRACE: [WIRE] - << Content-Language: 

04-05-2024 11:02:20:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 11:02:20:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:02:20:Returned status 406 (NOT_ACCEPTABLE)
04-05-2024 11:02:20:FINISHED TEST : putWithClassThrowsNoWebApplicationExceptionForResponseTest()
04-05-2024 11:02:20:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:20:STARTING TEST : getWithGenericTypeThrowsProcessingExceptionTest()
04-05-2024 11:02:20:  TRACE: [WIRE] - >> GET http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/get
04-05-2024 11:02:20:  TRACE: [WIRE] - >> 
04-05-2024 11:02:20:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-05-2024 11:02:20:ExecutionException.getCause is ProcessingException as expected
04-05-2024 11:02:20:FINISHED TEST : getWithGenericTypeThrowsProcessingExceptionTest()
04-05-2024 11:02:20:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:20:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/putnotok
04-05-2024 11:02:20:STARTING TEST : putWithGenericTypeThrowsWebApplicationExceptionTest()
04-05-2024 11:02:20:  TRACE: [WIRE] - >> Content-Type:*/*
04-05-2024 11:02:20:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 11:02:20:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:02:20:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 11:02:20:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 11:02:20:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 11:02:20:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:02:20:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-05-2024 11:02:20:ExecutionException.getCause is WebApplicationException as expected
04-05-2024 11:02:20:FINISHED TEST : putWithGenericTypeThrowsWebApplicationExceptionTest()
04-05-2024 11:02:20:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:20:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:20:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/delete
04-05-2024 11:02:20:  TRACE: [WIRE] - >> 
04-05-2024 11:02:20:STARTING TEST : deleteTest()
04-05-2024 11:02:20:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:02:20:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:02:20:  TRACE: [WIRE] - << Content-Length: 6
04-05-2024 11:02:20:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 11:02:20:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:02:20:Returned status 200 (OK)
04-05-2024 11:02:20:FINISHED TEST : deleteTest()
04-05-2024 11:02:20:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:20:  TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/tracenotok
04-05-2024 11:02:20:STARTING TEST : traceWithClassThrowsWebApplicationExceptionTest()
04-05-2024 11:02:20:  TRACE: [WIRE] - >> 
04-05-2024 11:02:20:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 11:02:20:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:02:20:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 11:02:20:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 11:02:20:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 11:02:20:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:02:20:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-05-2024 11:02:20:ExecutionException.getCause is WebApplicationException as expected
04-05-2024 11:02:20:FINISHED TEST : traceWithClassThrowsWebApplicationExceptionTest()
04-05-2024 11:02:20:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:20:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:20:  TRACE: [WIRE] - >> PUT http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/put
04-05-2024 11:02:20:  TRACE: [WIRE] - >> Content-Type:*/*
04-05-2024 11:02:20:STARTING TEST : methodWithGenericTypeWithEntityThrowsProcessingExceptionTest()
04-05-2024 11:02:20:  TRACE: [WIRE] - >> POST http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/post
04-05-2024 11:02:20:  TRACE: [WIRE] - >> Content-Type:*/*
04-05-2024 11:02:20:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-05-2024 11:02:20:ExecutionException.getCause is ProcessingException as expected
04-05-2024 11:02:20:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-05-2024 11:02:20:ExecutionException.getCause is ProcessingException as expected
04-05-2024 11:02:20:FINISHED TEST : methodWithGenericTypeWithEntityThrowsProcessingExceptionTest()
04-05-2024 11:02:20:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:20:  TRACE: [WIRE] - >> GET http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/get
04-05-2024 11:02:20:  TRACE: [WIRE] - >> 
04-05-2024 11:02:20:STARTING TEST : getWithClassThrowsProcessingExceptionTest()
04-05-2024 11:02:20:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-05-2024 11:02:20:ExecutionException.getCause is ProcessingException as expected
04-05-2024 11:02:20:FINISHED TEST : getWithClassThrowsProcessingExceptionTest()
04-05-2024 11:02:20:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:20:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:20:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:20:  TRACE: [WIRE] - >> PUT http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/putnotok
04-05-2024 11:02:20:  TRACE: [WIRE] - >> Content-Type:*/*
04-05-2024 11:02:20:STARTING TEST : methodWithGenericTypeWithEntityThrowsNoWebApplicationExceptionForResponseTest()
04-05-2024 11:02:20:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 11:02:20:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:02:20:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 11:02:20:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 11:02:20:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 11:02:20:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:02:20:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/postnotok
04-05-2024 11:02:20:Returned status 406 (NOT_ACCEPTABLE)
04-05-2024 11:02:20:  TRACE: [WIRE] - >> Content-Type:*/*
04-05-2024 11:02:20:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 11:02:20:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:02:20:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 11:02:20:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 11:02:20:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 11:02:20:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:02:20:Returned status 406 (NOT_ACCEPTABLE)
04-05-2024 11:02:20:FINISHED TEST : methodWithGenericTypeWithEntityThrowsNoWebApplicationExceptionForResponseTest()
04-05-2024 11:02:20:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:20:  TRACE: [WIRE] - >> HEAD http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/head
04-05-2024 11:02:20:STARTING TEST : headThrowsProcessingExceptionTest()
04-05-2024 11:02:20:  TRACE: [WIRE] - >> 
04-05-2024 11:02:20:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-05-2024 11:02:20:ExecutionException.getCause is ProcessingException as expected
04-05-2024 11:02:20:FINISHED TEST : headThrowsProcessingExceptionTest()
04-05-2024 11:02:20:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:20:STARTING TEST : optionsThrowsProcessingExceptionTest()
04-05-2024 11:02:20:  TRACE: [WIRE] - >> OPTIONS http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/options
04-05-2024 11:02:20:  TRACE: [WIRE] - >> 
04-05-2024 11:02:20:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-05-2024 11:02:20:ExecutionException.getCause is ProcessingException as expected
04-05-2024 11:02:20:FINISHED TEST : optionsThrowsProcessingExceptionTest()
04-05-2024 11:02:20:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:20:  TRACE: [WIRE] - >> OPTIONS http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/options
04-05-2024 11:02:20:STARTING TEST : optionsWithGenericTypeThrowsProcessingExceptionTest()
04-05-2024 11:02:20:  TRACE: [WIRE] - >> 
04-05-2024 11:02:20:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-05-2024 11:02:20:ExecutionException.getCause is ProcessingException as expected
04-05-2024 11:02:20:FINISHED TEST : optionsWithGenericTypeThrowsProcessingExceptionTest()
04-05-2024 11:02:20:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:20:  TRACE: [WIRE] - >> POST http://somenonexisting.domain-site:8080/jaxrs_jaxrs21_ee_client_rxinvoker_web/resource/post
04-05-2024 11:02:20:  TRACE: [WIRE] - >> Content-Type:*/*
04-05-2024 11:02:20:STARTING TEST : postWithGenericTypeThrowsProcessingExceptionTest()
04-05-2024 11:02:20:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site
04-05-2024 11:02:20:ExecutionException.getCause is ProcessingException as expected
04-05-2024 11:02:20:FINISHED TEST : postWithGenericTypeThrowsProcessingExceptionTest()
[WARNING] Tests run: 98, Failures: 0, Errors: 0, Skipped: 39, Time elapsed: 1.626 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
04-05-2024 11:02:21:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:21:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:21:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:21:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:21:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:21:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:21:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:21:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:21:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:21:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:21:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:21:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:21:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:21:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:21:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:21:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:21:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:21:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:21:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:21:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:21:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:21:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:21:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:21:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:21:  TRACE: [WIRE] - >> OPTIONS http://localhost:8080/jaxrs_jaxrs21_ee_client_executor_rx_web/resource/options
04-05-2024 11:02:21:STARTING TEST : optionsTest()
04-05-2024 11:02:21:  TRACE: [WIRE] - >> 
04-05-2024 11:02:21:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:02:21:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:02:21:  TRACE: [WIRE] - << Content-Length: 7
04-05-2024 11:02:21:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 11:02:21:[Client EXECUTOR SERVICE check]: running from thread JAXRS_TCK_THREAD1
04-05-2024 11:02:21:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:02:21:Returned status 200 (OK)
04-05-2024 11:02:21:FINISHED TEST : optionsTest()
04-05-2024 11:02:21:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:21:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:21:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:21:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:21:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:21:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:21:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:21:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:21:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:21:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:21:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:21:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:21:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:21:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:21:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:21:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:21:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:21:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:21:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:21:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:21:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:21:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:21:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:21:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:21:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:21:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:21:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:21:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:21:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:21:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:21:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:21:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:21:STARTING TEST : deleteTest()
04-05-2024 11:02:21:  TRACE: [WIRE] - >> DELETE http://localhost:8080/jaxrs_jaxrs21_ee_client_executor_rx_web/resource/delete
04-05-2024 11:02:21:  TRACE: [WIRE] - >> 
04-05-2024 11:02:21:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:02:21:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:02:21:  TRACE: [WIRE] - << Content-Length: 6
04-05-2024 11:02:21:[Client EXECUTOR SERVICE check]: running from thread JAXRS_TCK_THREAD2
04-05-2024 11:02:21:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 11:02:21:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:02:21:Returned status 200 (OK)
04-05-2024 11:02:21:FINISHED TEST : deleteTest()
04-05-2024 11:02:21:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:21:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:21:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:21:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:21:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:21:[JAXRSCommonClient] Test setup OK
[WARNING] Tests run: 31, Failures: 0, Errors: 0, Skipped: 29, Time elapsed: 0.941 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
04-05-2024 11:02:22:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:22:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:22:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:22:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:22:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:22:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:22:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:22:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:22:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:22:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:22:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:22:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:22:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:22:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:22:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:22:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:22:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:22:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:22:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:22:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:22:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:22:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:22:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:22:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:22:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:22:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:22:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:22:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:22:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:22:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:22:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:22:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:22:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:22:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:22:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:22:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:22:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:22:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:22:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:22:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:22:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:22:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:22:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:22:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:22:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:22:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:22:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:22:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:22:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:22:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:22:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:22:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:22:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:22:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:22:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:22:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:22:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:22:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:22:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:22:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:22:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:22:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:22:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:22:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:22:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:22:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:22:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:22:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:22:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:22:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:22:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:22:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:22:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:22:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:22:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:22:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:22:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:22:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:22:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:22:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:22:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:22:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:22:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:22:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:22:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:22:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:22:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:22:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:22:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:22:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:22:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:22:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:22:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:22:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:22:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:22:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:22:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:22:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:22:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:22:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:22:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:22:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:22:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:22:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:22:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:22:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:22:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:22:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:22:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:22:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:22:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:22:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:22:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:22:[JAXRSCommonClient] Test setup OK
[WARNING] Tests run: 57, Failures: 0, Errors: 0, Skipped: 57, Time elapsed: 1.076 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
04-05-2024 11:02:23:[JAXRSCommonClient] Test setup OK
[WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.432 s - in ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.sseeventsink.JAXRSClientIT
04-05-2024 11:02:23:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:23:STARTING TEST : stringTest()
04-05-2024 11:02:24:FINISHED TEST : stringTest()
04-05-2024 11:02:24:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:24:STARTING TEST : streamingOutputTest()
04-05-2024 11:02:24:FINISHED TEST : streamingOutputTest()
04-05-2024 11:02:24:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:24:STARTING TEST : fileTest()
04-05-2024 11:02:25:FINISHED TEST : fileTest()
04-05-2024 11:02:25:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:25:STARTING TEST : closeTest()
04-05-2024 11:02:26:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsink_web/close/closed' to target server at 'localhost:8080'
04-05-2024 11:02:26:###############################
04-05-2024 11:02:26:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsink_web/close/closed
04-05-2024 11:02:26:  TRACE: [WIRE] - >> Accept:text/plain
04-05-2024 11:02:26:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:02:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:02:26:  TRACE: [WIRE] - << Content-Length: 4
04-05-2024 11:02:26:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:02:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:02:26:  TRACE: [WIRE] - << true
04-05-2024 11:02:27:FINISHED TEST : closeTest()
04-05-2024 11:02:27:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:27:STARTING TEST : inputstreamTest()
04-05-2024 11:02:27:FINISHED TEST : inputstreamTest()
04-05-2024 11:02:27:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:27:STARTING TEST : readerTest()
04-05-2024 11:02:28:FINISHED TEST : readerTest()
04-05-2024 11:02:28:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:28:STARTING TEST : transformSourceTest()
04-05-2024 11:02:29:FINISHED TEST : transformSourceTest()
04-05-2024 11:02:29:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:29:STARTING TEST : multivaluedMapTest()
04-05-2024 11:02:29:FINISHED TEST : multivaluedMapTest()
04-05-2024 11:02:29:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:29:STARTING TEST : jaxbElementTest()
04-05-2024 11:02:30:FINISHED TEST : jaxbElementTest()
04-05-2024 11:02:30:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:30:STARTING TEST : sseStageCheckTest()
04-05-2024 11:02:30:FINISHED TEST : sseStageCheckTest()
04-05-2024 11:02:30:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:30:STARTING TEST : doubleTest()
04-05-2024 11:02:31:FINISHED TEST : doubleTest()
04-05-2024 11:02:31:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:31:STARTING TEST : datasourceTest()
04-05-2024 11:02:31:FINISHED TEST : datasourceTest()
04-05-2024 11:02:31:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:31:STARTING TEST : charTest()
04-05-2024 11:02:32:FINISHED TEST : charTest()
04-05-2024 11:02:32:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:32:STARTING TEST : intTest()
04-05-2024 11:02:33:FINISHED TEST : intTest()
04-05-2024 11:02:33:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:33:STARTING TEST : bytearrayTest()
04-05-2024 11:02:33:FINISHED TEST : bytearrayTest()
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.473 s - in ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.sseeventsink.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.sseeventsource.JAXRSClientIT
04-05-2024 11:02:34:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:34:STARTING TEST : wait2Seconds()04-05-2024 11:02:34:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/available

04-05-2024 11:02:34:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/available' to target server at 'localhost:8080'
04-05-2024 11:02:34:###############################
04-05-2024 11:02:34:  TRACE: [WIRE] - >> Accept:*/*
04-05-2024 11:02:34:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:02:34:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:02:34:  TRACE: [WIRE] - << Content-Length: 2
04-05-2024 11:02:34:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:02:34:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:02:34:  TRACE: [WIRE] - << OK
04-05-2024 11:02:34:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/retry' to target server at 'localhost:8080'
04-05-2024 11:02:34:###############################
04-05-2024 11:02:34:[Request] Adding entity: 2
04-05-2024 11:02:34:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/retry
04-05-2024 11:02:34:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain
04-05-2024 11:02:34:  TRACE: [WIRE] - >> 2
04-05-2024 11:02:34:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:02:34:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:02:34:  TRACE: [WIRE] - << Content-Length: 1
04-05-2024 11:02:34:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:02:34:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:02:34:  TRACE: [WIRE] - << 2
04-05-2024 11:02:36:FINISHED TEST : wait2Seconds()
04-05-2024 11:02:36:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:36:STARTING TEST : xmlTest()
04-05-2024 11:02:36:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set
04-05-2024 11:02:36:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain
04-05-2024 11:02:36:  TRACE: [WIRE] - >> text/xml
04-05-2024 11:02:36:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:02:36:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set' to target server at 'localhost:8080'
04-05-2024 11:02:36:###############################
04-05-2024 11:02:36:[Request] Adding entity: text/xml
04-05-2024 11:02:36:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:02:36:  TRACE: [WIRE] - << Content-Length: 8
04-05-2024 11:02:36:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:02:36:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:02:36:  TRACE: [WIRE] - << text/xml
04-05-2024 11:02:38:FINISHED TEST : xmlTest()
04-05-2024 11:02:38:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:38:STARTING TEST : connectionLostFor1500msTest()
04-05-2024 11:02:38:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/reset
04-05-2024 11:02:38:  TRACE: [WIRE] - >> Accept:*/*
04-05-2024 11:02:38:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:02:38:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/reset' to target server at 'localhost:8080'
04-05-2024 11:02:38:###############################
04-05-2024 11:02:38:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:02:38:  TRACE: [WIRE] - << Content-Length: 5
04-05-2024 11:02:38:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:02:38:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:02:38:  TRACE: [WIRE] - << RESET
04-05-2024 11:02:38:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/lost' to target server at 'localhost:8080'
04-05-2024 11:02:38:###############################
04-05-2024 11:02:38:[Request] Adding entity: 104-05-2024 11:02:38:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/lost

04-05-2024 11:02:38:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain
04-05-2024 11:02:38:  TRACE: [WIRE] - >> 1
04-05-2024 11:02:38:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:02:38:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:02:38:  TRACE: [WIRE] - << Content-Length: 1
04-05-2024 11:02:38:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:02:38:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:02:38:  TRACE: [WIRE] - << 1
04-05-2024 11:02:40:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/count' to target server at 'localhost:8080'
04-05-2024 11:02:40:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/count
04-05-2024 11:02:40:  TRACE: [WIRE] - >> Accept:*/*
04-05-2024 11:02:40:###############################
04-05-2024 11:02:40:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:02:40:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:02:40:  TRACE: [WIRE] - << Content-Length: 1
04-05-2024 11:02:40:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:02:40:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:02:40:  TRACE: [WIRE] - << 2
04-05-2024 11:02:40:FINISHED TEST : connectionLostFor1500msTest()
04-05-2024 11:02:40:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:40:STARTING TEST : stringTest()
04-05-2024 11:02:40:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set' to target server at 'localhost:8080'
04-05-2024 11:02:40:###############################
04-05-2024 11:02:40:[Request] Adding entity: text/plain
04-05-2024 11:02:40:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set
04-05-2024 11:02:40:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain
04-05-2024 11:02:40:  TRACE: [WIRE] - >> text/plain
04-05-2024 11:02:40:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:02:40:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:02:40:  TRACE: [WIRE] - << Content-Length: 10
04-05-2024 11:02:40:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:02:40:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:02:40:  TRACE: [WIRE] - << text/plain
04-05-2024 11:02:42:FINISHED TEST : stringTest()
04-05-2024 11:02:42:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:42:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:42:STARTING TEST : dataSourceTest()
04-05-2024 11:02:42:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set
04-05-2024 11:02:42:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain
04-05-2024 11:02:42:  TRACE: [WIRE] - >> text/plain
04-05-2024 11:02:42:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:02:42:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:02:42:  TRACE: [WIRE] - << Content-Length: 10
04-05-2024 11:02:42:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:02:42:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set' to target server at 'localhost:8080'
04-05-2024 11:02:42:###############################
04-05-2024 11:02:42:[Request] Adding entity: text/plain
04-05-2024 11:02:42:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:02:42:  TRACE: [WIRE] - << text/plain
04-05-2024 11:02:44:FINISHED TEST : dataSourceTest()
04-05-2024 11:02:44:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:44:STARTING TEST : reconnectByEventMethodTest()
04-05-2024 11:02:44:FINISHED TEST : reconnectByEventMethodTest()
04-05-2024 11:02:44:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:44:STARTING TEST : fileTest()
04-05-2024 11:02:44:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set' to target server at 'localhost:8080'
04-05-2024 11:02:44:###############################
04-05-2024 11:02:44:[Request] Adding entity: text/plain
04-05-2024 11:02:44:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set
04-05-2024 11:02:44:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain
04-05-2024 11:02:44:  TRACE: [WIRE] - >> text/plain
04-05-2024 11:02:44:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:02:44:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:02:44:  TRACE: [WIRE] - << Content-Length: 10
04-05-2024 11:02:44:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:02:44:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:02:44:  TRACE: [WIRE] - << text/plain
04-05-2024 11:02:46:FINISHED TEST : fileTest()
04-05-2024 11:02:46:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:46:STARTING TEST : closeTest()04-05-2024 11:02:46:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/repeat/set

04-05-2024 11:02:46:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/repeat/set' to target server at 'localhost:8080'
04-05-2024 11:02:46:###############################
04-05-2024 11:02:46:[Request] Adding entity: true
04-05-2024 11:02:46:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain
04-05-2024 11:02:46:  TRACE: [WIRE] - >> true
04-05-2024 11:02:46:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:02:46:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:02:46:  TRACE: [WIRE] - << Content-Length: 4
04-05-2024 11:02:46:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:02:46:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:02:46:  TRACE: [WIRE] - << true
04-05-2024 11:02:46:Received message no 0
04-05-2024 11:02:46:Received message no 104-05-2024 11:02:46:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/repeat/isopen
04-05-2024 11:02:46:  TRACE: [WIRE] - >> Accept:*/*
04-05-2024 11:02:46:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:02:46:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9

04-05-2024 11:02:46:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/repeat/isopen' to target server at 'localhost:8080'
04-05-2024 11:02:46:###############################
04-05-2024 11:02:46:  TRACE: [WIRE] - << Content-Length: 4
04-05-2024 11:02:46:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:02:46:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:02:46:  TRACE: [WIRE] - << true
04-05-2024 11:02:47:Received message no 2
04-05-2024 11:02:48:Received message no 3
04-05-2024 11:02:48:Received message no 4
04-05-2024 11:02:48:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/repeat/isopen' to target server at 'localhost:8080'
04-05-2024 11:02:48:###############################04-05-2024 11:02:48:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/repeat/isopen
04-05-2024 11:02:48:  TRACE: [WIRE] - >> Accept:*/*

04-05-2024 11:02:48:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:02:48:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:02:48:  TRACE: [WIRE] - << Content-Length: 4
04-05-2024 11:02:48:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:02:48:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:02:48:  TRACE: [WIRE] - << true
04-05-2024 11:02:52:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/repeat/isopen' to target server at 'localhost:8080'
04-05-2024 11:02:52:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/repeat/isopen
04-05-2024 11:02:52:  TRACE: [WIRE] - >> Accept:*/*
04-05-2024 11:02:52:###############################
04-05-2024 11:02:52:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:02:52:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:02:52:  TRACE: [WIRE] - << Content-Length: 5
04-05-2024 11:02:52:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:02:52:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:02:52:  TRACE: [WIRE] - << false
Sending false
04-05-2024 11:02:56:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/repeat/set' to target server at 'localhost:8080'
04-05-2024 11:02:56:###############################04-05-2024 11:02:56:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/repeat/set

04-05-2024 11:02:56:[Request] Adding entity: false
04-05-2024 11:02:56:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain
04-05-2024 11:02:56:  TRACE: [WIRE] - >> false
04-05-2024 11:02:56:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:02:56:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:02:56:  TRACE: [WIRE] - << Content-Length: 5
04-05-2024 11:02:56:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:02:56:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:02:56:  TRACE: [WIRE] - << false
Sent false
04-05-2024 11:02:56:FINISHED TEST : closeTest()
04-05-2024 11:02:56:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:56:STARTING TEST : userReconnectByEventMethodTest()
04-05-2024 11:02:57:FINISHED TEST : userReconnectByEventMethodTest()
04-05-2024 11:02:57:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:57:STARTING TEST : byteArrayTest()
04-05-2024 11:02:57:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set
04-05-2024 11:02:57:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set' to target server at 'localhost:8080'
04-05-2024 11:02:57:###############################
04-05-2024 11:02:57:[Request] Adding entity: text/plain
04-05-2024 11:02:57:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain
04-05-2024 11:02:57:  TRACE: [WIRE] - >> text/plain
04-05-2024 11:02:57:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:02:57:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:02:57:  TRACE: [WIRE] - << Content-Length: 10
04-05-2024 11:02:57:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:02:57:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:02:57:  TRACE: [WIRE] - << text/plain
04-05-2024 11:02:58:FINISHED TEST : byteArrayTest()
04-05-2024 11:02:58:[JAXRSCommonClient] Test setup OK
04-05-2024 11:02:58:STARTING TEST : readerTest()
04-05-2024 11:02:59:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set
04-05-2024 11:02:59:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain
04-05-2024 11:02:59:  TRACE: [WIRE] - >> text/plain
04-05-2024 11:02:58:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set' to target server at 'localhost:8080'
04-05-2024 11:02:58:###############################
04-05-2024 11:02:59:[Request] Adding entity: text/plain
04-05-2024 11:02:59:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:02:59:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:02:59:  TRACE: [WIRE] - << Content-Length: 10
04-05-2024 11:02:59:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:02:59:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:02:59:  TRACE: [WIRE] - << text/plain
04-05-2024 11:03:00:FINISHED TEST : readerTest()
04-05-2024 11:03:00:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:00:STARTING TEST : transformSourceTest()
04-05-2024 11:03:00:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set
04-05-2024 11:03:00:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain
04-05-2024 11:03:00:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set' to target server at 'localhost:8080'
04-05-2024 11:03:00:###############################
04-05-2024 11:03:00:[Request] Adding entity: text/xml
04-05-2024 11:03:00:  TRACE: [WIRE] - >> text/xml
04-05-2024 11:03:00:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:00:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:00:  TRACE: [WIRE] - << Content-Length: 8
04-05-2024 11:03:00:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:03:00:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:00:  TRACE: [WIRE] - << text/xml
04-05-2024 11:03:02:FINISHED TEST : transformSourceTest()
04-05-2024 11:03:02:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:02:STARTING TEST : multivaluedMapTest()
04-05-2024 11:03:02:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set
04-05-2024 11:03:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set' to target server at 'localhost:8080'
04-05-2024 11:03:02:###############################
04-05-2024 11:03:02:[Request] Adding entity: application/x-www-form-urlencoded
04-05-2024 11:03:02:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain
04-05-2024 11:03:02:  TRACE: [WIRE] - >> application/x-www-form-urlencoded
04-05-2024 11:03:02:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:02:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:02:  TRACE: [WIRE] - << Content-Length: 33
04-05-2024 11:03:02:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:03:02:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:02:  TRACE: [WIRE] - << application/x-www-form-urlencoded
04-05-2024 11:03:04:FINISHED TEST : multivaluedMapTest()
04-05-2024 11:03:04:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:04:STARTING TEST : jaxbElementTest()
04-05-2024 11:03:04:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set
04-05-2024 11:03:04:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain
04-05-2024 11:03:04:  TRACE: [WIRE] - >> text/xml
04-05-2024 11:03:04:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:04:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:04:  TRACE: [WIRE] - << Content-Length: 8
04-05-2024 11:03:04:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:03:04:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:04:  TRACE: [WIRE] - << text/xml
04-05-2024 11:03:04:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set' to target server at 'localhost:8080'
04-05-2024 11:03:04:###############################
04-05-2024 11:03:04:[Request] Adding entity: text/xml
04-05-2024 11:03:05:FINISHED TEST : jaxbElementTest()
04-05-2024 11:03:05:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:05:STARTING TEST : defaultWaiting1s()
04-05-2024 11:03:06:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/available
04-05-2024 11:03:06:  TRACE: [WIRE] - >> Accept:*/*
04-05-2024 11:03:06:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:06:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:06:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/available' to target server at 'localhost:8080'
04-05-2024 11:03:06:###############################
04-05-2024 11:03:06:  TRACE: [WIRE] - << Content-Length: 2
04-05-2024 11:03:06:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:03:06:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:06:  TRACE: [WIRE] - << OK
04-05-2024 11:03:06:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/available' to target server at 'localhost:8080'
04-05-2024 11:03:06:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/available
04-05-2024 11:03:06:  TRACE: [WIRE] - >> Accept:*/*
04-05-2024 11:03:06:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:06:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:06:###############################
04-05-2024 11:03:06:  TRACE: [WIRE] - << Content-Length: 2
04-05-2024 11:03:06:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:03:06:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:06:  TRACE: [WIRE] - << OK
04-05-2024 11:03:07:FINISHED TEST : defaultWaiting1s()
04-05-2024 11:03:07:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:07:STARTING TEST : inputStreamTest()04-05-2024 11:03:07:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set

04-05-2024 11:03:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set' to target server at 'localhost:8080'
04-05-2024 11:03:07:###############################
04-05-2024 11:03:07:[Request] Adding entity: text/plain
04-05-2024 11:03:07:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain
04-05-2024 11:03:07:  TRACE: [WIRE] - >> text/plain
04-05-2024 11:03:07:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:07:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:07:  TRACE: [WIRE] - << Content-Length: 10
04-05-2024 11:03:07:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:03:07:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:07:  TRACE: [WIRE] - << text/plain
04-05-2024 11:03:09:FINISHED TEST : inputStreamTest()
[WARNING] Tests run: 17, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 35.804 s - in ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.sseeventsource.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.jaxrs21.ee.priority.JAXRSClientIT
04-05-2024 11:03:09:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:09:STARTING TEST : exceptionMapperPriorityTest()
Apr 05, 2024 11:03:09 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:09:[HttpRequest] Dispatching request: 'GET /jaxrs_jaxrs21_ee_priority_web/exception HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:03:09:FINISHED TEST : exceptionMapperPriorityTest()
04-05-2024 11:03:09:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:09:STARTING TEST : paramConverterPriorityTest()
04-05-2024 11:03:09:[HttpRequest] Dispatching request: 'GET /jaxrs_jaxrs21_ee_priority_web/converter?id=something HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:03:09 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:09:FINISHED TEST : paramConverterPriorityTest()
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.394 s - in ee.jakarta.tck.ws.rs.jaxrs21.ee.priority.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.jaxrs21.ee.patch.server.JAXRSClientIT
04-05-2024 11:03:10:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:10:STARTING TEST : patchTest()
Apr 05, 2024 11:03:10 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:10:[HttpRequest] Dispatching request: 'PATCH /jaxrs_jaxrs21_ee_patch_server_web/resource/patch HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:03:10:FINISHED TEST : patchTest()
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.321 s - in ee.jakarta.tck.ws.rs.jaxrs21.ee.patch.server.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.jaxrs21.spec.classsubresourcelocator.JAXRSClientIT
04-05-2024 11:03:10:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:10:STARTING TEST : subResourceLocatorAsClassTest()
04-05-2024 11:03:10:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_jaxrs21_spec_classsubresourcelocator_web/resource/sub' to target server at 'localhost:8080'04-05-2024 11:03:10:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_spec_classsubresourcelocator_web/resource/sub
04-05-2024 11:03:10:  TRACE: [WIRE] - >> Accept:*/*
04-05-2024 11:03:10:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:10:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:10:  TRACE: [WIRE] - << Content-Length: 2
04-05-2024 11:03:10:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:03:10:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:10:  TRACE: [WIRE] - << OK

04-05-2024 11:03:10:###############################
04-05-2024 11:03:10:FINISHED TEST : subResourceLocatorAsClassTest()
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.327 s - in ee.jakarta.tck.ws.rs.jaxrs21.spec.classsubresourcelocator.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.jaxrs21.spec.completionstage.JAXRSClientIT
04-05-2024 11:03:10:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:10:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_jaxrs21_spec_completionstage_web/async
04-05-2024 11:03:10:STARTING TEST : completionStageReturnedTest()
04-05-2024 11:03:10:  TRACE: [WIRE] - >> 
04-05-2024 11:03:11:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:11:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:11:  TRACE: [WIRE] - << Content-Length: 73
04-05-2024 11:03:11:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 11:03:11:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:11:FINISHED TEST : completionStageReturnedTest()
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.363 s - in ee.jakarta.tck.ws.rs.jaxrs21.spec.completionstage.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.jaxrs21.api.client.invocationbuilder.JAXRSClientIT
04-05-2024 11:03:12:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:12:STARTING TEST : testRxClassExecutorServiceThrowsWhenNotRegistered()
Illegal state exception has been thrown when no provider is registered as expected
04-05-2024 11:03:12:FINISHED TEST : testRxClassExecutorServiceThrowsWhenNotRegistered()
04-05-2024 11:03:12:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:12:STARTING TEST : testRxClassGetsClassInstance()
Custom rxInvoker has been created as expected
04-05-2024 11:03:12:FINISHED TEST : testRxClassGetsClassInstance()
04-05-2024 11:03:12:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:12:STARTING TEST : testRxClassThrowsWhenNotRegistered()
Illegal state exception has been thrown when no provider is registered as expected
04-05-2024 11:03:12:FINISHED TEST : testRxClassThrowsWhenNotRegistered()
04-05-2024 11:03:12:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:12:STARTING TEST : testRxClassExceutorServiceGetsClassInstance()
Custom rxInvoker has been created as expected
04-05-2024 11:03:12:FINISHED TEST : testRxClassExceutorServiceGetsClassInstance()
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.32 s - in ee.jakarta.tck.ws.rs.jaxrs21.api.client.invocationbuilder.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.servlet3.rs.core.streamingoutput.JAXRSClientIT
04-05-2024 11:03:12:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:12:STARTING TEST : writeTest()
Apr 05, 2024 11:03:12 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:12:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_streamoutput/StreamOutputTest/Test1 HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:03:12:FINISHED TEST : writeTest()
04-05-2024 11:03:12:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:12:STARTING TEST : writeIOExceptionTest()
04-05-2024 11:03:12:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_streamoutput/StreamOutputTest/IOExceptionTest HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:03:12:FINISHED TEST : writeIOExceptionTest()
04-05-2024 11:03:12:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:12:STARTING TEST : writeWebApplicationExceptionTest()
04-05-2024 11:03:12:[HttpRequest] Dispatching request: 'GET  /jaxrs_ee_core_streamoutput/StreamOutputTest/Test2 HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:03:12:FINISHED TEST : writeWebApplicationExceptionTest()
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.373 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
04-05-2024 11:03:12:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:12:STARTING TEST : isParamCoverterFoundByAutodiscoveryUsedTest()
04-05-2024 11:03:12:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_servlet3_rs_ext_paramconverter_autodiscovery/resource/sbquery?query=ABCDEFGH' to target server at 'localhost:8080'
04-05-2024 11:03:12:###############################
04-05-2024 11:03:12:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_servlet3_rs_ext_paramconverter_autodiscovery/resource/sbquery?query=ABCDEFGH
04-05-2024 11:03:12:  TRACE: [WIRE] - >> Accept:*/*
04-05-2024 11:03:12:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:12:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:12:  TRACE: [WIRE] - << Content-Length: 25
04-05-2024 11:03:12:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:03:12:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:12:  TRACE: [WIRE] - << Converted value: ABCDEFGH
04-05-2024 11:03:12:FINISHED TEST : isParamCoverterFoundByAutodiscoveryUsedTest()
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.356 s - in ee.jakarta.tck.ws.rs.servlet3.rs.ext.paramconverter.autodiscovery.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.servlet3.rs.applicationpath.JAXRSClientIT
04-05-2024 11:03:13:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:13:STARTING TEST : applicationPathAnnotationEncodedTest()
04-05-2024 11:03:13:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_applicationpath/ApplicationPath!/Resource HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:03:13:FINISHED TEST : applicationPathAnnotationEncodedTest()
04-05-2024 11:03:13:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:13:STARTING TEST : applicationPathAnnotationNotUsedTest()
04-05-2024 11:03:13:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_applicationpath/Resource HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:03:13:Received expected status code Not Found
04-05-2024 11:03:13:FINISHED TEST : applicationPathAnnotationNotUsedTest()
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.383 s - in ee.jakarta.tck.ws.rs.servlet3.rs.applicationpath.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.signaturetest.jaxrs.JAXRSSigTestIT
04-05-2024 11:03:13:$$$ SigTestEE.setup() called
04-05-2024 11:03:13:$$$ 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
04-05-2024 11:03:13:$$$ JAXRSSigTestIT.signatureTest() called
04-05-2024 11:03:13:mapFile location is :/tmp/sig-test13859853926048683181.map
04-05-2024 11:03:13:packageFile location is :/tmp/sig-test-pkg-list10724745712267910693.txt
04-05-2024 11:03:13:Package version from mapfile :3.1.0
04-05-2024 11:03:13:signature File location is :/tmp/jakarta.ws.rs.sig_3.1.0
04-05-2024 11:03:13:Executing JImage
04-05-2024 11:03:13:/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
04-05-2024 11:03:16:JImage RC = 0
04-05-2024 11:03:16:optionalPkgToIgnore = jakarta.xml.bind
04-05-2024 11:03:16:********** BEGIN PACKAGE LEVEL SIGNATURE VALIDATION **********


04-05-2024 11:03:16:********** BEGIN VALIDATE PACKAGE 'jakarta.ws.rs' **********

04-05-2024 11:03:16:********** VALIDATE IN STATIC MODE - TO CHECK CONSANT VALUES ****
04-05-2024 11:03:16:Static mode supports checks of static constants values 
null
04-05-2024 11:03:17:********** Status Report 'jakarta.ws.rs' **********

04-05-2024 11:03:17:SignatureTest report
Base version: 3.1.0
Tested version: 3.1.0
Check mode: src [throws normalized]
Constant checking: on



04-05-2024 11:03:17:********** Package 'jakarta.ws.rs' - PASSED (STATIC MODE) **********
04-05-2024 11:03:17:


04-05-2024 11:03:17:********** VALIDATE IN REFLECTIVE MODE  ****
04-05-2024 11:03:17:Reflective mode supports verification within containers (ie ejb, servlet, etc)
null
04-05-2024 11:03:17:********** Status Report 'jakarta.ws.rs' **********

04-05-2024 11:03:17:SignatureTest report
Base version: 3.1.0
Tested version: 3.1.0
Check mode: src [throws normalized]
Constant checking: on



04-05-2024 11:03:17:********** Package 'jakarta.ws.rs' - PASSED (REFLECTION MODE) **********
04-05-2024 11:03:17:********** END VALIDATE PACKAGE 'jakarta.ws.rs' **********

04-05-2024 11:03:17:

04-05-2024 11:03:17:

04-05-2024 11:03:17:********** BEGIN VALIDATE PACKAGE 'jakarta.ws.rs.client' **********

04-05-2024 11:03:17:********** VALIDATE IN STATIC MODE - TO CHECK CONSANT VALUES ****
04-05-2024 11:03:17:Static mode supports checks of static constants values 
null
04-05-2024 11:03:17:********** Status Report 'jakarta.ws.rs.client' **********

04-05-2024 11:03:17:SignatureTest report
Base version: 3.1.0
Tested version: 3.1.0
Check mode: src [throws normalized]
Constant checking: on



04-05-2024 11:03:17:********** Package 'jakarta.ws.rs.client' - PASSED (STATIC MODE) **********
04-05-2024 11:03:17:


04-05-2024 11:03:17:********** VALIDATE IN REFLECTIVE MODE  ****
04-05-2024 11:03:17:Reflective mode supports verification within containers (ie ejb, servlet, etc)
null
04-05-2024 11:03:18:********** Status Report 'jakarta.ws.rs.client' **********

04-05-2024 11:03:18:SignatureTest report
Base version: 3.1.0
Tested version: 3.1.0
Check mode: src [throws normalized]
Constant checking: on



04-05-2024 11:03:18:********** Package 'jakarta.ws.rs.client' - PASSED (REFLECTION MODE) **********
04-05-2024 11:03:18:********** END VALIDATE PACKAGE 'jakarta.ws.rs.client' **********

04-05-2024 11:03:18:

04-05-2024 11:03:18:

04-05-2024 11:03:18:********** BEGIN VALIDATE PACKAGE 'jakarta.ws.rs.core' **********

04-05-2024 11:03:18:********** VALIDATE IN STATIC MODE - TO CHECK CONSANT VALUES ****
04-05-2024 11:03:18:Static mode supports checks of static constants values 
null
04-05-2024 11:03:18:********** Status Report 'jakarta.ws.rs.core' **********

04-05-2024 11:03:18:SignatureTest report
Base version: 3.1.0
Tested version: 3.1.0
Check mode: src [throws normalized]
Constant checking: on



04-05-2024 11:03:18:********** Package 'jakarta.ws.rs.core' - PASSED (STATIC MODE) **********
04-05-2024 11:03:18:


04-05-2024 11:03:18:********** VALIDATE IN REFLECTIVE MODE  ****
04-05-2024 11:03:18:Reflective mode supports verification within containers (ie ejb, servlet, etc)
null
04-05-2024 11:03:18:********** Status Report 'jakarta.ws.rs.core' **********

04-05-2024 11:03:18:SignatureTest report
Base version: 3.1.0
Tested version: 3.1.0
Check mode: src [throws normalized]
Constant checking: on



04-05-2024 11:03:18:********** Package 'jakarta.ws.rs.core' - PASSED (REFLECTION MODE) **********
04-05-2024 11:03:18:********** END VALIDATE PACKAGE 'jakarta.ws.rs.core' **********

04-05-2024 11:03:18:

04-05-2024 11:03:18:

04-05-2024 11:03:18:********** BEGIN VALIDATE PACKAGE 'jakarta.ws.rs.container' **********

04-05-2024 11:03:18:********** VALIDATE IN STATIC MODE - TO CHECK CONSANT VALUES ****
04-05-2024 11:03:18:Static mode supports checks of static constants values 
null
04-05-2024 11:03:18:********** Status Report 'jakarta.ws.rs.container' **********

04-05-2024 11:03:18:SignatureTest report
Base version: 3.1.0
Tested version: 3.1.0
Check mode: src [throws normalized]
Constant checking: on



04-05-2024 11:03:18:********** Package 'jakarta.ws.rs.container' - PASSED (STATIC MODE) **********
04-05-2024 11:03:18:


04-05-2024 11:03:18:********** VALIDATE IN REFLECTIVE MODE  ****
04-05-2024 11:03:18:Reflective mode supports verification within containers (ie ejb, servlet, etc)
null
04-05-2024 11:03:18:********** Status Report 'jakarta.ws.rs.container' **********

04-05-2024 11:03:18:SignatureTest report
Base version: 3.1.0
Tested version: 3.1.0
Check mode: src [throws normalized]
Constant checking: on



04-05-2024 11:03:18:********** Package 'jakarta.ws.rs.container' - PASSED (REFLECTION MODE) **********
04-05-2024 11:03:18:********** END VALIDATE PACKAGE 'jakarta.ws.rs.container' **********

04-05-2024 11:03:18:

04-05-2024 11:03:18:

04-05-2024 11:03:18:********** BEGIN VALIDATE PACKAGE 'jakarta.ws.rs.ext' **********

04-05-2024 11:03:18:********** VALIDATE IN STATIC MODE - TO CHECK CONSANT VALUES ****
04-05-2024 11:03:18:Static mode supports checks of static constants values 
null
04-05-2024 11:03:19:********** Status Report 'jakarta.ws.rs.ext' **********

04-05-2024 11:03:19:SignatureTest report
Base version: 3.1.0
Tested version: 3.1.0
Check mode: src [throws normalized]
Constant checking: on



04-05-2024 11:03:19:********** Package 'jakarta.ws.rs.ext' - PASSED (STATIC MODE) **********
04-05-2024 11:03:19:


04-05-2024 11:03:19:********** VALIDATE IN REFLECTIVE MODE  ****
04-05-2024 11:03:19:Reflective mode supports verification within containers (ie ejb, servlet, etc)
null
04-05-2024 11:03:19:********** Status Report 'jakarta.ws.rs.ext' **********

04-05-2024 11:03:19:SignatureTest report
Base version: 3.1.0
Tested version: 3.1.0
Check mode: src [throws normalized]
Constant checking: on



04-05-2024 11:03:19:********** Package 'jakarta.ws.rs.ext' - PASSED (REFLECTION MODE) **********
04-05-2024 11:03:19:********** END VALIDATE PACKAGE 'jakarta.ws.rs.ext' **********

04-05-2024 11:03:19:

04-05-2024 11:03:19:

04-05-2024 11:03:19:********** BEGIN VALIDATE PACKAGE 'jakarta.ws.rs.sse' **********

04-05-2024 11:03:19:********** VALIDATE IN STATIC MODE - TO CHECK CONSANT VALUES ****
04-05-2024 11:03:19:Static mode supports checks of static constants values 
null
04-05-2024 11:03:19:********** Status Report 'jakarta.ws.rs.sse' **********

04-05-2024 11:03:19:SignatureTest report
Base version: 3.1.0
Tested version: 3.1.0
Check mode: src [throws normalized]
Constant checking: on



04-05-2024 11:03:19:********** Package 'jakarta.ws.rs.sse' - PASSED (STATIC MODE) **********
04-05-2024 11:03:19:


04-05-2024 11:03:19:********** VALIDATE IN REFLECTIVE MODE  ****
04-05-2024 11:03:19:Reflective mode supports verification within containers (ie ejb, servlet, etc)
null
04-05-2024 11:03:19:********** Status Report 'jakarta.ws.rs.sse' **********

04-05-2024 11:03:19:SignatureTest report
Base version: 3.1.0
Tested version: 3.1.0
Check mode: src [throws normalized]
Constant checking: on



04-05-2024 11:03:19:********** Package 'jakarta.ws.rs.sse' - PASSED (REFLECTION MODE) **********
04-05-2024 11:03:19:********** END VALIDATE PACKAGE 'jakarta.ws.rs.sse' **********

04-05-2024 11:03:19:

04-05-2024 11:03:19:

04-05-2024 11:03:19:******************************************************
******************************************************
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)
	******************************************************
******************************************************

04-05-2024 11:03:19:$$$ JAXRSSigTestIT.signatureTest() returning
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.201 s - in ee.jakarta.tck.ws.rs.signaturetest.jaxrs.JAXRSSigTestIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.client.invocations.JAXRSClientIT
04-05-2024 11:03:19:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:19:STARTING TEST : synchronousTest()
04-05-2024 11:03:19:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_invocations_web/resource/call' to target server at 'localhost:8080'
04-05-2024 11:03:19:###############################
04-05-2024 11:03:19:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_invocations_web/resource/call
04-05-2024 11:03:19:  TRACE: [WIRE] - >> Accept:*/*
04-05-2024 11:03:19:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:19:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:19:  TRACE: [WIRE] - << Content-Length: 53
04-05-2024 11:03:19:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:03:19:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:19:  TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.invocations.Resource
04-05-2024 11:03:19:FINISHED TEST : synchronousTest()
04-05-2024 11:03:19:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:19:STARTING TEST : invocationFromLinkTwoMediaTypesTest()
04-05-2024 11:03:20:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_invocations_web/resource/mediatype
04-05-2024 11:03:20:  TRACE: [WIRE] - >> Accept:application/atom+xml,text/html
04-05-2024 11:03:20:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:20:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:20:  TRACE: [WIRE] - << Content-Length: 29
04-05-2024 11:03:20:  TRACE: [WIRE] - << Content-Type: application/atom+xml
04-05-2024 11:03:20:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:20:FINISHED TEST : invocationFromLinkTwoMediaTypesTest()
04-05-2024 11:03:20:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:20:STARTING TEST : invocationFromLinkApplicationJsonMediaTypeTest()04-05-2024 11:03:20:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_invocations_web/resource/mediatype
04-05-2024 11:03:20:  TRACE: [WIRE] - >> Accept:application/json

04-05-2024 11:03:20:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:20:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:20:  TRACE: [WIRE] - << Content-Length: 16
04-05-2024 11:03:20:  TRACE: [WIRE] - << Content-Type: application/json
04-05-2024 11:03:20:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:20:FINISHED TEST : invocationFromLinkApplicationJsonMediaTypeTest()
04-05-2024 11:03:20:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:20:STARTING TEST : asynchronousTest()04-05-2024 11:03:20:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_invocations_web/resource/call
04-05-2024 11:03:20:  TRACE: [WIRE] - >> Accept:*/*
04-05-2024 11:03:20:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:20:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9

04-05-2024 11:03:20:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_invocations_web/resource/call' to target server at 'localhost:8080'
04-05-2024 11:03:20:###############################
04-05-2024 11:03:20:  TRACE: [WIRE] - << Content-Length: 53
04-05-2024 11:03:20:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:03:20:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:20:  TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.invocations.Resource
04-05-2024 11:03:20:FINISHED TEST : asynchronousTest()
04-05-2024 11:03:20:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:20:STARTING TEST : invocationFromLinkTextXmlMediaTypeTest()
04-05-2024 11:03:20:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_invocations_web/resource/mediatype
04-05-2024 11:03:20:  TRACE: [WIRE] - >> Accept:text/xml
04-05-2024 11:03:20:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:20:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:20:  TRACE: [WIRE] - << Content-Length: 8
04-05-2024 11:03:20:  TRACE: [WIRE] - << Content-Type: text/xml
04-05-2024 11:03:20:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:20:FINISHED TEST : invocationFromLinkTextXmlMediaTypeTest()
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.649 s - in ee.jakarta.tck.ws.rs.spec.client.invocations.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.client.resource.JAXRSClientIT
04-05-2024 11:03:20:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:20:STARTING TEST : checkClientConceptTest()04-05-2024 11:03:20:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_resource_web/resource/concept
04-05-2024 11:03:20:  TRACE: [WIRE] - >> Accept:*/*

04-05-2024 11:03:20:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_resource_web/resource/concept' to target server at 'localhost:8080'
04-05-2024 11:03:20:###############################
04-05-2024 11:03:20:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:20:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:20:  TRACE: [WIRE] - << Content-Length: 7
04-05-2024 11:03:20:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:03:20:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:20:  TRACE: [WIRE] - << concept
04-05-2024 11:03:20:FINISHED TEST : checkClientConceptTest()
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.389 s - in ee.jakarta.tck.ws.rs.spec.client.resource.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.client.typedentities.JAXRSClientIT
04-05-2024 11:03:20:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:20:STARTING TEST : clientReaderWriterTest()
04-05-2024 11:03:20:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter
04-05-2024 11:03:20:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:03:20:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter' to target server at 'localhost:8080'
04-05-2024 11:03:20:###############################
04-05-2024 11:03:20:[Request] Adding entity: java.io.InputStreamReader@222ca271
04-05-2024 11:03:20:  TRACE: [WIRE] - >> java.io.InputStreamReader@222ca271
04-05-2024 11:03:20:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:20:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:20:  TRACE: [WIRE] - << Content-Length: 55
04-05-2024 11:03:20:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:03:20:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:20:  TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource
04-05-2024 11:03:20:FINISHED TEST : clientReaderWriterTest()
04-05-2024 11:03:20:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:20:STARTING TEST : clientReaderReaderTest()
04-05-2024 11:03:20:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader
04-05-2024 11:03:20:  TRACE: [WIRE] - >> Accept:*/*
04-05-2024 11:03:20:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:20:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:20:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader' to target server at 'localhost:8080'
04-05-2024 11:03:20:###############################
04-05-2024 11:03:20:  TRACE: [WIRE] - << Content-Length: 55
04-05-2024 11:03:20:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:03:20:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:20:  TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource
04-05-2024 11:03:20:FINISHED TEST : clientReaderReaderTest()
04-05-2024 11:03:20:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:20:STARTING TEST : clientByteArrayWriterTest()
04-05-2024 11:03:20:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter' to target server at 'localhost:8080'
04-05-2024 11:03:20:###############################
04-05-2024 11:03:20:[Request] Adding entity: [B@16ab1bc1
04-05-2024 11:03:20:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter
04-05-2024 11:03:20:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:03:20:  TRACE: [WIRE] - >> [B@16ab1bc1
04-05-2024 11:03:20:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:20:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:20:  TRACE: [WIRE] - << Content-Length: 55
04-05-2024 11:03:20:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:03:20:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:20:  TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource
04-05-2024 11:03:20:FINISHED TEST : clientByteArrayWriterTest()
04-05-2024 11:03:20:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:20:STARTING TEST : clientSourceWriterTest()
04-05-2024 11:03:20:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter
04-05-2024 11:03:20:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter' to target server at 'localhost:8080'
04-05-2024 11:03:20:###############################
04-05-2024 11:03:20:[Request] Adding entity: javax.xml.transform.stream.StreamSource@443b0eca
04-05-2024 11:03:20:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/xml
04-05-2024 11:03:20:  TRACE: [WIRE] - >> javax.xml.transform.stream.StreamSource@443b0eca
04-05-2024 11:03:20:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:20:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:20:  TRACE: [WIRE] - << Content-Length: 104
04-05-2024 11:03:20:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:03:20:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:21:  TRACE: [WIRE] - << <?xml version="1.0" encoding="UTF-8"?><xml>ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource</xml>
04-05-2024 11:03:21:FINISHED TEST : clientSourceWriterTest()
04-05-2024 11:03:21:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:21:STARTING TEST : clientInputStreamWriterTest()
04-05-2024 11:03:21:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter' to target server at 'localhost:8080'
04-05-2024 11:03:21:###############################
04-05-2024 11:03:21:[Request] Adding entity: java.io.ByteArrayInputStream@76275bb9
04-05-2024 11:03:21:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter
04-05-2024 11:03:21:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:03:21:  TRACE: [WIRE] - >> java.io.ByteArrayInputStream@76275bb9
04-05-2024 11:03:21:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:21:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:21:  TRACE: [WIRE] - << Content-Length: 55
04-05-2024 11:03:21:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:03:21:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:21:  TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource
04-05-2024 11:03:21:FINISHED TEST : clientInputStreamWriterTest()
04-05-2024 11:03:21:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:21:STARTING TEST : clientMultivaluedMapWriterTest()
04-05-2024 11:03:21:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter' to target server at 'localhost:8080'
04-05-2024 11:03:21:###############################
04-05-2024 11:03:21:[Request] Adding entity: ee.jakarta.tck.ws.rs.common.impl.SinglevaluedMap@1d61643904-05-2024 11:03:21:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter

04-05-2024 11:03:21:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/x-www-form-urlencoded
04-05-2024 11:03:21:  TRACE: [WIRE] - >> ee.jakarta.tck.ws.rs.common.impl.SinglevaluedMap@1d616439
04-05-2024 11:03:21:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:21:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:21:  TRACE: [WIRE] - << Content-Length: 111
04-05-2024 11:03:21:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:03:21:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:21:  TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource=ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource
04-05-2024 11:03:21:FINISHED TEST : clientMultivaluedMapWriterTest()
04-05-2024 11:03:21:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:21:STARTING TEST : clientByteArrayReaderTest()
04-05-2024 11:03:21:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader' to target server at 'localhost:8080'
04-05-2024 11:03:21:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader
04-05-2024 11:03:21:###############################
04-05-2024 11:03:21:  TRACE: [WIRE] - >> Accept:*/*
04-05-2024 11:03:21:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:21:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:21:  TRACE: [WIRE] - << Content-Length: 55
04-05-2024 11:03:21:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:03:21:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:21:  TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource
04-05-2024 11:03:21:FINISHED TEST : clientByteArrayReaderTest()
04-05-2024 11:03:21:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:21:STARTING TEST : clientSourceReaderTest()
04-05-2024 11:03:21:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader
04-05-2024 11:03:21:  TRACE: [WIRE] - >> Accept:text/xml
04-05-2024 11:03:21:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:21:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:21:  TRACE: [WIRE] - << Content-Length: 76
04-05-2024 11:03:21:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader' to target server at 'localhost:8080'
04-05-2024 11:03:21:###############################
04-05-2024 11:03:21:  TRACE: [WIRE] - << Content-Type: text/xml
04-05-2024 11:03:21:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:21:  TRACE: [WIRE] - << <resource>ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource</resource>
04-05-2024 11:03:21:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader' to target server at 'localhost:8080'
04-05-2024 11:03:21:###############################04-05-2024 11:03:21:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader
04-05-2024 11:03:21:  TRACE: [WIRE] - >> Accept:application/xml

04-05-2024 11:03:21:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:21:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:21:  TRACE: [WIRE] - << Content-Length: 76
04-05-2024 11:03:21:  TRACE: [WIRE] - << Content-Type: application/xml
04-05-2024 11:03:21:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:21:  TRACE: [WIRE] - << <resource>ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource</resource>
04-05-2024 11:03:21:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader' to target server at 'localhost:8080'
04-05-2024 11:03:21:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader
04-05-2024 11:03:21:  TRACE: [WIRE] - >> Accept:application/atom+xml
04-05-2024 11:03:21:###############################
04-05-2024 11:03:21:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:21:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:21:  TRACE: [WIRE] - << Content-Length: 76
04-05-2024 11:03:21:  TRACE: [WIRE] - << Content-Type: application/atom+xml
04-05-2024 11:03:21:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:21:  TRACE: [WIRE] - << <resource>ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource</resource>
04-05-2024 11:03:21:FINISHED TEST : clientSourceReaderTest()
04-05-2024 11:03:21:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:21:STARTING TEST : clientInputStreamReaderTest()
04-05-2024 11:03:21:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader' to target server at 'localhost:8080'
04-05-2024 11:03:21:###############################
04-05-2024 11:03:21:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader
04-05-2024 11:03:21:  TRACE: [WIRE] - >> Accept:*/*
04-05-2024 11:03:21:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:21:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:21:  TRACE: [WIRE] - << Content-Length: 55
04-05-2024 11:03:21:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:03:21:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:21:  TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource
04-05-2024 11:03:21:FINISHED TEST : clientInputStreamReaderTest()
04-05-2024 11:03:21:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:21:STARTING TEST : clientAnyReaderUsageTest()
04-05-2024 11:03:21:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/readerprovider
04-05-2024 11:03:21:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/readerprovider' to target server at 'localhost:8080'
04-05-2024 11:03:21:###############################
04-05-2024 11:03:21:  TRACE: [WIRE] - >> Accept:text/xml
04-05-2024 11:03:21:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:21:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:21:  TRACE: [WIRE] - << Content-Length: 94
04-05-2024 11:03:21:  TRACE: [WIRE] - << Content-Type: text/xml
04-05-2024 11:03:21:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:21:  TRACE: [WIRE] - << <READABLEWRITEABLE>ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource</READABLEWRITEABLE>
04-05-2024 11:03:21:FINISHED TEST : clientAnyReaderUsageTest()
04-05-2024 11:03:21:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:21:STARTING TEST : clientMultivaluedMapReaderTest()
04-05-2024 11:03:21:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader
04-05-2024 11:03:21:  TRACE: [WIRE] - >> Accept:application/x-www-form-urlencoded
04-05-2024 11:03:21:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader' to target server at 'localhost:8080'
04-05-2024 11:03:21:###############################
04-05-2024 11:03:21:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:21:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:21:  TRACE: [WIRE] - << Content-Length: 55
04-05-2024 11:03:21:  TRACE: [WIRE] - << Content-Type: application/x-www-form-urlencoded
04-05-2024 11:03:21:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:21:  TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource
04-05-2024 11:03:21:FINISHED TEST : clientMultivaluedMapReaderTest()
04-05-2024 11:03:21:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:21:STARTING TEST : clientStringWriterTest()
04-05-2024 11:03:21:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter
04-05-2024 11:03:21:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter' to target server at 'localhost:8080'
04-05-2024 11:03:21:###############################
04-05-2024 11:03:21:[Request] Adding entity: ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource
04-05-2024 11:03:21:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:03:21:  TRACE: [WIRE] - >> ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource
04-05-2024 11:03:21:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:21:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:21:  TRACE: [WIRE] - << Content-Length: 55
04-05-2024 11:03:21:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:03:21:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:21:  TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource
04-05-2024 11:03:21:FINISHED TEST : clientStringWriterTest()
04-05-2024 11:03:21:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:21:STARTING TEST : clientDataSourceWriterTest()
04-05-2024 11:03:21:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter' to target server at 'localhost:8080'
04-05-2024 11:03:21:###############################
04-05-2024 11:03:21:[Request] Adding entity: ee.jakarta.tck.ws.rs.common.impl.StringDataSource@1948c160
04-05-2024 11:03:21:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter
04-05-2024 11:03:21:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:03:21:  TRACE: [WIRE] - >> ee.jakarta.tck.ws.rs.common.impl.StringDataSource@1948c160
04-05-2024 11:03:21:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:21:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:21:  TRACE: [WIRE] - << Content-Length: 55
04-05-2024 11:03:21:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:03:21:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:21:  TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource
04-05-2024 11:03:21:FINISHED TEST : clientDataSourceWriterTest()
04-05-2024 11:03:21:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:21:STARTING TEST : clientStreamingOutputWriterTest()
04-05-2024 11:03:21:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter' to target server at 'localhost:8080'
04-05-2024 11:03:21:###############################
04-05-2024 11:03:21:[Request] Adding entity: ee.jakarta.tck.ws.rs.common.impl.StringStreamingOutput@7cdc6f4c04-05-2024 11:03:21:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter

04-05-2024 11:03:21:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/x-www-form-urlencoded
04-05-2024 11:03:21:  TRACE: [WIRE] - >> ee.jakarta.tck.ws.rs.common.impl.StringStreamingOutput@7cdc6f4c
04-05-2024 11:03:21:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:21:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:21:  TRACE: [WIRE] - << Content-Length: 55
04-05-2024 11:03:21:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:03:21:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:21:  TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource
04-05-2024 11:03:21:FINISHED TEST : clientStreamingOutputWriterTest()
04-05-2024 11:03:21:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:21:STARTING TEST : clientFileWriterTest()
04-05-2024 11:03:21:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter' to target server at 'localhost:8080'
04-05-2024 11:03:21:###############################
04-05-2024 11:03:21:[Request] Adding entity: /tmp/tckjaxrs14443210503873416369.tmp
04-05-2024 11:03:21:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter
04-05-2024 11:03:21:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:03:21:  TRACE: [WIRE] - >> /tmp/tckjaxrs14443210503873416369.tmp
04-05-2024 11:03:21:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:21:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:21:  TRACE: [WIRE] - << Content-Length: 55
04-05-2024 11:03:21:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:03:21:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:21:  TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource
04-05-2024 11:03:21:FINISHED TEST : clientFileWriterTest()
04-05-2024 11:03:21:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:21:STARTING TEST : clientAnyWriterUsageTest()
04-05-2024 11:03:21:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/writerprovider' to target server at 'localhost:8080'
04-05-2024 11:03:21:###############################
04-05-2024 11:03:21:[Request] Adding entity: 1339633069677106930
04-05-2024 11:03:21:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/writerprovider
04-05-2024 11:03:21:  TRACE: [WIRE] - >> Accept:text/xml, Content-Type:*/*
04-05-2024 11:03:21:  TRACE: [WIRE] - >> 1339633069677106930
04-05-2024 11:03:21:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:21:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:21:  TRACE: [WIRE] - << Content-Length: 58
04-05-2024 11:03:21:  TRACE: [WIRE] - << Content-Type: text/xml
04-05-2024 11:03:21:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:21:  TRACE: [WIRE] - << <READABLEWRITEABLE>1339633069677106930</READABLEWRITEABLE>
04-05-2024 11:03:21:FINISHED TEST : clientAnyWriterUsageTest()
04-05-2024 11:03:21:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:21:STARTING TEST : clientStringReaderTest()
04-05-2024 11:03:21:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader' to target server at 'localhost:8080'
04-05-2024 11:03:21:###############################
04-05-2024 11:03:21:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader
04-05-2024 11:03:21:  TRACE: [WIRE] - >> Accept:*/*
04-05-2024 11:03:21:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:21:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:21:  TRACE: [WIRE] - << Content-Length: 55
04-05-2024 11:03:21:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:03:21:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:21:  TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource
04-05-2024 11:03:21:FINISHED TEST : clientStringReaderTest()
04-05-2024 11:03:21:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:21:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader
04-05-2024 11:03:21:STARTING TEST : clientDataSourceReaderTest()
04-05-2024 11:03:21:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader' to target server at 'localhost:8080'
04-05-2024 11:03:21:  TRACE: [WIRE] - >> Accept:*/*
04-05-2024 11:03:21:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:21:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:21:  TRACE: [WIRE] - << Content-Length: 55
04-05-2024 11:03:21:###############################
04-05-2024 11:03:21:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:03:21:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:21:  TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource
04-05-2024 11:03:21:FINISHED TEST : clientDataSourceReaderTest()
04-05-2024 11:03:21:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:21:STARTING TEST : clientFileReaderTest()
04-05-2024 11:03:21:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader' to target server at 'localhost:8080'04-05-2024 11:03:21:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader
04-05-2024 11:03:21:  TRACE: [WIRE] - >> Accept:*/*
04-05-2024 11:03:21:  TRACE: [WIRE] - << 200 OK

04-05-2024 11:03:21:###############################
04-05-2024 11:03:21:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:21:  TRACE: [WIRE] - << Content-Length: 55
04-05-2024 11:03:21:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:03:21:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:21:  TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource
04-05-2024 11:03:21:FINISHED TEST : clientFileReaderTest()
[INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.7 s - in ee.jakarta.tck.ws.rs.spec.client.typedentities.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.client.typedentitieswithxmlbinding.JAXRSClientIT
04-05-2024 11:03:21:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:21:STARTING TEST : clientJaxbElementWriterTest()
04-05-2024 11:03:21:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_client_typedentitieswithxmlbinding_web/resource/standardwriter' to target server at 'localhost:8080'
04-05-2024 11:03:21:###############################
04-05-2024 11:03:21:[Request] Adding entity: jakarta.xml.bind.JAXBElement@4c6f2dfc
04-05-2024 11:03:21:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_client_typedentitieswithxmlbinding_web/resource/standardwriter
04-05-2024 11:03:21:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/xml
04-05-2024 11:03:21:  TRACE: [WIRE] - >> jakarta.xml.bind.JAXBElement@4c6f2dfc
04-05-2024 11:03:21:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:21:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:21:  TRACE: [WIRE] - << Content-Length: 129
04-05-2024 11:03:21:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:03:21:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:21:  TRACE: [WIRE] - << <?xml version="1.0" encoding="UTF-8" standalone="yes"?><>ee.jakarta.tck.ws.rs.spec.client.typedentitieswithxmlbinding.Resource</>
04-05-2024 11:03:21:FINISHED TEST : clientJaxbElementWriterTest()
04-05-2024 11:03:21:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:21:STARTING TEST : clientJaxbElementReaderTest()
04-05-2024 11:03:21:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentitieswithxmlbinding_web/resource/standardreader' to target server at 'localhost:8080'
04-05-2024 11:03:21:###############################
04-05-2024 11:03:21:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_typedentitieswithxmlbinding_web/resource/standardreader
04-05-2024 11:03:21:  TRACE: [WIRE] - >> Accept:text/xml
04-05-2024 11:03:21:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:21:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:21:  TRACE: [WIRE] - << Content-Length: 90
04-05-2024 11:03:21:  TRACE: [WIRE] - << Content-Type: text/xml
04-05-2024 11:03:21:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:21:  TRACE: [WIRE] - << <resource>ee.jakarta.tck.ws.rs.spec.client.typedentitieswithxmlbinding.Resource</resource>
04-05-2024 11:03:21:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentitieswithxmlbinding_web/resource/standardreader' to target server at 'localhost:8080'
04-05-2024 11:03:21:###############################
04-05-2024 11:03:21:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_typedentitieswithxmlbinding_web/resource/standardreader
04-05-2024 11:03:21:  TRACE: [WIRE] - >> Accept:application/xml
04-05-2024 11:03:21:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:21:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:21:  TRACE: [WIRE] - << Content-Length: 90
04-05-2024 11:03:21:  TRACE: [WIRE] - << Content-Type: application/xml
04-05-2024 11:03:21:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:21:  TRACE: [WIRE] - << <resource>ee.jakarta.tck.ws.rs.spec.client.typedentitieswithxmlbinding.Resource</resource>
04-05-2024 11:03:21:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentitieswithxmlbinding_web/resource/standardreader' to target server at 'localhost:8080'
04-05-2024 11:03:21:###############################
04-05-2024 11:03:21:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_client_typedentitieswithxmlbinding_web/resource/standardreader
04-05-2024 11:03:21:  TRACE: [WIRE] - >> Accept:application/atom+xml
04-05-2024 11:03:21:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:21:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:21:  TRACE: [WIRE] - << Content-Length: 90
04-05-2024 11:03:21:  TRACE: [WIRE] - << Content-Type: application/atom+xml
04-05-2024 11:03:21:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:21:  TRACE: [WIRE] - << <resource>ee.jakarta.tck.ws.rs.spec.client.typedentitieswithxmlbinding.Resource</resource>
04-05-2024 11:03:21:FINISHED TEST : clientJaxbElementReaderTest()
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.528 s - in ee.jakarta.tck.ws.rs.spec.client.typedentitieswithxmlbinding.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.client.instance.JAXRSClientIT
04-05-2024 11:03:21:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:21:Already registered 0 providers
04-05-2024 11:03:21:Already registered 0 properties
04-05-2024 11:03:21:STARTING TEST : defaultClientConfigurationPresetTest()
04-05-2024 11:03:21:FINISHED TEST : defaultClientConfigurationPresetTest()
04-05-2024 11:03:21:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:21:Already registered 0 providers
04-05-2024 11:03:21:Already registered 0 properties
04-05-2024 11:03:21:STARTING TEST : clientConfiguredTest()
04-05-2024 11:03:21:FINISHED TEST : clientConfiguredTest()
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 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.373 s - in ee.jakarta.tck.ws.rs.spec.client.exceptions.ClientExceptionsIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.client.webtarget.JAXRSClientIT
04-05-2024 11:03:22:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:22:STARTING TEST : deepCopyConfigWebTargetLevelTest()
04-05-2024 11:03:22:FINISHED TEST : deepCopyConfigWebTargetLevelTest()
04-05-2024 11:03:22:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:22:STARTING TEST : imutableWithRespectToUriQueryResolveTemplateTest()
04-05-2024 11:03:22:Testing method queryParam([Ljava.lang.String;@5f3dbe05)
04-05-2024 11:03:22:Testing 2 WebTargets
04-05-2024 11:03:22:Testing method queryParam(path[Ljava.lang.String;@73a20740)
04-05-2024 11:03:22:Testing 4 WebTargets
04-05-2024 11:03:22:Testing method queryParam(xyz[Ljava.lang.String;@595cece2)
04-05-2024 11:03:22:Testing 8 WebTargets
04-05-2024 11:03:22:checked queryParam() method
04-05-2024 11:03:22:Testing method resolveTemplateFromEncoded()
04-05-2024 11:03:22:Testing 16 WebTargets
04-05-2024 11:03:22:Testing method resolveTemplateFromEncoded(pathxyz)
04-05-2024 11:03:22:Testing 32 WebTargets
04-05-2024 11:03:22:Testing method resolveTemplateFromEncoded(path/path/path)
04-05-2024 11:03:22:Testing 64 WebTargets
04-05-2024 11:03:22:checked resolveTemplateFromEncoded() method
04-05-2024 11:03:22:Testing method resolveTemplates({=path})
04-05-2024 11:03:22:Testing 128 WebTargets
04-05-2024 11:03:22:Testing method resolveTemplates({path=xyz})
04-05-2024 11:03:22:Testing 256 WebTargets
04-05-2024 11:03:22:checked resolveTemplates() method
04-05-2024 11:03:22:Testing method resolveTemplatesFromEncoded({path=xyz})
04-05-2024 11:03:22:Testing 512 WebTargets
04-05-2024 11:03:22:Testing method resolveTemplatesFromEncoded({path=xyz})
04-05-2024 11:03:22:Testing 1024 WebTargets
04-05-2024 11:03:22:checked resolveTemplatesFromEncoded() method
04-05-2024 11:03:22:FINISHED TEST : imutableWithRespectToUriQueryResolveTemplateTest()
04-05-2024 11:03:22:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:22:STARTING TEST : imutableWithRespectToUriMatrixPathTest()
04-05-2024 11:03:22:Testing method matrixParam([Ljava.lang.String;@470743c5)
04-05-2024 11:03:22:Testing 2 WebTargets
04-05-2024 11:03:22:Testing method matrixParam(matrix[Ljava.lang.String;@19e3e22d)
04-05-2024 11:03:22:Testing 4 WebTargets
04-05-2024 11:03:22:checked matrixParam() method
04-05-2024 11:03:22:Testing method path()
04-05-2024 11:03:22:Testing 8 WebTargets
04-05-2024 11:03:22:Testing method path(/)
04-05-2024 11:03:22:Testing 16 WebTargets
04-05-2024 11:03:22:Testing method path(path)
04-05-2024 11:03:22:Testing 32 WebTargets
04-05-2024 11:03:22:Testing method path(path/path/path)
04-05-2024 11:03:22:Testing 64 WebTargets
04-05-2024 11:03:22:checked path() method
04-05-2024 11:03:22:FINISHED TEST : imutableWithRespectToUriMatrixPathTest()
04-05-2024 11:03:22:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:22:STARTING TEST : mutableWithRespectToConfigTest()
04-05-2024 11:03:22:FINISHED TEST : mutableWithRespectToConfigTest()
04-05-2024 11:03:22:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:22:STARTING TEST : webTargetConfigNotImpactClientTest()
04-05-2024 11:03:22:FINISHED TEST : webTargetConfigNotImpactClientTest()
04-05-2024 11:03:22:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:22:STARTING TEST : deepCopyConfigClientLevelTest()
04-05-2024 11:03:22:FINISHED TEST : deepCopyConfigClientLevelTest()
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.458 s - in ee.jakarta.tck.ws.rs.spec.client.webtarget.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.context.client.JAXRSClientIT
04-05-2024 11:03:22:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:22:STARTING TEST : clientWriterTest()
04-05-2024 11:03:23:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_context_client_web/resource/echo
04-05-2024 11:03:23:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:03:23:  TRACE: [WIRE] - >> StringBean. To get a value, use rather #get() method.
04-05-2024 11:03:23:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:23:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:22:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_context_client_web/resource/echo' to target server at 'localhost:8080'
04-05-2024 11:03:22:###############################
04-05-2024 11:03:23:[Request] Adding entity: StringBean. To get a value, use rather #get() method.
04-05-2024 11:03:23:  TRACE: [WIRE] - << Content-Length: 9
04-05-2024 11:03:23:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:03:23:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:23:  TRACE: [WIRE] - << 100010101
04-05-2024 11:03:23:@Context injected as expected
04-05-2024 11:03:23:FINISHED TEST : clientWriterTest()
04-05-2024 11:03:23:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:23:STARTING TEST : clientReaderTest()
04-05-2024 11:03:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_context_client_web/resource/echo' to target server at 'localhost:8080'
04-05-2024 11:03:23:###############################
04-05-2024 11:03:23:[Request] Adding entity: stringbean
04-05-2024 11:03:23:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_context_client_web/resource/echo
04-05-2024 11:03:23:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:03:23:  TRACE: [WIRE] - >> stringbean
04-05-2024 11:03:23:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:23:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:23:  TRACE: [WIRE] - << Content-Length: 10
04-05-2024 11:03:23:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:03:23:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:23:  TRACE: [WIRE] - << stringbean
04-05-2024 11:03:23:Injectables are 100010101
04-05-2024 11:03:23:@Context injected as expected
04-05-2024 11:03:23:FINISHED TEST : clientReaderTest()
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.415 s - in ee.jakarta.tck.ws.rs.spec.context.client.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.context.server.JAXRSClientIT
04-05-2024 11:03:23:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:23:STARTING TEST : methodArgumentsInjectionTest()
04-05-2024 11:03:23:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_context_server_web/resource/method
04-05-2024 11:03:23:  TRACE: [WIRE] - >> Accept:*/*
04-05-2024 11:03:23:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:23:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_context_server_web/resource/method' to target server at 'localhost:8080'
04-05-2024 11:03:23:###############################
04-05-2024 11:03:23:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:23:  TRACE: [WIRE] - << Content-Length: 9
04-05-2024 11:03:23:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:03:23:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:23:  TRACE: [WIRE] - << 111111111
04-05-2024 11:03:23:@Context injected as expected
04-05-2024 11:03:23:FINISHED TEST : methodArgumentsInjectionTest()
04-05-2024 11:03:23:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:23:STARTING TEST : serverWriterInjectionTest()
04-05-2024 11:03:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_context_server_web/resource/writer' to target server at 'localhost:8080'
04-05-2024 11:03:23:###############################
04-05-2024 11:03:23:[Request] Adding entity: 
04-05-2024 11:03:23:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_context_server_web/resource/writer
04-05-2024 11:03:23:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:03:23:  TRACE: [WIRE] - >> 
04-05-2024 11:03:23:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:23:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:23:  TRACE: [WIRE] - << Content-Length: 9
04-05-2024 11:03:23:  TRACE: [WIRE] - << Content-Type: application/json
04-05-2024 11:03:23:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:23:  TRACE: [WIRE] - << 111111111
04-05-2024 11:03:23:@Context injected as expected
04-05-2024 11:03:23:FINISHED TEST : serverWriterInjectionTest()
04-05-2024 11:03:23:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:23:STARTING TEST : resourceInjectionTest()
04-05-2024 11:03:23:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_context_server_web/resource/instance
04-05-2024 11:03:23:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_context_server_web/resource/instance' to target server at 'localhost:8080'
04-05-2024 11:03:23:###############################
04-05-2024 11:03:23:  TRACE: [WIRE] - >> Accept:*/*
04-05-2024 11:03:23:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:23:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:23:  TRACE: [WIRE] - << Content-Length: 9
04-05-2024 11:03:23:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:03:23:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:23:  TRACE: [WIRE] - << 111111111
04-05-2024 11:03:23:@Context injected as expected
04-05-2024 11:03:23:FINISHED TEST : resourceInjectionTest()
04-05-2024 11:03:23:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:23:STARTING TEST : serverReaderInjectionTest()
04-05-2024 11:03:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_context_server_web/resource/reader' to target server at 'localhost:8080'
04-05-2024 11:03:23:###############################
04-05-2024 11:03:23:[Request] Adding entity: 04-05-2024 11:03:23:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_context_server_web/resource/reader

04-05-2024 11:03:23:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:03:23:  TRACE: [WIRE] - >> 
04-05-2024 11:03:23:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:23:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:23:  TRACE: [WIRE] - << Content-Length: 9
04-05-2024 11:03:23:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:03:23:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:23:  TRACE: [WIRE] - << 111111111
04-05-2024 11:03:23:@Context injected as expected
04-05-2024 11:03:23:FINISHED TEST : serverReaderInjectionTest()
04-05-2024 11:03:23:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:23:STARTING TEST : applicationInjectionTest()
04-05-2024 11:03:23:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_context_server_web/resource/application
04-05-2024 11:03:23:  TRACE: [WIRE] - >> Accept:*/*
04-05-2024 11:03:23:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:23:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:23:  TRACE: [WIRE] - << Content-Length: 9
04-05-2024 11:03:23:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:03:23:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_context_server_web/resource/application' to target server at 'localhost:8080'
04-05-2024 11:03:23:###############################
04-05-2024 11:03:23:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:23:  TRACE: [WIRE] - << 111111111
04-05-2024 11:03:23:@Context injected as expected
04-05-2024 11:03:23:FINISHED TEST : applicationInjectionTest()
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.651 s - in ee.jakarta.tck.ws.rs.spec.context.server.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.filter.dynamicfeature.JAXRSClientIT
04-05-2024 11:03:24:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:24:STARTING TEST : noBindingTest()
04-05-2024 11:03:24:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_dynamicfeature_web/resource/nobinding' to target server at 'localhost:8080'
04-05-2024 11:03:24:###############################
04-05-2024 11:03:24:[Request] Adding entity: 0
04-05-2024 11:03:24:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_dynamicfeature_web/resource/nobinding
04-05-2024 11:03:24:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:03:24:  TRACE: [WIRE] - >> 0
04-05-2024 11:03:24:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:24:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:24:  TRACE: [WIRE] - << Content-Length: 1
04-05-2024 11:03:24:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:03:24:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:24:  TRACE: [WIRE] - << 0
04-05-2024 11:03:24:Dynamic Bynding did not bind any filter or interceptor as expected
04-05-2024 11:03:24:FINISHED TEST : noBindingTest()
04-05-2024 11:03:24:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:24:STARTING TEST : dynamicBindingTest()
04-05-2024 11:03:24:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_dynamicfeature_web/resource/dynamic' to target server at 'localhost:8080'
04-05-2024 11:03:24:###############################
04-05-2024 11:03:24:[Request] Adding entity: 0
04-05-2024 11:03:24:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_dynamicfeature_web/resource/dynamic
04-05-2024 11:03:24:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:03:24:  TRACE: [WIRE] - >> 0
04-05-2024 11:03:24:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:24:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:24:  TRACE: [WIRE] - << Content-Length: 2
04-05-2024 11:03:24:  TRACE: [WIRE] - << Content-Type: */*
04-05-2024 11:03:24:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:24:  TRACE: [WIRE] - << 12
04-05-2024 11:03:24:Dynamic feature bound filter and interceptor as expected
04-05-2024 11:03:24:FINISHED TEST : dynamicBindingTest()
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.622 s - in ee.jakarta.tck.ws.rs.spec.filter.dynamicfeature.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.filter.exception.JAXRSClientIT
04-05-2024 11:03:24:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:24:STARTING TEST : throwSecondExceptionFromMapperFirstFromInterceptorTest()
04-05-2024 11:03:24:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo' to target server at 'localhost:8080'
04-05-2024 11:03:24:###############################
04-05-2024 11:03:24:[Request] Adding entity: 0
04-05-2024 11:03:24:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo
04-05-2024 11:03:24:  TRACE: [WIRE] - >> Accept:*/*, AddTenInterceptorThrowsException:ThrowExceptionOnceAgain, Content-Type:*/*
04-05-2024 11:03:24:  TRACE: [WIRE] - >> 0
04-05-2024 11:03:24:  TRACE: [WIRE] - << 500 INTERNAL_SERVER_ERROR
04-05-2024 11:03:24:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:24:  TRACE: [WIRE] - << Connection: close
04-05-2024 11:03:24:  TRACE: [WIRE] - << Content-Length: 1116
04-05-2024 11:03:24:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 11:03:24:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 11:03:24:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:24:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 7.0.9 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 500 - Internal Server Error</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Internal Server Error</p><p><b>description</b>The server encountered an internal error that prevented it from fulfilling this request.</p><hr/><h3>Eclipse GlassFish 7.0.9</h3></body></html>
04-05-2024 11:03:24:Exception has not been handled second time as expected
04-05-2024 11:03:24:FINISHED TEST : throwSecondExceptionFromMapperFirstFromInterceptorTest()
04-05-2024 11:03:24:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:24:STARTING TEST : throwSecondExceptionFromInterceptorFirstFromInterceptorTest()
04-05-2024 11:03:24:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo' to target server at 'localhost:8080'
04-05-2024 11:03:24:###############################
04-05-2024 11:03:24:[Request] Adding entity: 0
04-05-2024 11:03:24:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo
04-05-2024 11:03:24:  TRACE: [WIRE] - >> Accept:*/*, AddTenInterceptorThrowsException:AddTenInterceptorThrowsException, Content-Type:*/*
04-05-2024 11:03:24:  TRACE: [WIRE] - >> 0
04-05-2024 11:03:24:  TRACE: [WIRE] - << 500 INTERNAL_SERVER_ERROR
04-05-2024 11:03:24:  TRACE: [WIRE] - << Connection: close
04-05-2024 11:03:24:  TRACE: [WIRE] - << Content-Length: 2135
04-05-2024 11:03:24:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 11:03:24:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 11:03:24:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 7.0.9 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 500 - Internal Server Error</h1><hr/><p><b>type</b> Exception report</p><p><b>message</b>Internal Server Error</p><p><b>description</b>The server encountered an internal error that prevented it from fulfilling this request.</p><p><b>exception</b> <pre>jakarta.servlet.ServletException: org.glassfish.jersey.server.internal.process.MappableException: java.lang.NumberFormatException: For input string: &quot;An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper.&quot;</pre></p><p><b>root cause</b> <pre>org.glassfish.jersey.server.internal.process.MappableException: java.lang.NumberFormatException: For input string: &quot;An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper.&quot;</pre></p><p><b>root cause</b> <pre>java.lang.NumberFormatException: For input string: &quot;An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper.&quot;</pre></p><p><b>note</b> <u>The full stack traces of the exception and its root causes are available in the Eclipse GlassFish 7.0.9 logs.</u></p><hr/><h3>Eclipse GlassFish 7.0.9</h3></body></html>
04-05-2024 11:03:24:Exception has not been handled second time as expected
04-05-2024 11:03:24:FINISHED TEST : throwSecondExceptionFromInterceptorFirstFromInterceptorTest()
04-05-2024 11:03:24:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:24:STARTING TEST : throwNoExceptionFromPostMatchingFilterFirstFromPostMatchingFilterTest()
04-05-2024 11:03:24:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo' to target server at 'localhost:8080'
04-05-2024 11:03:24:###############################
04-05-2024 11:03:24:[Request] Adding entity: 0
04-05-2024 11:03:24:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo
04-05-2024 11:03:24:  TRACE: [WIRE] - >> Accept:*/*, PostMatchingFilterThrowsException:PostMatchingFilterThrowsException, Content-Type:*/*
04-05-2024 11:03:24:  TRACE: [WIRE] - >> 0
04-05-2024 11:03:24:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:24:  TRACE: [WIRE] - << PostMatchingFilterThrowsException: 500
04-05-2024 11:03:24:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:24:  TRACE: [WIRE] - << Content-Length: 6
04-05-2024 11:03:24:  TRACE: [WIRE] - << Content-Type: */*
04-05-2024 11:03:24:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:24:  TRACE: [WIRE] - << 111011
04-05-2024 11:03:24:Exception has not been handled second time as expected
04-05-2024 11:03:24:FINISHED TEST : throwNoExceptionFromPostMatchingFilterFirstFromPostMatchingFilterTest()
04-05-2024 11:03:24:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:24:STARTING TEST : throwExceptionOnInterceptorTest()
04-05-2024 11:03:24:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo' to target server at 'localhost:8080'
04-05-2024 11:03:24:###############################
04-05-2024 11:03:24:[Request] Adding entity: 0
04-05-2024 11:03:24:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo
04-05-2024 11:03:24:  TRACE: [WIRE] - >> Accept:*/*, AddTenInterceptorThrowsException:100, Content-Type:*/*
04-05-2024 11:03:24:  TRACE: [WIRE] - >> 0
04-05-2024 11:03:24:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:24:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:24:  TRACE: [WIRE] - << Content-Length: 5
04-05-2024 11:03:24:  TRACE: [WIRE] - << Content-Type: */*
04-05-2024 11:03:24:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:24:  TRACE: [WIRE] - << 11111
04-05-2024 11:03:24:Exception has been handled as expected
04-05-2024 11:03:24:FINISHED TEST : throwExceptionOnInterceptorTest()
04-05-2024 11:03:24:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:24:STARTING TEST : throwNoExceptionFromPostMatchingFilterFirstFromInterceptorTest()
04-05-2024 11:03:24:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo
04-05-2024 11:03:24:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo' to target server at 'localhost:8080'
04-05-2024 11:03:24:###############################
04-05-2024 11:03:24:[Request] Adding entity: 0
04-05-2024 11:03:24:  TRACE: [WIRE] - >> Accept:*/*, AddTenInterceptorThrowsException:PostMatchingFilterThrowsException, Content-Type:*/*
04-05-2024 11:03:24:  TRACE: [WIRE] - >> 0
04-05-2024 11:03:24:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:24:  TRACE: [WIRE] - << PostMatchingFilterThrowsException: 500
04-05-2024 11:03:24:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:24:  TRACE: [WIRE] - << Content-Length: 6
04-05-2024 11:03:24:  TRACE: [WIRE] - << Content-Type: */*
04-05-2024 11:03:24:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:24:  TRACE: [WIRE] - << 111011
04-05-2024 11:03:24:Exception has not been handled second time as expected
04-05-2024 11:03:24:FINISHED TEST : throwNoExceptionFromPostMatchingFilterFirstFromInterceptorTest()
04-05-2024 11:03:24:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:24:STARTING TEST : throwSecondExceptionFromInterceptorFirstFromPostMatchingFilterTest()
04-05-2024 11:03:24:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo' to target server at 'localhost:8080'
04-05-2024 11:03:24:###############################
04-05-2024 11:03:24:[Request] Adding entity: 0
04-05-2024 11:03:24:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo
04-05-2024 11:03:24:  TRACE: [WIRE] - >> Accept:*/*, PostMatchingFilterThrowsException:AddTenInterceptorThrowsException, Content-Type:*/*
04-05-2024 11:03:24:  TRACE: [WIRE] - >> 0
04-05-2024 11:03:24:  TRACE: [WIRE] - << 500 INTERNAL_SERVER_ERROR
04-05-2024 11:03:24:  TRACE: [WIRE] - << Connection: close
04-05-2024 11:03:24:  TRACE: [WIRE] - << Content-Length: 2135
04-05-2024 11:03:24:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 11:03:24:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 11:03:24:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 7.0.9 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 500 - Internal Server Error</h1><hr/><p><b>type</b> Exception report</p><p><b>message</b>Internal Server Error</p><p><b>description</b>The server encountered an internal error that prevented it from fulfilling this request.</p><p><b>exception</b> <pre>jakarta.servlet.ServletException: org.glassfish.jersey.server.internal.process.MappableException: java.lang.NumberFormatException: For input string: &quot;An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper.&quot;</pre></p><p><b>root cause</b> <pre>org.glassfish.jersey.server.internal.process.MappableException: java.lang.NumberFormatException: For input string: &quot;An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper.&quot;</pre></p><p><b>root cause</b> <pre>java.lang.NumberFormatException: For input string: &quot;An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper.&quot;</pre></p><p><b>note</b> <u>The full stack traces of the exception and its root causes are available in the Eclipse GlassFish 7.0.9 logs.</u></p><hr/><h3>Eclipse GlassFish 7.0.9</h3></body></html>
04-05-2024 11:03:24:Exception has not been handled second time as expected
04-05-2024 11:03:24:FINISHED TEST : throwSecondExceptionFromInterceptorFirstFromPostMatchingFilterTest()
04-05-2024 11:03:24:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:24:STARTING TEST : noNameBoundInterceptorTest()
04-05-2024 11:03:24:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/nobinding' to target server at 'localhost:8080'
04-05-2024 11:03:24:###############################
04-05-2024 11:03:25:[Request] Adding entity: 0
04-05-2024 11:03:25:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/nobinding
04-05-2024 11:03:25:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:03:25:  TRACE: [WIRE] - >> 0
04-05-2024 11:03:25:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:25:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:25:  TRACE: [WIRE] - << Content-Length: 5
04-05-2024 11:03:25:  TRACE: [WIRE] - << Content-Type: */*
04-05-2024 11:03:25:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:25:  TRACE: [WIRE] - << 10020
04-05-2024 11:03:25:Only Globally bound interceptor has been invoked as expected
04-05-2024 11:03:25:FINISHED TEST : noNameBoundInterceptorTest()
04-05-2024 11:03:25:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:25:STARTING TEST : throwSecondExceptionFromInterceptorFirstFromPreMatchingFilterTest()
04-05-2024 11:03:25:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo' to target server at 'localhost:8080'
04-05-2024 11:03:25:###############################
04-05-2024 11:03:25:[Request] Adding entity: 0
04-05-2024 11:03:25:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo
04-05-2024 11:03:25:  TRACE: [WIRE] - >> Accept:*/*, PreMatchingFilterThrowsException:AddTenInterceptorThrowsException, Content-Type:*/*
04-05-2024 11:03:25:  TRACE: [WIRE] - >> 0
04-05-2024 11:03:25:  TRACE: [WIRE] - << 500 INTERNAL_SERVER_ERROR
04-05-2024 11:03:25:  TRACE: [WIRE] - << Connection: close
04-05-2024 11:03:25:  TRACE: [WIRE] - << Content-Length: 2135
04-05-2024 11:03:25:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 11:03:25:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 11:03:25:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 7.0.9 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 500 - Internal Server Error</h1><hr/><p><b>type</b> Exception report</p><p><b>message</b>Internal Server Error</p><p><b>description</b>The server encountered an internal error that prevented it from fulfilling this request.</p><p><b>exception</b> <pre>jakarta.servlet.ServletException: org.glassfish.jersey.server.internal.process.MappableException: java.lang.NumberFormatException: For input string: &quot;An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper.&quot;</pre></p><p><b>root cause</b> <pre>org.glassfish.jersey.server.internal.process.MappableException: java.lang.NumberFormatException: For input string: &quot;An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper.&quot;</pre></p><p><b>root cause</b> <pre>java.lang.NumberFormatException: For input string: &quot;An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper.&quot;</pre></p><p><b>note</b> <u>The full stack traces of the exception and its root causes are available in the Eclipse GlassFish 7.0.9 logs.</u></p><hr/><h3>Eclipse GlassFish 7.0.9</h3></body></html>
04-05-2024 11:03:25:Exception has not been handled second time as expected
04-05-2024 11:03:25:FINISHED TEST : throwSecondExceptionFromInterceptorFirstFromPreMatchingFilterTest()
04-05-2024 11:03:25:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:25:STARTING TEST : throwExceptionOnPreMatchingFilterTest()
04-05-2024 11:03:25:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo' to target server at 'localhost:8080'
04-05-2024 11:03:25:###############################
04-05-2024 11:03:25:[Request] Adding entity: 0
04-05-2024 11:03:25:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo
04-05-2024 11:03:25:  TRACE: [WIRE] - >> Accept:*/*, PreMatchingFilterThrowsException:100, Content-Type:*/*
04-05-2024 11:03:25:  TRACE: [WIRE] - >> 0
04-05-2024 11:03:25:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:25:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:25:  TRACE: [WIRE] - << Content-Length: 5
04-05-2024 11:03:25:  TRACE: [WIRE] - << Content-Type: */*
04-05-2024 11:03:25:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:25:  TRACE: [WIRE] - << 10110
04-05-2024 11:03:25:Exception has been handled as expected
04-05-2024 11:03:25:FINISHED TEST : throwExceptionOnPreMatchingFilterTest()
04-05-2024 11:03:25:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:25:STARTING TEST : throwSecondExceptionFromMapperFirstFromPreMatchingFilterTest()
04-05-2024 11:03:25:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo' to target server at 'localhost:8080'
04-05-2024 11:03:25:###############################
04-05-2024 11:03:25:[Request] Adding entity: 0
04-05-2024 11:03:25:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo
04-05-2024 11:03:25:  TRACE: [WIRE] - >> Accept:*/*, PreMatchingFilterThrowsException:ThrowExceptionOnceAgain, Content-Type:*/*
04-05-2024 11:03:25:  TRACE: [WIRE] - >> 0
04-05-2024 11:03:25:  TRACE: [WIRE] - << 500 INTERNAL_SERVER_ERROR
04-05-2024 11:03:25:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:25:  TRACE: [WIRE] - << Connection: close
04-05-2024 11:03:25:  TRACE: [WIRE] - << Content-Length: 1116
04-05-2024 11:03:25:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 11:03:25:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 11:03:25:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:25:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 7.0.9 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 500 - Internal Server Error</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Internal Server Error</p><p><b>description</b>The server encountered an internal error that prevented it from fulfilling this request.</p><hr/><h3>Eclipse GlassFish 7.0.9</h3></body></html>
04-05-2024 11:03:25:Exception has not been handled second time as expected
04-05-2024 11:03:25:FINISHED TEST : throwSecondExceptionFromMapperFirstFromPreMatchingFilterTest()
04-05-2024 11:03:25:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:25:STARTING TEST : throwNoExceptionFromPostMatchingFilterFirstFromPreMatchingFilterTest()
04-05-2024 11:03:25:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo' to target server at 'localhost:8080'
04-05-2024 11:03:25:###############################
04-05-2024 11:03:25:[Request] Adding entity: 0
04-05-2024 11:03:25:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo
04-05-2024 11:03:25:  TRACE: [WIRE] - >> Accept:*/*, PreMatchingFilterThrowsException:PostMatchingFilterThrowsException, Content-Type:*/*
04-05-2024 11:03:25:  TRACE: [WIRE] - >> 0
04-05-2024 11:03:25:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:25:  TRACE: [WIRE] - << PostMatchingFilterThrowsException: 500
04-05-2024 11:03:25:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:25:  TRACE: [WIRE] - << Content-Length: 6
04-05-2024 11:03:25:  TRACE: [WIRE] - << Content-Type: */*
04-05-2024 11:03:25:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:25:  TRACE: [WIRE] - << 110010
04-05-2024 11:03:25:Exception has not been handled second time as expected
04-05-2024 11:03:25:FINISHED TEST : throwNoExceptionFromPostMatchingFilterFirstFromPreMatchingFilterTest()
04-05-2024 11:03:25:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:25:STARTING TEST : throwExceptionOnPostMatchingFilterTest()
04-05-2024 11:03:25:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo' to target server at 'localhost:8080'
04-05-2024 11:03:25:###############################
04-05-2024 11:03:25:[Request] Adding entity: 0
04-05-2024 11:03:25:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo
04-05-2024 11:03:25:  TRACE: [WIRE] - >> Accept:*/*, PostMatchingFilterThrowsException:100, Content-Type:*/*
04-05-2024 11:03:25:  TRACE: [WIRE] - >> 0
04-05-2024 11:03:25:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:25:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:25:  TRACE: [WIRE] - << Content-Length: 5
04-05-2024 11:03:25:  TRACE: [WIRE] - << Content-Type: */*
04-05-2024 11:03:25:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:25:  TRACE: [WIRE] - << 11111
04-05-2024 11:03:25:Exception has been handled as expected
04-05-2024 11:03:25:FINISHED TEST : throwExceptionOnPostMatchingFilterTest()
04-05-2024 11:03:25:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:25:STARTING TEST : throwSecondExceptionFromMapperFirstFromPostMatchingFilterTest()
04-05-2024 11:03:25:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo' to target server at 'localhost:8080'
04-05-2024 11:03:25:###############################
04-05-2024 11:03:25:[Request] Adding entity: 0
04-05-2024 11:03:25:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo
04-05-2024 11:03:25:  TRACE: [WIRE] - >> Accept:*/*, PostMatchingFilterThrowsException:ThrowExceptionOnceAgain, Content-Type:*/*
04-05-2024 11:03:25:  TRACE: [WIRE] - >> 0
04-05-2024 11:03:25:  TRACE: [WIRE] - << 500 INTERNAL_SERVER_ERROR
04-05-2024 11:03:25:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:25:  TRACE: [WIRE] - << Connection: close
04-05-2024 11:03:25:  TRACE: [WIRE] - << Content-Length: 1116
04-05-2024 11:03:25:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 11:03:25:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 11:03:25:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:25:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 7.0.9 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 500 - Internal Server Error</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Internal Server Error</p><p><b>description</b>The server encountered an internal error that prevented it from fulfilling this request.</p><hr/><h3>Eclipse GlassFish 7.0.9</h3></body></html>
04-05-2024 11:03:25:Exception has not been handled second time as expected
04-05-2024 11:03:25:FINISHED TEST : throwSecondExceptionFromMapperFirstFromPostMatchingFilterTest()
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.742 s - in ee.jakarta.tck.ws.rs.spec.filter.exception.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.filter.globalbinding.JAXRSClientIT
04-05-2024 11:03:25:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:25:STARTING TEST : nameBoundResourceTest()
04-05-2024 11:03:25:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_globalbinding_web/resource/bind' to target server at 'localhost:8080'
04-05-2024 11:03:25:###############################
04-05-2024 11:03:25:[Request] Adding entity: 0
04-05-2024 11:03:25:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_globalbinding_web/resource/bind
04-05-2024 11:03:25:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:03:25:  TRACE: [WIRE] - >> 0
04-05-2024 11:03:25:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:25:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:25:  TRACE: [WIRE] - << Content-Length: 2
04-05-2024 11:03:25:  TRACE: [WIRE] - << Content-Type: */*
04-05-2024 11:03:25:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:25:  TRACE: [WIRE] - << 12
04-05-2024 11:03:25:Bound as expected
04-05-2024 11:03:25:FINISHED TEST : nameBoundResourceTest()
04-05-2024 11:03:25:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:25:STARTING TEST : globalBoundResourceTest()
04-05-2024 11:03:25:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_globalbinding_web/resource/nobind' to target server at 'localhost:8080'
04-05-2024 11:03:25:###############################
04-05-2024 11:03:25:[Request] Adding entity: 0
04-05-2024 11:03:25:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_globalbinding_web/resource/nobind
04-05-2024 11:03:25:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:03:25:  TRACE: [WIRE] - >> 0
04-05-2024 11:03:25:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:25:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:25:  TRACE: [WIRE] - << Content-Length: 2
04-05-2024 11:03:25:  TRACE: [WIRE] - << Content-Type: */*
04-05-2024 11:03:25:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:25:  TRACE: [WIRE] - << 12
04-05-2024 11:03:25:Bound as expected
04-05-2024 11:03:25:FINISHED TEST : globalBoundResourceTest()
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.599 s - in ee.jakarta.tck.ws.rs.spec.filter.globalbinding.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT
04-05-2024 11:03:26:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:26:STARTING TEST : jaxbWriterContainerInterceptorTest()
04-05-2024 11:03:26:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getjaxb
04-05-2024 11:03:26:  TRACE: [WIRE] - >> Accept:text/xml, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor
04-05-2024 11:03:26:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getjaxb' to target server at 'localhost:8080'
04-05-2024 11:03:26:###############################
04-05-2024 11:03:26:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:26:  TRACE: [WIRE] - << Content-Length: 108
04-05-2024 11:03:26:  TRACE: [WIRE] - << Content-Type: text/xml
04-05-2024 11:03:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:26:  TRACE: [WIRE] - << <interceptor>ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptorFROM_RESOURCE</interceptor>
04-05-2024 11:03:26:JAXRS called registered writer interceptor for jaxb provider
04-05-2024 11:03:26:FINISHED TEST : jaxbWriterContainerInterceptorTest()
04-05-2024 11:03:26:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:26:STARTING TEST : stringReaderNoInterceptorTest()
04-05-2024 11:03:26:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/poststring' to target server at 'localhost:8080'
04-05-2024 11:03:26:###############################
04-05-2024 11:03:26:[Request] Adding entity: <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
04-05-2024 11:03:26:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/poststring
04-05-2024 11:03:26:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:03:26:  TRACE: [WIRE] - >> <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
04-05-2024 11:03:26:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:26:  TRACE: [WIRE] - << Content-Length: 77
04-05-2024 11:03:26:  TRACE: [WIRE] - << Content-Type: */*
04-05-2024 11:03:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:26:  TRACE: [WIRE] - << <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
04-05-2024 11:03:26:FINISHED TEST : stringReaderNoInterceptorTest()
04-05-2024 11:03:26:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:26:STARTING TEST : inputStreamReaderContainerInterceptorTest()
04-05-2024 11:03:26:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postinputstream' to target server at 'localhost:8080'
04-05-2024 11:03:26:###############################
04-05-2024 11:03:26:[Request] Adding entity: <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
04-05-2024 11:03:26:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postinputstream
04-05-2024 11:03:26:  TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityReaderInterceptor, Content-Type:*/*
04-05-2024 11:03:26:  TRACE: [WIRE] - >> <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
04-05-2024 11:03:26:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:26:  TRACE: [WIRE] - << FILTER_HEADER: ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityReaderInterceptorFROM_RESOURCE
04-05-2024 11:03:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:26:  TRACE: [WIRE] - << Content-Length: 95
04-05-2024 11:03:26:  TRACE: [WIRE] - << Content-Type: */*
04-05-2024 11:03:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:26:  TRACE: [WIRE] - << <interceptor>ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityReaderInterceptor</interceptor>
04-05-2024 11:03:26:JAXRS called registered reader interceptor for inputstream provider
04-05-2024 11:03:26:FINISHED TEST : inputStreamReaderContainerInterceptorTest()
04-05-2024 11:03:26:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:26:STARTING TEST : dataSourceWriterContainerInterceptorTest()
04-05-2024 11:03:26:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getdatasource
04-05-2024 11:03:26:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getdatasource' to target server at 'localhost:8080'
04-05-2024 11:03:26:###############################
04-05-2024 11:03:26:  TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor
04-05-2024 11:03:26:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:26:  TRACE: [WIRE] - << Content-Length: 108
04-05-2024 11:03:26:  TRACE: [WIRE] - << Content-Type: */*
04-05-2024 11:03:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:26:  TRACE: [WIRE] - << <interceptor>ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptorFROM_RESOURCE</interceptor>
04-05-2024 11:03:26:JAXRS called registered writer interceptor for dataSource provider
04-05-2024 11:03:26:FINISHED TEST : dataSourceWriterContainerInterceptorTest()
04-05-2024 11:03:26:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:26:STARTING TEST : readerReaderNoInterceptorTest()
04-05-2024 11:03:26:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postreader' to target server at 'localhost:8080'
04-05-2024 11:03:26:###############################
04-05-2024 11:03:26:[Request] Adding entity: <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
04-05-2024 11:03:26:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postreader
04-05-2024 11:03:26:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:03:26:  TRACE: [WIRE] - >> <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
04-05-2024 11:03:26:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:26:  TRACE: [WIRE] - << Content-Length: 77
04-05-2024 11:03:26:  TRACE: [WIRE] - << Content-Type: */*
04-05-2024 11:03:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:26:  TRACE: [WIRE] - << <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
04-05-2024 11:03:26:FINISHED TEST : readerReaderNoInterceptorTest()
04-05-2024 11:03:26:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:26:STARTING TEST : stringBeanWriterContainerInterceptorTest()
04-05-2024 11:03:26:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getstringbean
04-05-2024 11:03:26:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getstringbean' to target server at 'localhost:8080'
04-05-2024 11:03:26:###############################
04-05-2024 11:03:26:  TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor
04-05-2024 11:03:26:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:26:  TRACE: [WIRE] - << Content-Length: 108
04-05-2024 11:03:26:  TRACE: [WIRE] - << Content-Type: */*
04-05-2024 11:03:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:26:  TRACE: [WIRE] - << <interceptor>ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptorFROM_RESOURCE</interceptor>
04-05-2024 11:03:26:JAXRS called registered writer interceptor for StringBean provider
04-05-2024 11:03:26:FINISHED TEST : stringBeanWriterContainerInterceptorTest()
04-05-2024 11:03:26:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:26:STARTING TEST : stringWriterNoInterceptorTest()
04-05-2024 11:03:26:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getstring
04-05-2024 11:03:26:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getstring' to target server at 'localhost:8080'
04-05-2024 11:03:26:###############################
04-05-2024 11:03:26:  TRACE: [WIRE] - >> Accept:*/*
04-05-2024 11:03:26:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:26:  TRACE: [WIRE] - << Content-Length: 74
04-05-2024 11:03:26:  TRACE: [WIRE] - << Content-Type: */*
04-05-2024 11:03:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:26:  TRACE: [WIRE] - << <resource>ee.jakarta.tck.ws.rs.spec.filter.interceptor.Resource</resource>
04-05-2024 11:03:26:FINISHED TEST : stringWriterNoInterceptorTest()
04-05-2024 11:03:26:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:26:STARTING TEST : byteArrayReaderNoInterceptorTest()
04-05-2024 11:03:26:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postbytearray' to target server at 'localhost:8080'
04-05-2024 11:03:26:###############################
04-05-2024 11:03:26:[Request] Adding entity: <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
04-05-2024 11:03:26:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postbytearray
04-05-2024 11:03:26:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:03:26:  TRACE: [WIRE] - >> <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
04-05-2024 11:03:26:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:26:  TRACE: [WIRE] - << Content-Length: 77
04-05-2024 11:03:26:  TRACE: [WIRE] - << Content-Type: */*
04-05-2024 11:03:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:26:  TRACE: [WIRE] - << <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
04-05-2024 11:03:26:FINISHED TEST : byteArrayReaderNoInterceptorTest()
04-05-2024 11:03:26:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:26:STARTING TEST : stringBeanReaderNoInterceptorTest()
04-05-2024 11:03:26:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/poststringbean' to target server at 'localhost:8080'
04-05-2024 11:03:26:###############################
04-05-2024 11:03:26:[Request] Adding entity: <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
04-05-2024 11:03:26:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/poststringbean
04-05-2024 11:03:26:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:03:26:  TRACE: [WIRE] - >> <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
04-05-2024 11:03:26:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:26:  TRACE: [WIRE] - << Content-Length: 77
04-05-2024 11:03:26:  TRACE: [WIRE] - << Content-Type: */*
04-05-2024 11:03:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:26:  TRACE: [WIRE] - << <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
04-05-2024 11:03:26:FINISHED TEST : stringBeanReaderNoInterceptorTest()
04-05-2024 11:03:26:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:26:STARTING TEST : readerWriterNoInterceptorTest()
04-05-2024 11:03:26:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getreader
04-05-2024 11:03:26:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getreader' to target server at 'localhost:8080'
04-05-2024 11:03:26:###############################
04-05-2024 11:03:26:  TRACE: [WIRE] - >> Accept:*/*
04-05-2024 11:03:26:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:26:  TRACE: [WIRE] - << Content-Length: 74
04-05-2024 11:03:26:  TRACE: [WIRE] - << Content-Type: */*
04-05-2024 11:03:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:26:  TRACE: [WIRE] - << <resource>ee.jakarta.tck.ws.rs.spec.filter.interceptor.Resource</resource>
04-05-2024 11:03:26:FINISHED TEST : readerWriterNoInterceptorTest()
04-05-2024 11:03:26:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:26:STARTING TEST : inputStreamWriterContainerInterceptorTest()
04-05-2024 11:03:26:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getinputstream' to target server at 'localhost:8080'
04-05-2024 11:03:26:###############################
04-05-2024 11:03:26:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getinputstream
04-05-2024 11:03:26:  TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor
04-05-2024 11:03:26:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:26:  TRACE: [WIRE] - << Content-Length: 108
04-05-2024 11:03:26:  TRACE: [WIRE] - << Content-Type: */*
04-05-2024 11:03:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:26:  TRACE: [WIRE] - << <interceptor>ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptorFROM_RESOURCE</interceptor>
04-05-2024 11:03:26:JAXRS called registered writer interceptor for inputstream provider
04-05-2024 11:03:26:FINISHED TEST : inputStreamWriterContainerInterceptorTest()
04-05-2024 11:03:26:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:26:STARTING TEST : byteArrayWriterNoInterceptorTest()
04-05-2024 11:03:26:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getbytearray' to target server at 'localhost:8080'
04-05-2024 11:03:26:###############################
04-05-2024 11:03:26:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getbytearray
04-05-2024 11:03:26:  TRACE: [WIRE] - >> Accept:*/*
04-05-2024 11:03:26:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:26:  TRACE: [WIRE] - << Content-Length: 74
04-05-2024 11:03:26:  TRACE: [WIRE] - << Content-Type: */*
04-05-2024 11:03:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:26:  TRACE: [WIRE] - << <resource>ee.jakarta.tck.ws.rs.spec.filter.interceptor.Resource</resource>
04-05-2024 11:03:26:FINISHED TEST : byteArrayWriterNoInterceptorTest()
04-05-2024 11:03:26:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:26:STARTING TEST : stringBeanWriterNoInterceptorTest()
04-05-2024 11:03:26:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getstringbean
04-05-2024 11:03:26:  TRACE: [WIRE] - >> Accept:*/*
04-05-2024 11:03:26:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:26:  TRACE: [WIRE] - << Content-Length: 74
04-05-2024 11:03:26:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getstringbean' to target server at 'localhost:8080'
04-05-2024 11:03:26:###############################
04-05-2024 11:03:26:  TRACE: [WIRE] - << Content-Type: */*
04-05-2024 11:03:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:26:  TRACE: [WIRE] - << <resource>ee.jakarta.tck.ws.rs.spec.filter.interceptor.Resource</resource>
04-05-2024 11:03:26:FINISHED TEST : stringBeanWriterNoInterceptorTest()
04-05-2024 11:03:26:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:26:STARTING TEST : stringBeanWriterClientInterceptorTest()04-05-2024 11:03:26:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/poststring
04-05-2024 11:03:26:  TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor, Content-Type:*/*

04-05-2024 11:03:26:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/poststring' to target server at 'localhost:8080'
04-05-2024 11:03:26:###############################
04-05-2024 11:03:26:[Request] Adding entity: StringBean. To get a value, use rather #get() method.
04-05-2024 11:03:26:  TRACE: [WIRE] - >> StringBean. To get a value, use rather #get() method.
04-05-2024 11:03:26:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:26:  TRACE: [WIRE] - << Content-Length: 95
04-05-2024 11:03:26:  TRACE: [WIRE] - << Content-Type: */*
04-05-2024 11:03:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:26:  TRACE: [WIRE] - << <interceptor>ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor</interceptor>
04-05-2024 11:03:26:JAXRS called registered writer interceptor for StringBean provider
04-05-2024 11:03:26:FINISHED TEST : stringBeanWriterClientInterceptorTest()
04-05-2024 11:03:26:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:26:STARTING TEST : fileWriterClientInterceptorTest()
04-05-2024 11:03:26:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/poststring' to target server at 'localhost:8080'
04-05-2024 11:03:26:###############################
04-05-2024 11:03:26:[Request] Adding entity: /tmp/temp3242797663263061491tmp
04-05-2024 11:03:26:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/poststring
04-05-2024 11:03:26:  TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor, Content-Type:*/*
04-05-2024 11:03:26:  TRACE: [WIRE] - >> /tmp/temp3242797663263061491tmp
04-05-2024 11:03:26:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:26:  TRACE: [WIRE] - << Content-Length: 95
04-05-2024 11:03:26:  TRACE: [WIRE] - << Content-Type: */*
04-05-2024 11:03:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:26:  TRACE: [WIRE] - << <interceptor>ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor</interceptor>
04-05-2024 11:03:26:JAXRS called registered writer interceptor for file provider
04-05-2024 11:03:26:FINISHED TEST : fileWriterClientInterceptorTest()
04-05-2024 11:03:26:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:26:STARTING TEST : byteArrayWriterClientInterceptorTest()
04-05-2024 11:03:26:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/poststring' to target server at 'localhost:8080'
04-05-2024 11:03:26:###############################
04-05-2024 11:03:26:[Request] Adding entity: [B@2f92da04
04-05-2024 11:03:26:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/poststring
04-05-2024 11:03:26:  TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor, Content-Type:*/*
04-05-2024 11:03:26:  TRACE: [WIRE] - >> [B@2f92da04
04-05-2024 11:03:26:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:26:  TRACE: [WIRE] - << Content-Length: 95
04-05-2024 11:03:26:  TRACE: [WIRE] - << Content-Type: */*
04-05-2024 11:03:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:26:  TRACE: [WIRE] - << <interceptor>ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor</interceptor>
04-05-2024 11:03:26:JAXRS called registered writer interceptor for bytearray provider
04-05-2024 11:03:26:FINISHED TEST : byteArrayWriterClientInterceptorTest()
04-05-2024 11:03:26:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:26:STARTING TEST : byteArrayReaderContainerInterceptorTest()
04-05-2024 11:03:26:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postbytearray' to target server at 'localhost:8080'04-05-2024 11:03:26:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postbytearray
04-05-2024 11:03:26:  TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityReaderInterceptor, Content-Type:*/*

04-05-2024 11:03:26:###############################
04-05-2024 11:03:26:[Request] Adding entity: <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
04-05-2024 11:03:26:  TRACE: [WIRE] - >> <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
04-05-2024 11:03:26:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:26:  TRACE: [WIRE] - << FILTER_HEADER: ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityReaderInterceptorFROM_RESOURCE
04-05-2024 11:03:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:26:  TRACE: [WIRE] - << Content-Length: 95
04-05-2024 11:03:26:  TRACE: [WIRE] - << Content-Type: */*
04-05-2024 11:03:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:26:  TRACE: [WIRE] - << <interceptor>ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityReaderInterceptor</interceptor>
04-05-2024 11:03:26:JAXRS called registered reader interceptor for bytearray provider
04-05-2024 11:03:26:FINISHED TEST : byteArrayReaderContainerInterceptorTest()
04-05-2024 11:03:26:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:26:STARTING TEST : stringReaderContainerInterceptorTest()
04-05-2024 11:03:26:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/poststring
04-05-2024 11:03:26:  TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityReaderInterceptor, Content-Type:*/*
04-05-2024 11:03:26:  TRACE: [WIRE] - >> <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
04-05-2024 11:03:26:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:26:  TRACE: [WIRE] - << FILTER_HEADER: ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityReaderInterceptorFROM_RESOURCE
04-05-2024 11:03:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:26:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/poststring' to target server at 'localhost:8080'
04-05-2024 11:03:26:###############################
04-05-2024 11:03:26:[Request] Adding entity: <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
04-05-2024 11:03:26:  TRACE: [WIRE] - << Content-Length: 95
04-05-2024 11:03:26:  TRACE: [WIRE] - << Content-Type: */*
04-05-2024 11:03:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:26:  TRACE: [WIRE] - << <interceptor>ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityReaderInterceptor</interceptor>
04-05-2024 11:03:26:JAXRS called registered reader interceptor for string provider
04-05-2024 11:03:26:FINISHED TEST : stringReaderContainerInterceptorTest()
04-05-2024 11:03:26:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:26:STARTING TEST : sourceWriterNoInterceptorTest()
04-05-2024 11:03:26:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getsource' to target server at 'localhost:8080'
04-05-2024 11:03:26:###############################
04-05-2024 11:03:26:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getsource
04-05-2024 11:03:26:  TRACE: [WIRE] - >> Accept:text/xml
04-05-2024 11:03:26:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:26:  TRACE: [WIRE] - << Content-Length: 141
04-05-2024 11:03:26:  TRACE: [WIRE] - << Content-Type: text/xml
04-05-2024 11:03:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:26:  TRACE: [WIRE] - << <?xml version="1.0" encoding="UTF-8"?><stringsource><resource>ee.jakarta.tck.ws.rs.spec.filter.interceptor.Resource</resource></stringsource>
04-05-2024 11:03:26:FINISHED TEST : sourceWriterNoInterceptorTest()
04-05-2024 11:03:26:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:26:STARTING TEST : dataSourceWriterClientInterceptorTest()
04-05-2024 11:03:26:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postdatasource' to target server at 'localhost:8080'
04-05-2024 11:03:26:###############################
04-05-2024 11:03:26:[Request] Adding entity: ee.jakarta.tck.ws.rs.common.impl.StringDataSource@1a0717bb
04-05-2024 11:03:26:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postdatasource
04-05-2024 11:03:26:  TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor, Content-Type:*/*
04-05-2024 11:03:26:  TRACE: [WIRE] - >> ee.jakarta.tck.ws.rs.common.impl.StringDataSource@1a0717bb
04-05-2024 11:03:26:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:26:  TRACE: [WIRE] - << Content-Length: 95
04-05-2024 11:03:26:  TRACE: [WIRE] - << Content-Type: */*
04-05-2024 11:03:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:26:  TRACE: [WIRE] - << <interceptor>ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor</interceptor>
04-05-2024 11:03:26:JAXRS called registered writer interceptor for dataSource provider
04-05-2024 11:03:26:FINISHED TEST : dataSourceWriterClientInterceptorTest()
04-05-2024 11:03:26:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:26:STARTING TEST : inputStreamWriterClientInterceptorTest()
04-05-2024 11:03:26:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/poststring' to target server at 'localhost:8080'
04-05-2024 11:03:26:###############################
04-05-2024 11:03:26:[Request] Adding entity: java.io.ByteArrayInputStream@3f1c7558
04-05-2024 11:03:26:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/poststring
04-05-2024 11:03:26:  TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor, Content-Type:*/*
04-05-2024 11:03:26:  TRACE: [WIRE] - >> java.io.ByteArrayInputStream@3f1c7558
04-05-2024 11:03:26:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:26:  TRACE: [WIRE] - << Content-Length: 95
04-05-2024 11:03:26:  TRACE: [WIRE] - << Content-Type: */*
04-05-2024 11:03:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:26:  TRACE: [WIRE] - << <interceptor>ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor</interceptor>
04-05-2024 11:03:26:JAXRS called registered writer interceptor for inputstream provider
04-05-2024 11:03:26:FINISHED TEST : inputStreamWriterClientInterceptorTest()
04-05-2024 11:03:26:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:26:STARTING TEST : inputStreamReaderNoInterceptorTest()
04-05-2024 11:03:26:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postinputstream' to target server at 'localhost:8080'
04-05-2024 11:03:26:###############################
04-05-2024 11:03:26:[Request] Adding entity: <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
04-05-2024 11:03:26:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postinputstream
04-05-2024 11:03:26:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:03:26:  TRACE: [WIRE] - >> <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
04-05-2024 11:03:26:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:26:  TRACE: [WIRE] - << Content-Length: 77
04-05-2024 11:03:26:  TRACE: [WIRE] - << Content-Type: */*
04-05-2024 11:03:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:26:  TRACE: [WIRE] - << <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
04-05-2024 11:03:26:FINISHED TEST : inputStreamReaderNoInterceptorTest()
04-05-2024 11:03:26:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:26:STARTING TEST : fileReaderContainerInterceptorTest()
04-05-2024 11:03:26:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postfile' to target server at 'localhost:8080'
04-05-2024 11:03:26:###############################
04-05-2024 11:03:26:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postfile
04-05-2024 11:03:26:[Request] Adding entity: <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
04-05-2024 11:03:26:  TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityReaderInterceptor, Content-Type:*/*
04-05-2024 11:03:26:  TRACE: [WIRE] - >> <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
04-05-2024 11:03:26:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:26:  TRACE: [WIRE] - << FILTER_HEADER: ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityReaderInterceptorFROM_RESOURCE
04-05-2024 11:03:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:26:  TRACE: [WIRE] - << Content-Length: 95
04-05-2024 11:03:26:  TRACE: [WIRE] - << Content-Type: */*
04-05-2024 11:03:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:26:  TRACE: [WIRE] - << <interceptor>ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityReaderInterceptor</interceptor>
04-05-2024 11:03:26:JAXRS called registered reader interceptor for file provider
04-05-2024 11:03:26:FINISHED TEST : fileReaderContainerInterceptorTest()
04-05-2024 11:03:26:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:26:STARTING TEST : fileReaderNoInterceptorTest()
04-05-2024 11:03:26:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postfile
04-05-2024 11:03:26:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:03:26:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postfile' to target server at 'localhost:8080'
04-05-2024 11:03:26:###############################
04-05-2024 11:03:26:[Request] Adding entity: <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
04-05-2024 11:03:26:  TRACE: [WIRE] - >> <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
04-05-2024 11:03:26:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:26:  TRACE: [WIRE] - << Content-Length: 77
04-05-2024 11:03:26:  TRACE: [WIRE] - << Content-Type: */*
04-05-2024 11:03:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:26:  TRACE: [WIRE] - << <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
04-05-2024 11:03:26:FINISHED TEST : fileReaderNoInterceptorTest()
04-05-2024 11:03:26:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:26:STARTING TEST : readerReaderContainerInterceptorTest()
04-05-2024 11:03:26:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postreader' to target server at 'localhost:8080'
04-05-2024 11:03:26:###############################
04-05-2024 11:03:26:[Request] Adding entity: <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
04-05-2024 11:03:26:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postreader
04-05-2024 11:03:26:  TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityReaderInterceptor, Content-Type:*/*
04-05-2024 11:03:26:  TRACE: [WIRE] - >> <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
04-05-2024 11:03:26:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:26:  TRACE: [WIRE] - << FILTER_HEADER: ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityReaderInterceptorFROM_RESOURCE
04-05-2024 11:03:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:26:  TRACE: [WIRE] - << Content-Length: 95
04-05-2024 11:03:26:  TRACE: [WIRE] - << Content-Type: */*
04-05-2024 11:03:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:26:  TRACE: [WIRE] - << <interceptor>ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityReaderInterceptor</interceptor>
04-05-2024 11:03:26:JAXRS called registered reader interceptor for reader provider
04-05-2024 11:03:26:FINISHED TEST : readerReaderContainerInterceptorTest()
04-05-2024 11:03:26:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:26:STARTING TEST : dataSourceReaderNoInterceptorTest()
04-05-2024 11:03:26:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postdatasource' to target server at 'localhost:8080'
04-05-2024 11:03:26:###############################
04-05-2024 11:03:26:[Request] Adding entity: <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>04-05-2024 11:03:26:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postdatasource

04-05-2024 11:03:26:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:03:26:  TRACE: [WIRE] - >> <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
04-05-2024 11:03:26:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:26:  TRACE: [WIRE] - << Content-Length: 77
04-05-2024 11:03:26:  TRACE: [WIRE] - << Content-Type: */*
04-05-2024 11:03:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:26:  TRACE: [WIRE] - << <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
04-05-2024 11:03:26:FINISHED TEST : dataSourceReaderNoInterceptorTest()
04-05-2024 11:03:26:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:26:STARTING TEST : jaxbReaderNoInterceptorTest()
04-05-2024 11:03:26:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postjaxb' to target server at 'localhost:8080'
04-05-2024 11:03:26:###############################
04-05-2024 11:03:26:[Request] Adding entity: <?xml version="1.0" encoding="UTF-8" standalone="yes"?><content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
04-05-2024 11:03:26:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postjaxb
04-05-2024 11:03:26:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/xml
04-05-2024 11:03:26:  TRACE: [WIRE] - >> <?xml version="1.0" encoding="UTF-8" standalone="yes"?><content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
04-05-2024 11:03:26:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:26:  TRACE: [WIRE] - << Content-Length: 58
04-05-2024 11:03:26:  TRACE: [WIRE] - << Content-Type: text/xml
04-05-2024 11:03:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:26:  TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT
04-05-2024 11:03:26:FINISHED TEST : jaxbReaderNoInterceptorTest()
04-05-2024 11:03:26:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:26:STARTING TEST : byteArrayWriterContainerInterceptorTest()
04-05-2024 11:03:26:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getbytearray' to target server at 'localhost:8080'
04-05-2024 11:03:26:###############################
04-05-2024 11:03:26:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getbytearray
04-05-2024 11:03:26:  TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor
04-05-2024 11:03:26:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:26:  TRACE: [WIRE] - << Content-Length: 108
04-05-2024 11:03:26:  TRACE: [WIRE] - << Content-Type: */*
04-05-2024 11:03:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:26:  TRACE: [WIRE] - << <interceptor>ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptorFROM_RESOURCE</interceptor>
04-05-2024 11:03:26:JAXRS called registered writer interceptor for bytearray provider
04-05-2024 11:03:26:FINISHED TEST : byteArrayWriterContainerInterceptorTest()
04-05-2024 11:03:26:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:26:STARTING TEST : inputStreamWriterNoInterceptorTest()
04-05-2024 11:03:26:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getinputstream' to target server at 'localhost:8080'
04-05-2024 11:03:26:###############################
04-05-2024 11:03:26:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getinputstream
04-05-2024 11:03:26:  TRACE: [WIRE] - >> Accept:*/*
04-05-2024 11:03:26:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:26:  TRACE: [WIRE] - << Content-Length: 74
04-05-2024 11:03:26:  TRACE: [WIRE] - << Content-Type: */*
04-05-2024 11:03:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:26:  TRACE: [WIRE] - << <resource>ee.jakarta.tck.ws.rs.spec.filter.interceptor.Resource</resource>
04-05-2024 11:03:26:FINISHED TEST : inputStreamWriterNoInterceptorTest()
04-05-2024 11:03:26:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:26:STARTING TEST : stringWriterContainerInterceptorTest()
04-05-2024 11:03:26:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getstring
04-05-2024 11:03:26:  TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor
04-05-2024 11:03:26:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getstring' to target server at 'localhost:8080'
04-05-2024 11:03:26:###############################
04-05-2024 11:03:26:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:26:  TRACE: [WIRE] - << Content-Length: 108
04-05-2024 11:03:26:  TRACE: [WIRE] - << Content-Type: */*
04-05-2024 11:03:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:26:  TRACE: [WIRE] - << <interceptor>ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptorFROM_RESOURCE</interceptor>
04-05-2024 11:03:26:JAXRS called registered writer interceptor for string provider
04-05-2024 11:03:26:FINISHED TEST : stringWriterContainerInterceptorTest()
04-05-2024 11:03:26:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:26:STARTING TEST : jaxbReaderContainerInterceptorTest()
04-05-2024 11:03:26:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postjaxb' to target server at 'localhost:8080'
04-05-2024 11:03:26:###############################
04-05-2024 11:03:26:[Request] Adding entity: <?xml version="1.0" encoding="UTF-8" standalone="yes"?><content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
04-05-2024 11:03:26:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postjaxb
04-05-2024 11:03:26:  TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityReaderInterceptor, Content-Type:text/xml
04-05-2024 11:03:26:  TRACE: [WIRE] - >> <?xml version="1.0" encoding="UTF-8" standalone="yes"?><content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
04-05-2024 11:03:26:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:26:  TRACE: [WIRE] - << FILTER_HEADER: ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityReaderInterceptorFROM_RESOURCE
04-05-2024 11:03:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:26:  TRACE: [WIRE] - << Content-Length: 68
04-05-2024 11:03:26:  TRACE: [WIRE] - << Content-Type: text/xml
04-05-2024 11:03:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:26:  TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityReaderInterceptor
04-05-2024 11:03:26:JAXRS called registered reader interceptor for jaxb provider
04-05-2024 11:03:26:FINISHED TEST : jaxbReaderContainerInterceptorTest()
04-05-2024 11:03:26:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:26:STARTING TEST : fileWriterNoInterceptorTest()
04-05-2024 11:03:26:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getfile
04-05-2024 11:03:26:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getfile' to target server at 'localhost:8080'
04-05-2024 11:03:26:###############################
04-05-2024 11:03:26:  TRACE: [WIRE] - >> Accept:*/*
04-05-2024 11:03:26:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:26:  TRACE: [WIRE] - << Content-Length: 74
04-05-2024 11:03:26:  TRACE: [WIRE] - << Content-Type: */*
04-05-2024 11:03:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:26:  TRACE: [WIRE] - << <resource>ee.jakarta.tck.ws.rs.spec.filter.interceptor.Resource</resource>
04-05-2024 11:03:26:FINISHED TEST : fileWriterNoInterceptorTest()
04-05-2024 11:03:26:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:26:STARTING TEST : fileWriterContainerInterceptorTest()
04-05-2024 11:03:26:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getfile' to target server at 'localhost:8080'
04-05-2024 11:03:26:###############################
04-05-2024 11:03:26:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getfile
04-05-2024 11:03:26:  TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor
04-05-2024 11:03:26:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:26:  TRACE: [WIRE] - << Content-Length: 108
04-05-2024 11:03:26:  TRACE: [WIRE] - << Content-Type: */*
04-05-2024 11:03:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:26:  TRACE: [WIRE] - << <interceptor>ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptorFROM_RESOURCE</interceptor>
04-05-2024 11:03:26:JAXRS called registered writer interceptor for file provider
04-05-2024 11:03:26:FINISHED TEST : fileWriterContainerInterceptorTest()
04-05-2024 11:03:26:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:26:STARTING TEST : jaxbWriterClientInterceptorTest()
04-05-2024 11:03:26:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/poststring
04-05-2024 11:03:26:  TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor, Content-Type:text/xml
04-05-2024 11:03:26:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/poststring' to target server at 'localhost:8080'
04-05-2024 11:03:26:###############################
04-05-2024 11:03:26:[Request] Adding entity: GenericEntity{jakarta.xml.bind.JAXBElement@216ec5e4, jakarta.xml.bind.JAXBElement<java.lang.String>}
04-05-2024 11:03:26:  TRACE: [WIRE] - >> jakarta.xml.bind.JAXBElement@216ec5e4
04-05-2024 11:03:26:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:26:  TRACE: [WIRE] - << Content-Length: 95
04-05-2024 11:03:26:  TRACE: [WIRE] - << Content-Type: */*
04-05-2024 11:03:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:26:  TRACE: [WIRE] - << <interceptor>ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor</interceptor>
04-05-2024 11:03:26:JAXRS called registered writer interceptor for JAXBElement provider
04-05-2024 11:03:26:FINISHED TEST : jaxbWriterClientInterceptorTest()
04-05-2024 11:03:26:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:26:STARTING TEST : dataSourceReaderContainerInterceptorTest()
04-05-2024 11:03:26:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postdatasource
04-05-2024 11:03:26:  TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityReaderInterceptor, Content-Type:*/*
04-05-2024 11:03:26:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postdatasource' to target server at 'localhost:8080'
04-05-2024 11:03:26:###############################
04-05-2024 11:03:26:[Request] Adding entity: <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
04-05-2024 11:03:26:  TRACE: [WIRE] - >> <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
04-05-2024 11:03:26:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:26:  TRACE: [WIRE] - << FILTER_HEADER: ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityReaderInterceptorFROM_RESOURCE
04-05-2024 11:03:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:26:  TRACE: [WIRE] - << Content-Length: 95
04-05-2024 11:03:26:  TRACE: [WIRE] - << Content-Type: */*
04-05-2024 11:03:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:26:  TRACE: [WIRE] - << <interceptor>ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityReaderInterceptor</interceptor>
04-05-2024 11:03:26:JAXRS called registered reader interceptor for dataSource provider
04-05-2024 11:03:26:FINISHED TEST : dataSourceReaderContainerInterceptorTest()
04-05-2024 11:03:26:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:26:STARTING TEST : stringWriterClientInterceptorTest()
04-05-2024 11:03:26:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/poststring' to target server at 'localhost:8080'
04-05-2024 11:03:26:###############################
04-05-2024 11:03:26:[Request] Adding entity: <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
04-05-2024 11:03:26:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/poststring
04-05-2024 11:03:26:  TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor, Content-Type:*/*
04-05-2024 11:03:26:  TRACE: [WIRE] - >> <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
04-05-2024 11:03:26:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:26:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:26:  TRACE: [WIRE] - << Content-Length: 95
04-05-2024 11:03:26:  TRACE: [WIRE] - << Content-Type: */*
04-05-2024 11:03:26:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:26:  TRACE: [WIRE] - << <interceptor>ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor</interceptor>
04-05-2024 11:03:26:JAXRS called registered writer interceptor for string provider
04-05-2024 11:03:27:FINISHED TEST : stringWriterClientInterceptorTest()
04-05-2024 11:03:27:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:27:STARTING TEST : readerWriterContainerInterceptorTest()04-05-2024 11:03:27:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getreader

04-05-2024 11:03:27:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getreader' to target server at 'localhost:8080'
04-05-2024 11:03:27:###############################
04-05-2024 11:03:27:  TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor
04-05-2024 11:03:27:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:27:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:27:  TRACE: [WIRE] - << Content-Length: 108
04-05-2024 11:03:27:  TRACE: [WIRE] - << Content-Type: */*
04-05-2024 11:03:27:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:27:  TRACE: [WIRE] - << <interceptor>ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptorFROM_RESOURCE</interceptor>
04-05-2024 11:03:27:JAXRS called registered writer interceptor for reader provider
04-05-2024 11:03:27:FINISHED TEST : readerWriterContainerInterceptorTest()
04-05-2024 11:03:27:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:27:STARTING TEST : sourceWriterContainerInterceptorTest()
04-05-2024 11:03:27:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getsource
04-05-2024 11:03:27:  TRACE: [WIRE] - >> Accept:text/xml, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor
04-05-2024 11:03:27:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:27:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:27:  TRACE: [WIRE] - << Content-Length: 108
04-05-2024 11:03:27:  TRACE: [WIRE] - << Content-Type: text/xml
04-05-2024 11:03:27:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getsource' to target server at 'localhost:8080'
04-05-2024 11:03:27:###############################
04-05-2024 11:03:27:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:27:  TRACE: [WIRE] - << <interceptor>ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptorFROM_RESOURCE</interceptor>
04-05-2024 11:03:27:JAXRS called registered writer interceptor for source provider
04-05-2024 11:03:27:FINISHED TEST : sourceWriterContainerInterceptorTest()
04-05-2024 11:03:27:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:27:STARTING TEST : dataSourceWriterNoInterceptorTest()04-05-2024 11:03:27:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getdatasource
04-05-2024 11:03:27:  TRACE: [WIRE] - >> Accept:*/*

04-05-2024 11:03:27:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getdatasource' to target server at 'localhost:8080'
04-05-2024 11:03:27:###############################
04-05-2024 11:03:27:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:27:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:27:  TRACE: [WIRE] - << Content-Length: 74
04-05-2024 11:03:27:  TRACE: [WIRE] - << Content-Type: */*
04-05-2024 11:03:27:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:27:  TRACE: [WIRE] - << <resource>ee.jakarta.tck.ws.rs.spec.filter.interceptor.Resource</resource>
04-05-2024 11:03:27:FINISHED TEST : dataSourceWriterNoInterceptorTest()
04-05-2024 11:03:27:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:27:STARTING TEST : jaxbWriterNoInterceptorTest()
04-05-2024 11:03:27:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getjaxb
04-05-2024 11:03:27:  TRACE: [WIRE] - >> Accept:text/xml
04-05-2024 11:03:27:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:27:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:27:  TRACE: [WIRE] - << Content-Length: 129
04-05-2024 11:03:27:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getjaxb' to target server at 'localhost:8080'
04-05-2024 11:03:27:###############################
04-05-2024 11:03:27:  TRACE: [WIRE] - << Content-Type: text/xml
04-05-2024 11:03:27:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:27:  TRACE: [WIRE] - << <?xml version="1.0" encoding="UTF-8" standalone="yes"?><resource>ee.jakarta.tck.ws.rs.spec.filter.interceptor.Resource</resource>
04-05-2024 11:03:27:FINISHED TEST : jaxbWriterNoInterceptorTest()
04-05-2024 11:03:27:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:27:STARTING TEST : readerWriterClientInterceptorTest()
04-05-2024 11:03:27:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/poststring' to target server at 'localhost:8080'
04-05-2024 11:03:27:###############################
04-05-2024 11:03:27:[Request] Adding entity: java.io.InputStreamReader@2ce40a9304-05-2024 11:03:27:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/poststring

04-05-2024 11:03:27:  TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor, Content-Type:*/*
04-05-2024 11:03:27:  TRACE: [WIRE] - >> java.io.InputStreamReader@2ce40a93
04-05-2024 11:03:27:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:27:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:27:  TRACE: [WIRE] - << Content-Length: 95
04-05-2024 11:03:27:  TRACE: [WIRE] - << Content-Type: */*
04-05-2024 11:03:27:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:27:  TRACE: [WIRE] - << <interceptor>ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityWriterInterceptor</interceptor>
04-05-2024 11:03:27:JAXRS called registered writer interceptor for reader provider
04-05-2024 11:03:27:FINISHED TEST : readerWriterClientInterceptorTest()
04-05-2024 11:03:27:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:27:STARTING TEST : stringBeanReaderContainerInterceptorTest()
04-05-2024 11:03:27:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/poststringbean' to target server at 'localhost:8080'
04-05-2024 11:03:27:###############################
04-05-2024 11:03:27:[Request] Adding entity: <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
04-05-2024 11:03:27:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/poststringbean
04-05-2024 11:03:27:  TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityReaderInterceptor, Content-Type:*/*
04-05-2024 11:03:27:  TRACE: [WIRE] - >> <content>ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT</content>
04-05-2024 11:03:27:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:27:  TRACE: [WIRE] - << FILTER_HEADER: ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityReaderInterceptorFROM_RESOURCE
04-05-2024 11:03:27:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:27:  TRACE: [WIRE] - << Content-Length: 95
04-05-2024 11:03:27:  TRACE: [WIRE] - << Content-Type: */*
04-05-2024 11:03:27:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:27:  TRACE: [WIRE] - << <interceptor>ee.jakarta.tck.ws.rs.spec.filter.interceptor.EntityReaderInterceptor</interceptor>
04-05-2024 11:03:27:JAXRS called registered reader interceptor for StringBean provider
04-05-2024 11:03:27:FINISHED TEST : stringBeanReaderContainerInterceptorTest()
[INFO] Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.278 s - in ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.filter.lastvalue.JAXRSClientIT
04-05-2024 11:03:27:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:27:STARTING TEST : writerContextOnClientTest()
04-05-2024 11:03:27:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_lastvalue_web/resource/poststring
04-05-2024 11:03:27:  TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.lastvalue.FirstWriterInterceptor, Content-Type:*/*
04-05-2024 11:03:27:  TRACE: [WIRE] - >> [ee.jakarta.tck.ws.rs.spec.filter.lastvalue.JAXRSClientIT]
04-05-2024 11:03:27:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_lastvalue_web/resource/poststring' to target server at 'localhost:8080'
04-05-2024 11:03:27:###############################
04-05-2024 11:03:27:[Request] Adding entity: [ee.jakarta.tck.ws.rs.spec.filter.lastvalue.JAXRSClientIT]
04-05-2024 11:03:27:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:27:  TRACE: [WIRE] - << FILTER_HEADER: ee.jakarta.tck.ws.rs.spec.filter.lastvalue.FirstWriterInterceptor
04-05-2024 11:03:27:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:27:  TRACE: [WIRE] - << Content-Length: 103
04-05-2024 11:03:27:  TRACE: [WIRE] - << Content-Type: */*
04-05-2024 11:03:27:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:27:  TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.filter.lastvalue.SecondWriterInterceptorjakarta.annotation.Prioritytext/plain
04-05-2024 11:03:27:Last values set in contexts were used as expected
04-05-2024 11:03:27:FINISHED TEST : writerContextOnClientTest()
04-05-2024 11:03:27:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:27:STARTING TEST : writerContextOnContainerTest()
04-05-2024 11:03:27:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_lastvalue_web/resource/getlist' to target server at 'localhost:8080'
04-05-2024 11:03:27:###############################
04-05-2024 11:03:27:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_filter_lastvalue_web/resource/getlist
04-05-2024 11:03:27:  TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.lastvalue.FirstWriterInterceptor
04-05-2024 11:03:27:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:27:  TRACE: [WIRE] - << FILTER_HEADER: ee.jakarta.tck.ws.rs.spec.filter.lastvalue.FirstWriterInterceptor
04-05-2024 11:03:27:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:27:  TRACE: [WIRE] - << Content-Length: 103
04-05-2024 11:03:27:  TRACE: [WIRE] - << Content-Type: */*
04-05-2024 11:03:27:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:27:  TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.filter.lastvalue.SecondWriterInterceptorjakarta.annotation.Prioritytext/plain
04-05-2024 11:03:27:Last values set in contexts were used as expected
04-05-2024 11:03:27:FINISHED TEST : writerContextOnContainerTest()
04-05-2024 11:03:27:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:27:STARTING TEST : readerContextOnContainerTest()
04-05-2024 11:03:27:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_lastvalue_web/resource/postlist
04-05-2024 11:03:27:  TRACE: [WIRE] - >> Accept:*/*, FILTER_HEADER:ee.jakarta.tck.ws.rs.spec.filter.lastvalue.FirstReaderInterceptor, Content-Type:*/*
04-05-2024 11:03:27:  TRACE: [WIRE] - >> ee.jakarta.tck.ws.rs.spec.filter.lastvalue.JAXRSClientIT
04-05-2024 11:03:27:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:27:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:27:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_lastvalue_web/resource/postlist' to target server at 'localhost:8080'
04-05-2024 11:03:27:###############################
04-05-2024 11:03:27:[Request] Adding entity: ee.jakarta.tck.ws.rs.spec.filter.lastvalue.JAXRSClientIT
04-05-2024 11:03:27:  TRACE: [WIRE] - << Content-Length: 103
04-05-2024 11:03:27:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:03:27:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:27:  TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.filter.lastvalue.SecondReaderInterceptorjakarta.annotation.Prioritytext/plain
04-05-2024 11:03:27:Last values set in contexts were used as expected
04-05-2024 11:03:27:FINISHED TEST : readerContextOnContainerTest()
04-05-2024 11:03:27:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:27:STARTING TEST : readerContextOnClientTest()
04-05-2024 11:03:27:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_lastvalue_web/resource/poststring' to target server at 'localhost:8080'
04-05-2024 11:03:27:###############################
04-05-2024 11:03:27:[Request] Adding entity: ee.jakarta.tck.ws.rs.spec.filter.lastvalue.JAXRSClientIT
04-05-2024 11:03:27:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_lastvalue_web/resource/poststring
04-05-2024 11:03:27:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:03:27:  TRACE: [WIRE] - >> ee.jakarta.tck.ws.rs.spec.filter.lastvalue.JAXRSClientIT
04-05-2024 11:03:27:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:27:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:27:  TRACE: [WIRE] - << Content-Length: 56
04-05-2024 11:03:27:  TRACE: [WIRE] - << Content-Type: */*
04-05-2024 11:03:27:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:27:  TRACE: [WIRE] - << ee.jakarta.tck.ws.rs.spec.filter.lastvalue.JAXRSClientIT
04-05-2024 11:03:27:Last values set in contexts were used as expected
04-05-2024 11:03:27:FINISHED TEST : readerContextOnClientTest()
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.493 s - in ee.jakarta.tck.ws.rs.spec.filter.lastvalue.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.filter.namebinding.JAXRSClientIT
04-05-2024 11:03:27:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:27:STARTING TEST : resourceAnnotatedFirstMethodInterceptedTest()
04-05-2024 11:03:27:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_namebinding_web/resource/all/hundred' to target server at 'localhost:8080'
04-05-2024 11:03:27:###############################
04-05-2024 11:03:27:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_filter_namebinding_web/resource/all/hundred
04-05-2024 11:03:27:  TRACE: [WIRE] - >> Accept:*/*
04-05-2024 11:03:27:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:27:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:27:  TRACE: [WIRE] - << Content-Length: 3
04-05-2024 11:03:27:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:03:27:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:27:  TRACE: [WIRE] - << 101
04-05-2024 11:03:27:Both name bound interceptors has been bound as expected
04-05-2024 11:03:27:FINISHED TEST : resourceAnnotatedFirstMethodInterceptedTest()
04-05-2024 11:03:27:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:27:STARTING TEST : resourceAnnotatedSecondMethodInterceptedTest()
04-05-2024 11:03:27:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_namebinding_web/resource/all/thousand' to target server at 'localhost:8080'
04-05-2024 11:03:27:###############################
04-05-2024 11:03:27:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_filter_namebinding_web/resource/all/thousand
04-05-2024 11:03:27:  TRACE: [WIRE] - >> Accept:*/*
04-05-2024 11:03:27:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:27:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:27:  TRACE: [WIRE] - << Content-Length: 4
04-05-2024 11:03:27:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:03:27:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:27:  TRACE: [WIRE] - << 1011
04-05-2024 11:03:27:Both name bound interceptors has been bound as expected
04-05-2024 11:03:27:FINISHED TEST : resourceAnnotatedSecondMethodInterceptedTest()
04-05-2024 11:03:27:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:27:STARTING TEST : singleInterceptorBoundTest()
04-05-2024 11:03:27:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_namebinding_web/resource/ten' to target server at 'localhost:8080'
04-05-2024 11:03:27:###############################
04-05-2024 11:03:27:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_filter_namebinding_web/resource/ten
04-05-2024 11:03:27:  TRACE: [WIRE] - >> Accept:*/*
04-05-2024 11:03:27:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:27:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:27:  TRACE: [WIRE] - << Content-Length: 2
04-05-2024 11:03:27:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:03:27:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:27:  TRACE: [WIRE] - << 11
04-05-2024 11:03:27:Interceptor has been bound as expected
04-05-2024 11:03:27:FINISHED TEST : singleInterceptorBoundTest()
04-05-2024 11:03:27:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:27:STARTING TEST : readerWriterInterceptorBoundTest()
04-05-2024 11:03:27:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_filter_namebinding_web/resource/echo
04-05-2024 11:03:27:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:03:27:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_namebinding_web/resource/echo' to target server at 'localhost:8080'
04-05-2024 11:03:27:###############################
04-05-2024 11:03:27:[Request] Adding entity: 1111
04-05-2024 11:03:27:  TRACE: [WIRE] - >> 1111
04-05-2024 11:03:27:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:27:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:27:  TRACE: [WIRE] - << Content-Length: 4
04-05-2024 11:03:27:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:03:27:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:27:  TRACE: [WIRE] - << 1113
04-05-2024 11:03:27:Reader and Writer interceptor has been bound as expected
04-05-2024 11:03:27:FINISHED TEST : readerWriterInterceptorBoundTest()
04-05-2024 11:03:27:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:27:STARTING TEST : onlyPartOfUnionOfInterceptorsBoundTest()
04-05-2024 11:03:27:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_filter_namebinding_web/resource/complement
04-05-2024 11:03:27:  TRACE: [WIRE] - >> Accept:*/*
04-05-2024 11:03:27:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:27:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:27:  TRACE: [WIRE] - << Content-Length: 5
04-05-2024 11:03:27:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_namebinding_web/resource/complement' to target server at 'localhost:8080'
04-05-2024 11:03:27:###############################
04-05-2024 11:03:27:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:03:27:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:27:  TRACE: [WIRE] - << 10000
04-05-2024 11:03:27:No interceptor has been bound as expected
04-05-2024 11:03:27:FINISHED TEST : onlyPartOfUnionOfInterceptorsBoundTest()
04-05-2024 11:03:27:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:27:STARTING TEST : noInterceptorBoundTest()
04-05-2024 11:03:27:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_namebinding_web/resource/one' to target server at 'localhost:8080'
04-05-2024 11:03:27:###############################
04-05-2024 11:03:27:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_filter_namebinding_web/resource/one
04-05-2024 11:03:27:  TRACE: [WIRE] - >> Accept:*/*
04-05-2024 11:03:27:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:27:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:27:  TRACE: [WIRE] - << Content-Length: 1
04-05-2024 11:03:27:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:03:27:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:27:  TRACE: [WIRE] - << 1
04-05-2024 11:03:27:No interceptor has been bound as expected
04-05-2024 11:03:27:FINISHED TEST : noInterceptorBoundTest()
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.408 s - in ee.jakarta.tck.ws.rs.spec.filter.namebinding.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.inheritance.JAXRSClientIT
04-05-2024 11:03:28:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:28:STARTING TEST : test1()
Apr 05, 2024 11:03:28 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:28:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_inheritance_web/InheritanceTest HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:03:28:FINISHED TEST : test1()
04-05-2024 11:03:28:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:28:STARTING TEST : test2()
Apr 05, 2024 11:03:28 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:28:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_inheritance_web/InheritanceTest1 HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:03:28:FINISHED TEST : test2()
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.594 s - in ee.jakarta.tck.ws.rs.spec.inheritance.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.provider.exceptionmapper.JAXRSClientIT
04-05-2024 11:03:28:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:28:STARTING TEST : throwableTest()
Apr 05, 2024 11:03:28 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:28:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_provider_exceptionmapper_web/resource/throwable HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:03:28:FINISHED TEST : throwableTest()
04-05-2024 11:03:28:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:28:STARTING TEST : clientErrorExceptionTest()
Apr 05, 2024 11:03:28 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:28:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_provider_exceptionmapper_web/resource/clienterror HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:03:28:FINISHED TEST : clientErrorExceptionTest()
04-05-2024 11:03:28:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:28:STARTING TEST : filterChainTest()
Apr 05, 2024 11:03:29 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:29:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_provider_exceptionmapper_web/resource/chain HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:03:29:FINISHED TEST : filterChainTest()
04-05-2024 11:03:29:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:29:STARTING TEST : mappedExceptionTest()
Apr 05, 2024 11:03:29 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:29:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_provider_exceptionmapper_web/resource/mapped HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:03:29:FINISHED TEST : mappedExceptionTest()
04-05-2024 11:03:29:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:29:STARTING TEST : exceptionTest()
04-05-2024 11:03:29:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_provider_exceptionmapper_web/resource/exception HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:03:29 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:29:FINISHED TEST : exceptionTest()
04-05-2024 11:03:29:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:29:STARTING TEST : runtimeExceptionTest()
04-05-2024 11:03:29:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_provider_exceptionmapper_web/resource/runtime HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:03:29 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:29:FINISHED TEST : runtimeExceptionTest()
04-05-2024 11:03:29:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:29:STARTING TEST : webapplicationExceptionTest()
Apr 05, 2024 11:03:29 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:29:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_provider_exceptionmapper_web/resource/webapp HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:03:29:FINISHED TEST : webapplicationExceptionTest()
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.428 s - in ee.jakarta.tck.ws.rs.spec.provider.exceptionmapper.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.provider.jaxbcontext.JAXRSClientIT
04-05-2024 11:03:29:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:29:STARTING TEST : readWriteProviderTest()
Apr 05, 2024 11:03:29 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:29:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_jaxbcontext_web/resource/jaxb HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:03:29:FINISHED TEST : readWriteProviderTest()
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.362 s - in ee.jakarta.tck.ws.rs.spec.provider.jaxbcontext.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.provider.overridestandard.JAXRSClientIT
04-05-2024 11:03:29:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:29:STARTING TEST : readWriteInputStreamProviderTest()Apr 05, 2024 11:03:29 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 11:03:29:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_overridestandard_web/resource/inputstream HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:03:29:FINISHED TEST : readWriteInputStreamProviderTest()
04-05-2024 11:03:29:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:29:STARTING TEST : readWriteStringProviderTest()
Apr 05, 2024 11:03:29 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:29:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_overridestandard_web/resource/string HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:03:29:FINISHED TEST : readWriteStringProviderTest()
04-05-2024 11:03:29:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:29:STARTING TEST : readWriteMapProviderTest()
04-05-2024 11:03:29:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_overridestandard_web/resource/map HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:03:29 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:29:FINISHED TEST : readWriteMapProviderTest()
04-05-2024 11:03:29:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:29:STARTING TEST : readWriteReaderProviderTest()
Apr 05, 2024 11:03:29 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:29:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_overridestandard_web/resource/reader HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:03:29:FINISHED TEST : readWriteReaderProviderTest()
04-05-2024 11:03:29:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:29:STARTING TEST : readWriteDataSourceProviderTest()
Apr 05, 2024 11:03:29 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:29:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_overridestandard_web/resource/datasource HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:03:29:FINISHED TEST : readWriteDataSourceProviderTest()
04-05-2024 11:03:29:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:29:STARTING TEST : readWriteBooleanProviderTest()
Apr 05, 2024 11:03:29 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:29:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_overridestandard_web/resource/boolean HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:03:29:FINISHED TEST : readWriteBooleanProviderTest()
04-05-2024 11:03:29:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:29:STARTING TEST : readWriteJaxbProviderTest()
04-05-2024 11:03:29:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_overridestandard_web/resource/jaxb HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:03:29 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:29:FINISHED TEST : readWriteJaxbProviderTest()
04-05-2024 11:03:29:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:29:STARTING TEST : readWriteStreamingOutputProviderTest()
Apr 05, 2024 11:03:29 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:29:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_overridestandard_web/resource/streamingoutput HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:03:29:FINISHED TEST : readWriteStreamingOutputProviderTest()
04-05-2024 11:03:29:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:29:STARTING TEST : readWriteIntegerProviderTest()
Apr 05, 2024 11:03:29 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:29:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_overridestandard_web/resource/number HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:03:29:FINISHED TEST : readWriteIntegerProviderTest()
04-05-2024 11:03:29:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:29:STARTING TEST : readWriteSourceProviderTest()
04-05-2024 11:03:29:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_overridestandard_web/resource/source HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:03:29 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:29:FINISHED TEST : readWriteSourceProviderTest()
04-05-2024 11:03:29:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:29:STARTING TEST : readWriteCharacterProviderTest()
04-05-2024 11:03:29:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_overridestandard_web/resource/character HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:03:29 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:29:FINISHED TEST : readWriteCharacterProviderTest()
04-05-2024 11:03:29:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:29:STARTING TEST : readWriteByteArrayProviderTest()
Apr 05, 2024 11:03:29 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:29:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_overridestandard_web/resource/bytearray HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:03:29:FINISHED TEST : readWriteByteArrayProviderTest()
04-05-2024 11:03:29:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:29:STARTING TEST : readWriteFileProviderTest()
04-05-2024 11:03:29:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_overridestandard_web/resource/file HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:03:29 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:29:FINISHED TEST : readWriteFileProviderTest()
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.509 s - in ee.jakarta.tck.ws.rs.spec.provider.overridestandard.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.provider.reader.JAXRSClientIT
04-05-2024 11:03:30:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:30:STARTING TEST : meadiaTypeDefaultTest()
04-05-2024 11:03:30:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_reader_web/resource/appjava HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:03:30:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_reader_web/resource/plain HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:03:30 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:30:FINISHED TEST : meadiaTypeDefaultTest()
04-05-2024 11:03:30:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:30:STARTING TEST : iterateAllAppJavaReadersTest()
04-05-2024 11:03:30:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_reader_web/resource/appjava HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:03:30:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_reader_web/resource/plain HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:03:30 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:30:FINISHED TEST : iterateAllAppJavaReadersTest()
04-05-2024 11:03:30:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:30:STARTING TEST : meadiaTypeContentTypeTest()
04-05-2024 11:03:30:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_reader_web/resource/plain HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:03:30 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:30:FINISHED TEST : meadiaTypeContentTypeTest()
04-05-2024 11:03:30:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:30:STARTING TEST : iterateFirstAppJavaReaderTest()
04-05-2024 11:03:30:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_reader_web/resource/appjava HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:03:30:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_reader_web/resource/plain HTTP/1.1' to target server at 'localhost:8080'Apr 05, 2024 11:03:30 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 11:03:30:FINISHED TEST : iterateFirstAppJavaReaderTest()
04-05-2024 11:03:30:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:30:STARTING TEST : noEntityProviderTest()
04-05-2024 11:03:30:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_reader_web/resource/appjava HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:03:30:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_reader_web/resource/plain HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:03:30:FINISHED TEST : noEntityProviderTest()
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.382 s - in ee.jakarta.tck.ws.rs.spec.provider.reader.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.provider.sort.JAXRSClientIT
04-05-2024 11:03:30:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:30:STARTING TEST : contentTypeTextXmlGotTextWildCardTest()
Apr 05, 2024 11:03:30 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:30:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_sort_web/resource/ HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:03:30:FINISHED TEST : contentTypeTextXmlGotTextWildCardTest()
04-05-2024 11:03:30:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:30:STARTING TEST : contentTypeTextPlainGotTextPlainTest()
04-05-2024 11:03:30:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_sort_web/resource/ HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:03:30 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:30:FINISHED TEST : contentTypeTextPlainGotTextPlainTest()
04-05-2024 11:03:30:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:30:STARTING TEST : contentTypeTextHmtlGotTextWildCardTest()
04-05-2024 11:03:30:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_sort_web/resource/ HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:03:30 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:30:FINISHED TEST : contentTypeTextHmtlGotTextWildCardTest()
04-05-2024 11:03:30:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:30:STARTING TEST : contentTypeApplicationGotWildCardTest()
04-05-2024 11:03:30:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_sort_web/resource/ HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:03:30 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:30:FINISHED TEST : contentTypeApplicationGotWildCardTest()
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.375 s - in ee.jakarta.tck.ws.rs.spec.provider.sort.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.provider.standard.JAXRSClientIT
04-05-2024 11:03:30:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:30:STARTING TEST : sourceProviderTest()Apr 05, 2024 11:03:30 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
Apr 05, 2024 11:03:30 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
Apr 05, 2024 11:03:30 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 11:03:30:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/source HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:03:30:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/source HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:03:30:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/source HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:03:30 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:30:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/source HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:03:30:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/source HTTP/1.1' to target server at 'localhost:8080'Apr 05, 2024 11:03:30 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 11:03:30:FINISHED TEST : sourceProviderTest()
04-05-2024 11:03:30:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:30:STARTING TEST : streamingOutputProviderTest()
Apr 05, 2024 11:03:30 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
Apr 05, 2024 11:03:30 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:30:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/streamingoutput HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:03:30:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/streamingoutput HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:03:30:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/streamingoutput HTTP/1.1' to target server at 'localhost:8080'Apr 05, 2024 11:03:30 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 11:03:30:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/streamingoutput HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:03:31 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:31:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/streamingoutput HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:03:31 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:31:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/streamingoutput HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:03:31 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:31:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/streamingoutput HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:03:31 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:31:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/streamingoutput HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:03:31 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:31:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/streamingoutput HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:03:31 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:31:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/streamingoutput HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:03:31 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:31:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/streamingoutput HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:03:31 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:31:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/streamingoutput HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:03:31 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:31:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/streamingoutput HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:03:31 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:31:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/streamingoutput HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:03:31 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:31:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/streamingoutputsvg HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:03:31 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:31:FINISHED TEST : streamingOutputProviderTest()
04-05-2024 11:03:31:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:31:STARTING TEST : fileProviderTest()Apr 05, 2024 11:03:31 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 11:03:31:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/file HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:03:31:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/file HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:03:31 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:31:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/file HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:03:31 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:31:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/file HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:03:31 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:31:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/file HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:03:31 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:31:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/file HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:03:31 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:31:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/file HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:03:31 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:31:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/file HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:03:31 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:31:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/file HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:03:31 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:31:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/file HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:03:31 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:31:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/file HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:03:31 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:31:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/file HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:03:31 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:31:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/file HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:03:31 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:31:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/file HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:03:31 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:31:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/filesvg HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:03:31 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:31:FINISHED TEST : fileProviderTest()
04-05-2024 11:03:31:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:31:STARTING TEST : inputStreamProviderTest()
04-05-2024 11:03:31:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/inputstream HTTP/1.1' to target server at 'localhost:8080'Apr 05, 2024 11:03:31 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
Apr 05, 2024 11:03:31 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 11:03:31:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/inputstream HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:03:31:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/inputstream HTTP/1.1' to target server at 'localhost:8080'Apr 05, 2024 11:03:31 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 11:03:31:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/inputstream HTTP/1.1' to target server at 'localhost:8080'Apr 05, 2024 11:03:31 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 11:03:31:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/inputstream HTTP/1.1' to target server at 'localhost:8080'Apr 05, 2024 11:03:31 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 11:03:31:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/inputstream HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:03:31 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
Apr 05, 2024 11:03:31 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:31:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/inputstream HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:03:31:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/inputstream HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:03:31 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:31:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/inputstream HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:03:31 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:31:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/inputstream HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:03:31 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:31:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/inputstream HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:03:31 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:31:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/inputstream HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:03:31 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:31:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/inputstream HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:03:31 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:31:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/inputstream HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:03:31 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:31:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/inputstreamsvg HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:03:31 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:31:FINISHED TEST : inputStreamProviderTest()
04-05-2024 11:03:31:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:31:STARTING TEST : stringProviderTest()
Apr 05, 2024 11:03:31 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
Apr 05, 2024 11:03:31 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:31:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/string HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:03:31:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/string HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:03:31:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/string HTTP/1.1' to target server at 'localhost:8080'Apr 05, 2024 11:03:31 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 11:03:31:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/string HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:03:31 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
Apr 05, 2024 11:03:31 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:31:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/string HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:03:31:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/string HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:03:31 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:31:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/string HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:03:31 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:31:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/string HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:03:31 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:31:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/string HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:03:31 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:31:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/string HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:03:31 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:31:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/string HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:03:31 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:31:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/string HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:03:31 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:31:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/string HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:03:31 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:31:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/string HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:03:31 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:31:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/stringsvg HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:03:31 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:31:FINISHED TEST : stringProviderTest()
04-05-2024 11:03:31:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:31:STARTING TEST : readerProviderTest()
Apr 05, 2024 11:03:31 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
Apr 05, 2024 11:03:31 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
Apr 05, 2024 11:03:31 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:31:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/reader HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:03:31:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/reader HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:03:31:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/reader HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:03:31 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
Apr 05, 2024 11:03:31 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:31:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/reader HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:03:31:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/reader HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:03:31 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:31:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/reader HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:03:31:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/reader HTTP/1.1' to target server at 'localhost:8080'Apr 05, 2024 11:03:31 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 11:03:31:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/reader HTTP/1.1' to target server at 'localhost:8080'Apr 05, 2024 11:03:31 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 11:03:31:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/reader HTTP/1.1' to target server at 'localhost:8080'Apr 05, 2024 11:03:31 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 11:03:31:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/reader HTTP/1.1' to target server at 'localhost:8080'Apr 05, 2024 11:03:31 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 11:03:31:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/reader HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:03:31 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:31:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/reader HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:03:31 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:31:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/reader HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:03:31 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:31:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/reader HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:03:31 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:31:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/readersvg HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:03:31 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:31:FINISHED TEST : readerProviderTest()
04-05-2024 11:03:31:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:31:STARTING TEST : byteArrayProviderTest()
Apr 05, 2024 11:03:31 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
Apr 05, 2024 11:03:31 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:31:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/bytearray HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:03:31:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/bytearray HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:03:31:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/bytearray HTTP/1.1' to target server at 'localhost:8080'Apr 05, 2024 11:03:31 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 11:03:31:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/bytearray HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:03:31 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:31:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/bytearray HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:03:31 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:31:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/bytearray HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:03:31 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:31:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/bytearray HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:03:31 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:31:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/bytearray HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:03:31 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:31:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/bytearray HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:03:31 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:31:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/bytearray HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:03:31 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:31:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/bytearray HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:03:31 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:31:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/bytearray HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:03:31 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:31:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/bytearray HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:03:31 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:31:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/bytearray HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:03:31 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:31:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/bytearraysvg HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:03:31 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:31:FINISHED TEST : byteArrayProviderTest()
04-05-2024 11:03:31:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:31:STARTING TEST : dataSourceProviderTest()
Apr 05, 2024 11:03:31 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
Apr 05, 2024 11:03:31 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
Apr 05, 2024 11:03:31 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:31:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/datasource HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:03:31:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/datasource HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:03:31:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/datasource HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:03:31 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:31:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/datasource HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:03:31:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/datasource HTTP/1.1' to target server at 'localhost:8080'Apr 05, 2024 11:03:31 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

Apr 05, 2024 11:03:31 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:31:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/datasource HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:03:31:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/datasource HTTP/1.1' to target server at 'localhost:8080'Apr 05, 2024 11:03:31 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 11:03:31:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/datasource HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:03:31 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
Apr 05, 2024 11:03:31 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:31:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/datasource HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:03:31:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/datasource HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:03:31 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:31:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/datasource HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:03:31 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:31:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/datasource HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:03:31 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:31:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/datasource HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:03:31 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:31:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/datasource HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:03:31 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:31:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/datasourcesvg HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:03:31 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:31:FINISHED TEST : dataSourceProviderTest()
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.543 s - in ee.jakarta.tck.ws.rs.spec.provider.standard.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.provider.standardhaspriority.JAXRSClientIT
04-05-2024 11:03:31:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:31:STARTING TEST : readWriteMapProviderTest()
04-05-2024 11:03:31:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardhaspriority_web/resource/map' to target server at 'localhost:8080'
04-05-2024 11:03:31:###############################
04-05-2024 11:03:31:[Request] Adding entity: {map=[map]}
04-05-2024 11:03:31:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardhaspriority_web/resource/map
04-05-2024 11:03:31:  TRACE: [WIRE] - >> Accept:application/x-www-form-urlencoded, Content-Type:application/x-www-form-urlencoded
04-05-2024 11:03:31:  TRACE: [WIRE] - >> {map=[map]}
04-05-2024 11:03:31:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:31:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:31:  TRACE: [WIRE] - << Content-Length: 7
04-05-2024 11:03:31:  TRACE: [WIRE] - << Content-Type: application/x-www-form-urlencoded
04-05-2024 11:03:31:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:31:  TRACE: [WIRE] - << map=map
04-05-2024 11:03:31:FINISHED TEST : readWriteMapProviderTest()
04-05-2024 11:03:31:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:31:STARTING TEST : readWriteBooleanProviderTest()
04-05-2024 11:03:31:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardhaspriority_web/resource/boolean' to target server at 'localhost:8080'
04-05-2024 11:03:31:###############################
04-05-2024 11:03:31:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardhaspriority_web/resource/boolean
04-05-2024 11:03:31:  TRACE: [WIRE] - >> Accept:text/plain, Content-Type:text/plain
04-05-2024 11:03:31:  TRACE: [WIRE] - >> false
04-05-2024 11:03:31:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:31:[Request] Adding entity: false
04-05-2024 11:03:31:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:31:  TRACE: [WIRE] - << Content-Length: 5
04-05-2024 11:03:31:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:03:31:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:31:  TRACE: [WIRE] - << false
04-05-2024 11:03:31:FINISHED TEST : readWriteBooleanProviderTest()
04-05-2024 11:03:31:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:31:STARTING TEST : readWriteJaxbProviderTest()
04-05-2024 11:03:31:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardhaspriority_web/resource/jaxb' to target server at 'localhost:8080'
04-05-2024 11:03:31:###############################
04-05-2024 11:03:31:[Request] Adding entity: jakarta.xml.bind.JAXBElement@3e2dd4f5
04-05-2024 11:03:31:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardhaspriority_web/resource/jaxb
04-05-2024 11:03:31:  TRACE: [WIRE] - >> Accept:application/xml, Content-Type:application/xml
04-05-2024 11:03:31:  TRACE: [WIRE] - >> jakarta.xml.bind.JAXBElement@3e2dd4f5
04-05-2024 11:03:31:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:31:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:31:  TRACE: [WIRE] - << Content-Length: 72
04-05-2024 11:03:31:  TRACE: [WIRE] - << Content-Type: application/xml
04-05-2024 11:03:31:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:31:  TRACE: [WIRE] - << <?xml version="1.0" encoding="UTF-8" standalone="yes"?><jaxb>jaxb</jaxb>
04-05-2024 11:03:31:FINISHED TEST : readWriteJaxbProviderTest()
04-05-2024 11:03:31:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:31:STARTING TEST : readWriteIntegerProviderTest()04-05-2024 11:03:31:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardhaspriority_web/resource/number
04-05-2024 11:03:31:  TRACE: [WIRE] - >> Accept:text/plain, Content-Type:text/plain
04-05-2024 11:03:31:  TRACE: [WIRE] - >> 0

04-05-2024 11:03:31:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardhaspriority_web/resource/number' to target server at 'localhost:8080'
04-05-2024 11:03:31:###############################
04-05-2024 11:03:31:[Request] Adding entity: 0
04-05-2024 11:03:31:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:31:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:31:  TRACE: [WIRE] - << Content-Length: 1
04-05-2024 11:03:31:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:03:31:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:31:  TRACE: [WIRE] - << 0
04-05-2024 11:03:31:FINISHED TEST : readWriteIntegerProviderTest()
04-05-2024 11:03:31:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:31:STARTING TEST : readWriteCharacterProviderTest()
04-05-2024 11:03:31:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardhaspriority_web/resource/character
04-05-2024 11:03:31:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardhaspriority_web/resource/character' to target server at 'localhost:8080'
04-05-2024 11:03:31:###############################
04-05-2024 11:03:31:[Request] Adding entity: a
04-05-2024 11:03:31:  TRACE: [WIRE] - >> Accept:text/plain, Content-Type:text/plain
04-05-2024 11:03:31:  TRACE: [WIRE] - >> a
04-05-2024 11:03:31:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:31:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:31:  TRACE: [WIRE] - << Content-Length: 1
04-05-2024 11:03:31:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:03:31:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:31:  TRACE: [WIRE] - << a
04-05-2024 11:03:31:FINISHED TEST : readWriteCharacterProviderTest()
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.482 s - in ee.jakarta.tck.ws.rs.spec.provider.standardhaspriority.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.provider.standardnotnull.JAXRSClientIT
04-05-2024 11:03:32:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:32:STARTING TEST : clientInputStreamProviderTest()
04-05-2024 11:03:32:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity
04-05-2024 11:03:32:  TRACE: [WIRE] - >> Accept:*/*
04-05-2024 11:03:32:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity' to target server at 'localhost:8080'
04-05-2024 11:03:32:###############################
04-05-2024 11:03:32:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:32:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:32:  TRACE: [WIRE] - << Content-Length: 0
04-05-2024 11:03:32:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:32:FINISHED TEST : clientInputStreamProviderTest()
04-05-2024 11:03:32:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:32:STARTING TEST : serverDataSourceProviderTest()
04-05-2024 11:03:32:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/datasource
04-05-2024 11:03:32:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/datasource' to target server at 'localhost:8080'
04-05-2024 11:03:32:###############################
04-05-2024 11:03:32:  TRACE: [WIRE] - >> Accept:*/*
04-05-2024 11:03:32:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:32:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:32:  TRACE: [WIRE] - << Content-Length: 8
04-05-2024 11:03:32:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:03:32:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:32:  TRACE: [WIRE] - << EXPECTED
04-05-2024 11:03:32:FINISHED TEST : serverDataSourceProviderTest()
04-05-2024 11:03:32:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:32:STARTING TEST : clientMultivaluedMapProviderTest()
04-05-2024 11:03:32:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity' to target server at 'localhost:8080'
04-05-2024 11:03:32:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity
04-05-2024 11:03:32:###############################
04-05-2024 11:03:32:  TRACE: [WIRE] - >> Accept:*/*
04-05-2024 11:03:32:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:32:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:32:  TRACE: [WIRE] - << Content-Length: 0
04-05-2024 11:03:32:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:32:FINISHED TEST : clientMultivaluedMapProviderTest()
04-05-2024 11:03:32:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:32:STARTING TEST : serverFileProviderTest()
04-05-2024 11:03:32:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/file
04-05-2024 11:03:32:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/file' to target server at 'localhost:8080'
04-05-2024 11:03:32:###############################
04-05-2024 11:03:32:  TRACE: [WIRE] - >> Accept:*/*
04-05-2024 11:03:32:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:32:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:32:  TRACE: [WIRE] - << Content-Length: 8
04-05-2024 11:03:32:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:03:32:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:32:  TRACE: [WIRE] - << EXPECTED
04-05-2024 11:03:32:FINISHED TEST : serverFileProviderTest()
04-05-2024 11:03:32:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:32:STARTING TEST : serverStringProviderTest()
04-05-2024 11:03:32:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/string' to target server at 'localhost:8080'
04-05-2024 11:03:32:###############################04-05-2024 11:03:32:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/string
04-05-2024 11:03:32:  TRACE: [WIRE] - >> Accept:*/*

04-05-2024 11:03:32:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:32:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:32:  TRACE: [WIRE] - << Content-Length: 8
04-05-2024 11:03:32:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:03:32:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:32:  TRACE: [WIRE] - << EXPECTED
04-05-2024 11:03:32:FINISHED TEST : serverStringProviderTest()
04-05-2024 11:03:32:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:32:STARTING TEST : clientDataSourceProviderTest()
04-05-2024 11:03:32:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity' to target server at 'localhost:8080'04-05-2024 11:03:32:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity
04-05-2024 11:03:32:  TRACE: [WIRE] - >> Accept:*/*
04-05-2024 11:03:32:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:32:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:32:  TRACE: [WIRE] - << Content-Length: 0
04-05-2024 11:03:32:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)

04-05-2024 11:03:32:###############################
04-05-2024 11:03:32:FINISHED TEST : clientDataSourceProviderTest()
04-05-2024 11:03:32:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:32:STARTING TEST : clientCharProviderTest()
04-05-2024 11:03:32:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity
04-05-2024 11:03:32:  TRACE: [WIRE] - >> Accept:*/*
04-05-2024 11:03:32:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:32:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:32:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity' to target server at 'localhost:8080'
04-05-2024 11:03:32:###############################
04-05-2024 11:03:32:  TRACE: [WIRE] - << Content-Length: 0
04-05-2024 11:03:32:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:32:Found expected NoContentException jakarta.ws.rs.core.NoContentException: Missing entity.
04-05-2024 11:03:32:FINISHED TEST : clientCharProviderTest()
04-05-2024 11:03:32:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:32:STARTING TEST : serverReaderProviderTest()
04-05-2024 11:03:32:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/reader' to target server at 'localhost:8080'
04-05-2024 11:03:32:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/reader
04-05-2024 11:03:32:###############################
04-05-2024 11:03:32:  TRACE: [WIRE] - >> Accept:*/*
04-05-2024 11:03:32:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:32:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:32:  TRACE: [WIRE] - << Content-Length: 8
04-05-2024 11:03:32:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:03:32:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:32:  TRACE: [WIRE] - << EXPECTED
04-05-2024 11:03:32:FINISHED TEST : serverReaderProviderTest()
04-05-2024 11:03:32:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:32:STARTING TEST : serverBooleanProviderTest()
04-05-2024 11:03:32:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/boolean' to target server at 'localhost:8080'
04-05-2024 11:03:32:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/boolean
04-05-2024 11:03:32:###############################
04-05-2024 11:03:32:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain
04-05-2024 11:03:32:  TRACE: [WIRE] - << 400 BAD_REQUEST
04-05-2024 11:03:32:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:32:  TRACE: [WIRE] - << Connection: close
04-05-2024 11:03:32:  TRACE: [WIRE] - << Content-Length: 1067
04-05-2024 11:03:32:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 11:03:32:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 11:03:32:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:32:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 7.0.9 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 400 - Bad Request</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Bad Request</p><p><b>description</b>The request sent by the client was syntactically incorrect.</p><hr/><h3>Eclipse GlassFish 7.0.9</h3></body></html>
04-05-2024 11:03:32:FINISHED TEST : serverBooleanProviderTest()
04-05-2024 11:03:32:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:32:STARTING TEST : clientSourceProviderTest()
04-05-2024 11:03:32:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity' to target server at 'localhost:8080'
04-05-2024 11:03:32:###############################04-05-2024 11:03:32:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity

04-05-2024 11:03:32:  TRACE: [WIRE] - >> Accept:*/*
04-05-2024 11:03:32:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:32:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:32:  TRACE: [WIRE] - << Content-Length: 0
04-05-2024 11:03:32:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:32:FINISHED TEST : clientSourceProviderTest()
04-05-2024 11:03:32:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:32:STARTING TEST : clientJaxbProviderTest()
04-05-2024 11:03:32:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/null
04-05-2024 11:03:32:  TRACE: [WIRE] - >> Accept:application/xml
04-05-2024 11:03:32:  TRACE: [WIRE] - << 204 NO_CONTENT
04-05-2024 11:03:32:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:32:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/null' to target server at 'localhost:8080'
04-05-2024 11:03:32:###############################
04-05-2024 11:03:32:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:32:Read JAXBElement entity is null as expected
04-05-2024 11:03:32:FINISHED TEST : clientJaxbProviderTest()
04-05-2024 11:03:32:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:32:STARTING TEST : serverIntegerProviderTest()
04-05-2024 11:03:32:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/integer' to target server at 'localhost:8080'
04-05-2024 11:03:32:###############################
04-05-2024 11:03:32:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/integer
04-05-2024 11:03:32:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain
04-05-2024 11:03:32:  TRACE: [WIRE] - << 400 BAD_REQUEST
04-05-2024 11:03:32:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:32:  TRACE: [WIRE] - << Connection: close
04-05-2024 11:03:32:  TRACE: [WIRE] - << Content-Length: 1067
04-05-2024 11:03:32:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 11:03:32:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 11:03:32:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:32:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 7.0.9 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 400 - Bad Request</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Bad Request</p><p><b>description</b>The request sent by the client was syntactically incorrect.</p><hr/><h3>Eclipse GlassFish 7.0.9</h3></body></html>
04-05-2024 11:03:32:FINISHED TEST : serverIntegerProviderTest()
04-05-2024 11:03:32:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:32:STARTING TEST : serverCharProviderTest()
04-05-2024 11:03:32:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/character
04-05-2024 11:03:32:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain
04-05-2024 11:03:32:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/character' to target server at 'localhost:8080'
04-05-2024 11:03:32:###############################
04-05-2024 11:03:32:  TRACE: [WIRE] - << 400 BAD_REQUEST
04-05-2024 11:03:32:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:32:  TRACE: [WIRE] - << Connection: close
04-05-2024 11:03:32:  TRACE: [WIRE] - << Content-Length: 1067
04-05-2024 11:03:32:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 11:03:32:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 11:03:32:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:32:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 7.0.9 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 400 - Bad Request</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Bad Request</p><p><b>description</b>The request sent by the client was syntactically incorrect.</p><hr/><h3>Eclipse GlassFish 7.0.9</h3></body></html>
04-05-2024 11:03:32:FINISHED TEST : serverCharProviderTest()
04-05-2024 11:03:32:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:32:STARTING TEST : clientByteArrayProviderTest()
04-05-2024 11:03:32:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity
04-05-2024 11:03:32:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity' to target server at 'localhost:8080'
04-05-2024 11:03:32:###############################
04-05-2024 11:03:32:  TRACE: [WIRE] - >> Accept:*/*
04-05-2024 11:03:32:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:32:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:32:  TRACE: [WIRE] - << Content-Length: 0
04-05-2024 11:03:32:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:32:FINISHED TEST : clientByteArrayProviderTest()
04-05-2024 11:03:32:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:32:STARTING TEST : serverInputStreamProviderTest()
04-05-2024 11:03:32:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/inputstream' to target server at 'localhost:8080'
04-05-2024 11:03:32:###############################04-05-2024 11:03:32:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/inputstream

04-05-2024 11:03:32:  TRACE: [WIRE] - >> Accept:*/*
04-05-2024 11:03:32:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:32:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:32:  TRACE: [WIRE] - << Content-Length: 8
04-05-2024 11:03:32:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:03:32:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:32:  TRACE: [WIRE] - << EXPECTED
04-05-2024 11:03:32:FINISHED TEST : serverInputStreamProviderTest()
04-05-2024 11:03:32:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:32:STARTING TEST : clientBooleanProviderTest()
04-05-2024 11:03:32:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity' to target server at 'localhost:8080'04-05-2024 11:03:32:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity
04-05-2024 11:03:32:  TRACE: [WIRE] - >> Accept:*/*
04-05-2024 11:03:32:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:32:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:32:  TRACE: [WIRE] - << Content-Length: 0
04-05-2024 11:03:32:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)

04-05-2024 11:03:32:###############################
04-05-2024 11:03:32:Found expected NoContentException jakarta.ws.rs.core.NoContentException: Missing entity.
04-05-2024 11:03:32:FINISHED TEST : clientBooleanProviderTest()
04-05-2024 11:03:32:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:32:STARTING TEST : clientStringProviderTest()
04-05-2024 11:03:32:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity
04-05-2024 11:03:32:  TRACE: [WIRE] - >> Accept:*/*
04-05-2024 11:03:32:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:32:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity' to target server at 'localhost:8080'
04-05-2024 11:03:32:###############################
04-05-2024 11:03:32:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:32:  TRACE: [WIRE] - << Content-Length: 0
04-05-2024 11:03:32:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:32:FINISHED TEST : clientStringProviderTest()
04-05-2024 11:03:32:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:32:STARTING TEST : serverJaxbProviderTest()
04-05-2024 11:03:32:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/jaxb
04-05-2024 11:03:32:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/jaxb' to target server at 'localhost:8080'
04-05-2024 11:03:32:###############################
04-05-2024 11:03:32:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/xml
04-05-2024 11:03:32:  TRACE: [WIRE] - << 400 BAD_REQUEST
04-05-2024 11:03:32:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:32:  TRACE: [WIRE] - << Connection: close
04-05-2024 11:03:32:  TRACE: [WIRE] - << Content-Length: 1067
04-05-2024 11:03:32:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 11:03:32:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 11:03:32:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:32:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 7.0.9 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 400 - Bad Request</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Bad Request</p><p><b>description</b>The request sent by the client was syntactically incorrect.</p><hr/><h3>Eclipse GlassFish 7.0.9</h3></body></html>
04-05-2024 11:03:32:FINISHED TEST : serverJaxbProviderTest()
04-05-2024 11:03:32:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:32:STARTING TEST : clientReaderProviderTest()04-05-2024 11:03:32:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity
04-05-2024 11:03:32:  TRACE: [WIRE] - >> Accept:*/*
04-05-2024 11:03:32:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:32:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9

04-05-2024 11:03:32:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity' to target server at 'localhost:8080'
04-05-2024 11:03:32:###############################
04-05-2024 11:03:32:  TRACE: [WIRE] - << Content-Length: 0
04-05-2024 11:03:32:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:32:FINISHED TEST : clientReaderProviderTest()
04-05-2024 11:03:32:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:32:STARTING TEST : serverStreamingOutputProviderTest()
04-05-2024 11:03:32:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/streamingoutput
04-05-2024 11:03:32:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:03:32:  TRACE: [WIRE] - >> StreamingOutput
04-05-2024 11:03:32:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:32:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:32:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/streamingoutput' to target server at 'localhost:8080'
04-05-2024 11:03:32:###############################
04-05-2024 11:03:32:[Request] Adding entity: StreamingOutput
04-05-2024 11:03:32:  TRACE: [WIRE] - << Content-Length: 15
04-05-2024 11:03:32:  TRACE: [WIRE] - << Content-Type: application/octet-stream
04-05-2024 11:03:32:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:32:  TRACE: [WIRE] - << StreamingOutput
04-05-2024 11:03:32:FINISHED TEST : serverStreamingOutputProviderTest()
04-05-2024 11:03:32:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:32:STARTING TEST : serverByteArrayProviderTest()
04-05-2024 11:03:32:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/bytearray
04-05-2024 11:03:32:  TRACE: [WIRE] - >> Accept:*/*
04-05-2024 11:03:32:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:32:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:32:  TRACE: [WIRE] - << Content-Length: 8
04-05-2024 11:03:32:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:03:32:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/bytearray' to target server at 'localhost:8080'
04-05-2024 11:03:32:###############################
04-05-2024 11:03:32:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:32:  TRACE: [WIRE] - << EXPECTED
04-05-2024 11:03:32:FINISHED TEST : serverByteArrayProviderTest()
04-05-2024 11:03:32:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:32:STARTING TEST : serverBigDecimalProviderTest()
04-05-2024 11:03:32:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/bigdecimal
04-05-2024 11:03:32:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:text/plain
04-05-2024 11:03:32:  TRACE: [WIRE] - << 400 BAD_REQUEST
04-05-2024 11:03:32:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:32:  TRACE: [WIRE] - << Connection: close
04-05-2024 11:03:32:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/bigdecimal' to target server at 'localhost:8080'
04-05-2024 11:03:32:###############################
04-05-2024 11:03:32:  TRACE: [WIRE] - << Content-Length: 1067
04-05-2024 11:03:32:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 11:03:32:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 11:03:32:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:32:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 7.0.9 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 400 - Bad Request</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Bad Request</p><p><b>description</b>The request sent by the client was syntactically incorrect.</p><hr/><h3>Eclipse GlassFish 7.0.9</h3></body></html>
04-05-2024 11:03:32:FINISHED TEST : serverBigDecimalProviderTest()
04-05-2024 11:03:32:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:32:STARTING TEST : clientFileProviderTest()
04-05-2024 11:03:32:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity' to target server at 'localhost:8080'
04-05-2024 11:03:32:###############################04-05-2024 11:03:32:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity

04-05-2024 11:03:32:  TRACE: [WIRE] - >> Accept:*/*
04-05-2024 11:03:32:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:32:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:32:  TRACE: [WIRE] - << Content-Length: 0
04-05-2024 11:03:32:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:32:FINISHED TEST : clientFileProviderTest()
04-05-2024 11:03:32:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:32:STARTING TEST : serverSourceProviderTest()
04-05-2024 11:03:32:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/source' to target server at 'localhost:8080'
04-05-2024 11:03:32:###############################
04-05-2024 11:03:32:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/source
04-05-2024 11:03:32:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/xml
04-05-2024 11:03:32:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:32:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:32:  TRACE: [WIRE] - << Content-Length: 8
04-05-2024 11:03:32:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:03:32:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:32:  TRACE: [WIRE] - << EXPECTED
04-05-2024 11:03:32:FINISHED TEST : serverSourceProviderTest()
04-05-2024 11:03:32:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:32:STARTING TEST : clientIntegerProviderTest()
04-05-2024 11:03:32:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity
04-05-2024 11:03:32:  TRACE: [WIRE] - >> Accept:*/*
04-05-2024 11:03:32:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:32:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:32:  TRACE: [WIRE] - << Content-Length: 0
04-05-2024 11:03:32:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:32:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity' to target server at 'localhost:8080'
04-05-2024 11:03:32:###############################
04-05-2024 11:03:32:Found expected NoContentException jakarta.ws.rs.core.NoContentException: Missing entity.
04-05-2024 11:03:32:FINISHED TEST : clientIntegerProviderTest()
04-05-2024 11:03:32:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:32:STARTING TEST : serverMultivaluedMapProviderTest()
04-05-2024 11:03:32:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/map' to target server at 'localhost:8080'04-05-2024 11:03:32:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/map
04-05-2024 11:03:32:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:application/x-www-form-urlencoded
04-05-2024 11:03:32:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:32:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9

04-05-2024 11:03:32:###############################
04-05-2024 11:03:32:  TRACE: [WIRE] - << Content-Length: 8
04-05-2024 11:03:32:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:03:32:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:32:  TRACE: [WIRE] - << EXPECTED
04-05-2024 11:03:32:FINISHED TEST : serverMultivaluedMapProviderTest()
04-05-2024 11:03:32:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:32:STARTING TEST : clientBigDecimalProviderTest()
04-05-2024 11:03:32:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity
04-05-2024 11:03:32:  TRACE: [WIRE] - >> Accept:*/*
04-05-2024 11:03:32:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity' to target server at 'localhost:8080'
04-05-2024 11:03:32:###############################
04-05-2024 11:03:32:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:32:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:32:  TRACE: [WIRE] - << Content-Length: 0
04-05-2024 11:03:32:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:32:Found expected NoContentException jakarta.ws.rs.core.NoContentException: Missing entity.
04-05-2024 11:03:32:FINISHED TEST : clientBigDecimalProviderTest()
[INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.784 s - in ee.jakarta.tck.ws.rs.spec.provider.standardnotnull.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.provider.standardwithjaxrsclient.JAXRSClientIT
04-05-2024 11:03:32:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:32:STARTING TEST : readWriteProviderBigDecimalTest()
04-05-2024 11:03:32:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardwithjaxrsclient_web/resource/bigdecimal
04-05-2024 11:03:32:  TRACE: [WIRE] - >> Accept:text/plain, Content-Type:text/plain
04-05-2024 11:03:32:  TRACE: [WIRE] - >> 2147483647
04-05-2024 11:03:32:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:32:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:32:  TRACE: [WIRE] - << Content-Length: 10
04-05-2024 11:03:32:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardwithjaxrsclient_web/resource/bigdecimal' to target server at 'localhost:8080'
04-05-2024 11:03:32:###############################
04-05-2024 11:03:32:[Request] Adding entity: 2147483647
04-05-2024 11:03:32:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:03:32:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:32:  TRACE: [WIRE] - << 2147483647
04-05-2024 11:03:32:Found expected entity 2147483647
04-05-2024 11:03:32:FINISHED TEST : readWriteProviderBigDecimalTest()
04-05-2024 11:03:32:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:32:STARTING TEST : readWriteProviderDoubleTest()
04-05-2024 11:03:32:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardwithjaxrsclient_web/resource/bigdouble
04-05-2024 11:03:32:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardwithjaxrsclient_web/resource/bigdouble' to target server at 'localhost:8080'
04-05-2024 11:03:32:###############################
04-05-2024 11:03:32:[Request] Adding entity: 3.141592653589793
04-05-2024 11:03:32:  TRACE: [WIRE] - >> Accept:text/plain, Content-Type:text/plain
04-05-2024 11:03:32:  TRACE: [WIRE] - >> 3.141592653589793
04-05-2024 11:03:32:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:32:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:32:  TRACE: [WIRE] - << Content-Length: 17
04-05-2024 11:03:32:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:03:32:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:32:  TRACE: [WIRE] - << 3.141592653589793
04-05-2024 11:03:32:Found expected entity 3.141592653589793
04-05-2024 11:03:32:FINISHED TEST : readWriteProviderDoubleTest()
04-05-2024 11:03:32:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:32:STARTING TEST : readWriteProviderIntTest()
04-05-2024 11:03:32:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardwithjaxrsclient_web/resource/int
04-05-2024 11:03:32:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardwithjaxrsclient_web/resource/int' to target server at 'localhost:8080'
04-05-2024 11:03:32:###############################
04-05-2024 11:03:32:[Request] Adding entity: 2147483647
04-05-2024 11:03:32:  TRACE: [WIRE] - >> Accept:text/plain, Content-Type:text/plain
04-05-2024 11:03:32:  TRACE: [WIRE] - >> 2147483647
04-05-2024 11:03:32:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:32:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:32:  TRACE: [WIRE] - << Content-Length: 10
04-05-2024 11:03:32:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:03:32:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:32:  TRACE: [WIRE] - << 2147483647
04-05-2024 11:03:32:FINISHED TEST : readWriteProviderIntTest()
04-05-2024 11:03:32:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:32:STARTING TEST : readWriteProviderCharacterTest()
04-05-2024 11:03:32:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardwithjaxrsclient_web/resource/character
04-05-2024 11:03:32:  TRACE: [WIRE] - >> Accept:text/plain, Content-Type:text/plain
04-05-2024 11:03:32:  TRACE: [WIRE] - >> x
04-05-2024 11:03:32:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:32:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:32:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardwithjaxrsclient_web/resource/character' to target server at 'localhost:8080'
04-05-2024 11:03:32:###############################
04-05-2024 11:03:32:[Request] Adding entity: x
04-05-2024 11:03:32:  TRACE: [WIRE] - << Content-Length: 1
04-05-2024 11:03:32:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:03:32:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:32:  TRACE: [WIRE] - << x
04-05-2024 11:03:32:Found expected entity x
04-05-2024 11:03:32:FINISHED TEST : readWriteProviderCharacterTest()
04-05-2024 11:03:32:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:32:STARTING TEST : readWriteProviderCharTest()
04-05-2024 11:03:32:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardwithjaxrsclient_web/resource/char' to target server at 'localhost:8080'
04-05-2024 11:03:32:###############################
04-05-2024 11:03:32:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardwithjaxrsclient_web/resource/char
04-05-2024 11:03:32:[Request] Adding entity: x
04-05-2024 11:03:32:  TRACE: [WIRE] - >> Accept:text/plain, Content-Type:text/plain
04-05-2024 11:03:32:  TRACE: [WIRE] - >> x
04-05-2024 11:03:32:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:32:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:32:  TRACE: [WIRE] - << Content-Length: 1
04-05-2024 11:03:32:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:03:32:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:32:  TRACE: [WIRE] - << x
04-05-2024 11:03:32:FINISHED TEST : readWriteProviderCharTest()
04-05-2024 11:03:32:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:32:STARTING TEST : readWriteProviderIntegerTest()
04-05-2024 11:03:32:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardwithjaxrsclient_web/resource/integer' to target server at 'localhost:8080'04-05-2024 11:03:32:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardwithjaxrsclient_web/resource/integer
04-05-2024 11:03:32:  TRACE: [WIRE] - >> Accept:text/plain, Content-Type:text/plain
04-05-2024 11:03:32:  TRACE: [WIRE] - >> 2147483647
04-05-2024 11:03:32:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:32:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:32:  TRACE: [WIRE] - << Content-Length: 10
04-05-2024 11:03:32:  TRACE: [WIRE] - << Content-Type: text/plain

04-05-2024 11:03:32:###############################
04-05-2024 11:03:32:[Request] Adding entity: 2147483647
04-05-2024 11:03:32:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:32:  TRACE: [WIRE] - << 2147483647
04-05-2024 11:03:32:Found expected entity 2147483647
04-05-2024 11:03:32:FINISHED TEST : readWriteProviderIntegerTest()
04-05-2024 11:03:32:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:32:STARTING TEST : mapElementProviderTest()04-05-2024 11:03:33:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardwithjaxrsclient_web/resource/map
04-05-2024 11:03:33:  TRACE: [WIRE] - >> Accept:application/x-www-form-urlencoded, Content-Type:application/x-www-form-urlencoded
04-05-2024 11:03:33:  TRACE: [WIRE] - >> {map=[map]}
04-05-2024 11:03:33:  TRACE: [WIRE] - << 200 OK

04-05-2024 11:03:32:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardwithjaxrsclient_web/resource/map' to target server at 'localhost:8080'
04-05-2024 11:03:32:###############################
04-05-2024 11:03:33:[Request] Adding entity: {map=[map]}
04-05-2024 11:03:33:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:33:  TRACE: [WIRE] - << Content-Length: 7
04-05-2024 11:03:33:  TRACE: [WIRE] - << Content-Type: application/x-www-form-urlencoded
04-05-2024 11:03:33:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:33:  TRACE: [WIRE] - << map=map
04-05-2024 11:03:33:found expected MultivaluedMap {map=[map]}
04-05-2024 11:03:33:FINISHED TEST : mapElementProviderTest()
04-05-2024 11:03:33:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:33:STARTING TEST : readWriteProviderBoolTest()
04-05-2024 11:03:33:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardwithjaxrsclient_web/resource/bool' to target server at 'localhost:8080'
04-05-2024 11:03:33:###############################
04-05-2024 11:03:33:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardwithjaxrsclient_web/resource/bool
04-05-2024 11:03:33:[Request] Adding entity: false
04-05-2024 11:03:33:  TRACE: [WIRE] - >> Accept:text/plain, Content-Type:text/plain
04-05-2024 11:03:33:  TRACE: [WIRE] - >> false
04-05-2024 11:03:33:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:33:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:33:  TRACE: [WIRE] - << Content-Length: 5
04-05-2024 11:03:33:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:03:33:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:33:  TRACE: [WIRE] - << false
04-05-2024 11:03:33:FINISHED TEST : readWriteProviderBoolTest()
04-05-2024 11:03:33:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:33:STARTING TEST : readWriteProviderLongTest()
04-05-2024 11:03:33:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardwithjaxrsclient_web/resource/long' to target server at 'localhost:8080'
04-05-2024 11:03:33:###############################
04-05-2024 11:03:33:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardwithjaxrsclient_web/resource/long
04-05-2024 11:03:33:[Request] Adding entity: 9223372036854775807
04-05-2024 11:03:33:  TRACE: [WIRE] - >> Accept:text/plain, Content-Type:text/plain
04-05-2024 11:03:33:  TRACE: [WIRE] - >> 9223372036854775807
04-05-2024 11:03:33:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:33:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:33:  TRACE: [WIRE] - << Content-Length: 19
04-05-2024 11:03:33:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:03:33:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:33:  TRACE: [WIRE] - << 9223372036854775807
04-05-2024 11:03:33:FINISHED TEST : readWriteProviderLongTest()
04-05-2024 11:03:33:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:33:STARTING TEST : readWriteProviderBigLongTest()
04-05-2024 11:03:33:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardwithjaxrsclient_web/resource/biglong' to target server at 'localhost:8080'
04-05-2024 11:03:33:###############################
04-05-2024 11:03:33:[Request] Adding entity: 9223372036854775807
04-05-2024 11:03:33:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardwithjaxrsclient_web/resource/biglong
04-05-2024 11:03:33:  TRACE: [WIRE] - >> Accept:text/plain, Content-Type:text/plain
04-05-2024 11:03:33:  TRACE: [WIRE] - >> 9223372036854775807
04-05-2024 11:03:33:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:33:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:33:  TRACE: [WIRE] - << Content-Length: 19
04-05-2024 11:03:33:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:03:33:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:33:  TRACE: [WIRE] - << 9223372036854775807
04-05-2024 11:03:33:Found expected entity 9223372036854775807
04-05-2024 11:03:33:FINISHED TEST : readWriteProviderBigLongTest()
04-05-2024 11:03:33:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:33:STARTING TEST : readWriteProviderBooleanTest()04-05-2024 11:03:33:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_standardwithjaxrsclient_web/resource/boolean
04-05-2024 11:03:33:  TRACE: [WIRE] - >> Accept:text/plain, Content-Type:text/plain
04-05-2024 11:03:33:  TRACE: [WIRE] - >> true
04-05-2024 11:03:33:  TRACE: [WIRE] - << 200 OK

04-05-2024 11:03:33:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardwithjaxrsclient_web/resource/boolean' to target server at 'localhost:8080'
04-05-2024 11:03:33:###############################
04-05-2024 11:03:33:[Request] Adding entity: true
04-05-2024 11:03:33:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:33:  TRACE: [WIRE] - << Content-Length: 4
04-05-2024 11:03:33:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:03:33:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:33:  TRACE: [WIRE] - << true
04-05-2024 11:03:33:Found expected entity true
04-05-2024 11:03:33:FINISHED TEST : readWriteProviderBooleanTest()
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.71 s - in ee.jakarta.tck.ws.rs.spec.provider.standardwithjaxrsclient.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.provider.standardwithxmlbinding.JAXRSClientIT
04-05-2024 11:03:33:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:33:STARTING TEST : jaxbElementProviderTest()
Apr 05, 2024 11:03:33 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
Apr 05, 2024 11:03:33 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:33:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standardwithxmlbinding_web/resource/jaxb HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:03:33:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standardwithxmlbinding_web/resource/jaxb HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:03:33:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standardwithxmlbinding_web/resource/jaxb HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:03:33 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:33:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standardwithxmlbinding_web/resource/jaxb HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:03:33 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:33:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standardwithxmlbinding_web/resource/jaxb HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:03:33 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:33:FINISHED TEST : jaxbElementProviderTest()
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.406 s - in ee.jakarta.tck.ws.rs.spec.provider.standardwithxmlbinding.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.provider.visibility.JAXRSClientIT
04-05-2024 11:03:33:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:33:STARTING TEST : bodyWriterTest()
04-05-2024 11:03:33:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_provider_visibility_web/resource/bodywriter HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:03:33 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:33:FINISHED TEST : bodyWriterTest()
04-05-2024 11:03:33:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:33:STARTING TEST : bodyReaderTest()
Apr 05, 2024 11:03:33 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:33:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_visibility_web/resource/bodyreader HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:03:33:FINISHED TEST : bodyReaderTest()
04-05-2024 11:03:33:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:33:STARTING TEST : contextResolverTest()
Apr 05, 2024 11:03:33 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:33:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_provider_visibility_web/resource/contextresolver HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:03:33:FINISHED TEST : contextResolverTest()
04-05-2024 11:03:33:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:33:STARTING TEST : exceptionMapperTest()
Apr 05, 2024 11:03:33 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:33:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_provider_visibility_web/resource/exceptionmapper HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:03:33:FINISHED TEST : exceptionMapperTest()
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.364 s - in ee.jakarta.tck.ws.rs.spec.provider.visibility.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.provider.writer.JAXRSClientIT
04-05-2024 11:03:34:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:34:STARTING TEST : supportXmlByDefaultWriterTest()
04-05-2024 11:03:34:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_writer_web/resource/writer' to target server at 'localhost:8080'
04-05-2024 11:03:34:###############################
04-05-2024 11:03:34:[Request] Adding entity: ee.jakarta.tck.ws.rs.spec.provider.writer.DefaultEntityWriter
04-05-2024 11:03:34:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_writer_web/resource/writer
04-05-2024 11:03:34:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:03:34:  TRACE: [WIRE] - >> ee.jakarta.tck.ws.rs.spec.provider.writer.DefaultEntityWriter
04-05-2024 11:03:34:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:34:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:34:  TRACE: [WIRE] - << Content-Length: 0
04-05-2024 11:03:34:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:34:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_provider_writer_web/resource/supportxml' to target server at 'localhost:8080'
04-05-2024 11:03:34:###############################
04-05-2024 11:03:34:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_provider_writer_web/resource/supportxml
04-05-2024 11:03:34:  TRACE: [WIRE] - >> Accept:*/*
04-05-2024 11:03:34:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:34:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:34:  TRACE: [WIRE] - << Content-Length: 59
04-05-2024 11:03:34:  TRACE: [WIRE] - << Content-Type: application/xml
04-05-2024 11:03:34:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:34:  TRACE: [WIRE] - << AppAnyEntityWriter;DefaultEntityWriter;DEFAULTENTITYWRITER;
04-05-2024 11:03:34:FINISHED TEST : supportXmlByDefaultWriterTest()
04-05-2024 11:03:34:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:34:STARTING TEST : supportXmlByXmlWriterTest()04-05-2024 11:03:34:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_writer_web/resource/writer
04-05-2024 11:03:34:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*

04-05-2024 11:03:34:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_writer_web/resource/writer' to target server at 'localhost:8080'
04-05-2024 11:03:34:###############################
04-05-2024 11:03:34:[Request] Adding entity: ee.jakarta.tck.ws.rs.spec.provider.writer.AppXmlObjectWriter
04-05-2024 11:03:34:  TRACE: [WIRE] - >> ee.jakarta.tck.ws.rs.spec.provider.writer.AppXmlObjectWriter
04-05-2024 11:03:34:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:34:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:34:  TRACE: [WIRE] - << Content-Length: 0
04-05-2024 11:03:34:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:34:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_provider_writer_web/resource/supportxml' to target server at 'localhost:8080'
04-05-2024 11:03:34:###############################
04-05-2024 11:03:34:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_provider_writer_web/resource/supportxml
04-05-2024 11:03:34:  TRACE: [WIRE] - >> Accept:*/*
04-05-2024 11:03:34:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:34:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:34:  TRACE: [WIRE] - << Content-Length: 77
04-05-2024 11:03:34:  TRACE: [WIRE] - << Content-Type: application/xml
04-05-2024 11:03:34:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:34:  TRACE: [WIRE] - << AppAnyEntityWriter;DefaultEntityWriter;AppXmlObjectWriter;APPXMLOBJECTWRITER;
04-05-2024 11:03:34:FINISHED TEST : supportXmlByXmlWriterTest()
04-05-2024 11:03:34:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:34:STARTING TEST : supportAllTest()
04-05-2024 11:03:34:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_writer_web/resource/writer' to target server at 'localhost:8080'
04-05-2024 11:03:34:###############################
04-05-2024 11:03:34:[Request] Adding entity: ee.jakarta.tck.ws.rs.spec.provider.writer.DefaultEntityWriter
04-05-2024 11:03:34:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_writer_web/resource/writer
04-05-2024 11:03:34:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:03:34:  TRACE: [WIRE] - >> ee.jakarta.tck.ws.rs.spec.provider.writer.DefaultEntityWriter
04-05-2024 11:03:34:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:34:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:34:  TRACE: [WIRE] - << Content-Length: 0
04-05-2024 11:03:34:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:34:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_provider_writer_web/resource/supportall' to target server at 'localhost:8080'
04-05-2024 11:03:34:###############################
04-05-2024 11:03:34:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_provider_writer_web/resource/supportall
04-05-2024 11:03:34:  TRACE: [WIRE] - >> Accept:*/*
04-05-2024 11:03:34:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:34:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:34:  TRACE: [WIRE] - << Content-Length: 137
04-05-2024 11:03:34:  TRACE: [WIRE] - << Content-Type: application/json
04-05-2024 11:03:34:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:34:  TRACE: [WIRE] - << AppJavaEntityWriter;AppAnyEntityWriter;DefaultEntityWriter;AppXmlObjectWriter;AppAnyEntityWriter;DefaultEntityWriter;DEFAULTENTITYWRITER;
04-05-2024 11:03:34:FINISHED TEST : supportAllTest()
04-05-2024 11:03:34:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:34:STARTING TEST : supportAppJavaTest()04-05-2024 11:03:34:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_writer_web/resource/writer
04-05-2024 11:03:34:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*

04-05-2024 11:03:34:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_writer_web/resource/writer' to target server at 'localhost:8080'
04-05-2024 11:03:34:###############################
04-05-2024 11:03:34:[Request] Adding entity: ee.jakarta.tck.ws.rs.spec.provider.writer.AppJavaEntityWriter
04-05-2024 11:03:34:  TRACE: [WIRE] - >> ee.jakarta.tck.ws.rs.spec.provider.writer.AppJavaEntityWriter
04-05-2024 11:03:34:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:34:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:34:  TRACE: [WIRE] - << Content-Length: 0
04-05-2024 11:03:34:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:34:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_writer_web/resource/supportmedia' to target server at 'localhost:8080'
04-05-2024 11:03:34:###############################
04-05-2024 11:03:34:[Request] Adding entity: application/java04-05-2024 11:03:34:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_writer_web/resource/supportmedia
04-05-2024 11:03:34:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*

04-05-2024 11:03:34:  TRACE: [WIRE] - >> application/java
04-05-2024 11:03:34:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:34:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:34:  TRACE: [WIRE] - << Content-Length: 40
04-05-2024 11:03:34:  TRACE: [WIRE] - << Content-Type: application/java
04-05-2024 11:03:34:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:34:  TRACE: [WIRE] - << AppJavaEntityWriter;APPJAVAENTITYWRITER;
04-05-2024 11:03:34:FINISHED TEST : supportAppJavaTest()
04-05-2024 11:03:34:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:34:STARTING TEST : responseSubClassTest()
04-05-2024 11:03:34:  TRACE: [WIRE] - >> POST http://localhost:8080/jaxrs_spec_provider_writer_web/resource/writer
04-05-2024 11:03:34:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_writer_web/resource/writer' to target server at 'localhost:8080'
04-05-2024 11:03:34:###############################
04-05-2024 11:03:34:[Request] Adding entity: ee.jakarta.tck.ws.rs.spec.provider.writer.AppAnyEntityWriter
04-05-2024 11:03:34:  TRACE: [WIRE] - >> Accept:*/*, Content-Type:*/*
04-05-2024 11:03:34:  TRACE: [WIRE] - >> ee.jakarta.tck.ws.rs.spec.provider.writer.AppAnyEntityWriter
04-05-2024 11:03:34:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:34:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:34:  TRACE: [WIRE] - << Content-Length: 0
04-05-2024 11:03:34:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:34:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_provider_writer_web/resource/subresponse' to target server at 'localhost:8080'
04-05-2024 11:03:34:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_provider_writer_web/resource/subresponse
04-05-2024 11:03:34:###############################
04-05-2024 11:03:34:  TRACE: [WIRE] - >> Accept:*/*
04-05-2024 11:03:34:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:34:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:34:  TRACE: [WIRE] - << Content-Length: 96
04-05-2024 11:03:34:  TRACE: [WIRE] - << Content-Type: application/json
04-05-2024 11:03:34:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:34:  TRACE: [WIRE] - << AppJavaEntityWriter;AppAnyEntityWriter;AppXmlObjectWriter;AppAnyEntityWriter;APPANYENTITYWRITER;
04-05-2024 11:03:34:FINISHED TEST : responseSubClassTest()
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.46 s - in ee.jakarta.tck.ws.rs.spec.provider.writer.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.resource.annotationprecedence.subclass.JAXRSClientIT
04-05-2024 11:03:34:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:34:STARTING TEST : incorrectConsumesTest()
04-05-2024 11:03:34:[HttpRequest] Dispatching request: 'PUT /jaxrs_spec_resource_annotationprecedence_subclass_web/resource/put HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:03:34:FINISHED TEST : incorrectConsumesTest()
04-05-2024 11:03:34:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:34:STARTING TEST : incorrectPathOnClassAndRequestTest()
04-05-2024 11:03:34:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_annotationprecedence_subclass_web/super/post HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:03:34:FINISHED TEST : incorrectPathOnClassAndRequestTest()
04-05-2024 11:03:34:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:34:STARTING TEST : formParamTest()
Apr 05, 2024 11:03:34 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:34:[HttpRequest] Dispatching request: 'PUT /jaxrs_spec_resource_annotationprecedence_subclass_web/resource/put HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:03:34:FINISHED TEST : formParamTest()
04-05-2024 11:03:34:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:34:STARTING TEST : incorrectPathOnClassTest()
04-05-2024 11:03:34:[HttpRequest] Dispatching request: 'PUT /jaxrs_spec_resource_annotationprecedence_subclass_web/interfaceresource/put HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:03:34:FINISHED TEST : incorrectPathOnClassTest()
04-05-2024 11:03:34:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:34:STARTING TEST : correctProducesConsumesTest()
04-05-2024 11:03:34:[HttpRequest] Dispatching request: 'PUT /jaxrs_spec_resource_annotationprecedence_subclass_web/resource/put HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:03:34:FINISHED TEST : correctProducesConsumesTest()
04-05-2024 11:03:34:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:34:STARTING TEST : queryParamPqrTest()
Apr 05, 2024 11:03:34 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:34:[HttpRequest] Dispatching request: 'PUT /jaxrs_spec_resource_annotationprecedence_subclass_web/resource/put?pqr=hello HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:03:34:FINISHED TEST : queryParamPqrTest()
04-05-2024 11:03:34:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:34:STARTING TEST : correctRequestTest()
04-05-2024 11:03:34:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_annotationprecedence_subclass_web/resource/put HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:03:34:FINISHED TEST : correctRequestTest()
04-05-2024 11:03:34:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:34:STARTING TEST : matrixParamPqrTest()
Apr 05, 2024 11:03:34 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:34:[HttpRequest] Dispatching request: 'PUT /jaxrs_spec_resource_annotationprecedence_subclass_web/resource/put;ijk=hello HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:03:34:FINISHED TEST : matrixParamPqrTest()
04-05-2024 11:03:34:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:34:STARTING TEST : correctTest()
04-05-2024 11:03:34:[HttpRequest] Dispatching request: 'PUT /jaxrs_spec_resource_annotationprecedence_subclass_web/resource/put HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:03:34:FINISHED TEST : correctTest()
04-05-2024 11:03:34:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:34:STARTING TEST : incorrectProdecesTest()
04-05-2024 11:03:34:[HttpRequest] Dispatching request: 'PUT /jaxrs_spec_resource_annotationprecedence_subclass_web/resource/put HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:03:34:FINISHED TEST : incorrectProdecesTest()
04-05-2024 11:03:34:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:34:STARTING TEST : incorrectPathOnMethodTest()
04-05-2024 11:03:34:[HttpRequest] Dispatching request: 'PUT /jaxrs_spec_resource_annotationprecedence_subclass_web/resource/post HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:03:34:FINISHED TEST : incorrectPathOnMethodTest()
04-05-2024 11:03:34:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:34:STARTING TEST : queryParamXyzTest()
04-05-2024 11:03:34:[HttpRequest] Dispatching request: 'PUT /jaxrs_spec_resource_annotationprecedence_subclass_web/resource/put?xyz=hello HTTP/1.1' to target server at 'localhost:8080'Apr 05, 2024 11:03:34 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 11:03:34:FINISHED TEST : queryParamXyzTest()
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.372 s - in ee.jakarta.tck.ws.rs.spec.resource.annotationprecedence.subclass.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.resource.annotationprecedence.JAXRSClientIT
04-05-2024 11:03:35:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:35:STARTING TEST : incorrectConsumesTest()
04-05-2024 11:03:35:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_annotationprecedence_web/resource/post HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:03:35:FINISHED TEST : incorrectConsumesTest()
04-05-2024 11:03:35:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:35:STARTING TEST : formParamTest()
04-05-2024 11:03:35:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_annotationprecedence_web/resource/post HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:03:35 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:35:FINISHED TEST : formParamTest()
04-05-2024 11:03:35:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:35:STARTING TEST : incorrectPathOnClassTest()
04-05-2024 11:03:35:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_annotationprecedence_web/interfaceresource/post HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:03:35:FINISHED TEST : incorrectPathOnClassTest()
04-05-2024 11:03:35:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:35:STARTING TEST : queryParamPqrTest()
Apr 05, 2024 11:03:35 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:35:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_annotationprecedence_web/resource/post?pqr=hello HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:03:35:FINISHED TEST : queryParamPqrTest()
04-05-2024 11:03:35:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:35:STARTING TEST : correctRequestTest()
04-05-2024 11:03:35:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_annotationprecedence_web/resource/post HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:03:35:FINISHED TEST : correctRequestTest()
04-05-2024 11:03:35:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:35:STARTING TEST : incorrectProducesConsumesTest()
04-05-2024 11:03:35:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_annotationprecedence_web/resource/post HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:03:35:FINISHED TEST : incorrectProducesConsumesTest()
04-05-2024 11:03:35:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:35:STARTING TEST : correctTest()
04-05-2024 11:03:35:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_annotationprecedence_web/resource/post HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:03:35:FINISHED TEST : correctTest()
04-05-2024 11:03:35:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:35:STARTING TEST : incorrectProdecesTest()
04-05-2024 11:03:35:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_annotationprecedence_web/resource/post HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:03:35:FINISHED TEST : incorrectProdecesTest()
04-05-2024 11:03:35:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:35:STARTING TEST : incorrectPathOnMethodTest()
04-05-2024 11:03:35:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_annotationprecedence_web/resource/get HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:03:35:FINISHED TEST : incorrectPathOnMethodTest()
04-05-2024 11:03:35:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:35:STARTING TEST : queryParamXyzTest()
Apr 05, 2024 11:03:35 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:35:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_annotationprecedence_web/resource/post?xyz=hello HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:03:35:FINISHED TEST : queryParamXyzTest()
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.365 s - in ee.jakarta.tck.ws.rs.spec.resource.annotationprecedence.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.resource.locator.JAXRSClientIT
04-05-2024 11:03:35:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:35:STARTING TEST : checkEntityIsNotSetTest()Apr 05, 2024 11:03:35 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 11:03:35:[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'
04-05-2024 11:03:35:FINISHED TEST : checkEntityIsNotSetTest()
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.384 s - in ee.jakarta.tck.ws.rs.spec.resource.locator.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.resource.requestmatching.JAXRSClientIT
04-05-2024 11:03:35:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:35:STARTING TEST : qualityOfSourceOnDifferentMediaTypesTest()
04-05-2024 11:03:35:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_requestmatching_web/yas HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:03:35 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:35:FINISHED TEST : qualityOfSourceOnDifferentMediaTypesTest()
04-05-2024 11:03:35:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:35:STARTING TEST : consumesCorrectContentTypeOnResourceLocatorTest()
04-05-2024 11:03:35:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_requestmatching_web/resource/consumeslocator HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:03:35 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:35:FINISHED TEST : consumesCorrectContentTypeOnResourceLocatorTest()
04-05-2024 11:03:35:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:35:STARTING TEST : producesOverridesDescendantSubResourcePathValueTest()
04-05-2024 11:03:35:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_requestmatching_web/resource/subresource/sub HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:03:35 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:35:FINISHED TEST : producesOverridesDescendantSubResourcePathValueTest()
04-05-2024 11:03:35:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:35:STARTING TEST : producesCorrectContentTypeOnResourceLocatorTest()
04-05-2024 11:03:35:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_requestmatching_web/resource/produceslocator HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:03:35 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:35:FINISHED TEST : producesCorrectContentTypeOnResourceLocatorTest()
04-05-2024 11:03:35:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:35:STARTING TEST : consumesOnResourceLocatorTest()
04-05-2024 11:03:35:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_requestmatching_web/resource/consumeslocator HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:03:35 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:35:FINISHED TEST : consumesOnResourceLocatorTest()
04-05-2024 11:03:35:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:35:STARTING TEST : concreteOverStarWhenAcceptStarTest()
04-05-2024 11:03:35:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_requestmatching_web/yas HTTP/1.1' to target server at 'localhost:8080'Apr 05, 2024 11:03:35 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 11:03:35:FINISHED TEST : concreteOverStarWhenAcceptStarTest()
04-05-2024 11:03:35:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:35:STARTING TEST : producesOverridesDescendantSubResourcePathValueWeightTest()
04-05-2024 11:03:35:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_requestmatching_web/yas HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:03:35 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:35:FINISHED TEST : producesOverridesDescendantSubResourcePathValueWeightTest()
04-05-2024 11:03:35:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:35:STARTING TEST : headOnSubResourceTest()
04-05-2024 11:03:35:[HttpRequest] Dispatching request: 'HEAD /jaxrs_spec_resource_requestmatching_web/resource/subresource/something HTTP/1.1' to target server at 'localhost:8080'Apr 05, 2024 11:03:35 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 11:03:35:FINISHED TEST : headOnSubResourceTest()
04-05-2024 11:03:35:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:35:STARTING TEST : resourceLocatorTest()
04-05-2024 11:03:35:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_requestmatching_web/resource/locator/locator HTTP/1.1' to target server at 'localhost:8080'Apr 05, 2024 11:03:35 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 11:03:35:FINISHED TEST : resourceLocatorTest()
04-05-2024 11:03:35:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:35:STARTING TEST : locatorNameTooLongAgainTest()
Apr 05, 2024 11:03:36 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:35:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_requestmatching_web/resource/locator/locator/locator HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:03:36:FINISHED TEST : locatorNameTooLongAgainTest()
04-05-2024 11:03:36:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:36:STARTING TEST : requestNotSupportedOnResourceTest()
04-05-2024 11:03:36:[HttpRequest] Dispatching request: 'PUT /jaxrs_spec_resource_requestmatching_web/resource/something HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:03:36 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:36:FINISHED TEST : requestNotSupportedOnResourceTest()
04-05-2024 11:03:36:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:36:STARTING TEST : producesCorrectContentTypeOnResourceTest()
04-05-2024 11:03:36:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_requestmatching_web/resource/produces HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:03:36 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:36:FINISHED TEST : producesCorrectContentTypeOnResourceTest()
04-05-2024 11:03:36:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:36:STARTING TEST : producesOnResourceTest()
04-05-2024 11:03:36:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_requestmatching_web/resource/produces HTTP/1.1' to target server at 'localhost:8080'Apr 05, 2024 11:03:36 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 11:03:36:FINISHED TEST : producesOnResourceTest()
04-05-2024 11:03:36:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:36:STARTING TEST : consumesCorrectContentTypeOnResourceTest()
04-05-2024 11:03:36:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_requestmatching_web/resource/consumes HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:03:36 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:36:FINISHED TEST : consumesCorrectContentTypeOnResourceTest()
04-05-2024 11:03:36:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:36:STARTING TEST : consumesOnSubResourceLocatorTest()
Apr 05, 2024 11:03:36 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:36:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_requestmatching_web/resource/subresource/consumeslocator HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:03:36:FINISHED TEST : consumesOnSubResourceLocatorTest()
04-05-2024 11:03:36:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:36:STARTING TEST : l2SubResourceLocatorTest()
04-05-2024 11:03:36:[HttpRequest] Dispatching request: 'DELETE /jaxrs_spec_resource_requestmatching_web/resource/l2locator/l2locator HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:03:36 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:36:FINISHED TEST : l2SubResourceLocatorTest()
04-05-2024 11:03:36:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:36:STARTING TEST : producesOnResourceLocatorTest()
Apr 05, 2024 11:03:36 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:36:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_requestmatching_web/resource/produceslocator HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:03:36:FINISHED TEST : producesOnResourceLocatorTest()
04-05-2024 11:03:36:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:36:STARTING TEST : producesOverridesDescendantSubResourcePathValuePostTest()
04-05-2024 11:03:36:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_requestmatching_web/resource/subresource/sub HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:03:36 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:36:FINISHED TEST : producesOverridesDescendantSubResourcePathValuePostTest()
04-05-2024 11:03:36:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:36:STARTING TEST : consumesOverridesDescendantSubResourcePathValueTest()
04-05-2024 11:03:36:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_requestmatching_web/resource/subresource/sub HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:03:36 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:36:FINISHED TEST : consumesOverridesDescendantSubResourcePathValueTest()
04-05-2024 11:03:36:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:36:STARTING TEST : producesCorrectContentTypeOnSubResourceLocatorTest()
Apr 05, 2024 11:03:36 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:36:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_requestmatching_web/resource/subresource/produceslocator HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:03:36:FINISHED TEST : producesCorrectContentTypeOnSubResourceLocatorTest()
04-05-2024 11:03:36:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:36:STARTING TEST : slashUriTest()
04-05-2024 11:03:36:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_requestmatching_web/ HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:03:36 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:36:FINISHED TEST : slashUriTest()
04-05-2024 11:03:36:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:36:STARTING TEST : descendantSubResourcePathValueTest()
04-05-2024 11:03:36:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_requestmatching_web/resource/subresource/sub HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:03:36 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:36:FINISHED TEST : descendantSubResourcePathValueTest()
04-05-2024 11:03:36:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:36:STARTING TEST : slashAppNameTest()
04-05-2024 11:03:36:[HttpRequest] Dispatching request: 'GET /resource HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:03:36:FINISHED TEST : slashAppNameTest()
04-05-2024 11:03:36:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:36:STARTING TEST : consumesOnResourceTest()
04-05-2024 11:03:36:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_requestmatching_web/resource/consumes HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:03:36 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:36:FINISHED TEST : consumesOnResourceTest()
04-05-2024 11:03:36:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:36:STARTING TEST : foundAnotherResourceLocatorByPathTest()
04-05-2024 11:03:36:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_requestmatching_web/resource/locator/sub HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:03:36 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:36:FINISHED TEST : foundAnotherResourceLocatorByPathTest()
04-05-2024 11:03:36:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:36:STARTING TEST : qualityDeterminesTextATest()
04-05-2024 11:03:36:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_requestmatching_web/yas HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:03:36 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:36:FINISHED TEST : qualityDeterminesTextATest()
04-05-2024 11:03:36:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:36:STARTING TEST : qualityDeterminesTextBTest()
04-05-2024 11:03:36:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_requestmatching_web/yas HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:03:36 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:36:FINISHED TEST : qualityDeterminesTextBTest()
04-05-2024 11:03:36:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:36:STARTING TEST : requestNotSupportedOnSubResourceLocatorTest()
04-05-2024 11:03:36:[HttpRequest] Dispatching request: 'PUT /jaxrs_spec_resource_requestmatching_web/resource/consumeslocator HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:03:36 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:36:FINISHED TEST : requestNotSupportedOnSubResourceLocatorTest()
04-05-2024 11:03:36:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:36:STARTING TEST : descendantResourcePathValueTest()
04-05-2024 11:03:36:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_requestmatching_web/resource/subresource HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:03:36 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:36:FINISHED TEST : descendantResourcePathValueTest()
04-05-2024 11:03:36:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:36:STARTING TEST : requestNotSupportedOnSubResourceTest()
04-05-2024 11:03:36:[HttpRequest] Dispatching request: 'PUT /jaxrs_spec_resource_requestmatching_web/resource/subresource/something HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:03:36 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:36:FINISHED TEST : requestNotSupportedOnSubResourceTest()
04-05-2024 11:03:36:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:36:STARTING TEST : requestNotSupportedOnResourceLocatorTest()
04-05-2024 11:03:36:[HttpRequest] Dispatching request: 'PUT /jaxrs_spec_resource_requestmatching_web/resource/subresource/consumeslocator HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:03:36 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:36:FINISHED TEST : requestNotSupportedOnResourceLocatorTest()
04-05-2024 11:03:36:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:36:STARTING TEST : producesOnSubResourceLocatorTest()
04-05-2024 11:03:36:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_requestmatching_web/resource/subresource/produceslocator HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:03:36 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:36:FINISHED TEST : producesOnSubResourceLocatorTest()
04-05-2024 11:03:36:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:36:STARTING TEST : locatorNameTooLongTest()
04-05-2024 11:03:36:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_requestmatching_web/resource/locator/sub/locator HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:03:36 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:36:FINISHED TEST : locatorNameTooLongTest()
04-05-2024 11:03:36:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:36:STARTING TEST : wrongAppNameTest()
04-05-2024 11:03:36:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_requestmatching_wrong/ HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:03:36:FINISHED TEST : wrongAppNameTest()
04-05-2024 11:03:36:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:36:STARTING TEST : optionsOnSubResourceTest()
04-05-2024 11:03:36:[HttpRequest] Dispatching request: 'OPTIONS /jaxrs_spec_resource_requestmatching_web/resource/subresource/something HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:03:36:Header Allow: GET found as expected
04-05-2024 11:03:36:FINISHED TEST : optionsOnSubResourceTest()
04-05-2024 11:03:36:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:36:STARTING TEST : consumesCorrectContentTypeOnSubResourceLocatorTest()
04-05-2024 11:03:36:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_requestmatching_web/resource/subresource/consumeslocator HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:03:36 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:36:FINISHED TEST : consumesCorrectContentTypeOnSubResourceLocatorTest()
04-05-2024 11:03:36:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:36:STARTING TEST : methodNotFoundTest()
Apr 05, 2024 11:03:36 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:36:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_requestmatching_web/resource/locator/test HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:03:36:FINISHED TEST : methodNotFoundTest()
04-05-2024 11:03:36:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:36:STARTING TEST : concreteOverStarTest()
04-05-2024 11:03:36:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_requestmatching_web/yas HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:03:36 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:36:FINISHED TEST : concreteOverStarTest()
04-05-2024 11:03:36:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:36:STARTING TEST : slashWrongUriTest()
04-05-2024 11:03:36:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_requestmatching_web/wrong HTTP/1.1' to target server at 'localhost:8080'Apr 05, 2024 11:03:36 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 11:03:36:FINISHED TEST : slashWrongUriTest()
[INFO] Tests run: 39, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.529 s - in ee.jakarta.tck.ws.rs.spec.resource.requestmatching.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.resource.responsemediatype.JAXRSClientIT
04-05-2024 11:03:36:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:36:STARTING TEST : methodProducesTest()
04-05-2024 11:03:36:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_responsemediatype_web/resource/method HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:03:36:FINISHED TEST : methodProducesTest()
04-05-2024 11:03:36:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:36:STARTING TEST : appPreferenceTest()
Apr 05, 2024 11:03:36 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:36:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_responsemediatype_web/weight HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:03:36:FINISHED TEST : appPreferenceTest()
04-05-2024 11:03:36:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:36:STARTING TEST : clientXmlHtmlPreferenceNoWeightOnServerTest()
04-05-2024 11:03:36:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_responsemediatype_web/resource HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:03:36 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:36:FINISHED TEST : clientXmlHtmlPreferenceNoWeightOnServerTest()
04-05-2024 11:03:36:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:36:STARTING TEST : imagePreferenceTest()
04-05-2024 11:03:36:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_responsemediatype_web/weight HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:03:36 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:36:FINISHED TEST : imagePreferenceTest()
04-05-2024 11:03:36:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:36:STARTING TEST : responseOverrideNoProducesTest()
04-05-2024 11:03:36:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_responsemediatype_web/nomedia/responseoverride HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:03:36:FINISHED TEST : responseOverrideNoProducesTest()
04-05-2024 11:03:36:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:36:STARTING TEST : noPreferenceTest()
Apr 05, 2024 11:03:36 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:36:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_responsemediatype_web/weight HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:03:36:FINISHED TEST : noPreferenceTest()
04-05-2024 11:03:36:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:36:STARTING TEST : clientXmlHtmlPreferenceTest()
04-05-2024 11:03:36:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_responsemediatype_web/weight HTTP/1.1' to target server at 'localhost:8080'Apr 05, 2024 11:03:36 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 11:03:36:FINISHED TEST : clientXmlHtmlPreferenceTest()
04-05-2024 11:03:36:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:36:STARTING TEST : responseOverrideTest()
04-05-2024 11:03:36:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_responsemediatype_web/resource/responseoverride HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:03:36:FINISHED TEST : responseOverrideTest()
04-05-2024 11:03:36:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:36:STARTING TEST : mesageBodyWriterProducesTest()
04-05-2024 11:03:36:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_responsemediatype_web/nomedia/list HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:03:36 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:36:FINISHED TEST : mesageBodyWriterProducesTest()
04-05-2024 11:03:36:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:36:STARTING TEST : clientHtmlXmlPreferenceTest()
04-05-2024 11:03:36:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_responsemediatype_web/weight HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:03:36 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:36:FINISHED TEST : clientHtmlXmlPreferenceTest()
04-05-2024 11:03:36:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:36:STARTING TEST : classProducesTest()
04-05-2024 11:03:36:[HttpRequest] Dispatching request: 'HEAD /jaxrs_spec_resource_responsemediatype_web/resource/class HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:03:36 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:36:FINISHED TEST : classProducesTest()
04-05-2024 11:03:36:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:36:STARTING TEST : clientAnyPreferenceTest()
04-05-2024 11:03:36:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_responsemediatype_web/weight HTTP/1.1' to target server at 'localhost:8080'Apr 05, 2024 11:03:36 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.

04-05-2024 11:03:36:FINISHED TEST : clientAnyPreferenceTest()
04-05-2024 11:03:36:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:36:STARTING TEST : responseNotAllowedToOverrideTest()
04-05-2024 11:03:36:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_responsemediatype_web/resource/responseoverride HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:03:36:FINISHED TEST : responseNotAllowedToOverrideTest()
04-05-2024 11:03:36:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:36:STARTING TEST : textPreferenceTest()
04-05-2024 11:03:36:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_responsemediatype_web/weight HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:03:36 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:36:FINISHED TEST : textPreferenceTest()
04-05-2024 11:03:36:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:36:STARTING TEST : defaultResponseErrorTest()
04-05-2024 11:03:36:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_responsemediatype_web/error HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:03:36:FINISHED TEST : defaultResponseErrorTest()
04-05-2024 11:03:36:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:36:STARTING TEST : clientImagePreferenceTest()
04-05-2024 11:03:36:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_responsemediatype_web/weight HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:03:36 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:36:FINISHED TEST : clientImagePreferenceTest()
04-05-2024 11:03:36:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:36:STARTING TEST : defaultErrorTest()
04-05-2024 11:03:36:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_responsemediatype_web/error HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:03:36:FINISHED TEST : defaultErrorTest()
[INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.751 s - in ee.jakarta.tck.ws.rs.spec.resource.responsemediatype.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.resource.valueofandfromstring.JAXRSClientIT
04-05-2024 11:03:37:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:37:STARTING TEST : enumQueryTest()
04-05-2024 11:03:37:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_resource_valueofandfromstring_web/resource/enumquery?param=ASDFGHJKLQWERTYUIOPPPPPPP' to target server at 'localhost:8080'
04-05-2024 11:03:37:###############################
04-05-2024 11:03:37:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_resource_valueofandfromstring_web/resource/enumquery?param=ASDFGHJKLQWERTYUIOPPPPPPP
04-05-2024 11:03:37:  TRACE: [WIRE] - >> Accept:*/*
04-05-2024 11:03:37:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:37:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:37:  TRACE: [WIRE] - << Content-Length: 10
04-05-2024 11:03:37:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:03:37:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:37:  TRACE: [WIRE] - << FROMSTRING
04-05-2024 11:03:37:FINISHED TEST : enumQueryTest()
04-05-2024 11:03:37:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:37:STARTING TEST : entityHeaderTest()
04-05-2024 11:03:37:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_resource_valueofandfromstring_web/resource/entityheader' to target server at 'localhost:8080'
04-05-2024 11:03:37:###############################
04-05-2024 11:03:37:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_resource_valueofandfromstring_web/resource/entityheader
04-05-2024 11:03:37:  TRACE: [WIRE] - >> Accept:*/*, param:ASDFGHJKLQWERTYUIOPPPPPPP
04-05-2024 11:03:37:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:37:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:37:  TRACE: [WIRE] - << Content-Length: 7
04-05-2024 11:03:37:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:03:37:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:37:  TRACE: [WIRE] - << VALUEOF
04-05-2024 11:03:37:FINISHED TEST : entityHeaderTest()
04-05-2024 11:03:37:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:37:STARTING TEST : enumCookieTest()
04-05-2024 11:03:37:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_resource_valueofandfromstring_web/resource/enumcookie
04-05-2024 11:03:37:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_resource_valueofandfromstring_web/resource/enumcookie' to target server at 'localhost:8080'
04-05-2024 11:03:37:###############################
04-05-2024 11:03:37:  TRACE: [WIRE] - >> Accept:*/*, Cookie:param=ASDFGHJKLQWERTYUIOPPPPPPP
04-05-2024 11:03:37:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:37:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:37:  TRACE: [WIRE] - << Content-Length: 10
04-05-2024 11:03:37:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:03:37:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:37:  TRACE: [WIRE] - << FROMSTRING
04-05-2024 11:03:37:FINISHED TEST : enumCookieTest()
04-05-2024 11:03:37:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:37:STARTING TEST : entityQueryTest()
04-05-2024 11:03:37:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_resource_valueofandfromstring_web/resource/entityquery?param=ASDFGHJKLQWERTYUIOPPPPPPP' to target server at 'localhost:8080'
04-05-2024 11:03:37:###############################04-05-2024 11:03:37:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_resource_valueofandfromstring_web/resource/entityquery?param=ASDFGHJKLQWERTYUIOPPPPPPP

04-05-2024 11:03:37:  TRACE: [WIRE] - >> Accept:*/*
04-05-2024 11:03:37:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:37:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:37:  TRACE: [WIRE] - << Content-Length: 7
04-05-2024 11:03:37:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:03:37:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:37:  TRACE: [WIRE] - << VALUEOF
04-05-2024 11:03:37:FINISHED TEST : entityQueryTest()
04-05-2024 11:03:37:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:37:STARTING TEST : entityCookieTest()
04-05-2024 11:03:37:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_resource_valueofandfromstring_web/resource/entitycookie' to target server at 'localhost:8080'
04-05-2024 11:03:37:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_resource_valueofandfromstring_web/resource/entitycookie
04-05-2024 11:03:37:  TRACE: [WIRE] - >> Accept:*/*, Cookie:param=ASDFGHJKLQWERTYUIOPPPPPPP
04-05-2024 11:03:37:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:37:###############################
04-05-2024 11:03:37:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:37:  TRACE: [WIRE] - << Content-Length: 7
04-05-2024 11:03:37:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:03:37:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:37:  TRACE: [WIRE] - << VALUEOF
04-05-2024 11:03:37:FINISHED TEST : entityCookieTest()
04-05-2024 11:03:37:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:37:STARTING TEST : enumMaxtrixTest()
04-05-2024 11:03:37:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_resource_valueofandfromstring_web/resource/enummatrix;param=ASDFGHJKLQWERTYUIOPPPPPPP
04-05-2024 11:03:37:  TRACE: [WIRE] - >> Accept:*/*
04-05-2024 11:03:37:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_resource_valueofandfromstring_web/resource/enummatrix;param=ASDFGHJKLQWERTYUIOPPPPPPP' to target server at 'localhost:8080'
04-05-2024 11:03:37:###############################
04-05-2024 11:03:37:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:37:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:37:  TRACE: [WIRE] - << Content-Length: 10
04-05-2024 11:03:37:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:03:37:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:37:  TRACE: [WIRE] - << FROMSTRING
04-05-2024 11:03:37:FINISHED TEST : enumMaxtrixTest()
04-05-2024 11:03:37:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:37:STARTING TEST : entityMaxtrixTest()
04-05-2024 11:03:37:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_resource_valueofandfromstring_web/resource/entitymatrix;param=ASDFGHJKLQWERTYUIOPPPPPPP' to target server at 'localhost:8080'
04-05-2024 11:03:37:###############################
04-05-2024 11:03:37:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_resource_valueofandfromstring_web/resource/entitymatrix;param=ASDFGHJKLQWERTYUIOPPPPPPP
04-05-2024 11:03:37:  TRACE: [WIRE] - >> Accept:*/*
04-05-2024 11:03:37:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:37:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:37:  TRACE: [WIRE] - << Content-Length: 7
04-05-2024 11:03:37:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:03:37:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:37:  TRACE: [WIRE] - << VALUEOF
04-05-2024 11:03:37:FINISHED TEST : entityMaxtrixTest()
04-05-2024 11:03:37:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:37:STARTING TEST : enumPathTest()
04-05-2024 11:03:37:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_resource_valueofandfromstring_web/resource/enumpath/ASDFGHJKLQWERTYUIOPPPPPPP' to target server at 'localhost:8080'
04-05-2024 11:03:37:###############################
04-05-2024 11:03:37:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_resource_valueofandfromstring_web/resource/enumpath/ASDFGHJKLQWERTYUIOPPPPPPP
04-05-2024 11:03:37:  TRACE: [WIRE] - >> Accept:*/*
04-05-2024 11:03:37:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:37:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:37:  TRACE: [WIRE] - << Content-Length: 10
04-05-2024 11:03:37:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:03:37:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:37:  TRACE: [WIRE] - << FROMSTRING
04-05-2024 11:03:37:FINISHED TEST : enumPathTest()
04-05-2024 11:03:37:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:37:STARTING TEST : entityPathTest()
04-05-2024 11:03:37:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_resource_valueofandfromstring_web/resource/entitypath/ASDFGHJKLQWERTYUIOPPPPPPP' to target server at 'localhost:8080'
04-05-2024 11:03:37:###############################04-05-2024 11:03:37:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_resource_valueofandfromstring_web/resource/entitypath/ASDFGHJKLQWERTYUIOPPPPPPP

04-05-2024 11:03:37:  TRACE: [WIRE] - >> Accept:*/*
04-05-2024 11:03:37:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:37:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:37:  TRACE: [WIRE] - << Content-Length: 7
04-05-2024 11:03:37:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:03:37:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:37:  TRACE: [WIRE] - << VALUEOF
04-05-2024 11:03:37:FINISHED TEST : entityPathTest()
04-05-2024 11:03:37:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:37:STARTING TEST : enumHeaderTest()
04-05-2024 11:03:37:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_resource_valueofandfromstring_web/resource/enumheader' to target server at 'localhost:8080'
04-05-2024 11:03:37:###############################
04-05-2024 11:03:37:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_resource_valueofandfromstring_web/resource/enumheader
04-05-2024 11:03:37:  TRACE: [WIRE] - >> Accept:*/*, param:ASDFGHJKLQWERTYUIOPPPPPPP
04-05-2024 11:03:37:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:37:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:37:  TRACE: [WIRE] - << Content-Length: 10
04-05-2024 11:03:37:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:03:37:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:37:  TRACE: [WIRE] - << FROMSTRING
04-05-2024 11:03:37:FINISHED TEST : enumHeaderTest()
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.501 s - in ee.jakarta.tck.ws.rs.spec.resource.valueofandfromstring.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.resourceconstructor.JAXRSClientIT
04-05-2024 11:03:37:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:37:STARTING TEST : packageVisibilityTest()
04-05-2024 11:03:37:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_resourceconstructor_web/resource/packageVisibility' to target server at 'localhost:8080'
04-05-2024 11:03:37:###############################
04-05-2024 11:03:37:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_resourceconstructor_web/resource/packageVisibility
04-05-2024 11:03:37:  TRACE: [WIRE] - >> Accept:*/*
04-05-2024 11:03:37:  TRACE: [WIRE] - << 404 NOT_FOUND
04-05-2024 11:03:37:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:37:  TRACE: [WIRE] - << Content-Length: 1044
04-05-2024 11:03:37:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 11:03:37:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 11:03:37:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:37:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 7.0.9 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 404 - Not Found</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Not Found</p><p><b>description</b>The requested resource is not available.</p><hr/><h3>Eclipse GlassFish 7.0.9</h3></body></html>
04-05-2024 11:03:37:FINISHED TEST : packageVisibilityTest()
04-05-2024 11:03:37:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:37:STARTING TEST : constructorWithQueryParamUsedTest()
04-05-2024 11:03:37:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_resourceconstructor_web/resource/query?param=ABCDEFGH' to target server at 'localhost:8080'
04-05-2024 11:03:37:###############################
04-05-2024 11:03:37:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_resourceconstructor_web/resource/query?param=ABCDEFGH
04-05-2024 11:03:37:  TRACE: [WIRE] - >> Accept:*/*
04-05-2024 11:03:37:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:37:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:37:  TRACE: [WIRE] - << Content-Length: 8
04-05-2024 11:03:37:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:03:37:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:37:  TRACE: [WIRE] - << ABCDEFGH
04-05-2024 11:03:37:FINISHED TEST : constructorWithQueryParamUsedTest()
04-05-2024 11:03:37:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:37:STARTING TEST : privateVisibilityTest()
04-05-2024 11:03:37:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_resourceconstructor_web/resource/privateVisibility' to target server at 'localhost:8080'
04-05-2024 11:03:37:###############################
04-05-2024 11:03:37:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_resourceconstructor_web/resource/privateVisibility
04-05-2024 11:03:37:  TRACE: [WIRE] - >> Accept:*/*
04-05-2024 11:03:37:  TRACE: [WIRE] - << 404 NOT_FOUND
04-05-2024 11:03:37:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:37:  TRACE: [WIRE] - << Content-Length: 1044
04-05-2024 11:03:37:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 11:03:37:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 11:03:37:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:37:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 7.0.9 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 404 - Not Found</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Not Found</p><p><b>description</b>The requested resource is not available.</p><hr/><h3>Eclipse GlassFish 7.0.9</h3></body></html>
04-05-2024 11:03:37:FINISHED TEST : privateVisibilityTest()
04-05-2024 11:03:37:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:37:STARTING TEST : visibleTest()
04-05-2024 11:03:37:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_resourceconstructor_web/resource/mostAttributes' to target server at 'localhost:8080'
04-05-2024 11:03:37:###############################
04-05-2024 11:03:37:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_resourceconstructor_web/resource/mostAttributes
04-05-2024 11:03:37:  TRACE: [WIRE] - >> Accept:*/*
04-05-2024 11:03:37:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:37:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:37:  TRACE: [WIRE] - << Content-Length: 0
04-05-2024 11:03:37:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:37:FINISHED TEST : visibleTest()
04-05-2024 11:03:37:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:37:STARTING TEST : constructorWithMatrixParamUsedTest()
04-05-2024 11:03:37:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_resourceconstructor_web/resource/matrix;param=ABCDEFGH' to target server at 'localhost:8080'
04-05-2024 11:03:37:###############################
04-05-2024 11:03:37:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_resourceconstructor_web/resource/matrix;param=ABCDEFGH
04-05-2024 11:03:37:  TRACE: [WIRE] - >> Accept:*/*
04-05-2024 11:03:37:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:37:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:37:  TRACE: [WIRE] - << Content-Length: 8
04-05-2024 11:03:37:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:03:37:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:37:  TRACE: [WIRE] - << ABCDEFGH
04-05-2024 11:03:37:FINISHED TEST : constructorWithMatrixParamUsedTest()
04-05-2024 11:03:37:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:37:STARTING TEST : constructorWithHeaderParamUsedTest()
04-05-2024 11:03:37:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_resourceconstructor_web/resource/header' to target server at 'localhost:8080'
04-05-2024 11:03:37:###############################
04-05-2024 11:03:37:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_resourceconstructor_web/resource/header
04-05-2024 11:03:37:  TRACE: [WIRE] - >> Accept:*/*, param:ABCDEFGH
04-05-2024 11:03:37:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:37:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:37:  TRACE: [WIRE] - << Content-Length: 8
04-05-2024 11:03:37:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:03:37:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:37:  TRACE: [WIRE] - << ABCDEFGH
04-05-2024 11:03:37:FINISHED TEST : constructorWithHeaderParamUsedTest()
04-05-2024 11:03:37:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:37:STARTING TEST : constructorWithCookieParamUsedTest()
04-05-2024 11:03:37:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_resourceconstructor_web/resource/cookie' to target server at 'localhost:8080'
04-05-2024 11:03:37:###############################
04-05-2024 11:03:37:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_resourceconstructor_web/resource/cookie
04-05-2024 11:03:37:  TRACE: [WIRE] - >> Accept:*/*, Cookie:param=ABCDEFGH
04-05-2024 11:03:37:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:37:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:37:  TRACE: [WIRE] - << Content-Length: 8
04-05-2024 11:03:37:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:03:37:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:37:  TRACE: [WIRE] - << ABCDEFGH
04-05-2024 11:03:37:FINISHED TEST : constructorWithCookieParamUsedTest()
04-05-2024 11:03:37:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:37:STARTING TEST : constructorWithPathParamUsedTest()
04-05-2024 11:03:37:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_resourceconstructor_web/resource/path/ABCDEFGH' to target server at 'localhost:8080'
04-05-2024 11:03:37:###############################
04-05-2024 11:03:37:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_resourceconstructor_web/resource/path/ABCDEFGH
04-05-2024 11:03:37:  TRACE: [WIRE] - >> Accept:*/*
04-05-2024 11:03:37:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:37:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:37:  TRACE: [WIRE] - << Content-Length: 8
04-05-2024 11:03:37:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:03:37:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:37:  TRACE: [WIRE] - << ABCDEFGH
04-05-2024 11:03:37:FINISHED TEST : constructorWithPathParamUsedTest()
04-05-2024 11:03:37:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:37:STARTING TEST : protectedVisibilityTest()
04-05-2024 11:03:37:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_resourceconstructor_web/resource/protectedVisibility' to target server at 'localhost:8080'
04-05-2024 11:03:37:###############################
04-05-2024 11:03:37:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_resourceconstructor_web/resource/protectedVisibility
04-05-2024 11:03:37:  TRACE: [WIRE] - >> Accept:*/*
04-05-2024 11:03:37:  TRACE: [WIRE] - << 404 NOT_FOUND
04-05-2024 11:03:37:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:37:  TRACE: [WIRE] - << Content-Length: 1044
04-05-2024 11:03:37:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 11:03:37:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 11:03:37:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:37:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 7.0.9 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 404 - Not Found</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Not Found</p><p><b>description</b>The requested resource is not available.</p><hr/><h3>Eclipse GlassFish 7.0.9</h3></body></html>
04-05-2024 11:03:37:FINISHED TEST : protectedVisibilityTest()
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.463 s - in ee.jakarta.tck.ws.rs.spec.resourceconstructor.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.returntype.JAXRSClientIT
04-05-2024 11:03:38:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:38:STARTING TEST : voidTest()
04-05-2024 11:03:38:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/void' to target server at 'localhost:8080'
04-05-2024 11:03:38:###############################
04-05-2024 11:03:38:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/void
04-05-2024 11:03:38:  TRACE: [WIRE] - >> Accept:*/*
04-05-2024 11:03:38:  TRACE: [WIRE] - << 204 NO_CONTENT
04-05-2024 11:03:38:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:38:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:38:FINISHED TEST : voidTest()
04-05-2024 11:03:38:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:38:STARTING TEST : entityResponseTest()
04-05-2024 11:03:38:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/entitybodyresponsetest' to target server at 'localhost:8080'
04-05-2024 11:03:38:###############################
04-05-2024 11:03:38:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/entitybodyresponsetest
04-05-2024 11:03:38:  TRACE: [WIRE] - >> Accept:text/xml
04-05-2024 11:03:38:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:38:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:38:  TRACE: [WIRE] - << Content-Length: 58
04-05-2024 11:03:38:  TRACE: [WIRE] - << Content-Type: text/xml
04-05-2024 11:03:38:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:38:  TRACE: [WIRE] - << <READABLEWRITEABLE>6121223518891332649</READABLEWRITEABLE>
04-05-2024 11:03:38:FINISHED TEST : entityResponseTest()
04-05-2024 11:03:38:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:38:STARTING TEST : notAcceptableTest()
04-05-2024 11:03:38:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/notAcceptable' to target server at 'localhost:8080'
04-05-2024 11:03:38:###############################
04-05-2024 11:03:38:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/notAcceptable
04-05-2024 11:03:38:  TRACE: [WIRE] - >> Accept:text/html
04-05-2024 11:03:38:  TRACE: [WIRE] - << 406 NOT_ACCEPTABLE
04-05-2024 11:03:38:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:38:  TRACE: [WIRE] - << Content-Length: 1172
04-05-2024 11:03:38:  TRACE: [WIRE] - << Content-Language: 
04-05-2024 11:03:38:  TRACE: [WIRE] - << Content-Type: text/html
04-05-2024 11:03:38:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:38:  TRACE: [WIRE] - << <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Eclipse GlassFish 7.0.9 - Error report</title><style type="text/css"><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 406 - Not Acceptable</h1><hr/><p><b>type</b> Status report</p><p><b>message</b>Not Acceptable</p><p><b>description</b>The resource identified by this request is only capable of generating responses with characteristics not acceptable according to the request "accept" headers.</p><hr/><h3>Eclipse GlassFish 7.0.9</h3></body></html>
04-05-2024 11:03:38:FINISHED TEST : notAcceptableTest()
04-05-2024 11:03:38:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:38:STARTING TEST : nullGenericEntityTest()
04-05-2024 11:03:38:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/nullGenericEntityTest' to target server at 'localhost:8080'
04-05-2024 11:03:38:###############################
04-05-2024 11:03:38:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/nullGenericEntityTest
04-05-2024 11:03:38:  TRACE: [WIRE] - >> Accept:*/*
04-05-2024 11:03:38:  TRACE: [WIRE] - << 204 NO_CONTENT
04-05-2024 11:03:38:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:38:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:38:FINISHED TEST : nullGenericEntityTest()
04-05-2024 11:03:38:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:38:STARTING TEST : defaultStatusTest()
04-05-2024 11:03:38:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/default' to target server at 'localhost:8080'
04-05-2024 11:03:38:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/default
04-05-2024 11:03:38:  TRACE: [WIRE] - >> Accept:*/*
04-05-2024 11:03:38:###############################
04-05-2024 11:03:38:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:38:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:38:  TRACE: [WIRE] - << Content-Length: 7
04-05-2024 11:03:38:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:03:38:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:38:  TRACE: [WIRE] - << I am OK
04-05-2024 11:03:38:FINISHED TEST : defaultStatusTest()
04-05-2024 11:03:38:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:38:STARTING TEST : nullEntityResponseTest()
04-05-2024 11:03:38:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/nullEntityResponse' to target server at 'localhost:8080'
04-05-2024 11:03:38:###############################
04-05-2024 11:03:38:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/nullEntityResponse
04-05-2024 11:03:38:  TRACE: [WIRE] - >> Accept:*/*
04-05-2024 11:03:38:  TRACE: [WIRE] - << 204 NO_CONTENT
04-05-2024 11:03:38:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:38:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:38:FINISHED TEST : nullEntityResponseTest()
04-05-2024 11:03:38:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:38:STARTING TEST : genericEntityTest()
04-05-2024 11:03:38:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/genericEntityTest
04-05-2024 11:03:38:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/genericEntityTest' to target server at 'localhost:8080'
04-05-2024 11:03:38:###############################
04-05-2024 11:03:38:  TRACE: [WIRE] - >> Accept:*/*
04-05-2024 11:03:38:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:38:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:38:  TRACE: [WIRE] - << Content-Length: 36
04-05-2024 11:03:38:  TRACE: [WIRE] - << Content-Type: application/json
04-05-2024 11:03:38:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:38:  TRACE: [WIRE] - << 54f2f45b-da48-d429-2a79-7a2ded246a14
04-05-2024 11:03:38:FINISHED TEST : genericEntityTest()
04-05-2024 11:03:38:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:38:STARTING TEST : nullEntityTest()
04-05-2024 11:03:38:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/nullEntityTest' to target server at 'localhost:8080'
04-05-2024 11:03:38:###############################
04-05-2024 11:03:38:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/nullEntityTest
04-05-2024 11:03:38:  TRACE: [WIRE] - >> Accept:*/*
04-05-2024 11:03:38:  TRACE: [WIRE] - << 204 NO_CONTENT
04-05-2024 11:03:38:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:38:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:38:FINISHED TEST : nullEntityTest()
04-05-2024 11:03:38:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:38:STARTING TEST : nullResponseTest()
04-05-2024 11:03:38:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/nullResponse' to target server at 'localhost:8080'
04-05-2024 11:03:38:###############################04-05-2024 11:03:38:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/nullResponse

04-05-2024 11:03:38:  TRACE: [WIRE] - >> Accept:*/*
04-05-2024 11:03:38:  TRACE: [WIRE] - << 204 NO_CONTENT
04-05-2024 11:03:38:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:38:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:38:FINISHED TEST : nullResponseTest()
04-05-2024 11:03:38:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:38:STARTING TEST : entityBodyTest()
04-05-2024 11:03:38:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/entitybodytest' to target server at 'localhost:8080'
04-05-2024 11:03:38:###############################
04-05-2024 11:03:38:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/entitybodytest
04-05-2024 11:03:38:  TRACE: [WIRE] - >> Accept:text/xml
04-05-2024 11:03:38:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:38:  TRACE: [WIRE] - << Server: Eclipse GlassFish 7.0.9
04-05-2024 11:03:38:  TRACE: [WIRE] - << Content-Length: 58
04-05-2024 11:03:38:  TRACE: [WIRE] - << Content-Type: text/xml
04-05-2024 11:03:38:  TRACE: [WIRE] - << X-Powered-By: Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.9 Java/Oracle Corporation/11)
04-05-2024 11:03:38:  TRACE: [WIRE] - << <READABLEWRITEABLE>6121223518891332649</READABLEWRITEABLE>
04-05-2024 11:03:38:FINISHED TEST : entityBodyTest()
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.86 s - in ee.jakarta.tck.ws.rs.spec.returntype.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.spec.template.JAXRSClientIT
04-05-2024 11:03:39:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:39:STARTING TEST : Test1()
04-05-2024 11:03:39:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_templateTest_web/TemplateTest/xyz HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:03:39 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:39:FINISHED TEST : Test1()
04-05-2024 11:03:39:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:39:STARTING TEST : Test2()
04-05-2024 11:03:39:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_templateTest_web/TemplateTest/xyz/abc HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:03:39 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:39:FINISHED TEST : Test2()
04-05-2024 11:03:39:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:39:STARTING TEST : Test3()
Apr 05, 2024 11:03:39 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:39:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_templateTest_web/TemplateTest/xyz/abc/def HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:03:39:FINISHED TEST : Test3()
04-05-2024 11:03:39:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:39:STARTING TEST : Test4()
04-05-2024 11:03:39:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_templateTest_web/TemplateTest/xy/abc/def HTTP/1.1' to target server at 'localhost:8080'
Apr 05, 2024 11:03:39 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:39:FINISHED TEST : Test4()
04-05-2024 11:03:39:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:39:STARTING TEST : Test5()
Apr 05, 2024 11:03:39 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:39:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_templateTest_web/TemplateTest/abc/test.html HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:03:39:FINISHED TEST : Test5()
04-05-2024 11:03:39:[JAXRSCommonClient] Test setup OK
Apr 05, 2024 11:03:39 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
04-05-2024 11:03:39:STARTING TEST : Test6()
04-05-2024 11:03:39:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_templateTest_web/TemplateTest/abc/def/test.xml HTTP/1.1' to target server at 'localhost:8080'
04-05-2024 11:03:39:FINISHED TEST : Test6()
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.344 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: 0.848 s - in ee.jakarta.tck.ws.rs.spec.contextprovider.JsonbContextProviderIT
[INFO] Running ee.jakarta.tck.ws.rs.api.rs.ext.interceptor.reader.readerinterceptorcontext.JAXRSClientIT
04-05-2024 11:03:39:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:39:STARTING TEST : getHeadersHeadersSetTest()
04-05-2024 11:03:39:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:39:  TRACE: [WIRE] - << OPERATION: GETHEADERS
04-05-2024 11:03:39:  TRACE: [WIRE] - << Property0: any
04-05-2024 11:03:39:  TRACE: [WIRE] - << Property1: any
04-05-2024 11:03:39:  TRACE: [WIRE] - << Property2: any
04-05-2024 11:03:39:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080'
04-05-2024 11:03:39:###############################
04-05-2024 11:03:39:  TRACE: [WIRE] - << Property3: any
04-05-2024 11:03:39:  TRACE: [WIRE] - << Property4: any
04-05-2024 11:03:39:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:03:39:  TRACE: [WIRE] - << Entity
04-05-2024 11:03:39:FINISHED TEST : getHeadersHeadersSetTest()
04-05-2024 11:03:39:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:39:STARTING TEST : setInputStreamTest()
04-05-2024 11:03:40:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:40:  TRACE: [WIRE] - << OPERATION: SETINPUTSTREAM
04-05-2024 11:03:40:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:03:40:  TRACE: [WIRE] - << Entity
04-05-2024 11:03:39:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080'
04-05-2024 11:03:39:###############################
04-05-2024 11:03:40:FINISHED TEST : setInputStreamTest()
04-05-2024 11:03:40:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:40:STARTING TEST : getHeadersOperationSetTest()
04-05-2024 11:03:40:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:40:  TRACE: [WIRE] - << OPERATION: GETHEADERS
04-05-2024 11:03:40:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:03:40:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080'
04-05-2024 11:03:40:###############################
04-05-2024 11:03:40:  TRACE: [WIRE] - << Entity
04-05-2024 11:03:40:FINISHED TEST : getHeadersOperationSetTest()
04-05-2024 11:03:40:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:40:STARTING TEST : getHeadersIsMutableTest()
04-05-2024 11:03:40:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:40:  TRACE: [WIRE] - << OPERATION: GETHEADERSISMUTABLE
04-05-2024 11:03:40:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:03:40:  TRACE: [WIRE] - << Entity
04-05-2024 11:03:40:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080'
04-05-2024 11:03:40:###############################
04-05-2024 11:03:40:FINISHED TEST : getHeadersIsMutableTest()
04-05-2024 11:03:40:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:40:STARTING TEST : proceedThrowsWebApplicationExceptionTest()
04-05-2024 11:03:40:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:40:  TRACE: [WIRE] - << OPERATION: PROCEEDTHROWSWEBAPPEXCEPTION
04-05-2024 11:03:40:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080'
04-05-2024 11:03:40:###############################
04-05-2024 11:03:40:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:03:40:  TRACE: [WIRE] - << Entity
04-05-2024 11:03:40:WebApplicationException has been thrown as expected WebApplicationException has been thrown as expected
04-05-2024 11:03:40:FINISHED TEST : proceedThrowsWebApplicationExceptionTest()
04-05-2024 11:03:40:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:40:STARTING TEST : getInputStreamTest()
04-05-2024 11:03:40:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:40:  TRACE: [WIRE] - << OPERATION: GETINPUTSTREAM
04-05-2024 11:03:40:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:03:40:  TRACE: [WIRE] - << getInputStreamEntity
04-05-2024 11:03:40:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080'
04-05-2024 11:03:40:###############################
04-05-2024 11:03:40:FINISHED TEST : getInputStreamTest()
04-05-2024 11:03:40:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:40:STARTING TEST : proceedThrowsIOExceptionTest()
04-05-2024 11:03:40:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:40:  TRACE: [WIRE] - << OPERATION: PROCEEDTHROWSIOEXCEPTION
04-05-2024 11:03:40:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:03:40:  TRACE: [WIRE] - << Entity
04-05-2024 11:03:40:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080'
04-05-2024 11:03:40:###############################
04-05-2024 11:03:40:FINISHED TEST : proceedThrowsIOExceptionTest()
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.118 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
04-05-2024 11:03:40:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:40:STARTING TEST : setAnnotationsNullThrowsNPETest()
04-05-2024 11:03:40:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:40:  TRACE: [WIRE] - << OPERATION: SETANNOTATIONSNULL
04-05-2024 11:03:40:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:03:40:  TRACE: [WIRE] - << Entity
04-05-2024 11:03:40:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080'
04-05-2024 11:03:40:###############################
04-05-2024 11:03:40:FINISHED TEST : setAnnotationsNullThrowsNPETest()
04-05-2024 11:03:40:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:40:STARTING TEST : setAnnotationsTest()
04-05-2024 11:03:40:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:40:  TRACE: [WIRE] - << OPERATION: SETANNOTATIONS
04-05-2024 11:03:40:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080'
04-05-2024 11:03:40:###############################
04-05-2024 11:03:40:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:03:40:  TRACE: [WIRE] - << Entity
04-05-2024 11:03:40:FINISHED TEST : setAnnotationsTest()
04-05-2024 11:03:40:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:40:STARTING TEST : setGenericTypeTest()
04-05-2024 11:03:40:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080'04-05-2024 11:03:40:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:40:  TRACE: [WIRE] - << OPERATION: SETGENERICTYPE
04-05-2024 11:03:40:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:03:40:  TRACE: [WIRE] - << Entity

04-05-2024 11:03:40:###############################
04-05-2024 11:03:40:FINISHED TEST : setGenericTypeTest()
04-05-2024 11:03:40:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:40:STARTING TEST : getMediaTypeTest()
04-05-2024 11:03:40:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:40:  TRACE: [WIRE] - << OPERATION: GETMEDIATYPE
04-05-2024 11:03:40:  TRACE: [WIRE] - << Content-Type: application/json
04-05-2024 11:03:40:  TRACE: [WIRE] - << Entity
04-05-2024 11:03:40:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080'
04-05-2024 11:03:40:###############################
04-05-2024 11:03:40:FINISHED TEST : getMediaTypeTest()
04-05-2024 11:03:40:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:40:STARTING TEST : webApplicationExceptionTest()
04-05-2024 11:03:40:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:40:  TRACE: [WIRE] - << OPERATION: WEBAPPLICATIONEXCEPTION
04-05-2024 11:03:40:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:03:40:  TRACE: [WIRE] - << Entity
04-05-2024 11:03:40:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080'
04-05-2024 11:03:40:###############################
04-05-2024 11:03:40:found expected WebApplicationException jakarta.ws.rs.WebApplicationException: HTTP 409 Conflict
04-05-2024 11:03:40:FINISHED TEST : webApplicationExceptionTest()
04-05-2024 11:03:40:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:40:STARTING TEST : setPropertyNullTest()
04-05-2024 11:03:40:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:40:  TRACE: [WIRE] - << OPERATION: SETPROPERTYNULL
04-05-2024 11:03:40:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:03:40:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080'
04-05-2024 11:03:40:###############################
04-05-2024 11:03:40:  TRACE: [WIRE] - << Entity
04-05-2024 11:03:40:FINISHED TEST : setPropertyNullTest()
04-05-2024 11:03:40:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:40:STARTING TEST : getPropertyNamesIsReadOnlyTest()
04-05-2024 11:03:40:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:40:  TRACE: [WIRE] - << OPERATION: GETPROPERTYNAMESISREADONLY
04-05-2024 11:03:40:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:03:40:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080'
04-05-2024 11:03:40:###############################
04-05-2024 11:03:40:  TRACE: [WIRE] - << Entity
04-05-2024 11:03:40:FINISHED TEST : getPropertyNamesIsReadOnlyTest()
04-05-2024 11:03:40:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:40:STARTING TEST : ioExceptionTest()
04-05-2024 11:03:40:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080'
04-05-2024 11:03:40:###############################
04-05-2024 11:03:40:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:40:  TRACE: [WIRE] - << OPERATION: IOEXCEPTION
04-05-2024 11:03:40:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:03:40:  TRACE: [WIRE] - << Entity
04-05-2024 11:03:40:found expected IOException java.io.IOException: IOException has been thrown as expected
04-05-2024 11:03:40:FINISHED TEST : ioExceptionTest()
04-05-2024 11:03:40:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:40:STARTING TEST : getPropertyNamesTest()
04-05-2024 11:03:40:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:40:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080'
04-05-2024 11:03:40:###############################
04-05-2024 11:03:40:  TRACE: [WIRE] - << OPERATION: GETPROPERTYNAMES
04-05-2024 11:03:40:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:03:40:  TRACE: [WIRE] - << Entity
04-05-2024 11:03:40:FINISHED TEST : getPropertyNamesTest()
04-05-2024 11:03:40:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:40:STARTING TEST : getPropertyIsNullTest()
04-05-2024 11:03:40:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080'
04-05-2024 11:03:40:###############################
04-05-2024 11:03:40:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:40:  TRACE: [WIRE] - << OPERATION: GETPROPERTY
04-05-2024 11:03:40:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:03:40:  TRACE: [WIRE] - << Entity
04-05-2024 11:03:40:FINISHED TEST : getPropertyIsNullTest()
04-05-2024 11:03:40:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:40:STARTING TEST : setMediaTypeTest()
04-05-2024 11:03:40:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:40:  TRACE: [WIRE] - << OPERATION: SETMEDIATYPE
04-05-2024 11:03:40:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:03:40:  TRACE: [WIRE] - << Entity
04-05-2024 11:03:40:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080'
04-05-2024 11:03:40:###############################
04-05-2024 11:03:40:FINISHED TEST : setMediaTypeTest()
04-05-2024 11:03:40:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:40:STARTING TEST : setTypeTest()
04-05-2024 11:03:40:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080'04-05-2024 11:03:40:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:40:  TRACE: [WIRE] - << OPERATION: SETTYPE
04-05-2024 11:03:40:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:03:40:  TRACE: [WIRE] - << Entity

04-05-2024 11:03:40:###############################
04-05-2024 11:03:40:#setType set correct type java.io.InputStreamReader
04-05-2024 11:03:40:FINISHED TEST : setTypeTest()
04-05-2024 11:03:40:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:40:STARTING TEST : getTypeTest()
04-05-2024 11:03:40:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080'04-05-2024 11:03:40:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:40:  TRACE: [WIRE] - << OPERATION: GETTYPE
04-05-2024 11:03:40:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:03:40:  TRACE: [WIRE] - << Entity

04-05-2024 11:03:40:###############################
04-05-2024 11:03:40:FINISHED TEST : getTypeTest()
04-05-2024 11:03:40:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:40:STARTING TEST : getAnnotationsTest()
04-05-2024 11:03:40:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:40:  TRACE: [WIRE] - << OPERATION: GETANNOTATIONS
04-05-2024 11:03:40:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:03:40:  TRACE: [WIRE] - << Entity
04-05-2024 11:03:40:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080'
04-05-2024 11:03:40:###############################
04-05-2024 11:03:40:FINISHED TEST : getAnnotationsTest()
04-05-2024 11:03:40:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:40:STARTING TEST : getGenericTypeTest()
04-05-2024 11:03:40:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:40:  TRACE: [WIRE] - << OPERATION: GETGENERICTYPE
04-05-2024 11:03:40:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:03:40:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080'
04-05-2024 11:03:40:###############################
04-05-2024 11:03:40:  TRACE: [WIRE] - << Entity
04-05-2024 11:03:40:FINISHED TEST : getGenericTypeTest()
04-05-2024 11:03:40:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:40:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:40:STARTING TEST : setPropertyTest()
04-05-2024 11:03:40:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080'04-05-2024 11:03:40:  TRACE: [WIRE] - << OPERATION: SETPROPERTY
04-05-2024 11:03:40:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:03:40:  TRACE: [WIRE] - << Entity

04-05-2024 11:03:40:###############################
04-05-2024 11:03:40:FINISHED TEST : setPropertyTest()
04-05-2024 11:03:40:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:40:STARTING TEST : removePropertyTest()
04-05-2024 11:03:40:  TRACE: [WIRE] - << 200 OK
04-05-2024 11:03:40:  TRACE: [WIRE] - << OPERATION: REMOVEPROPERTY
04-05-2024 11:03:40:  TRACE: [WIRE] - << Content-Type: text/plain
04-05-2024 11:03:40:  TRACE: [WIRE] - << Entity
04-05-2024 11:03:40:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080'
04-05-2024 11:03:40:###############################
04-05-2024 11:03:40:FINISHED TEST : removePropertyTest()
[INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.25 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
04-05-2024 11:03:40:STARTING TEST : checkCreatedResponseBuilderTest()
04-05-2024 11:03:40:FINISHED TEST : checkCreatedResponseBuilderTest()
04-05-2024 11:03:40:STARTING TEST : createEndpointThrowsIllegalArgumentExceptionTest()
04-05-2024 11:03:40:IllegalArgumentException has been thrown as expected
04-05-2024 11:03:40:FINISHED TEST : createEndpointThrowsIllegalArgumentExceptionTest()
04-05-2024 11:03:40:STARTING TEST : checkCreatedHeaderDelegateNewCookieTest()
04-05-2024 11:03:40:FINISHED TEST : checkCreatedHeaderDelegateNewCookieTest()
04-05-2024 11:03:40:STARTING TEST : checkCreatedHeaderDelegateMediaTypeTest()
04-05-2024 11:03:40:FINISHED TEST : checkCreatedHeaderDelegateMediaTypeTest()
04-05-2024 11:03:40:STARTING TEST : checkCreatedUriBuilderTest()
04-05-2024 11:03:40:FINISHED TEST : checkCreatedUriBuilderTest()
04-05-2024 11:03:40:STARTING TEST : createHeaderDelegateThrowsIllegalArgumentExceptionTest()
04-05-2024 11:03:40:IllegalArgumentException has been thrown as expected
04-05-2024 11:03:40:FINISHED TEST : createHeaderDelegateThrowsIllegalArgumentExceptionTest()
04-05-2024 11:03:40:STARTING TEST : checkCreatedHeaderDelegateNullPointerTest()
04-05-2024 11:03:40:FINISHED TEST : checkCreatedHeaderDelegateNullPointerTest()
04-05-2024 11:03:40:STARTING TEST : checkCreatedHeaderDelegateEntityTagTest()
04-05-2024 11:03:40:FINISHED TEST : checkCreatedHeaderDelegateEntityTagTest()
04-05-2024 11:03:40:STARTING TEST : createEndpointTest()
04-05-2024 11:03:40:IllegalArgumentException has been thrown as expected java.lang.IllegalArgumentException: No container provider supports the type interface com.sun.net.httpserver.HttpHandler
04-05-2024 11:03:40:FINISHED TEST : createEndpointTest()
04-05-2024 11:03:40:STARTING TEST : checkCreatedVariantListBuilderTest()
04-05-2024 11:03:40:FINISHED TEST : checkCreatedVariantListBuilderTest()
04-05-2024 11:03:40:STARTING TEST : checkCreatedHeaderDelegateCookieTest()
04-05-2024 11:03:40:FINISHED TEST : checkCreatedHeaderDelegateCookieTest()
04-05-2024 11:03:40:STARTING TEST : checkCreatedHeaderDelegateCacheControlTest()
04-05-2024 11:03:40:FINISHED TEST : checkCreatedHeaderDelegateCacheControlTest()
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 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
04-05-2024 11:03:40:STARTING TEST : checkTckRuntimeDelegateIsNotDefaultTest()
04-05-2024 11:03:40:Found org.glassfish.jersey.server.internal.RuntimeDelegateImpl
04-05-2024 11:03:40:FINISHED TEST : checkTckRuntimeDelegateIsNotDefaultTest()
04-05-2024 11:03:40:STARTING TEST : askForTckRuntimeDelegateGivenBySetInstanceTest()
04-05-2024 11:03:40:Found ee.jakarta.tck.ws.rs.api.rs.ext.runtimedelegate.TckRuntimeDelegate
04-05-2024 11:03:40:Found org.glassfish.jersey.server.internal.RuntimeDelegateImpl
04-05-2024 11:03:40:FINISHED TEST : askForTckRuntimeDelegateGivenBySetInstanceTest()
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in ee.jakarta.tck.ws.rs.api.rs.ext.runtimedelegate.setinstance.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.variant.JAXRSClientIT
04-05-2024 11:03:40:STARTING TEST : constructorMediaStringStringThrowsIllegalArgumentExceptionTest()
04-05-2024 11:03:40:Thrown IllegalArgumentException as expected
04-05-2024 11:03:40:FINISHED TEST : constructorMediaStringStringThrowsIllegalArgumentExceptionTest()
04-05-2024 11:03:40:STARTING TEST : constructorMediaStringStringTest()
04-05-2024 11:03:40:FINISHED TEST : constructorMediaStringStringTest()
04-05-2024 11:03:40:STARTING TEST : equalsTest2()
04-05-2024 11:03:40:FINISHED TEST : equalsTest2()
04-05-2024 11:03:40:STARTING TEST : equalsTest3()
04-05-2024 11:03:40:FINISHED TEST : equalsTest3()
04-05-2024 11:03:40:STARTING TEST : encodingsTest()
04-05-2024 11:03:40:FINISHED TEST : encodingsTest()
04-05-2024 11:03:40:STARTING TEST : constructorMediaStringStringStringStringTest()
04-05-2024 11:03:40:FINISHED TEST : constructorMediaStringStringStringStringTest()
04-05-2024 11:03:40:STARTING TEST : languagesTest()
04-05-2024 11:03:40:FINISHED TEST : languagesTest()
04-05-2024 11:03:40:STARTING TEST : constructorMediaStringStringStringThrowsIllegalArgumentExceptionTest()
04-05-2024 11:03:40:Thrown IllegalArgumentException as expected
04-05-2024 11:03:40:FINISHED TEST : constructorMediaStringStringStringThrowsIllegalArgumentExceptionTest()
04-05-2024 11:03:40:STARTING TEST : constructorTest1()
04-05-2024 11:03:40:FINISHED TEST : constructorTest1()
04-05-2024 11:03:40:STARTING TEST : constructorTest2()
04-05-2024 11:03:40:FINISHED TEST : constructorTest2()
04-05-2024 11:03:40:STARTING TEST : constructorTest3()
04-05-2024 11:03:40:FINISHED TEST : constructorTest3()
04-05-2024 11:03:40:STARTING TEST : equalTest1()
04-05-2024 11:03:40:FINISHED TEST : equalTest1()
04-05-2024 11:03:40:STARTING TEST : constructorMediaStringStringStringStringThrowsIllegalArgumentExceptionTest()
04-05-2024 11:03:40:Thrown IllegalArgumentException as expected
04-05-2024 11:03:40:FINISHED TEST : constructorMediaStringStringStringStringThrowsIllegalArgumentExceptionTest()
04-05-2024 11:03:40:STARTING TEST : getLanguageStringTest()
04-05-2024 11:03:40:#getLanguageString returned exected language string
04-05-2024 11:03:40:FINISHED TEST : getLanguageStringTest()
04-05-2024 11:03:40:STARTING TEST : constructorMediaStringStringStringTest()
04-05-2024 11:03:40:FINISHED TEST : constructorMediaStringStringStringTest()
04-05-2024 11:03:40:STARTING TEST : mediaTypesTest()
04-05-2024 11:03:40:FINISHED TEST : mediaTypesTest()
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in ee.jakarta.tck.ws.rs.api.rs.core.variant.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.mediatype.JAXRSClientIT
04-05-2024 11:03:40:STARTING TEST : wildcardTest()
04-05-2024 11:03:40:FINISHED TEST : wildcardTest()
04-05-2024 11:03:40:STARTING TEST : valueOfTest()
04-05-2024 11:03:40:FINISHED TEST : valueOfTest()
04-05-2024 11:03:40:STARTING TEST : withCharsetTest()
04-05-2024 11:03:40:MediaType application/x-www-form-urlencoded;charset=UTF-8 contains expected character set UTF-8
04-05-2024 11:03:40:MediaType application/x-www-form-urlencoded;charset=ISO-8859-2 contains expected character set ISO-8859-2
04-05-2024 11:03:40:MediaType application/x-www-form-urlencoded;charset=UTF-16 contains expected character set UTF-16
04-05-2024 11:03:40:FINISHED TEST : withCharsetTest()
04-05-2024 11:03:40:STARTING TEST : valueOfTest1()
04-05-2024 11:03:40:IllegalArgumentException has been thrown as expected
04-05-2024 11:03:40:FINISHED TEST : valueOfTest1()
04-05-2024 11:03:40:STARTING TEST : equalsTest1()
04-05-2024 11:03:40:FINISHED TEST : equalsTest1()
04-05-2024 11:03:40:STARTING TEST : equalsTest2()
04-05-2024 11:03:40:FINISHED TEST : equalsTest2()
04-05-2024 11:03:40:STARTING TEST : equalsTest3()
04-05-2024 11:03:40:FINISHED TEST : equalsTest3()
04-05-2024 11:03:40:STARTING TEST : equalsTest4()
04-05-2024 11:03:40:FINISHED TEST : equalsTest4()
04-05-2024 11:03:40:STARTING TEST : constructorTest1()
04-05-2024 11:03:40:FINISHED TEST : constructorTest1()
04-05-2024 11:03:40:STARTING TEST : constructorTest2()
04-05-2024 11:03:40:FINISHED TEST : constructorTest2()
04-05-2024 11:03:40:STARTING TEST : constructorTest3()
04-05-2024 11:03:40:FINISHED TEST : constructorTest3()
04-05-2024 11:03:40:STARTING TEST : hashCodeTest1()
04-05-2024 11:03:40:FINISHED TEST : hashCodeTest1()
04-05-2024 11:03:40:STARTING TEST : hashCodeTest2()
04-05-2024 11:03:40:FINISHED TEST : hashCodeTest2()
04-05-2024 11:03:40:STARTING TEST : hashCodeTest3()
04-05-2024 11:03:40:FINISHED TEST : hashCodeTest3()
04-05-2024 11:03:40:STARTING TEST : toStringTest()
04-05-2024 11:03:40:FINISHED TEST : toStringTest()
04-05-2024 11:03:40:STARTING TEST : withCharsetNullOrEmptyCharsetTest()
04-05-2024 11:03:40:MediaType application/x-www-form-urlencoded;charset=UTF-8 contains character set charset=UTF-8 as expected
04-05-2024 11:03:40:MediaType application/x-www-form-urlencoded;charset=UTF-8 contains character set charset=UTF-8 as expected
04-05-2024 11:03:40:MediaType application/x-www-form-urlencoded;charset=UTF-8 contains character set charset=UTF-8 as expected
04-05-2024 11:03:40:MediaType application/x-www-form-urlencoded;charset=UTF-8 contains character set charset=UTF-8 as expected
04-05-2024 11:03:40:FINISHED TEST : withCharsetNullOrEmptyCharsetTest()
04-05-2024 11:03:40:STARTING TEST : constructorStringStringStringTest()
04-05-2024 11:03:40:MediaType application/x-www-form-urlencoded;charset=UTF-8 contains character set charset=UTF-8 as expected
04-05-2024 11:03:40:MediaType application/x-www-form-urlencoded;charset=ISO-8859-2 contains character set charset=ISO-8859-2 as expected
04-05-2024 11:03:40:MediaType application/x-www-form-urlencoded;charset=UTF-16 contains character set charset=UTF-16 as expected
04-05-2024 11:03:40:FINISHED TEST : constructorStringStringStringTest()
04-05-2024 11:03:40:STARTING TEST : isCompatibleTest1()
04-05-2024 11:03:40:FINISHED TEST : isCompatibleTest1()
04-05-2024 11:03:40:STARTING TEST : isCompatibleTest2()
04-05-2024 11:03:40:FINISHED TEST : isCompatibleTest2()
04-05-2024 11:03:40:STARTING TEST : isCompatibleTest3()
04-05-2024 11:03:40:FINISHED TEST : isCompatibleTest3()
[INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in ee.jakarta.tck.ws.rs.api.rs.core.mediatype.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.configurable.JAXRSClientIT
04-05-2024 11:03:40:STARTING TEST : registerFeatureClassReturningFalseWithPriorityTest()
04-05-2024 11:03:40:Already registered 0 classes
04-05-2024 11:03:40:Already registered 0 instances
04-05-2024 11:03:40:Found 1 features
04-05-2024 11:03:40:Found 1 features
04-05-2024 11:03:40:FINISHED TEST : registerFeatureClassReturningFalseWithPriorityTest()
04-05-2024 11:03:40:STARTING TEST : registerClassContractsTest()
04-05-2024 11:03:40:Already registered 0 classes
04-05-2024 11:03:40:Already registered 0 instances
04-05-2024 11:03:40:Found 1 features
04-05-2024 11:03:40:Found 1 features
04-05-2024 11:03:40:FINISHED TEST : registerClassContractsTest()
04-05-2024 11:03:40:STARTING TEST : registerFeatureInstanceReturningFalseTest()
04-05-2024 11:03:40:Already registered 0 classes
04-05-2024 11:03:40:Already registered 0 instances
04-05-2024 11:03:40:Found 1 features
04-05-2024 11:03:40:Found 1 features
04-05-2024 11:03:40:FINISHED TEST : registerFeatureInstanceReturningFalseTest()
04-05-2024 11:03:40:STARTING TEST : registerFeatureClassReturningFalseTest()
04-05-2024 11:03:40:Already registered 0 classes
04-05-2024 11:03:40:Already registered 0 instances
04-05-2024 11:03:40:Found 1 features
04-05-2024 11:03:40:Found 1 features
04-05-2024 11:03:40:FINISHED TEST : registerFeatureClassReturningFalseTest()
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in ee.jakarta.tck.ws.rs.api.rs.core.configurable.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.uribuilder.JAXRSClientIT
04-05-2024 11:03:40:STARTING TEST : resolveTemplateStringObjectBooleanSlashNotEncodedTest()
04-05-2024 11:03:40:Got expected template {v}/{w}/{x}/{y}/{w}
04-05-2024 11:03:40:FINISHED TEST : resolveTemplateStringObjectBooleanSlashNotEncodedTest()
04-05-2024 11:03:40:STARTING TEST : toTemplateTest()
04-05-2024 11:03:40:Got expected template {v}/{w}/{x}/{y}/{w}
04-05-2024 11:03:40:FINISHED TEST : toTemplateTest()
04-05-2024 11:03:40:STARTING TEST : replacePathTest1()
04-05-2024 11:03:40:FINISHED TEST : replacePathTest1()
04-05-2024 11:03:40:STARTING TEST : replacePathTest2()
04-05-2024 11:03:40:FINISHED TEST : replacePathTest2()
04-05-2024 11:03:40:STARTING TEST : replacePathTest3()
04-05-2024 11:03:40:FINISHED TEST : replacePathTest3()
04-05-2024 11:03:40:STARTING TEST : resolveTemplatesMapThrowsIAEOnNullNameTest()
04-05-2024 11:03:40:IllegalArgumentException has been thrown as expected java.lang.IllegalArgumentException: One or more of template keys or values are null.
04-05-2024 11:03:40:FINISHED TEST : resolveTemplatesMapThrowsIAEOnNullNameTest()
04-05-2024 11:03:40:STARTING TEST : uriStringTest()
04-05-2024 11:03:40:FINISHED TEST : uriStringTest()
04-05-2024 11:03:40:STARTING TEST : fromMethodThrowsIllegalArgumentExceptionWhenNoPathTest()
04-05-2024 11:03:40: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.
04-05-2024 11:03:40:FINISHED TEST : fromMethodThrowsIllegalArgumentExceptionWhenNoPathTest()
04-05-2024 11:03:40:STARTING TEST : uriStringThrowsIAEWhenNoUriTest()
04-05-2024 11:03:40:#IllegalArgumentException has been thrown as expected for #uri(noURI)
04-05-2024 11:03:40:FINISHED TEST : uriStringThrowsIAEWhenNoUriTest()
04-05-2024 11:03:40:STARTING TEST : resolveTemplatesMapBooleanSlashNotEncodedTest()
04-05-2024 11:03:40:FINISHED TEST : resolveTemplatesMapBooleanSlashNotEncodedTest()
04-05-2024 11:03:40:STARTING TEST : fromLinkTest()
04-05-2024 11:03:40:URI fromLink is equal to the expected URI
04-05-2024 11:03:40:FINISHED TEST : fromLinkTest()
04-05-2024 11:03:40:STARTING TEST : buildObjectsBooleanThrowsIAEWhenNoValueSuppliedTest()
04-05-2024 11:03:40:IllegalArgumentException has been thrown as expected java.lang.IllegalArgumentException: The template variable 'w' has no value
04-05-2024 11:03:40:FINISHED TEST : buildObjectsBooleanThrowsIAEWhenNoValueSuppliedTest()
04-05-2024 11:03:40:STARTING TEST : resolveTemplateFromEncodedPercentEncodedTest()
04-05-2024 11:03:40:FINISHED TEST : resolveTemplateFromEncodedPercentEncodedTest()
04-05-2024 11:03:40:STARTING TEST : uriTest1()
04-05-2024 11:03:40:FINISHED TEST : uriTest1()
04-05-2024 11:03:40:STARTING TEST : resolveTemplatesFromEncodedPercentEncodedTest()
04-05-2024 11:03:40:FINISHED TEST : resolveTemplatesFromEncodedPercentEncodedTest()
04-05-2024 11:03:40:STARTING TEST : replaceQueryParamTest1()
04-05-2024 11:03:40:FINISHED TEST : replaceQueryParamTest1()
04-05-2024 11:03:40:STARTING TEST : replaceQueryParamTest2()
04-05-2024 11:03:40:FINISHED TEST : replaceQueryParamTest2()
04-05-2024 11:03:40:STARTING TEST : replaceQueryParamTest3()
04-05-2024 11:03:40:FINISHED TEST : replaceQueryParamTest3()
04-05-2024 11:03:40:STARTING TEST : schemeTest1()
04-05-2024 11:03:40:FINISHED TEST : schemeTest1()
04-05-2024 11:03:40:STARTING TEST : schemeTest2()
04-05-2024 11:03:40:FINISHED TEST : schemeTest2()
04-05-2024 11:03:40:STARTING TEST : buildFromMapWithBooleanSlashEncodedTest()
04-05-2024 11:03:40:FINISHED TEST : buildFromMapWithBooleanSlashEncodedTest()
04-05-2024 11:03:40:STARTING TEST : buildFromMapTest1()
04-05-2024 11:03:40:FINISHED TEST : buildFromMapTest1()
04-05-2024 11:03:40:STARTING TEST : buildFromMapTest2()
04-05-2024 11:03:40:FINISHED TEST : buildFromMapTest2()
04-05-2024 11:03:40:STARTING TEST : buildFromMapTest3()
04-05-2024 11:03:40:FINISHED TEST : buildFromMapTest3()
04-05-2024 11:03:40:STARTING TEST : buildFromMapTest4()
04-05-2024 11:03:40:FINISHED TEST : buildFromMapTest4()
04-05-2024 11:03:40:STARTING TEST : buildFromMapTest5()
04-05-2024 11:03:40:FINISHED TEST : buildFromMapTest5()
04-05-2024 11:03:40:STARTING TEST : fragmentTest1()
04-05-2024 11:03:40:FINISHED TEST : fragmentTest1()
04-05-2024 11:03:40:STARTING TEST : resolveTemplatesMapThrowsIAEOnNullValueTest()
04-05-2024 11:03:40:IllegalArgumentException has been thrown as expected java.lang.IllegalArgumentException: One or more of template keys or values are null.
04-05-2024 11:03:40:FINISHED TEST : resolveTemplatesMapThrowsIAEOnNullValueTest()
04-05-2024 11:03:40:STARTING TEST : hostTest1()
04-05-2024 11:03:40:FINISHED TEST : hostTest1()
04-05-2024 11:03:40:STARTING TEST : hostTest2()
04-05-2024 11:03:40:FINISHED TEST : hostTest2()
04-05-2024 11:03:40:STARTING TEST : fromMethodThrowsIllegalArgumentExceptionWhenMorePathsTest()
04-05-2024 11:03:40:IllegalArgumentException has been sucessfully thrown java.lang.IllegalArgumentException
04-05-2024 11:03:40:FINISHED TEST : fromMethodThrowsIllegalArgumentExceptionWhenMorePathsTest()
04-05-2024 11:03:40:STARTING TEST : userInfoTest()
foo:foo
foo:foo
04-05-2024 11:03:40:FINISHED TEST : userInfoTest()
04-05-2024 11:03:40:STARTING TEST : resolveTemplateStringObjectBooleanThrowsIAEOnNullValueTest()
04-05-2024 11:03:40:IllegalArgumentException has been thrown as expected java.lang.IllegalArgumentException: "value" parameter is null.
04-05-2024 11:03:40:FINISHED TEST : resolveTemplateStringObjectBooleanThrowsIAEOnNullValueTest()
04-05-2024 11:03:40:STARTING TEST : resolveTemplateStringObjectBooleanSlashEncodedTest()
04-05-2024 11:03:40:Got expected template {v}/{w}/{x}/{y}/{w}
04-05-2024 11:03:40:FINISHED TEST : resolveTemplateStringObjectBooleanSlashEncodedTest()
04-05-2024 11:03:40:STARTING TEST : buildTest1()
04-05-2024 11:03:40:FINISHED TEST : buildTest1()
04-05-2024 11:03:40:STARTING TEST : buildTest2()
04-05-2024 11:03:40:FINISHED TEST : buildTest2()
04-05-2024 11:03:40:STARTING TEST : buildFromMapWithBooleanSlashNotEncodedTest()
04-05-2024 11:03:40:FINISHED TEST : buildFromMapWithBooleanSlashNotEncodedTest()
04-05-2024 11:03:40:STARTING TEST : pathTest0()
04-05-2024 11:03:40:FINISHED TEST : pathTest0()
04-05-2024 11:03:40:STARTING TEST : pathTest1()
04-05-2024 11:03:40:FINISHED TEST : pathTest1()
04-05-2024 11:03:40:STARTING TEST : pathTest2()
04-05-2024 11:03:40:FINISHED TEST : pathTest2()
04-05-2024 11:03:40:STARTING TEST : pathTest3()
04-05-2024 11:03:40:FINISHED TEST : pathTest3()
04-05-2024 11:03:40:STARTING TEST : pathTest4()
04-05-2024 11:03:40:FINISHED TEST : pathTest4()
04-05-2024 11:03:40:STARTING TEST : pathTest5()
04-05-2024 11:03:40:FINISHED TEST : pathTest5()
04-05-2024 11:03:40:STARTING TEST : pathTest6()
04-05-2024 11:03:40:FINISHED TEST : pathTest6()
04-05-2024 11:03:40:STARTING TEST : pathTest7()
04-05-2024 11:03:40:FINISHED TEST : pathTest7()
04-05-2024 11:03:40:STARTING TEST : pathTest8()
04-05-2024 11:03:40:FINISHED TEST : pathTest8()
04-05-2024 11:03:40:STARTING TEST : pathTest9()
04-05-2024 11:03:40:FINISHED TEST : pathTest9()
04-05-2024 11:03:40:STARTING TEST : resolveTemplateStringObjectThrowsIAEOnNullValueTest()
04-05-2024 11:03:40:IllegalArgumentException has been thrown as expected java.lang.IllegalArgumentException: "value" parameter is null.
04-05-2024 11:03:40:FINISHED TEST : resolveTemplateStringObjectThrowsIAEOnNullValueTest()
04-05-2024 11:03:40:STARTING TEST : resolveTemplatesMapBooleanThrowsIAEOnNullNameTest()
04-05-2024 11:03:40:IllegalArgumentException has been thrown as expected java.lang.IllegalArgumentException: One or more of template keys or values are null.
04-05-2024 11:03:40:FINISHED TEST : resolveTemplatesMapBooleanThrowsIAEOnNullNameTest()
04-05-2024 11:03:40:STARTING TEST : templateTest1()
04-05-2024 11:03:40:FINISHED TEST : templateTest1()
04-05-2024 11:03:40:STARTING TEST : templateTest2()
04-05-2024 11:03:40:FINISHED TEST : templateTest2()
04-05-2024 11:03:40:STARTING TEST : uriTest()
04-05-2024 11:03:40: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
04-05-2024 11:03:40:FINISHED TEST : uriTest()
04-05-2024 11:03:40:STARTING TEST : resolveTemplateFromEncodedThrowsNullOnNullValueTest()
04-05-2024 11:03:40:IllegalArgumentException thrown as expected java.lang.IllegalArgumentException: "value" parameter is null.
04-05-2024 11:03:40:FINISHED TEST : resolveTemplateFromEncodedThrowsNullOnNullValueTest()
04-05-2024 11:03:40:STARTING TEST : resolveTemplateFromEncodedThrowsNullOnNullNameTest()
04-05-2024 11:03:40:IllegalArgumentException thrown as expected java.lang.IllegalArgumentException: "name" parameter is null.
04-05-2024 11:03:40:FINISHED TEST : resolveTemplateFromEncodedThrowsNullOnNullNameTest()
04-05-2024 11:03:40:STARTING TEST : resolveTemplatesMapBooleanThrowsIAEOnNullMapTest()
04-05-2024 11:03:40:IllegalArgumentException has been thrown as expected java.lang.IllegalArgumentException: "templateValues" parameter is null.
04-05-2024 11:03:40:FINISHED TEST : resolveTemplatesMapBooleanThrowsIAEOnNullMapTest()
04-05-2024 11:03:40:STARTING TEST : uriStringThrowsIAEWhenNullTest()
04-05-2024 11:03:40:#IllegalArgumentException has been thrown as expected for #uri(null)
04-05-2024 11:03:40:FINISHED TEST : uriStringThrowsIAEWhenNullTest()
04-05-2024 11:03:40:STARTING TEST : replaceQueryTest1()
04-05-2024 11:03:40:FINISHED TEST : replaceQueryTest1()
04-05-2024 11:03:40:STARTING TEST : replaceQueryTest2()
04-05-2024 11:03:40:FINISHED TEST : replaceQueryTest2()
04-05-2024 11:03:40:STARTING TEST : replaceQueryTest3()
04-05-2024 11:03:40:FINISHED TEST : replaceQueryTest3()
04-05-2024 11:03:40:STARTING TEST : resolveTemplatesFromEncodedTest()
04-05-2024 11:03:40:FINISHED TEST : resolveTemplatesFromEncodedTest()
04-05-2024 11:03:40:STARTING TEST : resolveTemplatesFromEncodedThrowsNullOnNullValueTest()
04-05-2024 11:03:40:IllegalArgumentException thrown as expected java.lang.IllegalArgumentException: One or more of template keys or values are null.
04-05-2024 11:03:40:FINISHED TEST : resolveTemplatesFromEncodedThrowsNullOnNullValueTest()
04-05-2024 11:03:40:STARTING TEST : uriBuilderExceptionTest1()
04-05-2024 11:03:40:FINISHED TEST : uriBuilderExceptionTest1()
04-05-2024 11:03:40:STARTING TEST : uriBuilderExceptionTest2()
04-05-2024 11:03:40:FINISHED TEST : uriBuilderExceptionTest2()
04-05-2024 11:03:40:STARTING TEST : uriBuilderExceptionTest3()
04-05-2024 11:03:40:FINISHED TEST : uriBuilderExceptionTest3()
04-05-2024 11:03:40:STARTING TEST : uriBuilderExceptionTest4()
04-05-2024 11:03:40:FINISHED TEST : uriBuilderExceptionTest4()
04-05-2024 11:03:40:STARTING TEST : resolveTemplatesFromEncodedThrowsNullOnNullNameTest()
04-05-2024 11:03:40:IllegalArgumentException thrown as expected java.lang.IllegalArgumentException: One or more of template keys or values are null.
04-05-2024 11:03:40:FINISHED TEST : resolveTemplatesFromEncodedThrowsNullOnNullNameTest()
04-05-2024 11:03:40:STARTING TEST : replaceMatrixParamTest1()
04-05-2024 11:03:40:FINISHED TEST : replaceMatrixParamTest1()
04-05-2024 11:03:40:STARTING TEST : replaceMatrixParamTest2()
04-05-2024 11:03:40:FINISHED TEST : replaceMatrixParamTest2()
04-05-2024 11:03:40:STARTING TEST : replaceMatrixParamTest3()
04-05-2024 11:03:40:FINISHED TEST : replaceMatrixParamTest3()
04-05-2024 11:03:40:STARTING TEST : replaceMatrixParamTest4()
04-05-2024 11:03:40:FINISHED TEST : replaceMatrixParamTest4()
04-05-2024 11:03:40:STARTING TEST : buildObjectsBooleanEncodedTest()
04-05-2024 11:03:40:FINISHED TEST : buildObjectsBooleanEncodedTest()
04-05-2024 11:03:40:STARTING TEST : schemeSpecificPartTest1()
04-05-2024 11:03:40:FINISHED TEST : schemeSpecificPartTest1()
04-05-2024 11:03:40:STARTING TEST : fromLinkThrowsIllegalArgumentExceptionTest()
04-05-2024 11:03:40:IllegalArgumentException has been thrown as expected
04-05-2024 11:03:40:FINISHED TEST : fromLinkThrowsIllegalArgumentExceptionTest()
04-05-2024 11:03:40:STARTING TEST : replaceMatrixTest1()
04-05-2024 11:03:40:FINISHED TEST : replaceMatrixTest1()
04-05-2024 11:03:40:STARTING TEST : replaceMatrixTest2()
04-05-2024 11:03:40:FINISHED TEST : replaceMatrixTest2()
04-05-2024 11:03:40:STARTING TEST : replaceMatrixTest3()
04-05-2024 11:03:40:FINISHED TEST : replaceMatrixTest3()
04-05-2024 11:03:40:STARTING TEST : segmentTest1()
04-05-2024 11:03:40:FINISHED TEST : segmentTest1()
04-05-2024 11:03:40:STARTING TEST : segmentTest2()
04-05-2024 11:03:40:FINISHED TEST : segmentTest2()
04-05-2024 11:03:40:STARTING TEST : segmentTest3()
04-05-2024 11:03:40:FINISHED TEST : segmentTest3()
04-05-2024 11:03:40:STARTING TEST : fromResourceTest1()
04-05-2024 11:03:40:FINISHED TEST : fromResourceTest1()
04-05-2024 11:03:40:STARTING TEST : fromResourceTest2()
04-05-2024 11:03:40:FINISHED TEST : fromResourceTest2()
04-05-2024 11:03:40:STARTING TEST : resolveTemplatesFromEncodedThrowsNullOnNullMapTest()
04-05-2024 11:03:40:IllegalArgumentException thrown as expected java.lang.IllegalArgumentException: "templateValues" parameter is null.
04-05-2024 11:03:40:FINISHED TEST : resolveTemplatesFromEncodedThrowsNullOnNullMapTest()
04-05-2024 11:03:40:STARTING TEST : schemeSpecificPartTest()
04-05-2024 11:03:40:FINISHED TEST : schemeSpecificPartTest()
04-05-2024 11:03:40:STARTING TEST : matrixParamTest1()
04-05-2024 11:03:40:FINISHED TEST : matrixParamTest1()
04-05-2024 11:03:40:STARTING TEST : matrixParamTest2()
04-05-2024 11:03:40:FINISHED TEST : matrixParamTest2()
04-05-2024 11:03:40:STARTING TEST : matrixParamTest3()
04-05-2024 11:03:40:FINISHED TEST : matrixParamTest3()
04-05-2024 11:03:40:STARTING TEST : resolveTemplatesMapBooleanSlashEncodedTest()
04-05-2024 11:03:40:FINISHED TEST : resolveTemplatesMapBooleanSlashEncodedTest()
04-05-2024 11:03:40:STARTING TEST : fromUriTest1()
04-05-2024 11:03:40:FINISHED TEST : fromUriTest1()
04-05-2024 11:03:40:STARTING TEST : fromUriTest2()
04-05-2024 11:03:40:FINISHED TEST : fromUriTest2()
04-05-2024 11:03:40:STARTING TEST : fromUriTest3()
04-05-2024 11:03:40:FINISHED TEST : fromUriTest3()
04-05-2024 11:03:40:STARTING TEST : fromUriTest4()
04-05-2024 11:03:40:FINISHED TEST : fromUriTest4()
04-05-2024 11:03:40:STARTING TEST : pathTest10()
04-05-2024 11:03:40:FINISHED TEST : pathTest10()
04-05-2024 11:03:40:STARTING TEST : pathTest11()
04-05-2024 11:03:40:FINISHED TEST : pathTest11()
04-05-2024 11:03:40:STARTING TEST : pathTest12()
04-05-2024 11:03:40:FINISHED TEST : pathTest12()
04-05-2024 11:03:40:STARTING TEST : pathTest13()
04-05-2024 11:03:40:FINISHED TEST : pathTest13()
04-05-2024 11:03:40:STARTING TEST : resolveTemplatesMapBooleanThrowsIAEOnNullValueTest()
04-05-2024 11:03:40:IllegalArgumentException has been thrown as expected java.lang.IllegalArgumentException: One or more of template keys or values are null.
04-05-2024 11:03:40:FINISHED TEST : resolveTemplatesMapBooleanThrowsIAEOnNullValueTest()
04-05-2024 11:03:40:STARTING TEST : resolveTemplateStringObjectTest()
04-05-2024 11:03:40:Got expected template {v}/{w}/{x}/{y}/{w}
04-05-2024 11:03:40:FINISHED TEST : resolveTemplateStringObjectTest()
04-05-2024 11:03:40:STARTING TEST : fromMethodTest()
04-05-2024 11:03:40:URI fromMethod is equal to the expected URI /sub
04-05-2024 11:03:40:FINISHED TEST : fromMethodTest()
04-05-2024 11:03:40:STARTING TEST : portTest1()
04-05-2024 11:03:40:FINISHED TEST : portTest1()
04-05-2024 11:03:40:STARTING TEST : portTest2()
04-05-2024 11:03:40:FINISHED TEST : portTest2()
04-05-2024 11:03:40:STARTING TEST : pathTest()
04-05-2024 11:03:40:FINISHED TEST : pathTest()
04-05-2024 11:03:40:STARTING TEST : resolveTemplateStringObjectThrowsIAEOnNullNameTest()
04-05-2024 11:03:40:IllegalArgumentException has been thrown as expected java.lang.IllegalArgumentException: "name" parameter is null.
04-05-2024 11:03:40:FINISHED TEST : resolveTemplateStringObjectThrowsIAEOnNullNameTest()
04-05-2024 11:03:40:STARTING TEST : fromEncodedTest1()
04-05-2024 11:03:40:FINISHED TEST : fromEncodedTest1()
04-05-2024 11:03:40:STARTING TEST : fromEncodedTest2()
04-05-2024 11:03:40:FINISHED TEST : fromEncodedTest2()
04-05-2024 11:03:40:STARTING TEST : fromEncodedTest3()
04-05-2024 11:03:40:FINISHED TEST : fromEncodedTest3()
04-05-2024 11:03:40:STARTING TEST : buildFromMapWithBooleanThrowsIAEWhenNullValueTest()
04-05-2024 11:03:40:IllegalArgumentException has been thrown as expected
04-05-2024 11:03:40:FINISHED TEST : buildFromMapWithBooleanThrowsIAEWhenNullValueTest()
04-05-2024 11:03:40:STARTING TEST : buildObjectsBooleanNotEncodedTest()
04-05-2024 11:03:40:FINISHED TEST : buildObjectsBooleanNotEncodedTest()
04-05-2024 11:03:40:STARTING TEST : resolveTemplateFromEncodedTest()
04-05-2024 11:03:40:FINISHED TEST : resolveTemplateFromEncodedTest()
04-05-2024 11:03:40:STARTING TEST : queryParamTest1()
04-05-2024 11:03:40:FINISHED TEST : queryParamTest1()
04-05-2024 11:03:40:STARTING TEST : queryParamTest2()
04-05-2024 11:03:40:FINISHED TEST : queryParamTest2()
04-05-2024 11:03:40:STARTING TEST : queryParamTest3()
04-05-2024 11:03:40:FINISHED TEST : queryParamTest3()
04-05-2024 11:03:40:STARTING TEST : queryParamTest4()
04-05-2024 11:03:40:FINISHED TEST : queryParamTest4()
04-05-2024 11:03:40:STARTING TEST : queryParamTest5()
04-05-2024 11:03:40:FINISHED TEST : queryParamTest5()
04-05-2024 11:03:40:STARTING TEST : buildObjectsBooleanThrowsIAEWhenValueIsNullTest()
04-05-2024 11:03:40:IllegalArgumentException has been thrown as expected java.lang.IllegalArgumentException: The template variable 'w' has no value
04-05-2024 11:03:40:FINISHED TEST : buildObjectsBooleanThrowsIAEWhenValueIsNullTest()
04-05-2024 11:03:40:STARTING TEST : fromPathTest1()
04-05-2024 11:03:40:FINISHED TEST : fromPathTest1()
04-05-2024 11:03:40:STARTING TEST : fromPathTest2()
04-05-2024 11:03:40:FINISHED TEST : fromPathTest2()
04-05-2024 11:03:40:STARTING TEST : buildFromMapWithBooleanThrowsIAEWhenNoSuppliedValueTest()
04-05-2024 11:03:40:IllegalArgumentException has been thrown as expected
04-05-2024 11:03:40:FINISHED TEST : buildFromMapWithBooleanThrowsIAEWhenNoSuppliedValueTest()
04-05-2024 11:03:40:STARTING TEST : resolveTemplateStringObjectBooleanThrowsIAEOnNullNameTest()
04-05-2024 11:03:40:IllegalArgumentException has been thrown as expected java.lang.IllegalArgumentException: "name" parameter is null.
04-05-2024 11:03:40:FINISHED TEST : resolveTemplateStringObjectBooleanThrowsIAEOnNullNameTest()
04-05-2024 11:03:40:STARTING TEST : cloneTest1()
04-05-2024 11:03:40:FINISHED TEST : cloneTest1()
04-05-2024 11:03:40:STARTING TEST : resolveTemplatesMapTest()
04-05-2024 11:03:40:FINISHED TEST : resolveTemplatesMapTest()
04-05-2024 11:03:40:STARTING TEST : buildFromEncodedMapTest1()
04-05-2024 11:03:40:FINISHED TEST : buildFromEncodedMapTest1()
04-05-2024 11:03:40:STARTING TEST : buildFromEncodedMapTest2()
04-05-2024 11:03:40:FINISHED TEST : buildFromEncodedMapTest2()
04-05-2024 11:03:40:STARTING TEST : buildFromEncodedMapTest3()
04-05-2024 11:03:40:FINISHED TEST : buildFromEncodedMapTest3()
04-05-2024 11:03:40:STARTING TEST : buildFromEncodedMapTest4()
04-05-2024 11:03:40:FINISHED TEST : buildFromEncodedMapTest4()
04-05-2024 11:03:40:STARTING TEST : buildFromEncodedMapTest5()
04-05-2024 11:03:40:FINISHED TEST : buildFromEncodedMapTest5()
[WARNING] Tests run: 126, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.148 s - in ee.jakarta.tck.ws.rs.api.rs.core.uribuilder.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.responsebuilder.BuilderClientIT
04-05-2024 11:03:40:STARTING TEST : languageTest()
04-05-2024 11:03:40: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
04-05-2024 11:03:40:FINISHED TEST : languageTest()
04-05-2024 11:03:40:STARTING TEST : getLocationNotPresentTest()
04-05-2024 11:03:40:#getLocation returns null as expected
04-05-2024 11:03:40:FINISHED TEST : getLocationNotPresentTest()
04-05-2024 11:03:40:STARTING TEST : getHeaderStringUsingHeaderDelegateTest()
04-05-2024 11:03:40:HeaderDelegate is used for header s3
04-05-2024 11:03:40:FINISHED TEST : getHeaderStringUsingHeaderDelegateTest()
04-05-2024 11:03:40:STARTING TEST : getLinksIsNotNullTest()
04-05-2024 11:03:40:#getLinks contains no links as expected
04-05-2024 11:03:40:FINISHED TEST : getLinksIsNotNullTest()
04-05-2024 11:03:40:STARTING TEST : cacheControlTest()
04-05-2024 11:03:40:Correct status found in Response: 200

Expecting Cache-Control no-store
Expecting Cache-Control no-transform
04-05-2024 11:03:40:FINISHED TEST : cacheControlTest()
04-05-2024 11:03:40:STARTING TEST : acceptedStringTest()
04-05-2024 11:03:40:Correct status found in Response: 202

    Correct content found in Response: ENtiTy
04-05-2024 11:03:40:FINISHED TEST : acceptedStringTest()
04-05-2024 11:03:40:STARTING TEST : seeOtherTest()
04-05-2024 11:03:40: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/
04-05-2024 11:03:40:FINISHED TEST : seeOtherTest()
04-05-2024 11:03:40:STARTING TEST : getLinkBuilderForTheRelationTest()
04-05-2024 11:03:40:#getLinkBuilder creates correct Link for given relation
04-05-2024 11:03:40:FINISHED TEST : getLinkBuilderForTheRelationTest()
04-05-2024 11:03:40:STARTING TEST : getEntityTagNotPresentTest()
04-05-2024 11:03:40:#getEntityTag() is null as expected
04-05-2024 11:03:40:FINISHED TEST : getEntityTagNotPresentTest()
04-05-2024 11:03:40:STARTING TEST : getLinksTest()
04-05-2024 11:03:40:#getLinks contains expected links
04-05-2024 11:03:40:FINISHED TEST : getLinksTest()
04-05-2024 11:03:40:STARTING TEST : variantTest()
04-05-2024 11:03:40:
04-05-2024 11:03:40:FINISHED TEST : variantTest()
04-05-2024 11:03:40:STARTING TEST : cookieTest()
04-05-2024 11:03:40: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.
04-05-2024 11:03:40:FINISHED TEST : cookieTest()
04-05-2024 11:03:40:STARTING TEST : lastModifiedTest()
04-05-2024 11:03:40: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
04-05-2024 11:03:40:FINISHED TEST : lastModifiedTest()
04-05-2024 11:03:40:STARTING TEST : getStringHeadersUsingHeaderDelegateTest()
04-05-2024 11:03:40:#getStringHeaders contains expected values org.glassfish.jersey.internal.util.collection.Views$2$1$1$1@1206ca8,org.glassfish.jersey.internal.util.collection.Views$2$1$1$1@571fe520,org.glassfish.jersey.internal.util.collection.Views$2$1$1$1@5c5c64d6
04-05-2024 11:03:40:FINISHED TEST : getStringHeadersUsingHeaderDelegateTest()
04-05-2024 11:03:40:STARTING TEST : getLanguageNotPresentTest()
04-05-2024 11:03:40:#getLanguage() is null as expected
04-05-2024 11:03:40:FINISHED TEST : getLanguageNotPresentTest()
04-05-2024 11:03:40:STARTING TEST : entityTest()
04-05-2024 11:03:40:Correct content found in Response: Test Only


    Correct status found in Response: 200
04-05-2024 11:03:40:FINISHED TEST : entityTest()
04-05-2024 11:03:40:STARTING TEST : okTest1()
04-05-2024 11:03:40:Correct status found in Response: 200
04-05-2024 11:03:40:FINISHED TEST : okTest1()
04-05-2024 11:03:40:STARTING TEST : okTest2()
04-05-2024 11:03:40:Correct content found in Response: Test only

    Correct status found in Response: 200
04-05-2024 11:03:40:FINISHED TEST : okTest2()
04-05-2024 11:03:40:STARTING TEST : okTest3()
04-05-2024 11:03:40:Correct content found in Response: Test only

    Correct status found in Response: 200


    Content Type text/plain was found
04-05-2024 11:03:40:FINISHED TEST : okTest3()
04-05-2024 11:03:40:STARTING TEST : okTest4()
04-05-2024 11:03:40:Correct content found in Response: Test only

    Correct status found in Response: 200


    Content Type text/plain was found
04-05-2024 11:03:40:FINISHED TEST : okTest4()
04-05-2024 11:03:40:STARTING TEST : okTest5()
04-05-2024 11:03:40: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
04-05-2024 11:03:40:FINISHED TEST : okTest5()
04-05-2024 11:03:40:STARTING TEST : temporaryRedirectTest()
04-05-2024 11:03:40: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/
04-05-2024 11:03:40:FINISHED TEST : temporaryRedirectTest()
04-05-2024 11:03:40:STARTING TEST : getMediaTypeTest()
04-05-2024 11:03:40:#getMediaType returned expected MediaType
04-05-2024 11:03:40:FINISHED TEST : getMediaTypeTest()
04-05-2024 11:03:40:STARTING TEST : fromResponseTest()
04-05-2024 11:03:40: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
04-05-2024 11:03:40:FINISHED TEST : fromResponseTest()
04-05-2024 11:03:40:STARTING TEST : getLinkTest()
04-05-2024 11:03:40:#getLink matches expected Link
04-05-2024 11:03:40:FINISHED TEST : getLinkTest()
04-05-2024 11:03:40:STARTING TEST : statusTest3()
04-05-2024 11:03:40: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
04-05-2024 11:03:40:FINISHED TEST : statusTest3()
04-05-2024 11:03:40:STARTING TEST : statusTest4()
04-05-2024 11:03:40: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
04-05-2024 11:03:40:FINISHED TEST : statusTest4()
04-05-2024 11:03:40:STARTING TEST : statusTest5()
04-05-2024 11:03:40:
04-05-2024 11:03:40:FINISHED TEST : statusTest5()
04-05-2024 11:03:40:STARTING TEST : statusTest7()
04-05-2024 11:03:40:
04-05-2024 11:03:40:FINISHED TEST : statusTest7()
04-05-2024 11:03:40:STARTING TEST : tagTest1()
04-05-2024 11:03:40: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
04-05-2024 11:03:40:FINISHED TEST : tagTest1()
04-05-2024 11:03:40:STARTING TEST : tagTest2()
04-05-2024 11:03:40: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
04-05-2024 11:03:40:FINISHED TEST : tagTest2()
04-05-2024 11:03:40:STARTING TEST : hasEntityThrowsIllegalStateExceptionTest()
04-05-2024 11:03:40:IllegalStateException has been thrown as expected
04-05-2024 11:03:40:FINISHED TEST : hasEntityThrowsIllegalStateExceptionTest()
04-05-2024 11:03:40:STARTING TEST : getHeadersIsMutableTest()
04-05-2024 11:03:40:getHeaders is mutable
04-05-2024 11:03:40:FINISHED TEST : getHeadersIsMutableTest()
04-05-2024 11:03:40:STARTING TEST : typeTest()
04-05-2024 11:03:40:Correct status found in Response: 200


    Content Type text/plain was found
04-05-2024 11:03:40:FINISHED TEST : typeTest()
04-05-2024 11:03:40:STARTING TEST : cloneTest()
04-05-2024 11:03:40: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
04-05-2024 11:03:40:FINISHED TEST : cloneTest()
04-05-2024 11:03:40:STARTING TEST : acceptedGenericEntityTest()
04-05-2024 11:03:40:Correct status found in Response: 202

    Correct content found in Response: ENtiTy
04-05-2024 11:03:40:FINISHED TEST : acceptedGenericEntityTest()
04-05-2024 11:03:40:STARTING TEST : hasLinkWhenNoLinkTest()
04-05-2024 11:03:40:#hasLink has not found any Link as expected
04-05-2024 11:03:40:FINISHED TEST : hasLinkWhenNoLinkTest()
04-05-2024 11:03:40:STARTING TEST : createdTest()
04-05-2024 11:03:40: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
04-05-2024 11:03:40:FINISHED TEST : createdTest()
04-05-2024 11:03:40:STARTING TEST : getLanguageTest()
04-05-2024 11:03:40:#getLocale matches the Content-Language HTTP header
04-05-2024 11:03:40:FINISHED TEST : getLanguageTest()
04-05-2024 11:03:40:STARTING TEST : notAcceptableTest()
04-05-2024 11:03:40:Correct status found in Response: 406
04-05-2024 11:03:40:FINISHED TEST : notAcceptableTest()
04-05-2024 11:03:40:STARTING TEST : getDateTest()
04-05-2024 11:03:40:#getDate matches the Date HTTP header
04-05-2024 11:03:40:FINISHED TEST : getDateTest()
04-05-2024 11:03:40:STARTING TEST : languageTest1()
04-05-2024 11:03:40: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
04-05-2024 11:03:40:FINISHED TEST : languageTest1()
04-05-2024 11:03:40:STARTING TEST : notModifiedTest1()
04-05-2024 11:03:40:Correct status found in Response: 304
04-05-2024 11:03:40:FINISHED TEST : notModifiedTest1()
04-05-2024 11:03:40:STARTING TEST : notModifiedTest2()
04-05-2024 11:03:40: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
04-05-2024 11:03:40:FINISHED TEST : notModifiedTest2()
04-05-2024 11:03:40:STARTING TEST : notModifiedTest3()
04-05-2024 11:03:40: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
04-05-2024 11:03:40:FINISHED TEST : notModifiedTest3()
04-05-2024 11:03:40:STARTING TEST : getDateNotPresentTest()
04-05-2024 11:03:40:#getDate is null as expected
04-05-2024 11:03:40:FINISHED TEST : getDateNotPresentTest()
04-05-2024 11:03:40:STARTING TEST : getHeaderStringTest()
04-05-2024 11:03:40:Found following objects:
04-05-2024 11:03:40:Cache-Control:no-store, no-transform Set-Cookie:cookie=eikooc;Version=1 Content-Encoding:gzip Expires:Fri Apr 05 11:03:40 UTC 2024 Content-Language:fr_CA
04-05-2024 11:03:40:FINISHED TEST : getHeaderStringTest()
04-05-2024 11:03:40:STARTING TEST : getStringHeadersUsingToStringTest()
04-05-2024 11:03:40:#getStringHeaders contains expected values org.glassfish.jersey.internal.util.collection.Views$2$1$1$1@6c62c915,org.glassfish.jersey.internal.util.collection.Views$2$1$1$1@2fb3fa35,org.glassfish.jersey.internal.util.collection.Views$2$1$1$1@4cf61bfa
04-05-2024 11:03:40:FINISHED TEST : getStringHeadersUsingToStringTest()
04-05-2024 11:03:40:STARTING TEST : getAllowedMethodsTest()
04-05-2024 11:03:40:#getAllowedMethods returned expected methods TRACE;POST
04-05-2024 11:03:40:FINISHED TEST : getAllowedMethodsTest()
04-05-2024 11:03:40:STARTING TEST : locationTest()
04-05-2024 11:03:40: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
04-05-2024 11:03:40:FINISHED TEST : locationTest()
04-05-2024 11:03:40:STARTING TEST : getLengthNotPresentTest()
04-05-2024 11:03:40:#getLength matches expected Content-Length -1
04-05-2024 11:03:40:FINISHED TEST : getLengthNotPresentTest()
04-05-2024 11:03:40:STARTING TEST : getEntityThrowsIllegalStateExceptionTest()
04-05-2024 11:03:40:#getEntity throws IllegalStateException as expected java.lang.IllegalStateException: Response is closed.
04-05-2024 11:03:40:FINISHED TEST : getEntityThrowsIllegalStateExceptionTest()
04-05-2024 11:03:40:STARTING TEST : statusFamilyValueOfTest()
04-05-2024 11:03:40:FINISHED TEST : statusFamilyValueOfTest()
04-05-2024 11:03:40:STARTING TEST : getCookiesIsImmutableTest()
04-05-2024 11:03:40:#getCookies is read-only as expected
04-05-2024 11:03:40:FINISHED TEST : getCookiesIsImmutableTest()
04-05-2024 11:03:40:STARTING TEST : getHeaderStringUsingToStringTest()
04-05-2024 11:03:40:toString method is used as expected
04-05-2024 11:03:40:FINISHED TEST : getHeaderStringUsingToStringTest()
04-05-2024 11:03:40:STARTING TEST : bufferEntityThrowsIllegalStateExceptionTest()
04-05-2024 11:03:40:#bufferEntity throws IllegalStateException as expected
04-05-2024 11:03:40:FINISHED TEST : bufferEntityThrowsIllegalStateExceptionTest()
04-05-2024 11:03:40:STARTING TEST : acceptedNoArgTest()
04-05-2024 11:03:40:Correct status found in Response: 202
04-05-2024 11:03:40:FINISHED TEST : acceptedNoArgTest()
04-05-2024 11:03:40:STARTING TEST : getFamilyTest()
04-05-2024 11:03:40:
04-05-2024 11:03:40:FINISHED TEST : getFamilyTest()
04-05-2024 11:03:40:STARTING TEST : typeTest1()
04-05-2024 11:03:40:Correct status found in Response: 200

    Content Type text/html was found
04-05-2024 11:03:40:FINISHED TEST : typeTest1()
04-05-2024 11:03:40:STARTING TEST : getEntityTagTest()
04-05-2024 11:03:40:#getEntityTag is "getEntityTag" as expected
04-05-2024 11:03:40:FINISHED TEST : getEntityTagTest()
04-05-2024 11:03:40:STARTING TEST : noContentTest()
04-05-2024 11:03:40:Correct status found in Response: 204
04-05-2024 11:03:40:FINISHED TEST : noContentTest()
04-05-2024 11:03:40:STARTING TEST : getHeadersTest()
04-05-2024 11:03:40:Found following objects:
04-05-2024 11:03:40:Cache-Control:no-transform Set-Cookie:cookie=eikooc;Version=1 Content-Encoding:gzip Expires:Fri Apr 05 11:03:40 UTC 2024 Content-Language:fr_CA
04-05-2024 11:03:40:FINISHED TEST : getHeadersTest()
04-05-2024 11:03:40:STARTING TEST : toStringTest()
04-05-2024 11:03:40:
04-05-2024 11:03:40:FINISHED TEST : toStringTest()
04-05-2024 11:03:40:STARTING TEST : getLastModifiedNotPresentTest()
04-05-2024 11:03:40:#getLastModified() is null as expected
04-05-2024 11:03:40:FINISHED TEST : getLastModifiedNotPresentTest()
04-05-2024 11:03:40:STARTING TEST : getStatusInfoTest()
04-05-2024 11:03:40:#getStatusInfo returned expected StatusTypes
04-05-2024 11:03:40:FINISHED TEST : getStatusInfoTest()
04-05-2024 11:03:40:STARTING TEST : hasEntityWhenEntityTest()
04-05-2024 11:03:40:#hasEntity found the entity as expected
04-05-2024 11:03:40:FINISHED TEST : hasEntityWhenEntityTest()
04-05-2024 11:03:40:STARTING TEST : getLengthTest()
04-05-2024 11:03:40:#getLength matches expected Content-Length 10
04-05-2024 11:03:40:FINISHED TEST : getLengthTest()
04-05-2024 11:03:40:STARTING TEST : contentLocationTest()
04-05-2024 11:03:40: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
04-05-2024 11:03:40:FINISHED TEST : contentLocationTest()
04-05-2024 11:03:40:STARTING TEST : getReasonPhraseTest()
04-05-2024 11:03:40:
04-05-2024 11:03:40:FINISHED TEST : getReasonPhraseTest()
04-05-2024 11:03:40:STARTING TEST : getLastModifiedTest()
04-05-2024 11:03:40:#getLastModified matches the Last-Modified HTTP header
04-05-2024 11:03:40:FINISHED TEST : getLastModifiedTest()
04-05-2024 11:03:40:STARTING TEST : serverErrorTest()
04-05-2024 11:03:40:Correct status found in Response: 500
04-05-2024 11:03:40:FINISHED TEST : serverErrorTest()
04-05-2024 11:03:40:STARTING TEST : hasLinkWhenLinkTest()
04-05-2024 11:03:40:#hasEntity found the Link as expected
04-05-2024 11:03:40:FINISHED TEST : hasLinkWhenLinkTest()
04-05-2024 11:03:40:STARTING TEST : statusValueOfTest()
04-05-2024 11:03:40:
04-05-2024 11:03:40:FINISHED TEST : statusValueOfTest()
04-05-2024 11:03:40:STARTING TEST : getLocationTest()
04-05-2024 11:03:40:#getLocation contains expected location
04-05-2024 11:03:40:FINISHED TEST : getLocationTest()
04-05-2024 11:03:40:STARTING TEST : bufferEntityIgnoreNoBackingStreamTest()
04-05-2024 11:03:40:#bufferEntity did ignore no backing stream as expected
04-05-2024 11:03:40:FINISHED TEST : bufferEntityIgnoreNoBackingStreamTest()
04-05-2024 11:03:40:STARTING TEST : getLinkBuilderForTheNotPresentRelationTest()
04-05-2024 11:03:40:#getLinkBuilder returned null as expected
04-05-2024 11:03:40:FINISHED TEST : getLinkBuilderForTheNotPresentRelationTest()
04-05-2024 11:03:40:STARTING TEST : getLinkNotPresentTest()
04-05-2024 11:03:40:#getLink return null as expected
04-05-2024 11:03:40:FINISHED TEST : getLinkNotPresentTest()
04-05-2024 11:03:40:STARTING TEST : getMediaTypeNoMediaTypeTest()
04-05-2024 11:03:40:#getMediaType returned null as expected
04-05-2024 11:03:40:FINISHED TEST : getMediaTypeNoMediaTypeTest()
04-05-2024 11:03:40:STARTING TEST : getCookiesTest()
04-05-2024 11:03:40: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.
04-05-2024 11:03:40:#getCookies returned expected cookies
04-05-2024 11:03:40:FINISHED TEST : getCookiesTest()
04-05-2024 11:03:40:STARTING TEST : statusFamilyValuesTest()
04-05-2024 11:03:40:FINISHED TEST : statusFamilyValuesTest()
04-05-2024 11:03:40:STARTING TEST : headerTest()
04-05-2024 11:03:40: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.
04-05-2024 11:03:40:FINISHED TEST : headerTest()
04-05-2024 11:03:40:STARTING TEST : hasEntityWhenNoEntityTest()
04-05-2024 11:03:40:#hasEntity has not found any entity as expected
04-05-2024 11:03:40:FINISHED TEST : hasEntityWhenNoEntityTest()
04-05-2024 11:03:40:STARTING TEST : allowStringArrayTest()
04-05-2024 11:03:40:Found expected allowed method OPTIONS
04-05-2024 11:03:40:Found expected allowed method TRACE
04-05-2024 11:03:40:FINISHED TEST : allowStringArrayTest()
04-05-2024 11:03:40:STARTING TEST : linksTest()
04-05-2024 11:03:40:Found expected links
04-05-2024 11:03:40:FINISHED TEST : linksTest()
04-05-2024 11:03:40:STARTING TEST : allowStringArrayTruncateDuplicatesTest()
04-05-2024 11:03:40:OPTIONS has been found in allowed methods
04-05-2024 11:03:40:FINISHED TEST : allowStringArrayTruncateDuplicatesTest()
04-05-2024 11:03:40:STARTING TEST : statusTest1()
04-05-2024 11:03:40: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
04-05-2024 11:03:40:FINISHED TEST : statusTest1()
04-05-2024 11:03:40:STARTING TEST : statusTest2()
04-05-2024 11:03:40: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
04-05-2024 11:03:40:FINISHED TEST : statusTest2()
04-05-2024 11:03:40:STARTING TEST : encodingTest()
04-05-2024 11:03:40:Encoding gzip was found


    Encoding ccitt was found


    Encoding pic was found
04-05-2024 11:03:40:Found expected encodings
04-05-2024 11:03:40:FINISHED TEST : encodingTest()
04-05-2024 11:03:40:STARTING TEST : linkStringStringTest()
04-05-2024 11:03:40:Found expected link <http://localhost:888/noUrl>; rel="REL"
04-05-2024 11:03:40:FINISHED TEST : linkStringStringTest()
04-05-2024 11:03:40:STARTING TEST : replaceAllByNullTest()
04-05-2024 11:03:40:FINISHED TEST : replaceAllByNullTest()
04-05-2024 11:03:40:STARTING TEST : replaceAllTest()
04-05-2024 11:03:40:FINISHED TEST : replaceAllTest()
04-05-2024 11:03:40:STARTING TEST : allowStringSetNullRemovesAllTest()
04-05-2024 11:03:40:Allowed methods has been removed by null value as expected
04-05-2024 11:03:40:FINISHED TEST : allowStringSetNullRemovesAllTest()
04-05-2024 11:03:40:STARTING TEST : expiresTest()
04-05-2024 11:03:40:Set and fetched expire dates matched
04-05-2024 11:03:40:FINISHED TEST : expiresTest()
04-05-2024 11:03:40:STARTING TEST : allowStringSetTest()
04-05-2024 11:03:40:Found expected allowed method OPTIONS
04-05-2024 11:03:40:Found expected allowed method TRACE
04-05-2024 11:03:40:FINISHED TEST : allowStringSetTest()
04-05-2024 11:03:40:STARTING TEST : linkUriStringTest()
04-05-2024 11:03:40:Found expected link <http://localhost:888/noUrl>; rel="REL"
04-05-2024 11:03:40:FINISHED TEST : linkUriStringTest()
04-05-2024 11:03:40:STARTING TEST : variantsTest()
04-05-2024 11:03:40:Found expected header Accept-Language.
        Found expected header Accept-Encoding.
04-05-2024 11:03:40:FINISHED TEST : variantsTest()
04-05-2024 11:03:40:STARTING TEST : allowStringArrayNullRemovesAllTest()
04-05-2024 11:03:40:Allowed methods has been removed by null value as expected
04-05-2024 11:03:40:FINISHED TEST : allowStringArrayNullRemovesAllTest()
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.105 s - in ee.jakarta.tck.ws.rs.api.rs.core.responsebuilder.BuilderClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.responseclient.JAXRSClientIT
04-05-2024 11:03:40:STARTING TEST : languageTest()
04-05-2024 11:03:40: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
04-05-2024 11:03:40:FINISHED TEST : languageTest()
04-05-2024 11:03:40:STARTING TEST : getLocationNotPresentTest()
04-05-2024 11:03:40:#getLocation returns null as expected
04-05-2024 11:03:40:FINISHED TEST : getLocationNotPresentTest()
04-05-2024 11:03:40:STARTING TEST : getHeaderStringUsingHeaderDelegateTest()
04-05-2024 11:03:40:HeaderDelegate is used for header s3
04-05-2024 11:03:40:FINISHED TEST : getHeaderStringUsingHeaderDelegateTest()
04-05-2024 11:03:40:STARTING TEST : getLinksIsNotNullTest()
04-05-2024 11:03:40:#getLinks contains no links as expected
04-05-2024 11:03:40:FINISHED TEST : getLinksIsNotNullTest()
04-05-2024 11:03:40:STARTING TEST : cacheControlTest()
04-05-2024 11:03:40:Correct status found in Response: 200

Expecting Cache-Control no-store
Expecting Cache-Control no-transform
04-05-2024 11:03:40:FINISHED TEST : cacheControlTest()
04-05-2024 11:03:40:STARTING TEST : acceptedStringTest()
04-05-2024 11:03:40:Correct status found in Response: 202

    Correct content found in Response: ENtiTy
04-05-2024 11:03:40:FINISHED TEST : acceptedStringTest()
04-05-2024 11:03:40:STARTING TEST : seeOtherTest()
04-05-2024 11:03:40: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/
04-05-2024 11:03:40:FINISHED TEST : seeOtherTest()
04-05-2024 11:03:40:STARTING TEST : getLinkBuilderForTheRelationTest()
04-05-2024 11:03:40:#getLinkBuilder creates correct Link for given relation
04-05-2024 11:03:40:FINISHED TEST : getLinkBuilderForTheRelationTest()
04-05-2024 11:03:40:STARTING TEST : getEntityTagNotPresentTest()
04-05-2024 11:03:40:#getEntityTag() is null as expected
04-05-2024 11:03:40:FINISHED TEST : getEntityTagNotPresentTest()
04-05-2024 11:03:40:STARTING TEST : getLinksTest()
04-05-2024 11:03:40:#getLinks contains expected links
04-05-2024 11:03:40:FINISHED TEST : getLinksTest()
04-05-2024 11:03:40:STARTING TEST : variantTest()
04-05-2024 11:03:40:
04-05-2024 11:03:40:FINISHED TEST : variantTest()
04-05-2024 11:03:40:STARTING TEST : cookieTest()
04-05-2024 11:03:40: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.
04-05-2024 11:03:40:FINISHED TEST : cookieTest()
04-05-2024 11:03:40:STARTING TEST : lastModifiedTest()
04-05-2024 11:03:40: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
04-05-2024 11:03:40:FINISHED TEST : lastModifiedTest()
04-05-2024 11:03:40:STARTING TEST : getStringHeadersUsingHeaderDelegateTest()
04-05-2024 11:03:40:#getStringHeaders contains expected values org.glassfish.jersey.internal.util.collection.Views$2$1$1$1@75a8f923,org.glassfish.jersey.internal.util.collection.Views$2$1$1$1@57e90f91,org.glassfish.jersey.internal.util.collection.Views$2$1$1$1@2983a646
04-05-2024 11:03:40:FINISHED TEST : getStringHeadersUsingHeaderDelegateTest()
04-05-2024 11:03:40:STARTING TEST : getLanguageNotPresentTest()
04-05-2024 11:03:40:#getLanguage() is null as expected
04-05-2024 11:03:40:FINISHED TEST : getLanguageNotPresentTest()
04-05-2024 11:03:40:STARTING TEST : entityTest()
04-05-2024 11:03:40:Correct content found in Response: Test Only


    Correct status found in Response: 200
04-05-2024 11:03:40:FINISHED TEST : entityTest()
04-05-2024 11:03:40:STARTING TEST : okTest1()
04-05-2024 11:03:40:Correct status found in Response: 200
04-05-2024 11:03:40:FINISHED TEST : okTest1()
04-05-2024 11:03:40:STARTING TEST : okTest2()
04-05-2024 11:03:40:Correct content found in Response: Test only

    Correct status found in Response: 200
04-05-2024 11:03:40:FINISHED TEST : okTest2()
04-05-2024 11:03:40:STARTING TEST : okTest3()
04-05-2024 11:03:40:Correct content found in Response: Test only

    Correct status found in Response: 200


    Content Type text/plain was found
04-05-2024 11:03:40:FINISHED TEST : okTest3()
04-05-2024 11:03:40:STARTING TEST : okTest4()
04-05-2024 11:03:40:Correct content found in Response: Test only

    Correct status found in Response: 200


    Content Type text/plain was found
04-05-2024 11:03:40:FINISHED TEST : okTest4()
04-05-2024 11:03:40:STARTING TEST : okTest5()
04-05-2024 11:03:40: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
04-05-2024 11:03:40:FINISHED TEST : okTest5()
04-05-2024 11:03:40:STARTING TEST : temporaryRedirectTest()
04-05-2024 11:03:40: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/
04-05-2024 11:03:40:FINISHED TEST : temporaryRedirectTest()
04-05-2024 11:03:40:STARTING TEST : getMediaTypeTest()
04-05-2024 11:03:40:#getMediaType returned expected MediaType
04-05-2024 11:03:40:FINISHED TEST : getMediaTypeTest()
04-05-2024 11:03:40:STARTING TEST : fromResponseTest()
04-05-2024 11:03:40: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
04-05-2024 11:03:40:FINISHED TEST : fromResponseTest()
04-05-2024 11:03:40:STARTING TEST : getLinkTest()
04-05-2024 11:03:40:#getLink matches expected Link
04-05-2024 11:03:40:FINISHED TEST : getLinkTest()
04-05-2024 11:03:40:STARTING TEST : statusTest1()
04-05-2024 11:03:40: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
04-05-2024 11:03:40:FINISHED TEST : statusTest1()
04-05-2024 11:03:40:STARTING TEST : statusTest2()
04-05-2024 11:03:40: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
04-05-2024 11:03:40:FINISHED TEST : statusTest2()
04-05-2024 11:03:40:STARTING TEST : statusTest3()
04-05-2024 11:03:40: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
04-05-2024 11:03:40:FINISHED TEST : statusTest3()
04-05-2024 11:03:40:STARTING TEST : statusTest4()
04-05-2024 11:03:40: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
04-05-2024 11:03:40:FINISHED TEST : statusTest4()
04-05-2024 11:03:40:STARTING TEST : statusTest5()
04-05-2024 11:03:40:
04-05-2024 11:03:40:FINISHED TEST : statusTest5()
04-05-2024 11:03:40:STARTING TEST : statusTest7()
04-05-2024 11:03:40:
04-05-2024 11:03:40:FINISHED TEST : statusTest7()
04-05-2024 11:03:40:STARTING TEST : tagTest1()
04-05-2024 11:03:40: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
04-05-2024 11:03:40:FINISHED TEST : tagTest1()
04-05-2024 11:03:40:STARTING TEST : tagTest2()
04-05-2024 11:03:40: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
04-05-2024 11:03:40:FINISHED TEST : tagTest2()
04-05-2024 11:03:40:STARTING TEST : hasEntityThrowsIllegalStateExceptionTest()
04-05-2024 11:03:40:IllegalStateException has been thrown as expected
04-05-2024 11:03:40:FINISHED TEST : hasEntityThrowsIllegalStateExceptionTest()
04-05-2024 11:03:40:STARTING TEST : getHeadersIsMutableTest()
04-05-2024 11:03:40:getHeaders is mutable
04-05-2024 11:03:40:FINISHED TEST : getHeadersIsMutableTest()
04-05-2024 11:03:40:STARTING TEST : typeTest()
04-05-2024 11:03:40:Correct status found in Response: 200


    Content Type text/plain was found
04-05-2024 11:03:40:FINISHED TEST : typeTest()
04-05-2024 11:03:40:STARTING TEST : cloneTest()
04-05-2024 11:03:40: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
04-05-2024 11:03:40:FINISHED TEST : cloneTest()
04-05-2024 11:03:40:STARTING TEST : acceptedGenericEntityTest()
04-05-2024 11:03:40:Correct status found in Response: 202

    Correct content found in Response: ENtiTy
04-05-2024 11:03:40:FINISHED TEST : acceptedGenericEntityTest()
04-05-2024 11:03:40:STARTING TEST : hasLinkWhenNoLinkTest()
04-05-2024 11:03:40:#hasLink has not found any Link as expected
04-05-2024 11:03:40:FINISHED TEST : hasLinkWhenNoLinkTest()
04-05-2024 11:03:40:STARTING TEST : createdTest()
04-05-2024 11:03:40: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
04-05-2024 11:03:40:FINISHED TEST : createdTest()
04-05-2024 11:03:40:STARTING TEST : getLanguageTest()
04-05-2024 11:03:40:#getLocale matches the Content-Language HTTP header
04-05-2024 11:03:40:FINISHED TEST : getLanguageTest()
04-05-2024 11:03:40:STARTING TEST : notAcceptableTest()
04-05-2024 11:03:40:Correct status found in Response: 406
04-05-2024 11:03:40:FINISHED TEST : notAcceptableTest()
04-05-2024 11:03:40:STARTING TEST : getDateTest()
04-05-2024 11:03:40:#getDate matches the Date HTTP header
04-05-2024 11:03:40:FINISHED TEST : getDateTest()
04-05-2024 11:03:40:STARTING TEST : languageTest1()
04-05-2024 11:03:40: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
04-05-2024 11:03:40:FINISHED TEST : languageTest1()
04-05-2024 11:03:40:STARTING TEST : notModifiedTest1()
04-05-2024 11:03:40:Correct status found in Response: 304
04-05-2024 11:03:40:FINISHED TEST : notModifiedTest1()
04-05-2024 11:03:40:STARTING TEST : notModifiedTest2()
04-05-2024 11:03:40: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
04-05-2024 11:03:40:FINISHED TEST : notModifiedTest2()
04-05-2024 11:03:40:STARTING TEST : notModifiedTest3()
04-05-2024 11:03:40: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
04-05-2024 11:03:40:FINISHED TEST : notModifiedTest3()
04-05-2024 11:03:40:STARTING TEST : getDateNotPresentTest()
04-05-2024 11:03:40:#getDate is null as expected
04-05-2024 11:03:40:FINISHED TEST : getDateNotPresentTest()
04-05-2024 11:03:40:STARTING TEST : getHeaderStringTest()
04-05-2024 11:03:40:Found following objects:
04-05-2024 11:03:40:Cache-Control:no-store, no-transform Set-Cookie:cookie=eikooc;Version=1 Content-Encoding:gzip Expires:Fri Apr 05 11:03:40 UTC 2024 Content-Language:fr_CA
04-05-2024 11:03:40:FINISHED TEST : getHeaderStringTest()
04-05-2024 11:03:40:STARTING TEST : getStringHeadersUsingToStringTest()
04-05-2024 11:03:40:#getStringHeaders contains expected values org.glassfish.jersey.internal.util.collection.Views$2$1$1$1@28fc8cf5,org.glassfish.jersey.internal.util.collection.Views$2$1$1$1@688cc761,org.glassfish.jersey.internal.util.collection.Views$2$1$1$1@162c094c
04-05-2024 11:03:40:FINISHED TEST : getStringHeadersUsingToStringTest()
04-05-2024 11:03:40:STARTING TEST : getAllowedMethodsTest()
04-05-2024 11:03:40:#getAllowedMethods returned expected methods TRACE;POST
04-05-2024 11:03:40:FINISHED TEST : getAllowedMethodsTest()
04-05-2024 11:03:40:STARTING TEST : locationTest()
04-05-2024 11:03:40: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
04-05-2024 11:03:40:FINISHED TEST : locationTest()
04-05-2024 11:03:40:STARTING TEST : getLengthNotPresentTest()
04-05-2024 11:03:40:#getLength matches expected Content-Length -1
04-05-2024 11:03:40:FINISHED TEST : getLengthNotPresentTest()
04-05-2024 11:03:40:STARTING TEST : getEntityThrowsIllegalStateExceptionTest()
04-05-2024 11:03:40:#getEntity throws IllegalStateException as expected java.lang.IllegalStateException: Response is closed.
04-05-2024 11:03:40:FINISHED TEST : getEntityThrowsIllegalStateExceptionTest()
04-05-2024 11:03:40:STARTING TEST : statusFamilyValueOfTest()
04-05-2024 11:03:40:FINISHED TEST : statusFamilyValueOfTest()
04-05-2024 11:03:40:STARTING TEST : getCookiesIsImmutableTest()
04-05-2024 11:03:40:#getCookies is read-only as expected
04-05-2024 11:03:40:FINISHED TEST : getCookiesIsImmutableTest()
04-05-2024 11:03:40:STARTING TEST : getHeaderStringUsingToStringTest()
04-05-2024 11:03:40:toString method is used as expected
04-05-2024 11:03:40:FINISHED TEST : getHeaderStringUsingToStringTest()
04-05-2024 11:03:40:STARTING TEST : bufferEntityThrowsIllegalStateExceptionTest()
04-05-2024 11:03:40:#bufferEntity throws IllegalStateException as expected
04-05-2024 11:03:40:FINISHED TEST : bufferEntityThrowsIllegalStateExceptionTest()
04-05-2024 11:03:40:STARTING TEST : acceptedNoArgTest()
04-05-2024 11:03:40:Correct status found in Response: 202
04-05-2024 11:03:40:FINISHED TEST : acceptedNoArgTest()
04-05-2024 11:03:40:STARTING TEST : getFamilyTest()
04-05-2024 11:03:40:
04-05-2024 11:03:40:FINISHED TEST : getFamilyTest()
04-05-2024 11:03:40:STARTING TEST : typeTest1()
04-05-2024 11:03:40:Correct status found in Response: 200

    Content Type text/html was found
04-05-2024 11:03:40:FINISHED TEST : typeTest1()
04-05-2024 11:03:40:STARTING TEST : getEntityTagTest()
04-05-2024 11:03:40:#getEntityTag is "getEntityTag" as expected
04-05-2024 11:03:40:FINISHED TEST : getEntityTagTest()
04-05-2024 11:03:40:STARTING TEST : noContentTest()
04-05-2024 11:03:40:Correct status found in Response: 204
04-05-2024 11:03:40:FINISHED TEST : noContentTest()
04-05-2024 11:03:40:STARTING TEST : getHeadersTest()
04-05-2024 11:03:40:Found following objects:
04-05-2024 11:03:40:Cache-Control:no-transform Set-Cookie:cookie=eikooc;Version=1 Content-Encoding:gzip Expires:Fri Apr 05 11:03:40 UTC 2024 Content-Language:fr_CA
04-05-2024 11:03:40:FINISHED TEST : getHeadersTest()
04-05-2024 11:03:40:STARTING TEST : toStringTest()
04-05-2024 11:03:40:
04-05-2024 11:03:40:FINISHED TEST : toStringTest()
04-05-2024 11:03:40:STARTING TEST : getLastModifiedNotPresentTest()
04-05-2024 11:03:40:#getLastModified() is null as expected
04-05-2024 11:03:40:FINISHED TEST : getLastModifiedNotPresentTest()
04-05-2024 11:03:40:STARTING TEST : getStatusInfoTest()
04-05-2024 11:03:40:#getStatusInfo returned expected StatusTypes
04-05-2024 11:03:40:FINISHED TEST : getStatusInfoTest()
04-05-2024 11:03:40:STARTING TEST : hasEntityWhenEntityTest()
04-05-2024 11:03:40:#hasEntity found the entity as expected
04-05-2024 11:03:40:FINISHED TEST : hasEntityWhenEntityTest()
04-05-2024 11:03:40:STARTING TEST : getLengthTest()
04-05-2024 11:03:40:#getLength matches expected Content-Length 10
04-05-2024 11:03:40:FINISHED TEST : getLengthTest()
04-05-2024 11:03:40:STARTING TEST : contentLocationTest()
04-05-2024 11:03:40: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
04-05-2024 11:03:40:FINISHED TEST : contentLocationTest()
04-05-2024 11:03:40:STARTING TEST : getReasonPhraseTest()
04-05-2024 11:03:40:
04-05-2024 11:03:40:FINISHED TEST : getReasonPhraseTest()
04-05-2024 11:03:40:STARTING TEST : getLastModifiedTest()
04-05-2024 11:03:40:#getLastModified matches the Last-Modified HTTP header
04-05-2024 11:03:40:FINISHED TEST : getLastModifiedTest()
04-05-2024 11:03:40:STARTING TEST : serverErrorTest()
04-05-2024 11:03:40:Correct status found in Response: 500
04-05-2024 11:03:40:FINISHED TEST : serverErrorTest()
04-05-2024 11:03:40:STARTING TEST : hasLinkWhenLinkTest()
04-05-2024 11:03:40:#hasEntity found the Link as expected
04-05-2024 11:03:40:FINISHED TEST : hasLinkWhenLinkTest()
04-05-2024 11:03:40:STARTING TEST : statusValueOfTest()
04-05-2024 11:03:40:
04-05-2024 11:03:40:FINISHED TEST : statusValueOfTest()
04-05-2024 11:03:40:STARTING TEST : getLocationTest()
04-05-2024 11:03:40:#getLocation contains expected location
04-05-2024 11:03:40:FINISHED TEST : getLocationTest()
04-05-2024 11:03:40:STARTING TEST : bufferEntityIgnoreNoBackingStreamTest()
04-05-2024 11:03:40:#bufferEntity did ignore no backing stream as expected
04-05-2024 11:03:40:FINISHED TEST : bufferEntityIgnoreNoBackingStreamTest()
04-05-2024 11:03:40:STARTING TEST : getLinkBuilderForTheNotPresentRelationTest()
04-05-2024 11:03:40:#getLinkBuilder returned null as expected
04-05-2024 11:03:40:FINISHED TEST : getLinkBuilderForTheNotPresentRelationTest()
04-05-2024 11:03:40:STARTING TEST : getLinkNotPresentTest()
04-05-2024 11:03:40:#getLink return null as expected
04-05-2024 11:03:40:FINISHED TEST : getLinkNotPresentTest()
04-05-2024 11:03:40:STARTING TEST : getMediaTypeNoMediaTypeTest()
04-05-2024 11:03:40:#getMediaType returned null as expected
04-05-2024 11:03:40:FINISHED TEST : getMediaTypeNoMediaTypeTest()
04-05-2024 11:03:40:STARTING TEST : variantsTest()
04-05-2024 11:03:40:Correct status found in Response: 200

        Found expected header accept-language.
        Found expected header accept-encoding.
04-05-2024 11:03:40:FINISHED TEST : variantsTest()
04-05-2024 11:03:40:STARTING TEST : getCookiesTest()
04-05-2024 11:03:40: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.
04-05-2024 11:03:40:#getCookies returned expected cookies
04-05-2024 11:03:40:FINISHED TEST : getCookiesTest()
04-05-2024 11:03:40:STARTING TEST : statusFamilyValuesTest()
04-05-2024 11:03:40:FINISHED TEST : statusFamilyValuesTest()
04-05-2024 11:03:40:STARTING TEST : headerTest()
04-05-2024 11:03:40: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.
04-05-2024 11:03:40:FINISHED TEST : headerTest()
04-05-2024 11:03:40:STARTING TEST : hasEntityWhenNoEntityTest()
04-05-2024 11:03:40:#hasEntity has not found any entity as expected
04-05-2024 11:03:40:FINISHED TEST : hasEntityWhenNoEntityTest()
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 s - in ee.jakarta.tck.ws.rs.api.rs.core.responseclient.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.nocontentexception.JAXRSClientIT
04-05-2024 11:03:40:STARTING TEST : constructorNullStringTest()
04-05-2024 11:03:40:The exception contains expected #getMessage()
04-05-2024 11:03:40:FINISHED TEST : constructorNullStringTest()
04-05-2024 11:03:40:STARTING TEST : constructorStringThrowableTest()
04-05-2024 11:03:40:The exception contains expected #getMessage()
04-05-2024 11:03:40:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:40:The exception contains expected #getMessage()
04-05-2024 11:03:40:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:40:The exception contains expected #getMessage()
04-05-2024 11:03:40:getCause contains expected java.io.IOException
04-05-2024 11:03:40:The exception contains expected #getMessage()
04-05-2024 11:03:40:getCause contains expected java.io.IOException
04-05-2024 11:03:40:The exception contains expected #getMessage()
04-05-2024 11:03:40:getCause contains expected java.lang.Error
04-05-2024 11:03:40:The exception contains expected #getMessage()
04-05-2024 11:03:40:getCause contains expected java.lang.Error
04-05-2024 11:03:40:The exception contains expected #getMessage()
04-05-2024 11:03:40:getCause contains expected java.lang.Throwable
04-05-2024 11:03:40:The exception contains expected #getMessage()
04-05-2024 11:03:40:getCause contains expected java.lang.Throwable
04-05-2024 11:03:40:FINISHED TEST : constructorStringThrowableTest()
04-05-2024 11:03:40:STARTING TEST : constructorStringTest()
04-05-2024 11:03:40:The exception contains expected #getMessage()
04-05-2024 11:03:40:FINISHED TEST : constructorStringTest()
04-05-2024 11:03:40:STARTING TEST : constructorThrowableTest()
04-05-2024 11:03:40:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:40:getCause contains expected java.io.IOException
04-05-2024 11:03:40:getCause contains expected java.lang.Error
04-05-2024 11:03:40:getCause contains expected java.lang.Throwable
04-05-2024 11:03:40:FINISHED TEST : constructorThrowableTest()
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in ee.jakarta.tck.ws.rs.api.rs.core.nocontentexception.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.entitytag.JAXRSClientIT
04-05-2024 11:03:40:STARTING TEST : valueOfTest()
04-05-2024 11:03:40:IllegalArgumentException has been thrown as expected
04-05-2024 11:03:40:FINISHED TEST : valueOfTest()
04-05-2024 11:03:40:STARTING TEST : valueOfTest1()
04-05-2024 11:03:40:FINISHED TEST : valueOfTest1()
04-05-2024 11:03:40:STARTING TEST : constructorTest1()
04-05-2024 11:03:40:FINISHED TEST : constructorTest1()
04-05-2024 11:03:40:STARTING TEST : constructorTest2()
04-05-2024 11:03:40:FINISHED TEST : constructorTest2()
04-05-2024 11:03:40:STARTING TEST : equalsTest()
04-05-2024 11:03:40:FINISHED TEST : equalsTest()
04-05-2024 11:03:40:STARTING TEST : toStringTest()
"cts test Strong EntityTag test".
W/"cts test Weak EntityTag test".

04-05-2024 11:03:40:FINISHED TEST : toStringTest()
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in ee.jakarta.tck.ws.rs.api.rs.core.entitytag.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.multivaluedhashmap.JAXRSClientIT
04-05-2024 11:03:40:STARTING TEST : constructorWithCapacityAndLoadThrowsExceptionForLoadTest()
04-05-2024 11:03:40:IllegalArgumentException has been thrown as expected
04-05-2024 11:03:40:FINISHED TEST : constructorWithCapacityAndLoadThrowsExceptionForLoadTest()
04-05-2024 11:03:40:STARTING TEST : constructorWithSingleValuedMapTest()
04-05-2024 11:03:40:Found key key with following values:
04-05-2024 11:03:40:value1
04-05-2024 11:03:40:Found key key with following values:
04-05-2024 11:03:40:value1
04-05-2024 11:03:40:FINISHED TEST : constructorWithSingleValuedMapTest()
04-05-2024 11:03:40:STARTING TEST : constructorWithCapacityAndLoadTest()
04-05-2024 11:03:40:Found key key with following values:
04-05-2024 11:03:40:value1 value2 value3
04-05-2024 11:03:40:For given key the map does not contain following values as expected:
04-05-2024 11:03:40:value4 value5
04-05-2024 11:03:40:FINISHED TEST : constructorWithCapacityAndLoadTest()
04-05-2024 11:03:40:STARTING TEST : constructorWithMapThrowsNPETest()
04-05-2024 11:03:40:NullPointerException has been thrown as expected
04-05-2024 11:03:40:FINISHED TEST : constructorWithMapThrowsNPETest()
04-05-2024 11:03:40:STARTING TEST : defaultConstructorTest()
04-05-2024 11:03:40:Found key key with following values:
04-05-2024 11:03:40:value1 value2 value3
04-05-2024 11:03:40:For given key the map does not contain following values as expected:
04-05-2024 11:03:40:value4 value5
04-05-2024 11:03:40:FINISHED TEST : defaultConstructorTest()
04-05-2024 11:03:40:STARTING TEST : constructorWithMapTest()
04-05-2024 11:03:40:Found key key with following values:
04-05-2024 11:03:40:value1 value2 value3
04-05-2024 11:03:40:Found key key with following values:
04-05-2024 11:03:40:value1 value2 value3
04-05-2024 11:03:40:Found key key with following values:
04-05-2024 11:03:40:value1 value2 value3
04-05-2024 11:03:40:FINISHED TEST : constructorWithMapTest()
04-05-2024 11:03:40:STARTING TEST : constructorWithInitialCapacityTest()
04-05-2024 11:03:40:Found key key with following values:
04-05-2024 11:03:40:value1 value2 value3
04-05-2024 11:03:40:For given key the map does not contain following values as expected:
04-05-2024 11:03:40:value4 value5
04-05-2024 11:03:40:FINISHED TEST : constructorWithInitialCapacityTest()
04-05-2024 11:03:40:STARTING TEST : constructorWithSingleValuedMapThrowsNPETest()
04-05-2024 11:03:40:NullPointerException has been thrown as expected
04-05-2024 11:03:40:FINISHED TEST : constructorWithSingleValuedMapThrowsNPETest()
04-05-2024 11:03:40:STARTING TEST : constructorWithInitialCapacityThrowsIllegalArgumentExceptionTest()
04-05-2024 11:03:40:IllegalArgumentException has been thrown as expected
04-05-2024 11:03:40:FINISHED TEST : constructorWithInitialCapacityThrowsIllegalArgumentExceptionTest()
04-05-2024 11:03:40:STARTING TEST : constructorWithCapacityAndLoadThrowsExceptionForCapacityTest()
04-05-2024 11:03:40:IllegalArgumentException has been thrown as expected
04-05-2024 11:03:40:FINISHED TEST : constructorWithCapacityAndLoadThrowsExceptionForCapacityTest()
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in ee.jakarta.tck.ws.rs.api.rs.core.multivaluedhashmap.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.configuration.JAXRSClientIT
04-05-2024 11:03:40:STARTING TEST : isRegisteredProviderRegisteredClassTest()
04-05-2024 11:03:40:Already registered 0 classes
04-05-2024 11:03:40:Already registered 0 instances
04-05-2024 11:03:40:Already registered 0 properties
04-05-2024 11:03:40:Found registered CallableProvider1 as expected on Client configuration
04-05-2024 11:03:40:Found registered CallableProvider2 as expected on WebTarget configuration
04-05-2024 11:03:40:Found registered CallableProvider1 as expected on WebTarget configuration
04-05-2024 11:03:40:FINISHED TEST : isRegisteredProviderRegisteredClassTest()
04-05-2024 11:03:40:STARTING TEST : getRuntimeTypeTest()
04-05-2024 11:03:40:Already registered 0 classes
04-05-2024 11:03:40:Already registered 0 instances
04-05-2024 11:03:40:Already registered 0 properties
04-05-2024 11:03:40:#getRuntimeType() is CLIENT as expected on Client configuration
04-05-2024 11:03:40:#getRuntimeType() is CLIENT as expected on WebTarget configuration
04-05-2024 11:03:40:FINISHED TEST : getRuntimeTypeTest()
04-05-2024 11:03:40:STARTING TEST : getContractsTest()
04-05-2024 11:03:40:Already registered 0 classes
04-05-2024 11:03:40:Already registered 0 instances
04-05-2024 11:03:40:Already registered 0 properties
04-05-2024 11:03:40:#getContracts() is interface jakarta.ws.rs.ext.MessageBodyReader as expected on Client configuration
04-05-2024 11:03:40:Found expected priority 124
04-05-2024 11:03:40:#getContracts() is interface jakarta.ws.rs.ext.MessageBodyReader as expected on WebTarget configuration
04-05-2024 11:03:40:Found expected priority 124
04-05-2024 11:03:40:FINISHED TEST : getContractsTest()
04-05-2024 11:03:40:STARTING TEST : getContractsIsNeverNullTest()
04-05-2024 11:03:40:Already registered 0 classes
04-05-2024 11:03:40:Already registered 0 instances
04-05-2024 11:03:40:Already registered 0 properties
04-05-2024 11:03:40:#getContracts() is not null as expected on Client configuration
04-05-2024 11:03:40:#getContracts() is not null as expected on WebTarget configuration
04-05-2024 11:03:40:FINISHED TEST : getContractsIsNeverNullTest()
04-05-2024 11:03:40:STARTING TEST : getClassesIsNeverNullTest()
04-05-2024 11:03:40:Already registered 0 classes
04-05-2024 11:03:40:Already registered 0 instances
04-05-2024 11:03:40:Already registered 0 properties
04-05-2024 11:03:40:#getClasses() is not null as expected on Client configuration
04-05-2024 11:03:40:#getClasses() is not null as expected on WebTarget configuration
04-05-2024 11:03:40:FINISHED TEST : getClassesIsNeverNullTest()
04-05-2024 11:03:40:STARTING TEST : getClassesTest()
04-05-2024 11:03:40:Already registered 0 classes
04-05-2024 11:03:40:Already registered 0 instances
04-05-2024 11:03:40:Already registered 0 properties
04-05-2024 11:03:40:Found 1 providers
04-05-2024 11:03:40:Found 2 providers
04-05-2024 11:03:40:FINISHED TEST : getClassesTest()
04-05-2024 11:03:40:STARTING TEST : getInstancesIsImmutableTest()
04-05-2024 11:03:40:Already registered 0 classes
04-05-2024 11:03:40:Already registered 0 instances
04-05-2024 11:03:40:Already registered 0 properties
04-05-2024 11:03:40:Found 0 providers
04-05-2024 11:03:40:Found 0 providers
04-05-2024 11:03:40:FINISHED TEST : getInstancesIsImmutableTest()
04-05-2024 11:03:40:STARTING TEST : getPropertiesIsImmutableTest()
04-05-2024 11:03:40:Already registered 0 classes
04-05-2024 11:03:40:Already registered 0 instances
04-05-2024 11:03:40:Already registered 0 properties
04-05-2024 11:03:40:Found 1  properties
04-05-2024 11:03:40:Found 2  properties
04-05-2024 11:03:40:FINISHED TEST : getPropertiesIsImmutableTest()
04-05-2024 11:03:40:STARTING TEST : getPropertyNamesTest()
04-05-2024 11:03:40:Already registered 0 classes
04-05-2024 11:03:40:Already registered 0 instances
04-05-2024 11:03:40:Already registered 0 properties
04-05-2024 11:03:40:Found 1 properties
04-05-2024 11:03:40:Found 2 properties
04-05-2024 11:03:40:FINISHED TEST : getPropertyNamesTest()
04-05-2024 11:03:40:STARTING TEST : getPropertyIsNullTest()
04-05-2024 11:03:40:Already registered 0 classes
04-05-2024 11:03:40:Already registered 0 instances
04-05-2024 11:03:40:Already registered 0 properties
04-05-2024 11:03:40:#getProperty('nonexisting') is null as expected
04-05-2024 11:03:40:#getProperty('nonexisting') is null as expected
04-05-2024 11:03:40:FINISHED TEST : getPropertyIsNullTest()
04-05-2024 11:03:40:STARTING TEST : getPropertyTest()
04-05-2024 11:03:40:Already registered 0 classes
04-05-2024 11:03:40:Already registered 0 instances
04-05-2024 11:03:40:Already registered 0 properties
04-05-2024 11:03:40:Found property0
04-05-2024 11:03:40:Found property1
04-05-2024 11:03:40:FINISHED TEST : getPropertyTest()
04-05-2024 11:03:40:STARTING TEST : getInstancesIsNeverNullTest()
04-05-2024 11:03:40:Already registered 0 classes
04-05-2024 11:03:40:Already registered 0 instances
04-05-2024 11:03:40:Already registered 0 properties
04-05-2024 11:03:40:#getInstances() is not null as expected on Client configuration
04-05-2024 11:03:40:#getInstances() is not null as expected on WebTarget configuration
04-05-2024 11:03:40:FINISHED TEST : getInstancesIsNeverNullTest()
04-05-2024 11:03:40:STARTING TEST : getPropertiesTest()
04-05-2024 11:03:40:Already registered 0 classes
04-05-2024 11:03:40:Already registered 0 instances
04-05-2024 11:03:40:Already registered 0 properties
04-05-2024 11:03:40:Found 1 properties
04-05-2024 11:03:40:Found 2 properties
04-05-2024 11:03:40:FINISHED TEST : getPropertiesTest()
04-05-2024 11:03:40:STARTING TEST : getClassesIsImmutableTest()
04-05-2024 11:03:40:Already registered 0 classes
04-05-2024 11:03:40:Already registered 0 instances
04-05-2024 11:03:40:Already registered 0 properties
04-05-2024 11:03:40:Found 0 providers
04-05-2024 11:03:40:Found 0 providers
04-05-2024 11:03:40:Found 0 providers
04-05-2024 11:03:40:FINISHED TEST : getClassesIsImmutableTest()
04-05-2024 11:03:40:STARTING TEST : getInstancesTest()
04-05-2024 11:03:40:Already registered 0 classes
04-05-2024 11:03:40:Already registered 0 instances
04-05-2024 11:03:40:Already registered 0 properties
04-05-2024 11:03:40:Found 1 providers
04-05-2024 11:03:40:Found 2 providers
04-05-2024 11:03:40:FINISHED TEST : getInstancesTest()
04-05-2024 11:03:40:STARTING TEST : isRegisteredProviderRegisteredInstanceTest()
04-05-2024 11:03:40:Already registered 0 classes
04-05-2024 11:03:40:Already registered 0 instances
04-05-2024 11:03:40:Already registered 0 properties
04-05-2024 11:03:40:Found registered CallableProvider1 as expected on Client configuration
04-05-2024 11:03:40:Found registered CallableProvider2 as expected on WebTarget configuration
04-05-2024 11:03:40:Found registered CallableProvider1 as expected on WebTarget configuration
04-05-2024 11:03:40:FINISHED TEST : isRegisteredProviderRegisteredInstanceTest()
04-05-2024 11:03:40:STARTING TEST : getPropertyNamesIsImmutableTest()
04-05-2024 11:03:40:Already registered 0 classes
04-05-2024 11:03:40:Already registered 0 instances
04-05-2024 11:03:40:Already registered 0 properties
04-05-2024 11:03:40:Found 1  properties
04-05-2024 11:03:40:Found 2  properties
04-05-2024 11:03:40:FINISHED TEST : getPropertyNamesIsImmutableTest()
[INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 s - in ee.jakarta.tck.ws.rs.api.rs.core.configuration.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.responsestatustype.JAXRSClientIT
04-05-2024 11:03:40:STARTING TEST : familyOfTest()
04-05-2024 11:03:40:#familyOf() returned expected Family for given statuses
04-05-2024 11:03:40:FINISHED TEST : familyOfTest()
04-05-2024 11:03:40:STARTING TEST : getStatusCodeTest()
04-05-2024 11:03:40:Found expected status code 200 for status 200
04-05-2024 11:03:40:Found expected status code 201 for status 201
04-05-2024 11:03:40:Found expected status code 202 for status 202
04-05-2024 11:03:40:Found expected status code 204 for status 204
04-05-2024 11:03:40:Found expected status code 205 for status 205
04-05-2024 11:03:40:Found expected status code 206 for status 206
04-05-2024 11:03:40:Found expected status code 301 for status 301
04-05-2024 11:03:40:Found expected status code 302 for status 302
04-05-2024 11:03:40:Found expected status code 303 for status 303
04-05-2024 11:03:40:Found expected status code 304 for status 304
04-05-2024 11:03:40:Found expected status code 305 for status 305
04-05-2024 11:03:40:Found expected status code 307 for status 307
04-05-2024 11:03:40:Found expected status code 400 for status 400
04-05-2024 11:03:40:Found expected status code 401 for status 401
04-05-2024 11:03:40:Found expected status code 402 for status 402
04-05-2024 11:03:40:Found expected status code 403 for status 403
04-05-2024 11:03:40:Found expected status code 404 for status 404
04-05-2024 11:03:40:Found expected status code 405 for status 405
04-05-2024 11:03:40:Found expected status code 406 for status 406
04-05-2024 11:03:40:Found expected status code 407 for status 407
04-05-2024 11:03:40:Found expected status code 408 for status 408
04-05-2024 11:03:40:Found expected status code 409 for status 409
04-05-2024 11:03:40:Found expected status code 410 for status 410
04-05-2024 11:03:40:Found expected status code 411 for status 411
04-05-2024 11:03:40:Found expected status code 412 for status 412
04-05-2024 11:03:40:Found expected status code 413 for status 413
04-05-2024 11:03:40:Found expected status code 414 for status 414
04-05-2024 11:03:40:Found expected status code 415 for status 415
04-05-2024 11:03:40:Found expected status code 416 for status 416
04-05-2024 11:03:40:Found expected status code 417 for status 417
04-05-2024 11:03:40:Found expected status code 500 for status 500
04-05-2024 11:03:40:Found expected status code 501 for status 501
04-05-2024 11:03:40:Found expected status code 502 for status 502
04-05-2024 11:03:40:Found expected status code 503 for status 503
04-05-2024 11:03:40:Found expected status code 504 for status 504
04-05-2024 11:03:40:Found expected status code 505 for status 505
04-05-2024 11:03:40:FINISHED TEST : getStatusCodeTest()
04-05-2024 11:03:40:STARTING TEST : getFamilyTest()
04-05-2024 11:03:40:Found expected family SUCCESSFUL for status 200
04-05-2024 11:03:40:Found expected family SUCCESSFUL for status 201
04-05-2024 11:03:40:Found expected family SUCCESSFUL for status 202
04-05-2024 11:03:40:Found expected family SUCCESSFUL for status 204
04-05-2024 11:03:40:Found expected family SUCCESSFUL for status 205
04-05-2024 11:03:40:Found expected family SUCCESSFUL for status 206
04-05-2024 11:03:40:Found expected family REDIRECTION for status 301
04-05-2024 11:03:40:Found expected family REDIRECTION for status 302
04-05-2024 11:03:40:Found expected family REDIRECTION for status 303
04-05-2024 11:03:40:Found expected family REDIRECTION for status 304
04-05-2024 11:03:40:Found expected family REDIRECTION for status 305
04-05-2024 11:03:40:Found expected family REDIRECTION for status 307
04-05-2024 11:03:40:Found expected family CLIENT_ERROR for status 400
04-05-2024 11:03:40:Found expected family CLIENT_ERROR for status 401
04-05-2024 11:03:40:Found expected family CLIENT_ERROR for status 402
04-05-2024 11:03:40:Found expected family CLIENT_ERROR for status 403
04-05-2024 11:03:40:Found expected family CLIENT_ERROR for status 404
04-05-2024 11:03:40:Found expected family CLIENT_ERROR for status 405
04-05-2024 11:03:40:Found expected family CLIENT_ERROR for status 406
04-05-2024 11:03:40:Found expected family CLIENT_ERROR for status 407
04-05-2024 11:03:40:Found expected family CLIENT_ERROR for status 408
04-05-2024 11:03:40:Found expected family CLIENT_ERROR for status 409
04-05-2024 11:03:40:Found expected family CLIENT_ERROR for status 410
04-05-2024 11:03:40:Found expected family CLIENT_ERROR for status 411
04-05-2024 11:03:40:Found expected family CLIENT_ERROR for status 412
04-05-2024 11:03:40:Found expected family CLIENT_ERROR for status 413
04-05-2024 11:03:40:Found expected family CLIENT_ERROR for status 414
04-05-2024 11:03:40:Found expected family CLIENT_ERROR for status 415
04-05-2024 11:03:40:Found expected family CLIENT_ERROR for status 416
04-05-2024 11:03:40:Found expected family CLIENT_ERROR for status 417
04-05-2024 11:03:40:Found expected family SERVER_ERROR for status 500
04-05-2024 11:03:40:Found expected family SERVER_ERROR for status 501
04-05-2024 11:03:40:Found expected family SERVER_ERROR for status 502
04-05-2024 11:03:40:Found expected family SERVER_ERROR for status 503
04-05-2024 11:03:40:Found expected family SERVER_ERROR for status 504
04-05-2024 11:03:40:Found expected family SERVER_ERROR for status 505
04-05-2024 11:03:40:FINISHED TEST : getFamilyTest()
04-05-2024 11:03:40:STARTING TEST : getReasonPhraseTest()
04-05-2024 11:03:40:Found expected phrase OK for status 200
04-05-2024 11:03:40:Found expected phrase Created for status 201
04-05-2024 11:03:40:Found expected phrase Accepted for status 202
04-05-2024 11:03:40:Found expected phrase No Content for status 204
04-05-2024 11:03:40:Found expected phrase Reset Content for status 205
04-05-2024 11:03:40:Found expected phrase Partial Content for status 206
04-05-2024 11:03:40:Found expected phrase Moved Permanently for status 301
04-05-2024 11:03:40:Found expected phrase Found for status 302
04-05-2024 11:03:40:Found expected phrase See Other for status 303
04-05-2024 11:03:40:Found expected phrase Not Modified for status 304
04-05-2024 11:03:40:Found expected phrase Use Proxy for status 305
04-05-2024 11:03:40:Found expected phrase Temporary Redirect for status 307
04-05-2024 11:03:40:Found expected phrase Bad Request for status 400
04-05-2024 11:03:40:Found expected phrase Unauthorized for status 401
04-05-2024 11:03:40:Found expected phrase Payment Required for status 402
04-05-2024 11:03:40:Found expected phrase Forbidden for status 403
04-05-2024 11:03:40:Found expected phrase Not Found for status 404
04-05-2024 11:03:40:Found expected phrase Method Not Allowed for status 405
04-05-2024 11:03:40:Found expected phrase Not Acceptable for status 406
04-05-2024 11:03:40:Found expected phrase Proxy Authentication Required for status 407
04-05-2024 11:03:40:Found expected phrase Request Timeout for status 408
04-05-2024 11:03:40:Found expected phrase Conflict for status 409
04-05-2024 11:03:40:Found expected phrase Gone for status 410
04-05-2024 11:03:40:Found expected phrase Length Required for status 411
04-05-2024 11:03:40:Found expected phrase Precondition Failed for status 412
04-05-2024 11:03:40:Found expected phrase Request Entity Too Large for status 413
04-05-2024 11:03:40:Found expected phrase Request-URI Too Long for status 414
04-05-2024 11:03:40:Found expected phrase Unsupported Media Type for status 415
04-05-2024 11:03:40:Found expected phrase Requested Range Not Satisfiable for status 416
04-05-2024 11:03:40:Found expected phrase Expectation Failed for status 417
04-05-2024 11:03:40:Found expected phrase Internal Server Error for status 500
04-05-2024 11:03:40:Found expected phrase Not Implemented for status 501
04-05-2024 11:03:40:Found expected phrase Bad Gateway for status 502
04-05-2024 11:03:40:Found expected phrase Service Unavailable for status 503
04-05-2024 11:03:40:Found expected phrase Gateway Timeout for status 504
04-05-2024 11:03:40:Found expected phrase HTTP Version Not Supported for status 505
04-05-2024 11:03:40:FINISHED TEST : getReasonPhraseTest()
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in ee.jakarta.tck.ws.rs.api.rs.core.responsestatustype.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.linkbuilder.JAXRSClientIT
04-05-2024 11:03:40:STARTING TEST : titleTest()
04-05-2024 11:03:40:#title set expected title
04-05-2024 11:03:40:FINISHED TEST : titleTest()
04-05-2024 11:03:40:STARTING TEST : uriStringThrowsIAETest()
04-05-2024 11:03:40:#uri(nonUriString) throws IllegalArgumentException as expected
04-05-2024 11:03:40:FINISHED TEST : uriStringThrowsIAETest()
04-05-2024 11:03:40:STARTING TEST : linkLinkTest()
04-05-2024 11:03:40:Found vAlUe in map {rel=RlrL, paRam3=VVallue, Param1=vAlUe, title=Ttttlll, type=text/xml, parAM2=ValuEe} as expected
04-05-2024 11:03:40:Found ValuEe in map {rel=RlrL, paRam3=VVallue, Param1=vAlUe, title=Ttttlll, type=text/xml, parAM2=ValuEe} as expected
04-05-2024 11:03:40:Found VVallue in map {rel=RlrL, paRam3=VVallue, Param1=vAlUe, title=Ttttlll, type=text/xml, parAM2=ValuEe} as expected
04-05-2024 11:03:40:Found expected http://oracle.com:888/
04-05-2024 11:03:40:parameters and underlaying URI were copied as expected to a new link <http://oracle.com:888/>; rel="RlrL"; paRam3="VVallue"; Param1="vAlUe"; title="Ttttlll"; type="text/xml"; parAM2="ValuEe"
04-05-2024 11:03:40:FINISHED TEST : linkLinkTest()
04-05-2024 11:03:40:STARTING TEST : buildRelativizedThrowsIAEWhenNotSuppliedValuesTest()
04-05-2024 11:03:40:IllegalArgumentException has been thrown as expected when a value has not been supplied
04-05-2024 11:03:40:FINISHED TEST : buildRelativizedThrowsIAEWhenNotSuppliedValuesTest()
04-05-2024 11:03:40:STARTING TEST : paramThrowsExceptionWhenNullValueTest()
04-05-2024 11:03:40:#param throws IllegalArgumentException as expected
04-05-2024 11:03:40:FINISHED TEST : paramThrowsExceptionWhenNullValueTest()
04-05-2024 11:03:40:STARTING TEST : paramThrowsExceptionWhenNullNameTest()
04-05-2024 11:03:40:#param throws IllegalArgumentException as expected
04-05-2024 11:03:40:FINISHED TEST : paramThrowsExceptionWhenNullNameTest()
04-05-2024 11:03:40:STARTING TEST : uriStringTest()
04-05-2024 11:03:40:#uri(String) affected link <http://oracle.com:888/> as expected
04-05-2024 11:03:40:FINISHED TEST : uriStringTest()
04-05-2024 11:03:40:STARTING TEST : baseUriStringTest()
04-05-2024 11:03:40:Created URI http://oracle.com:888/a/b/c
04-05-2024 11:03:40:Found expected http://oracle.com:888/
04-05-2024 11:03:40:FINISHED TEST : baseUriStringTest()
04-05-2024 11:03:40:STARTING TEST : uriUriTest()
04-05-2024 11:03:40:#uri(URI) affected link <http://oracle.com:888/resource/get> as expected
04-05-2024 11:03:40:FINISHED TEST : uriUriTest()
04-05-2024 11:03:40:STARTING TEST : uriBuilderTest()
04-05-2024 11:03:40:#fromUriBuilder http://oracle.com:888/resource/goto/label/ten/ contains the original http://oracle.com:888/resource/goto/label/ten/
04-05-2024 11:03:40:FINISHED TEST : uriBuilderTest()
04-05-2024 11:03:40:STARTING TEST : relMoreNamesTest()
04-05-2024 11:03:40:#rel added expected relations
04-05-2024 11:03:40:FINISHED TEST : relMoreNamesTest()
04-05-2024 11:03:40:STARTING TEST : linkStringTest()
04-05-2024 11:03:40:Found vAlUe in map {rel=RlrL, paRam3=VVallue, Param1=vAlUe, title=Ttttlll, type=text/xml, parAM2=ValuEe} as expected
04-05-2024 11:03:40:Found ValuEe in map {rel=RlrL, paRam3=VVallue, Param1=vAlUe, title=Ttttlll, type=text/xml, parAM2=ValuEe} as expected
04-05-2024 11:03:40:Found VVallue in map {rel=RlrL, paRam3=VVallue, Param1=vAlUe, title=Ttttlll, type=text/xml, parAM2=ValuEe} as expected
04-05-2024 11:03:40:Found expected http://oracle.com:888/
04-05-2024 11:03:40:parameters and underlaying URI were copied as expected to a new link <http://oracle.com:888/>; rel="RlrL"; paRam3="VVallue"; Param1="vAlUe"; title="Ttttlll"; type="text/xml"; parAM2="ValuEe"
04-05-2024 11:03:40:FINISHED TEST : linkStringTest()
04-05-2024 11:03:40:STARTING TEST : buildObjectsTest()
04-05-2024 11:03:40:#build() finished building a link and returned the instance <http://oracle.com:888/p1/p2/p3>
04-05-2024 11:03:40:FINISHED TEST : buildObjectsTest()
04-05-2024 11:03:40:STARTING TEST : buildNoArgsThrowsUriBuilderExceptionTest()
04-05-2024 11:03:40:#build() throw UriBuilderException as expected
04-05-2024 11:03:40:FINISHED TEST : buildNoArgsThrowsUriBuilderExceptionTest()
04-05-2024 11:03:40:STARTING TEST : typeTest()
04-05-2024 11:03:40:#type set correct types
04-05-2024 11:03:40:FINISHED TEST : typeTest()
04-05-2024 11:03:40:STARTING TEST : baseUriURITest()
04-05-2024 11:03:40:Created URI http://oracle.com:888/a/b/c
04-05-2024 11:03:40:Found expected http://oracle.com:888/
04-05-2024 11:03:40:FINISHED TEST : baseUriURITest()
04-05-2024 11:03:40:STARTING TEST : baseUriStringThrowsIAETest()
04-05-2024 11:03:40:IllegalArgumentException has been thrown as expected
04-05-2024 11:03:40:FINISHED TEST : baseUriStringThrowsIAETest()
04-05-2024 11:03:40:STARTING TEST : buildRelativizedThrowsUriBuilderExceptionTest()
04-05-2024 11:03:40:UriBuilderException has been thrown as expected
04-05-2024 11:03:40:FINISHED TEST : buildRelativizedThrowsUriBuilderExceptionTest()
04-05-2024 11:03:40:STARTING TEST : buildRelativizedThrowsIAEWhenSuppliedJustOneValueOutOfThreeTest()
04-05-2024 11:03:40:IllegalArgumentException has been thrown as expected when a value has not been supplied
04-05-2024 11:03:40:FINISHED TEST : buildRelativizedThrowsIAEWhenSuppliedJustOneValueOutOfThreeTest()
04-05-2024 11:03:40:STARTING TEST : buildRelativizedThrowsIAEWhenSuppliedValueIsNullTest()
04-05-2024 11:03:40:IllegalArgumentException has been thrown as expected when a supplied value is null
04-05-2024 11:03:40:FINISHED TEST : buildRelativizedThrowsIAEWhenSuppliedValueIsNullTest()
04-05-2024 11:03:40:STARTING TEST : buildRelativizedDoesNotSharePrefixTest()
04-05-2024 11:03:40:Found expected a/b/c
04-05-2024 11:03:40:Found expected http://oracle.com:888/
04-05-2024 11:03:40:Found expected http://oracle.com:888/a/b/c
04-05-2024 11:03:40:When a prefix is not shared, the methods is equivalent to build() as expected
04-05-2024 11:03:40:FINISHED TEST : buildRelativizedDoesNotSharePrefixTest()
04-05-2024 11:03:40:STARTING TEST : buildThrowsIAEWhenSuppliedJustOneValueOutOfThreeTest()
04-05-2024 11:03:40:IllegalArgumentException has been thrown as expected when a value has not been supplied
04-05-2024 11:03:40:FINISHED TEST : buildThrowsIAEWhenSuppliedJustOneValueOutOfThreeTest()
04-05-2024 11:03:40:STARTING TEST : linkStringThrowsIAETest()
04-05-2024 11:03:40:IllegalArgumentException has been thrown as expected
04-05-2024 11:03:40:FINISHED TEST : linkStringThrowsIAETest()
04-05-2024 11:03:40:STARTING TEST : baseUriIsNotJustBaseURITest()
04-05-2024 11:03:40:Created URI http://oracle.com:888/a/b/c
04-05-2024 11:03:40:Found expected http://oracle.com:888/
04-05-2024 11:03:40:FINISHED TEST : baseUriIsNotJustBaseURITest()
04-05-2024 11:03:40:STARTING TEST : baseUriIsNotJustBaseStringTest()
04-05-2024 11:03:40:Created URI http://oracle.com:888/a/b/c
04-05-2024 11:03:40:Found expected http://oracle.com:888/
04-05-2024 11:03:40:FINISHED TEST : baseUriIsNotJustBaseStringTest()
04-05-2024 11:03:40:STARTING TEST : baseUriIsIgnoredURITest()
04-05-2024 11:03:40:Created URI http://oracle.com:888/resource/something
04-05-2024 11:03:40:Found expected http://oracle.com:888/
04-05-2024 11:03:40:The base uri http://ignored.com has been ignored as expected
04-05-2024 11:03:40:FINISHED TEST : baseUriIsIgnoredURITest()
04-05-2024 11:03:40:STARTING TEST : relTest()
04-05-2024 11:03:40:#rel added expected relations
04-05-2024 11:03:40:FINISHED TEST : relTest()
04-05-2024 11:03:40:STARTING TEST : buildNoArgTest()
04-05-2024 11:03:40:#build() finished building a link and returned the instance
04-05-2024 11:03:40:FINISHED TEST : buildNoArgTest()
04-05-2024 11:03:40:STARTING TEST : buildObjectsThrowsUriBuilderExceptionTest()
04-05-2024 11:03:40:#build(someNonURIObjects) throw UriBuilderException as expected
04-05-2024 11:03:40:FINISHED TEST : buildObjectsThrowsUriBuilderExceptionTest()
04-05-2024 11:03:40:STARTING TEST : baseUriIsIgnoredStringTest()
04-05-2024 11:03:40:Created URI http://oracle.com:888/resource/something
04-05-2024 11:03:40:Found expected http://oracle.com:888/
04-05-2024 11:03:40:The base uri http://ignored.com has been ignored as expected
04-05-2024 11:03:40:FINISHED TEST : baseUriIsIgnoredStringTest()
04-05-2024 11:03:40:STARTING TEST : buildRelativizedTest()
04-05-2024 11:03:40:Found expected a/b/c
04-05-2024 11:03:40:Absolute http://oracle.com:888/ has not been found as expected in link <a/b/c>
04-05-2024 11:03:40:FINISHED TEST : buildRelativizedTest()
04-05-2024 11:03:40:STARTING TEST : paramTest()
04-05-2024 11:03:40:Found param1value1 in map {param1=param1value1, param2=param1value2} as expected
04-05-2024 11:03:40:Found param1value2 in map {param1=param1value1, param2=param1value2} as expected
04-05-2024 11:03:40:#param set correct parameters
04-05-2024 11:03:40:FINISHED TEST : paramTest()
[INFO] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in ee.jakarta.tck.ws.rs.api.rs.core.linkbuilder.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.link.JAXRSClientIT
04-05-2024 11:03:40:STARTING TEST : getTitleTest()
04-05-2024 11:03:40:Found expected TITLETITLE
04-05-2024 11:03:40:FINISHED TEST : getTitleTest()
04-05-2024 11:03:40:STARTING TEST : fromUriStringTest()
04-05-2024 11:03:40:Found expected http://oracle.com:888/
04-05-2024 11:03:40:Found expected resource
04-05-2024 11:03:40:Found expected get
04-05-2024 11:03:40:Link <http://oracle.com:888/resource/GET> has been created from URI http://oracle.com:888/resource/GET
04-05-2024 11:03:40:FINISHED TEST : fromUriStringTest()
04-05-2024 11:03:40:STARTING TEST : constructorTest()
04-05-2024 11:03:40:new Link() call iss successfull
04-05-2024 11:03:40:FINISHED TEST : constructorTest()
04-05-2024 11:03:40:STARTING TEST : getUriBuilderTest()
04-05-2024 11:03:40:Original URI http://oracle.com:888/resource/get equals obtained http://oracle.com:888/resource/get
04-05-2024 11:03:40:FINISHED TEST : getUriBuilderTest()
04-05-2024 11:03:40:STARTING TEST : fromResourceMethodLinkUsedInInvocationTest()
04-05-2024 11:03:40:Found expected http://oracle.com:888/resource/get
04-05-2024 11:03:40:Found expected http://oracle.com:888/resource/consumesappjson
04-05-2024 11:03:40:Opaque Link has been used in Client.invocation() sucessfully
04-05-2024 11:03:40:FINISHED TEST : fromResourceMethodLinkUsedInInvocationTest()
04-05-2024 11:03:40:STARTING TEST : fromResourceMethodThrowsIllegalArgumentExceptionNullMethodTest()
04-05-2024 11:03:40:IllegalArgumentException has been successfully thrown
04-05-2024 11:03:40:FINISHED TEST : fromResourceMethodThrowsIllegalArgumentExceptionNullMethodTest()
04-05-2024 11:03:40:STARTING TEST : fromUriBuilderTest()
04-05-2024 11:03:40:#fromUriBuilder http://oracle.com:888/resource/goto/label/ten/ contains the original http://oracle.com:888/resource/goto/label/ten/
04-05-2024 11:03:40:FINISHED TEST : fromUriBuilderTest()
04-05-2024 11:03:40:STARTING TEST : fromLinkTest()
04-05-2024 11:03:40:fromLink() is equal to original link <http://oracle.com:888/>; rel="relation relation2"; title="titleX"; type="application/octet-stream"; param1="value1"; param2="value2" as expected
04-05-2024 11:03:40:FINISHED TEST : fromLinkTest()
04-05-2024 11:03:40:STARTING TEST : fromPathTest()
04-05-2024 11:03:40:fromUriBuilder(UriBuilder.fromPath(path)) is equivalent to fromPath(path) The link is <somewhere/somehow>
04-05-2024 11:03:40:FINISHED TEST : fromPathTest()
04-05-2024 11:03:40:STARTING TEST : fromResourceThrowsIAEWhenNullClassTest()
04-05-2024 11:03:40:IllegalArgumentException has been thrown as expected java.lang.IllegalArgumentException: "resource" parameter is null.
04-05-2024 11:03:40:FINISHED TEST : fromResourceThrowsIAEWhenNullClassTest()
04-05-2024 11:03:40:STARTING TEST : fromUriStringThrowsIllegalArgumentExceptionTest()
04-05-2024 11:03:40:IllegalArgument has been thrown as expected: java.lang.IllegalArgumentException: "uriTemplate" parameter is null.
04-05-2024 11:03:40:FINISHED TEST : fromUriStringThrowsIllegalArgumentExceptionTest()
04-05-2024 11:03:40:STARTING TEST : serializationFromResourceTest()
04-05-2024 11:03:40:Serialization for method public java.lang.String ee.jakarta.tck.ws.rs.api.rs.core.link.Resource.consumesAppJson()
04-05-2024 11:03:40:serialization works for method consumesAppJson
04-05-2024 11:03:40:Serialization for method public java.lang.String ee.jakarta.tck.ws.rs.api.rs.core.link.Resource.producesSvgXml()
04-05-2024 11:03:40:serialization works for method producesSvgXml
04-05-2024 11:03:40:Serialization for method public java.lang.String ee.jakarta.tck.ws.rs.api.rs.core.link.Resource.producesXml()
04-05-2024 11:03:40:serialization works for method producesXml
04-05-2024 11:03:40:Serialization for method public java.lang.String ee.jakarta.tck.ws.rs.api.rs.core.link.Resource.consumesForm()
04-05-2024 11:03:40:serialization works for method consumesForm
04-05-2024 11:03:40:Serialization for method public java.lang.String ee.jakarta.tck.ws.rs.api.rs.core.link.Resource.get()
04-05-2024 11:03:40:serialization works for method get
04-05-2024 11:03:40:Serialization for method public java.lang.String ee.jakarta.tck.ws.rs.api.rs.core.link.Resource.trace()
04-05-2024 11:03:40:serialization works for method trace
04-05-2024 11:03:40:Serialization for method public java.lang.String ee.jakarta.tck.ws.rs.api.rs.core.link.Resource.delete()
04-05-2024 11:03:40:serialization works for method delete
04-05-2024 11:03:40:Serialization with #toString() of Resource method links is sucessfull
04-05-2024 11:03:40:FINISHED TEST : serializationFromResourceTest()
04-05-2024 11:03:40:STARTING TEST : fromPathThrowsIAETest()
04-05-2024 11:03:40:fromPath(null) throws IllegalArgumentException as expected
04-05-2024 11:03:40:FINISHED TEST : fromPathThrowsIAETest()
04-05-2024 11:03:40:STARTING TEST : getParamsFromBuilderTest()
04-05-2024 11:03:40:Found expected titletitle
04-05-2024 11:03:40:Found expected RELREL
04-05-2024 11:03:40:Found expected typetype
04-05-2024 11:03:40:Found expected newparamvalue
04-05-2024 11:03:40:{rel=RELREL, NEWPARAM=NEWPARAMVALUE, title=TITLETITLE, type=TYPETYPE} found as expected
04-05-2024 11:03:40:FINISHED TEST : getParamsFromBuilderTest()
04-05-2024 11:03:40:STARTING TEST : getTypeIsNullTest()
04-05-2024 11:03:40:#getType( returns null as expected
04-05-2024 11:03:40:FINISHED TEST : getTypeIsNullTest()
04-05-2024 11:03:40:STARTING TEST : fromUriTest()
04-05-2024 11:03:40:Found expected http://oracle.com:888/
04-05-2024 11:03:40:Found expected resource
04-05-2024 11:03:40:Found expected get
04-05-2024 11:03:40:Link <http://oracle.com:888/resource/GET> has been created from URI http://oracle.com:888/resource/GET
04-05-2024 11:03:40:FINISHED TEST : fromUriTest()
04-05-2024 11:03:40:STARTING TEST : valueOfThrowsIllegalArgumentExceptionTest()
04-05-2024 11:03:40:Link#vaueOf() throws IllegalArgumentException as expected
04-05-2024 11:03:40:FINISHED TEST : valueOfThrowsIllegalArgumentExceptionTest()
04-05-2024 11:03:40:STARTING TEST : getTitleIsNullTest()
04-05-2024 11:03:40:#getTitle( returns null as expected
04-05-2024 11:03:40:FINISHED TEST : getTitleIsNullTest()
04-05-2024 11:03:40:STARTING TEST : fromUriThrowsIllegalArgumentExceptionTest()
04-05-2024 11:03:40:IllegalArgument has been thrown as expected: java.lang.IllegalArgumentException: "uri" parameter is null.
04-05-2024 11:03:40:FINISHED TEST : fromUriThrowsIllegalArgumentExceptionTest()
04-05-2024 11:03:40:STARTING TEST : getParamsFromResourceTest()
{title=Title}
04-05-2024 11:03:40:Found expected Title
04-05-2024 11:03:40:{title=Title} found as expected
04-05-2024 11:03:40:FINISHED TEST : getParamsFromResourceTest()
04-05-2024 11:03:40:STARTING TEST : getUriTest()
04-05-2024 11:03:40:Original URI http://oracle.com:888/resource/get equals obtained http://oracle.com:888/resource/get
04-05-2024 11:03:40:FINISHED TEST : getUriTest()
04-05-2024 11:03:40:STARTING TEST : fromMethodTest()
04-05-2024 11:03:40:Found expected <consumesappjson>
04-05-2024 11:03:40:Link <consumesappjson> has been created
04-05-2024 11:03:40:FINISHED TEST : fromMethodTest()
04-05-2024 11:03:40:STARTING TEST : fromResourceMethodThrowsIllegalArgumentExceptionNoMethodTest()
04-05-2024 11:03:40:IllegalArgumentException has been successfully thrown
04-05-2024 11:03:40:FINISHED TEST : fromResourceMethodThrowsIllegalArgumentExceptionNoMethodTest()
04-05-2024 11:03:40:STARTING TEST : getTypeTest()
04-05-2024 11:03:40:Found expected TYPETYPE
04-05-2024 11:03:40:FINISHED TEST : getTypeTest()
04-05-2024 11:03:40:STARTING TEST : fromResourceTest()
04-05-2024 11:03:40:Found expected <resource>
04-05-2024 11:03:40:type is not in <resource> as expected
04-05-2024 11:03:40:Link <resource> has been created
04-05-2024 11:03:40:FINISHED TEST : fromResourceTest()
04-05-2024 11:03:40:STARTING TEST : fromResourceWithMediaTypeTest()
04-05-2024 11:03:40:Found expected <producesresource>
04-05-2024 11:03:40:type="text/html" is not in <producesresource> as expected
04-05-2024 11:03:40:Link <producesresource> has been created
04-05-2024 11:03:40:FINISHED TEST : fromResourceWithMediaTypeTest()
04-05-2024 11:03:40:STARTING TEST : getRelsTest()
04-05-2024 11:03:40:#getRel() return expected rels ;RELREL;REL;relrelrel;RELRELREL;
04-05-2024 11:03:40:FINISHED TEST : getRelsTest()
04-05-2024 11:03:40:STARTING TEST : fromPathWithUriTemplateParamsTest()
04-05-2024 11:03:40:fromUriBuilder(UriBuilder.fromPath( somewhere/somehow/{p1}/{p2} )) is equivalent to fromPath( somewhere/somehow/{p1}/{p2} ) The link is <somewhere/somehow/param1/param2>
04-05-2024 11:03:40:FINISHED TEST : fromPathWithUriTemplateParamsTest()
04-05-2024 11:03:40:STARTING TEST : getRelsIsEmptyTest()
04-05-2024 11:03:40:#getRel() return empty list as expected
04-05-2024 11:03:40:FINISHED TEST : getRelsIsEmptyTest()
04-05-2024 11:03:40:STARTING TEST : fromResourceMethodThrowsIllegalArgumentExceptionNullClassTest()
04-05-2024 11:03:40:IllegalArgumentException has been successfully thrown
04-05-2024 11:03:40:FINISHED TEST : fromResourceMethodThrowsIllegalArgumentExceptionNullClassTest()
04-05-2024 11:03:40:STARTING TEST : getRelIsEmptyListTest()
04-05-2024 11:03:40:#getRel() returns expected null
04-05-2024 11:03:40:FINISHED TEST : getRelIsEmptyListTest()
04-05-2024 11:03:40:STARTING TEST : getRelTest()
04-05-2024 11:03:40:#getRel() return expected rel
04-05-2024 11:03:40:FINISHED TEST : getRelTest()
[INFO] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 s - in ee.jakarta.tck.ws.rs.api.rs.core.link.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.linkjaxbadapter.JAXRSClientIT
04-05-2024 11:03:40:STARTING TEST : unmarshallTest()
04-05-2024 11:03:40:unmarshalled Link contains expected url, title, media type, and parameters <some://where.at:port/>; rel="Relation"; title="XTitleX"; type="application/svg+xml"; name2="val2"; name1="val1"
04-05-2024 11:03:40:FINISHED TEST : unmarshallTest()
04-05-2024 11:03:40:STARTING TEST : marshallTest()
04-05-2024 11:03:40:Marshalled Link contains expected <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<model>
    <link href="some://where.at:port/" rel="Relation" title="XTitleX" type="application/svg+xml" name2="val2" name1="val1"/>
</model>
04-05-2024 11:03:40:FINISHED TEST : marshallTest()
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in ee.jakarta.tck.ws.rs.api.rs.core.linkjaxbadapter.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.newcookie.JAXRSClientIT
04-05-2024 11:03:40:STARTING TEST : parseTest1()
04-05-2024 11:03:40:FINISHED TEST : parseTest1()
04-05-2024 11:03:40:STARTING TEST : parseTest2()
04-05-2024 11:03:40:FINISHED TEST : parseTest2()
04-05-2024 11:03:40:STARTING TEST : parseTest3()
04-05-2024 11:03:40:IllegalArgumentException has been thrown as expected
04-05-2024 11:03:40:FINISHED TEST : parseTest3()
04-05-2024 11:03:40:STARTING TEST : constructorTest1()
04-05-2024 11:03:40:FINISHED TEST : constructorTest1()
04-05-2024 11:03:40:STARTING TEST : constructorTest2()
04-05-2024 11:03:40:FINISHED TEST : constructorTest2()
04-05-2024 11:03:40:STARTING TEST : constructorTest3()
04-05-2024 11:03:40:FINISHED TEST : constructorTest3()
04-05-2024 11:03:40:STARTING TEST : constructorTest4()
04-05-2024 11:03:40:FINISHED TEST : constructorTest4()
04-05-2024 11:03:40:STARTING TEST : constructorTest5()
04-05-2024 11:03:40:FINISHED TEST : constructorTest5()
04-05-2024 11:03:40:STARTING TEST : constructorTest6()
04-05-2024 11:03:40:FINISHED TEST : constructorTest6()
04-05-2024 11:03:40:STARTING TEST : constructorTest7()
04-05-2024 11:03:40:FINISHED TEST : constructorTest7()
04-05-2024 11:03:40:STARTING TEST : constructorTest8()
04-05-2024 11:03:40:FINISHED TEST : constructorTest8()
04-05-2024 11:03:40:STARTING TEST : constructorTest9()
04-05-2024 11:03:40:FINISHED TEST : constructorTest9()
04-05-2024 11:03:40:STARTING TEST : equalsTest()
04-05-2024 11:03:40:FINISHED TEST : equalsTest()
04-05-2024 11:03:40:STARTING TEST : toCookieTest()
04-05-2024 11:03:40:FINISHED TEST : toCookieTest()
04-05-2024 11:03:40:STARTING TEST : toStringTest()
04-05-2024 11:03:40:FINISHED TEST : toStringTest()
04-05-2024 11:03:40:STARTING TEST : constructorTest10()
04-05-2024 11:03:40:FINISHED TEST : constructorTest10()
04-05-2024 11:03:40:STARTING TEST : constructorTest11()
04-05-2024 11:03:40:FINISHED TEST : constructorTest11()
04-05-2024 11:03:40:STARTING TEST : constructorTest12()
04-05-2024 11:03:40:FINISHED TEST : constructorTest12()
04-05-2024 11:03:40:STARTING TEST : constructorTest13()
04-05-2024 11:03:40:FINISHED TEST : constructorTest13()
04-05-2024 11:03:40:STARTING TEST : constructorTest14()
04-05-2024 11:03:40:FINISHED TEST : constructorTest14()
04-05-2024 11:03:40:STARTING TEST : constructorTest15()
04-05-2024 11:03:40:FINISHED TEST : constructorTest15()
04-05-2024 11:03:40:STARTING TEST : constructorTest16()
04-05-2024 11:03:40:FINISHED TEST : constructorTest16()
04-05-2024 11:03:40:STARTING TEST : constructorTest17()
04-05-2024 11:03:40:FINISHED TEST : constructorTest17()
04-05-2024 11:03:40:STARTING TEST : constructorTest18()
04-05-2024 11:03:40:FINISHED TEST : constructorTest18()
04-05-2024 11:03:40:STARTING TEST : constructorTest19()
04-05-2024 11:03:40:FINISHED TEST : constructorTest19()
04-05-2024 11:03:40:STARTING TEST : constructorTest20()
04-05-2024 11:03:40:FINISHED TEST : constructorTest20()
04-05-2024 11:03:40:STARTING TEST : constructorTest21()
04-05-2024 11:03:40:FINISHED TEST : constructorTest21()
04-05-2024 11:03:40:STARTING TEST : constructorTest22()
04-05-2024 11:03:40:FINISHED TEST : constructorTest22()
04-05-2024 11:03:40:STARTING TEST : constructorTest23()
04-05-2024 11:03:40:FINISHED TEST : constructorTest23()
04-05-2024 11:03:40:STARTING TEST : constructorTest24()
04-05-2024 11:03:40:FINISHED TEST : constructorTest24()
04-05-2024 11:03:40:STARTING TEST : constructorTest25()
04-05-2024 11:03:40:FINISHED TEST : constructorTest25()
[INFO] Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in ee.jakarta.tck.ws.rs.api.rs.core.newcookie.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.variantlistbuilder.JAXRSClientIT
04-05-2024 11:03:40:STARTING TEST : languageTest()
04-05-2024 11:03:40:FINISHED TEST : languageTest()
04-05-2024 11:03:41:STARTING TEST : encodingTest()
04-05-2024 11:03:41:FINISHED TEST : encodingTest()
04-05-2024 11:03:41:STARTING TEST : complexTest()
04-05-2024 11:03:41:FINISHED TEST : complexTest()
04-05-2024 11:03:41:STARTING TEST : mediaTypesTest1()
04-05-2024 11:03:41:FINISHED TEST : mediaTypesTest1()
04-05-2024 11:03:41:STARTING TEST : mediaTypesTest2()
04-05-2024 11:03:41:FINISHED TEST : mediaTypesTest2()
04-05-2024 11:03:41:STARTING TEST : newInstanceTest()
04-05-2024 11:03:41:FINISHED TEST : newInstanceTest()
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 s - in ee.jakarta.tck.ws.rs.api.rs.core.variantlistbuilder.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.generictype.JAXRSClientIT
04-05-2024 11:03:41:STARTING TEST : constructorWithTypeTest()
04-05-2024 11:03:41:Succesfully created GenericType<ArrayList<String>>(Type) instance
04-05-2024 11:03:41:FINISHED TEST : constructorWithTypeTest()
04-05-2024 11:03:41:STARTING TEST : constructorProtectedTest()
04-05-2024 11:03:41:Succesfully created GenericType<TreeSet<String>>(){} instance
04-05-2024 11:03:41:FINISHED TEST : constructorProtectedTest()
04-05-2024 11:03:41:STARTING TEST : equalsTest()
04-05-2024 11:03:41:The tested GenericType<TreeSet<String>> instances are equal
04-05-2024 11:03:41:FINISHED TEST : equalsTest()
04-05-2024 11:03:41:STARTING TEST : toStringTest()
04-05-2024 11:03:41:Both GenericType instances have the same toString() GenericType{java.util.TreeSet<java.lang.String>}
04-05-2024 11:03:41:FINISHED TEST : toStringTest()
04-05-2024 11:03:41:STARTING TEST : hashCodeTest()
04-05-2024 11:03:41:Both GenericType instances have the same hashCode()
04-05-2024 11:03:41:FINISHED TEST : hashCodeTest()
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in ee.jakarta.tck.ws.rs.api.rs.core.generictype.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.multivaluedmap.JAXRSClientIT
04-05-2024 11:03:41:STARTING TEST : addAllListEmptyReturnsImmediatellyTest()
04-05-2024 11:03:41:Method did return immediatelly for empty array
04-05-2024 11:03:41:FINISHED TEST : addAllListEmptyReturnsImmediatellyTest()
04-05-2024 11:03:41:STARTING TEST : addAllValuesEmptyReturnsImmediatellyTest()
04-05-2024 11:03:41:Method did return immediatelly for empty array
04-05-2024 11:03:41:FINISHED TEST : addAllValuesEmptyReturnsImmediatellyTest()
04-05-2024 11:03:41:STARTING TEST : getFirstWhenEmptyTest()
04-05-2024 11:03:41:FINISHED TEST : getFirstWhenEmptyTest()
04-05-2024 11:03:41:STARTING TEST : getFirstWhenSingleItemTest()
04-05-2024 11:03:41:FINISHED TEST : getFirstWhenSingleItemTest()
04-05-2024 11:03:41:STARTING TEST : addAllValuesThrowNPETest()
04-05-2024 11:03:41:NullPointerException has been thrown as expected
04-05-2024 11:03:41:FINISHED TEST : addAllValuesThrowNPETest()
04-05-2024 11:03:41:STARTING TEST : addAllValuesNullKeyTest()
04-05-2024 11:03:41:All values have been added for null key
04-05-2024 11:03:41:FINISHED TEST : addAllValuesNullKeyTest()
04-05-2024 11:03:41:STARTING TEST : addAllListThrowNPETest()
04-05-2024 11:03:41:NullPointerException has been thrown as expected
04-05-2024 11:03:41:FINISHED TEST : addAllListThrowNPETest()
04-05-2024 11:03:41:STARTING TEST : addFirstTest()
04-05-2024 11:03:41:#addFirst added new item to a first position
04-05-2024 11:03:41:FINISHED TEST : addFirstTest()
04-05-2024 11:03:41:STARTING TEST : putSingleTest()
04-05-2024 11:03:41:FINISHED TEST : putSingleTest()
04-05-2024 11:03:41:STARTING TEST : getFirstWhenMoreItemsTest()
04-05-2024 11:03:41:FINISHED TEST : getFirstWhenMoreItemsTest()
04-05-2024 11:03:41:STARTING TEST : getFirstWhenFirstErasedTest()
04-05-2024 11:03:41:FINISHED TEST : getFirstWhenFirstErasedTest()
04-05-2024 11:03:41:STARTING TEST : getFirstWhenListClearedTest()
04-05-2024 11:03:41:FINISHED TEST : getFirstWhenListClearedTest()
04-05-2024 11:03:41:STARTING TEST : equalsIgnoreValueOrderTest()
04-05-2024 11:03:41:#equalsIgnoreValueOrder compared maps {key0=[key0, key1, key2]} and {key0=[key2, key0, key1]} as expected
04-05-2024 11:03:41:FINISHED TEST : equalsIgnoreValueOrderTest()
04-05-2024 11:03:41:STARTING TEST : addAllListNullKeyTest()
04-05-2024 11:03:41:All values have been added for null key
04-05-2024 11:03:41:FINISHED TEST : addAllListNullKeyTest()
04-05-2024 11:03:41:STARTING TEST : addAllValuesTest()
04-05-2024 11:03:41:All values have been added for key key0
04-05-2024 11:03:41:FINISHED TEST : addAllValuesTest()
04-05-2024 11:03:41:STARTING TEST : getFirstWhenKeyIsNullTest()
04-05-2024 11:03:41:FINISHED TEST : getFirstWhenKeyIsNullTest()
04-05-2024 11:03:41:STARTING TEST : addAllListTest()
04-05-2024 11:03:41:All values have been added for key key0
04-05-2024 11:03:41:FINISHED TEST : addAllListTest()
[INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in ee.jakarta.tck.ws.rs.api.rs.core.multivaluedmap.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.genericentity.JAXRSClientIT
04-05-2024 11:03:41:STARTING TEST : getEntityTest()
04-05-2024 11:03:41:Entity has been retrieved
04-05-2024 11:03:41:FINISHED TEST : getEntityTest()
04-05-2024 11:03:41:STARTING TEST : singleArgumentConstructorTest()
04-05-2024 11:03:41:Expected IllegalArgumentException thrown: The entity must not be null
04-05-2024 11:03:41:GenericEntity<Map<String, List<Long>>> instance created
04-05-2024 11:03:41:FINISHED TEST : singleArgumentConstructorTest()
04-05-2024 11:03:41:STARTING TEST : constructorWith1ArgTest()
04-05-2024 11:03:41:GenericEntity<List<String>>(List) instance created
04-05-2024 11:03:41:FINISHED TEST : constructorWith1ArgTest()
04-05-2024 11:03:41:STARTING TEST : constructorWith2ArgsTest()
04-05-2024 11:03:41:GenericEntity<List<String>>(List, Type) instance created
04-05-2024 11:03:41:FINISHED TEST : constructorWith2ArgsTest()
04-05-2024 11:03:41:STARTING TEST : constructorTest1()
04-05-2024 11:03:41:Expected IllegalArgumentException thrown: Arguments must not be null.
04-05-2024 11:03:41:FINISHED TEST : constructorTest1()
04-05-2024 11:03:41:STARTING TEST : constructorTest2()
04-05-2024 11:03:41:Expected IllegalArgumentException thrown: Arguments must not be null.
04-05-2024 11:03:41:FINISHED TEST : constructorTest2()
04-05-2024 11:03:41:STARTING TEST : equalsTest()
04-05-2024 11:03:41:The tested GenericEntity<TreeSet<String>> instances are equal
04-05-2024 11:03:41:FINISHED TEST : equalsTest()
04-05-2024 11:03:41:STARTING TEST : toStringTest()
04-05-2024 11:03:41:Both GenericEntity instances have the same toString() GenericEntity{[], java.util.TreeSet<java.lang.String>}
04-05-2024 11:03:41:FINISHED TEST : toStringTest()
04-05-2024 11:03:41:STARTING TEST : getTypeTest()
04-05-2024 11:03:41:Test passed.  getType return correctly: java.util.List<java.lang.String>
getType return correctly: java.util.List<java.lang.String>
04-05-2024 11:03:41:FINISHED TEST : getTypeTest()
04-05-2024 11:03:41:STARTING TEST : hashCodeTest()
04-05-2024 11:03:41:Both GenericEntity instances have the same hashCode()
04-05-2024 11:03:41:FINISHED TEST : hashCodeTest()
04-05-2024 11:03:41:STARTING TEST : getRawTypeTest()
04-05-2024 11:03:41:Test passed. getType return correctly: class java.util.ArrayList
getType return correctly: class java.util.ArrayList
04-05-2024 11:03:41:FINISHED TEST : getRawTypeTest()
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in ee.jakarta.tck.ws.rs.api.rs.core.genericentity.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.form.JAXRSClientIT
04-05-2024 11:03:41:STARTING TEST : constructorMultivaluedMapArgTest()
04-05-2024 11:03:41:Form instance with MultivaluedMap argument sucessfully created
04-05-2024 11:03:41:FINISHED TEST : constructorMultivaluedMapArgTest()
04-05-2024 11:03:41:STARTING TEST : constructorStringArgsTest()
04-05-2024 11:03:41:Form instance with String arguments sucessfully created
04-05-2024 11:03:41:FINISHED TEST : constructorStringArgsTest()
04-05-2024 11:03:41:STARTING TEST : paramTest()
04-05-2024 11:03:41:Form instance created
04-05-2024 11:03:41:FINISHED TEST : paramTest()
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in ee.jakarta.tck.ws.rs.api.rs.core.form.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.cachecontrol.JAXRSClientIT
04-05-2024 11:03:41:STARTING TEST : valueOfTest()
04-05-2024 11:03:41:FINISHED TEST : valueOfTest()
04-05-2024 11:03:41:STARTING TEST : noStoreTest()
04-05-2024 11:03:41:FINISHED TEST : noStoreTest()
04-05-2024 11:03:41:STARTING TEST : valueOfTest1()
04-05-2024 11:03:41:FINISHED TEST : valueOfTest1()
04-05-2024 11:03:41:STARTING TEST : revalidateTest()
04-05-2024 11:03:41:FINISHED TEST : revalidateTest()
04-05-2024 11:03:41:STARTING TEST : maxAgeTest()
04-05-2024 11:03:41:FINISHED TEST : maxAgeTest()
04-05-2024 11:03:41:STARTING TEST : equalsTest()
04-05-2024 11:03:41:FINISHED TEST : equalsTest()
04-05-2024 11:03:41:STARTING TEST : getExtensionTest()
04-05-2024 11:03:41:FINISHED TEST : getExtensionTest()
04-05-2024 11:03:41:STARTING TEST : toStringTest()
04-05-2024 11:03:41:FINISHED TEST : toStringTest()
04-05-2024 11:03:41:STARTING TEST : noCacheTest()
04-05-2024 11:03:41:FINISHED TEST : noCacheTest()
04-05-2024 11:03:41:STARTING TEST : noTransformTest()
04-05-2024 11:03:41:FINISHED TEST : noTransformTest()
04-05-2024 11:03:41:STARTING TEST : sMaxAgeTest()
04-05-2024 11:03:41:FINISHED TEST : sMaxAgeTest()
04-05-2024 11:03:41:STARTING TEST : proxyRevalidateTest()
04-05-2024 11:03:41:FINISHED TEST : proxyRevalidateTest()
04-05-2024 11:03:41:STARTING TEST : emptyConstructorTest()
04-05-2024 11:03:41:FINISHED TEST : emptyConstructorTest()
04-05-2024 11:03:41:STARTING TEST : privateTest()
04-05-2024 11:03:41:FINISHED TEST : privateTest()
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in ee.jakarta.tck.ws.rs.api.rs.core.cachecontrol.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.cookie.JAXRSClientIT
04-05-2024 11:03:41:STARTING TEST : parseTest1()
04-05-2024 11:03:41:FINISHED TEST : parseTest1()
04-05-2024 11:03:41:STARTING TEST : parseTest2()
04-05-2024 11:03:41:FINISHED TEST : parseTest2()
04-05-2024 11:03:41:STARTING TEST : parseTest3()
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected
04-05-2024 11:03:41:FINISHED TEST : parseTest3()
04-05-2024 11:03:41:STARTING TEST : constructorTest1()
04-05-2024 11:03:41:FINISHED TEST : constructorTest1()
04-05-2024 11:03:41:STARTING TEST : constructorTest2()
04-05-2024 11:03:41:FINISHED TEST : constructorTest2()
04-05-2024 11:03:41:STARTING TEST : constructorTest3()
04-05-2024 11:03:41:FINISHED TEST : constructorTest3()
04-05-2024 11:03:41:STARTING TEST : constructorTest4()
04-05-2024 11:03:41:FINISHED TEST : constructorTest4()
04-05-2024 11:03:41:STARTING TEST : constructorTest5()
04-05-2024 11:03:41:FINISHED TEST : constructorTest5()
04-05-2024 11:03:41:STARTING TEST : equalsTest()
04-05-2024 11:03:41:FINISHED TEST : equalsTest()
04-05-2024 11:03:41:STARTING TEST : toStringTest()
04-05-2024 11:03:41:FINISHED TEST : toStringTest()
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in ee.jakarta.tck.ws.rs.api.rs.core.cookie.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.linkjaxblink.JAXRSClientIT
04-05-2024 11:03:41:STARTING TEST : uriConstructorTest()
04-05-2024 11:03:41:Link.JaxbLink.getUri() is protocol://domain2.domain1:port as expected
04-05-2024 11:03:41:Link.JaxbLink.getParams() is empty as expected
04-05-2024 11:03:41:FINISHED TEST : uriConstructorTest()
04-05-2024 11:03:41:STARTING TEST : defaultConstructorTest()
04-05-2024 11:03:41:Link.JaxbLink.getUri() is empty as expected
04-05-2024 11:03:41:Link.JaxbLink.getParams() is empty as expected
04-05-2024 11:03:41:FINISHED TEST : defaultConstructorTest()
04-05-2024 11:03:41:STARTING TEST : uriParamsConstructorTest()
04-05-2024 11:03:41:Link.JaxbLink.getUri() is protocol://domain2.domain1:port as expected
04-05-2024 11:03:41:Link.JaxbLink.getParams() contains qName as expected
04-05-2024 11:03:41:FINISHED TEST : uriParamsConstructorTest()
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s - in ee.jakarta.tck.ws.rs.api.rs.core.linkjaxblink.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.abstractmultivaluedmap.JAXRSClientIT
04-05-2024 11:03:41:STARTING TEST : constructorTest()
04-05-2024 11:03:41:Found key key with following values:
04-05-2024 11:03:41:value1 value2 value3
04-05-2024 11:03:41:FINISHED TEST : constructorTest()
04-05-2024 11:03:41:STARTING TEST : keySetTest()
04-05-2024 11:03:41:#keySet returns correct values
04-05-2024 11:03:41:FINISHED TEST : keySetTest()
04-05-2024 11:03:41:STARTING TEST : addAllThrowsNPETest()
04-05-2024 11:03:41:NullPointerException has been thrown as expected java.lang.NullPointerException: Supplied array of values must not be null.
04-05-2024 11:03:41:FINISHED TEST : addAllThrowsNPETest()
04-05-2024 11:03:41:STARTING TEST : addNullValuesTest()
04-05-2024 11:03:41:Given key key2 does not contain following values as expected:
04-05-2024 11:03:41:null
04-05-2024 11:03:41:Given key key3 does not contain following values as expected:
04-05-2024 11:03:41:null
04-05-2024 11:03:41:FINISHED TEST : addNullValuesTest()
04-05-2024 11:03:41:STARTING TEST : putSingleNullValueTest()
04-05-2024 11:03:41:Given key key does not contain following values as expected:
04-05-2024 11:03:41:null
04-05-2024 11:03:41:#putSingle(key, null) did replaced the values as expected
04-05-2024 11:03:41:FINISHED TEST : putSingleNullValueTest()
04-05-2024 11:03:41:STARTING TEST : entrySetTest()
04-05-2024 11:03:41:#entrySet() has correct values
04-05-2024 11:03:41:FINISHED TEST : entrySetTest()
04-05-2024 11:03:41:STARTING TEST : clearTest()
04-05-2024 11:03:41:Given key key does not contain following values as expected:
04-05-2024 11:03:41:value1 value2 value3
04-05-2024 11:03:41:FINISHED TEST : clearTest()
04-05-2024 11:03:41:STARTING TEST : addTest()
04-05-2024 11:03:41:Found key key2 with following values:
04-05-2024 11:03:41:value4 value5
04-05-2024 11:03:41:FINISHED TEST : addTest()
04-05-2024 11:03:41:STARTING TEST : containsKeyTest()
04-05-2024 11:03:41:#containsKey found non-null key and also the null key
04-05-2024 11:03:41:FINISHED TEST : containsKeyTest()
04-05-2024 11:03:41:STARTING TEST : putAllTest()
04-05-2024 11:03:41:Found key key with following values:
04-05-2024 11:03:41:value1 value2 value3
04-05-2024 11:03:41:Found key key2 with following values:
04-05-2024 11:03:41:value1 value2 value3
04-05-2024 11:03:41:#putAll() put all the values of both keys
04-05-2024 11:03:41:FINISHED TEST : putAllTest()
04-05-2024 11:03:41:STARTING TEST : isEmptyTest()
04-05-2024 11:03:41:#isEmpty returns correct values
04-05-2024 11:03:41:FINISHED TEST : isEmptyTest()
04-05-2024 11:03:41:STARTING TEST : putTest()
04-05-2024 11:03:41:Found key key with following values:
04-05-2024 11:03:41:value1 value2 value3
04-05-2024 11:03:41:#put() put the value
04-05-2024 11:03:41:FINISHED TEST : putTest()
04-05-2024 11:03:41:STARTING TEST : addFirstNullTest()
04-05-2024 11:03:41:Found key key with following values:
04-05-2024 11:03:41:value1 value2 value3
04-05-2024 11:03:41:Given key key does not contain following values as expected:
04-05-2024 11:03:41:null
04-05-2024 11:03:41:FINISHED TEST : addFirstNullTest()
04-05-2024 11:03:41:STARTING TEST : getTest()
04-05-2024 11:03:41:#get() is sucessfull
04-05-2024 11:03:41:FINISHED TEST : getTest()
04-05-2024 11:03:41:STARTING TEST : addFirstTest()
04-05-2024 11:03:41:Found first item value4
04-05-2024 11:03:41:FINISHED TEST : addFirstTest()
04-05-2024 11:03:41:STARTING TEST : putSingleTest()
04-05-2024 11:03:41:Found key key with following values:
04-05-2024 11:03:41:value5
04-05-2024 11:03:41:Given key key does not contain following values as expected:
04-05-2024 11:03:41:value1 value2 value3
04-05-2024 11:03:41:#putSingle() sucessfully replaced the values by a new one
04-05-2024 11:03:41:FINISHED TEST : putSingleTest()
04-05-2024 11:03:41:STARTING TEST : addAllListNullValuesTest()
04-05-2024 11:03:41:Found key key with following values:
04-05-2024 11:03:41:value1 value2 value3
04-05-2024 11:03:41:Found key key with following values:
04-05-2024 11:03:41:value4
04-05-2024 11:03:41:Given key key does not contain following values as expected:
04-05-2024 11:03:41:null
04-05-2024 11:03:41:FINISHED TEST : addAllListNullValuesTest()
04-05-2024 11:03:41:STARTING TEST : equalsTest()
04-05-2024 11:03:41:#equals() is delegated to underlaying map
04-05-2024 11:03:41:FINISHED TEST : equalsTest()
04-05-2024 11:03:41:STARTING TEST : addAllListThrowsNPETest()
04-05-2024 11:03:41:NullPointerException has been thrown as expected java.lang.NullPointerException: Supplied list of values must not be null.
04-05-2024 11:03:41:FINISHED TEST : addAllListThrowsNPETest()
04-05-2024 11:03:41:STARTING TEST : toStringTest()
04-05-2024 11:03:41:#toString returned {key=[value1, value2, value3]}
04-05-2024 11:03:41:FINISHED TEST : toStringTest()
04-05-2024 11:03:41:STARTING TEST : sizeTest()
04-05-2024 11:03:41:#size() returns correct values
04-05-2024 11:03:41:FINISHED TEST : sizeTest()
04-05-2024 11:03:41:STARTING TEST : equalsIgnoreValueOrderTest()
04-05-2024 11:03:41:#equalsIgnoreValueOrder compared maps {key=[value1, value2, value3]} and {key=[value3, value1, value2]} as expected
04-05-2024 11:03:41:FINISHED TEST : equalsIgnoreValueOrderTest()
04-05-2024 11:03:41:STARTING TEST : addAllEmptyValuesTest()
04-05-2024 11:03:41:Found key key with following values:
04-05-2024 11:03:41:value1 value2 value3
04-05-2024 11:03:41:FINISHED TEST : addAllEmptyValuesTest()
04-05-2024 11:03:41:STARTING TEST : removeTest()
04-05-2024 11:03:41:Given key key does not contain following values as expected:
04-05-2024 11:03:41:value1 value2 value3
04-05-2024 11:03:41:Found key key2 with following values:
04-05-2024 11:03:41:value4
04-05-2024 11:03:41:#removeTest(key) removed the correct key and the value as expected
04-05-2024 11:03:41:FINISHED TEST : removeTest()
04-05-2024 11:03:41:STARTING TEST : addAllNullValuesTest()
04-05-2024 11:03:41:Found key key with following values:
04-05-2024 11:03:41:value1 value2 value3
04-05-2024 11:03:41:Found key key with following values:
04-05-2024 11:03:41:value4
04-05-2024 11:03:41:Given key key does not contain following values as expected:
04-05-2024 11:03:41:null
04-05-2024 11:03:41:FINISHED TEST : addAllNullValuesTest()
04-05-2024 11:03:41:STARTING TEST : hashCodeTest()
04-05-2024 11:03:41:#hashCode() is delegated to underlaying map
04-05-2024 11:03:41:FINISHED TEST : hashCodeTest()
04-05-2024 11:03:41:STARTING TEST : addNullKeyTest()
04-05-2024 11:03:41:Found key null with following values:
04-05-2024 11:03:41:value4
04-05-2024 11:03:41:FINISHED TEST : addNullKeyTest()
04-05-2024 11:03:41:STARTING TEST : addAllValuesTest()
04-05-2024 11:03:41:Found key key with following values:
04-05-2024 11:03:41:value1 value2 value3
04-05-2024 11:03:41:Found key key with following values:
04-05-2024 11:03:41:value4 value5
04-05-2024 11:03:41:FINISHED TEST : addAllValuesTest()
04-05-2024 11:03:41:STARTING TEST : addAllListEmptyValuesTest()
04-05-2024 11:03:41:Found key key with following values:
04-05-2024 11:03:41:value1 value2 value3
04-05-2024 11:03:41:FINISHED TEST : addAllListEmptyValuesTest()
04-05-2024 11:03:41:STARTING TEST : valuesTest()
04-05-2024 11:03:41:#values returned 2 lists
04-05-2024 11:03:41:FINISHED TEST : valuesTest()
04-05-2024 11:03:41:STARTING TEST : containsValueTest()
04-05-2024 11:03:41:#containsValue() found list of items as expected
04-05-2024 11:03:41:FINISHED TEST : containsValueTest()
04-05-2024 11:03:41:STARTING TEST : addAllListTest()
04-05-2024 11:03:41:Found key key with following values:
04-05-2024 11:03:41:value1 value2 value3
04-05-2024 11:03:41:Found key key with following values:
04-05-2024 11:03:41:value4 value5
04-05-2024 11:03:41:FINISHED TEST : addAllListTest()
[INFO] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in ee.jakarta.tck.ws.rs.api.rs.core.abstractmultivaluedmap.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.rs.clienterrorexception.JAXRSClientIT
04-05-2024 11:03:41:STARTING TEST : constructorStatusThrowableThrowsExceptionTest()
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status OK
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Created
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Accepted
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status No Content
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Reset Content
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Partial Content
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Multiple Choices
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Moved Permanently
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Found
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status See Other
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Not Modified
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Use Proxy
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Temporary Redirect
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Permanent Redirect
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Internal Server Error
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Not Implemented
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Bad Gateway
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Service Unavailable
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Gateway Timeout
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Network Authentication Required
04-05-2024 11:03:41:FINISHED TEST : constructorStatusThrowableThrowsExceptionTest()
04-05-2024 11:03:41:STARTING TEST : constructorResponseThrowableTest()
04-05-2024 11:03:41:Response of the exception contains expected status Bad Request
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:Response of the exception contains expected status Bad Request
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:Response of the exception contains expected status Bad Request
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:Response of the exception contains expected status Bad Request
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:Response of the exception contains expected status Unauthorized
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:Response of the exception contains expected status Unauthorized
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:Response of the exception contains expected status Unauthorized
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:Response of the exception contains expected status Unauthorized
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:Response of the exception contains expected status Payment Required
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:Response of the exception contains expected status Payment Required
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:Response of the exception contains expected status Payment Required
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:Response of the exception contains expected status Payment Required
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:Response of the exception contains expected status Forbidden
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:Response of the exception contains expected status Forbidden
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:Response of the exception contains expected status Forbidden
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:Response of the exception contains expected status Forbidden
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:Response of the exception contains expected status Not Found
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:Response of the exception contains expected status Not Found
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:Response of the exception contains expected status Not Found
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:Response of the exception contains expected status Not Found
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:Response of the exception contains expected status Method Not Allowed
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:Response of the exception contains expected status Method Not Allowed
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:Response of the exception contains expected status Method Not Allowed
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:Response of the exception contains expected status Method Not Allowed
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:Response of the exception contains expected status Not Acceptable
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:Response of the exception contains expected status Not Acceptable
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:Response of the exception contains expected status Not Acceptable
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:Response of the exception contains expected status Not Acceptable
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:Response of the exception contains expected status Proxy Authentication Required
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:Response of the exception contains expected status Proxy Authentication Required
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:Response of the exception contains expected status Proxy Authentication Required
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:Response of the exception contains expected status Proxy Authentication Required
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:Response of the exception contains expected status Request Timeout
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:Response of the exception contains expected status Request Timeout
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:Response of the exception contains expected status Request Timeout
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:Response of the exception contains expected status Request Timeout
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:Response of the exception contains expected status Conflict
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:Response of the exception contains expected status Conflict
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:Response of the exception contains expected status Conflict
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:Response of the exception contains expected status Conflict
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:Response of the exception contains expected status Gone
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:Response of the exception contains expected status Gone
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:Response of the exception contains expected status Gone
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:Response of the exception contains expected status Gone
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:Response of the exception contains expected status Length Required
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:Response of the exception contains expected status Length Required
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:Response of the exception contains expected status Length Required
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:Response of the exception contains expected status Length Required
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:Response of the exception contains expected status Precondition Failed
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:Response of the exception contains expected status Precondition Failed
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:Response of the exception contains expected status Precondition Failed
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:Response of the exception contains expected status Precondition Failed
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:Response of the exception contains expected status Request Entity Too Large
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:Response of the exception contains expected status Request Entity Too Large
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:Response of the exception contains expected status Request Entity Too Large
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:Response of the exception contains expected status Request Entity Too Large
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:Response of the exception contains expected status Request-URI Too Long
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:Response of the exception contains expected status Request-URI Too Long
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:Response of the exception contains expected status Request-URI Too Long
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:Response of the exception contains expected status Request-URI Too Long
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:Response of the exception contains expected status Unsupported Media Type
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:Response of the exception contains expected status Unsupported Media Type
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:Response of the exception contains expected status Unsupported Media Type
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:Response of the exception contains expected status Unsupported Media Type
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:Response of the exception contains expected status Requested Range Not Satisfiable
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:Response of the exception contains expected status Requested Range Not Satisfiable
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:Response of the exception contains expected status Requested Range Not Satisfiable
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:Response of the exception contains expected status Requested Range Not Satisfiable
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:Response of the exception contains expected status Expectation Failed
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:Response of the exception contains expected status Expectation Failed
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:Response of the exception contains expected status Expectation Failed
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:Response of the exception contains expected status Expectation Failed
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:Response of the exception contains expected status Precondition Required
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:Response of the exception contains expected status Precondition Required
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:Response of the exception contains expected status Precondition Required
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:Response of the exception contains expected status Precondition Required
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:Response of the exception contains expected status Too Many Requests
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:Response of the exception contains expected status Too Many Requests
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:Response of the exception contains expected status Too Many Requests
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:Response of the exception contains expected status Too Many Requests
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:Response of the exception contains expected status Request Header Fields Too Large
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:Response of the exception contains expected status Request Header Fields Too Large
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:Response of the exception contains expected status Request Header Fields Too Large
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:Response of the exception contains expected status Request Header Fields Too Large
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:Response of the exception contains expected status Unavailable For Legal Reasons
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:Response of the exception contains expected status Unavailable For Legal Reasons
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:Response of the exception contains expected status Unavailable For Legal Reasons
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:Response of the exception contains expected status Unavailable For Legal Reasons
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:FINISHED TEST : constructorResponseThrowableTest()
04-05-2024 11:03:41:STARTING TEST : constructorResponseTest()
04-05-2024 11:03:41:Response of the exception contains expected status Bad Request
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:Response of the exception contains expected status Unauthorized
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:Response of the exception contains expected status Payment Required
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:Response of the exception contains expected status Forbidden
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:Response of the exception contains expected status Not Found
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:Response of the exception contains expected status Method Not Allowed
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:Response of the exception contains expected status Not Acceptable
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:Response of the exception contains expected status Proxy Authentication Required
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:Response of the exception contains expected status Request Timeout
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:Response of the exception contains expected status Conflict
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:Response of the exception contains expected status Gone
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:Response of the exception contains expected status Length Required
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:Response of the exception contains expected status Precondition Failed
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:Response of the exception contains expected status Request Entity Too Large
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:Response of the exception contains expected status Request-URI Too Long
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:Response of the exception contains expected status Unsupported Media Type
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:Response of the exception contains expected status Requested Range Not Satisfiable
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:Response of the exception contains expected status Expectation Failed
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:Response of the exception contains expected status Precondition Required
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:Response of the exception contains expected status Too Many Requests
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:Response of the exception contains expected status Request Header Fields Too Large
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:Response of the exception contains expected status Unavailable For Legal Reasons
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:FINISHED TEST : constructorResponseTest()
04-05-2024 11:03:41:STARTING TEST : constructorStringResponseThrowableThrowsIAETest()
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status OK
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Created
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Accepted
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status No Content
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Reset Content
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Partial Content
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Multiple Choices
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Moved Permanently
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Found
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status See Other
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Not Modified
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Use Proxy
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Temporary Redirect
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Permanent Redirect
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Internal Server Error
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Not Implemented
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Bad Gateway
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Service Unavailable
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Gateway Timeout
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Network Authentication Required
04-05-2024 11:03:41:FINISHED TEST : constructorStringResponseThrowableThrowsIAETest()
04-05-2024 11:03:41:STARTING TEST : constructorStringResponseThrowableTest()
04-05-2024 11:03:41:Response of the exception contains expected status Bad Request
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Bad Request
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Bad Request
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Bad Request
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Unauthorized
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Unauthorized
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Unauthorized
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Unauthorized
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Payment Required
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Payment Required
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Payment Required
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Payment Required
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Forbidden
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Forbidden
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Forbidden
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Forbidden
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Not Found
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Not Found
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Not Found
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Not Found
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Method Not Allowed
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Method Not Allowed
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Method Not Allowed
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Method Not Allowed
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Not Acceptable
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Not Acceptable
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Not Acceptable
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Not Acceptable
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Proxy Authentication Required
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Proxy Authentication Required
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Proxy Authentication Required
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Proxy Authentication Required
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Request Timeout
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Request Timeout
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Request Timeout
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Request Timeout
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Conflict
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Conflict
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Conflict
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Conflict
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Gone
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Gone
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Gone
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Gone
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Length Required
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Length Required
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Length Required
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Length Required
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Precondition Failed
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Precondition Failed
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Precondition Failed
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Precondition Failed
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Request Entity Too Large
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Request Entity Too Large
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Request Entity Too Large
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Request Entity Too Large
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Request-URI Too Long
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Request-URI Too Long
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Request-URI Too Long
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Request-URI Too Long
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Unsupported Media Type
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Unsupported Media Type
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Unsupported Media Type
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Unsupported Media Type
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Requested Range Not Satisfiable
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Requested Range Not Satisfiable
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Requested Range Not Satisfiable
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Requested Range Not Satisfiable
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Expectation Failed
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Expectation Failed
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Expectation Failed
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Expectation Failed
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Precondition Required
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Precondition Required
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Precondition Required
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Precondition Required
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Too Many Requests
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Too Many Requests
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Too Many Requests
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Too Many Requests
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Request Header Fields Too Large
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Request Header Fields Too Large
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Request Header Fields Too Large
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Request Header Fields Too Large
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Unavailable For Legal Reasons
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Unavailable For Legal Reasons
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Unavailable For Legal Reasons
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Unavailable For Legal Reasons
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:FINISHED TEST : constructorStringResponseThrowableTest()
04-05-2024 11:03:41:STARTING TEST : constructorStringIntNotValidStatusThrowableThrowsIAETest()
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status -1
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status 999
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status -2147483648
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status 2147483647
04-05-2024 11:03:41:FINISHED TEST : constructorStringIntNotValidStatusThrowableThrowsIAETest()
04-05-2024 11:03:41:STARTING TEST : constructorStringResponseTest()
04-05-2024 11:03:41:Response of the exception contains expected status Bad Request
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Unauthorized
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Payment Required
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Forbidden
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Not Found
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Method Not Allowed
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Not Acceptable
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Proxy Authentication Required
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Request Timeout
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Conflict
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Gone
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Length Required
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Precondition Failed
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Request Entity Too Large
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Request-URI Too Long
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Unsupported Media Type
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Requested Range Not Satisfiable
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Expectation Failed
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Precondition Required
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Too Many Requests
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Request Header Fields Too Large
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Unavailable For Legal Reasons
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:FINISHED TEST : constructorStringResponseTest()
04-05-2024 11:03:41:STARTING TEST : constructorStatusTest()
04-05-2024 11:03:41:Response of the exception contains expected status Bad Request
04-05-2024 11:03:41:Response of the exception contains expected status Unauthorized
04-05-2024 11:03:41:Response of the exception contains expected status Payment Required
04-05-2024 11:03:41:Response of the exception contains expected status Forbidden
04-05-2024 11:03:41:Response of the exception contains expected status Not Found
04-05-2024 11:03:41:Response of the exception contains expected status Method Not Allowed
04-05-2024 11:03:41:Response of the exception contains expected status Not Acceptable
04-05-2024 11:03:41:Response of the exception contains expected status Proxy Authentication Required
04-05-2024 11:03:41:Response of the exception contains expected status Request Timeout
04-05-2024 11:03:41:Response of the exception contains expected status Conflict
04-05-2024 11:03:41:Response of the exception contains expected status Gone
04-05-2024 11:03:41:Response of the exception contains expected status Length Required
04-05-2024 11:03:41:Response of the exception contains expected status Precondition Failed
04-05-2024 11:03:41:Response of the exception contains expected status Request Entity Too Large
04-05-2024 11:03:41:Response of the exception contains expected status Request-URI Too Long
04-05-2024 11:03:41:Response of the exception contains expected status Unsupported Media Type
04-05-2024 11:03:41:Response of the exception contains expected status Requested Range Not Satisfiable
04-05-2024 11:03:41:Response of the exception contains expected status Expectation Failed
04-05-2024 11:03:41:Response of the exception contains expected status Precondition Required
04-05-2024 11:03:41:Response of the exception contains expected status Too Many Requests
04-05-2024 11:03:41:Response of the exception contains expected status Request Header Fields Too Large
04-05-2024 11:03:41:Response of the exception contains expected status Unavailable For Legal Reasons
04-05-2024 11:03:41:FINISHED TEST : constructorStatusTest()
04-05-2024 11:03:41:STARTING TEST : constructorIntThrowableThrowsExceptionTest()
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status OK
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Created
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Accepted
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status No Content
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Reset Content
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Partial Content
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Multiple Choices
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Moved Permanently
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Found
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status See Other
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Not Modified
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Use Proxy
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Temporary Redirect
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Permanent Redirect
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Internal Server Error
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Not Implemented
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Bad Gateway
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Service Unavailable
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Gateway Timeout
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Network Authentication Required
04-05-2024 11:03:41:FINISHED TEST : constructorIntThrowableThrowsExceptionTest()
04-05-2024 11:03:41:STARTING TEST : constructorStringIntThrowsIAETest()
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status OK
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Created
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Accepted
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status No Content
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Reset Content
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Partial Content
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Multiple Choices
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Moved Permanently
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Found
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status See Other
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Not Modified
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Use Proxy
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Temporary Redirect
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Permanent Redirect
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Internal Server Error
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Not Implemented
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Bad Gateway
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Service Unavailable
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Gateway Timeout
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Network Authentication Required
04-05-2024 11:03:41:FINISHED TEST : constructorStringIntThrowsIAETest()
04-05-2024 11:03:41:STARTING TEST : constructorStringIntNotValidStatusThrowsExceptionTest()
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status -1
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status 999
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status -2147483648
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status 2147483647
04-05-2024 11:03:41:FINISHED TEST : constructorStringIntNotValidStatusThrowsExceptionTest()
04-05-2024 11:03:41:STARTING TEST : constructorStatusThrowsExceptionTest()
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status OK
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Created
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Accepted
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status No Content
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Reset Content
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Partial Content
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Multiple Choices
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Moved Permanently
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Found
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status See Other
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Not Modified
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Use Proxy
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Temporary Redirect
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Permanent Redirect
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Internal Server Error
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Not Implemented
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Bad Gateway
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Service Unavailable
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Gateway Timeout
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Network Authentication Required
04-05-2024 11:03:41:FINISHED TEST : constructorStatusThrowsExceptionTest()
04-05-2024 11:03:41:STARTING TEST : constructorStatusNullThrowableThrowsExceptionTest()
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for null status
04-05-2024 11:03:41:FINISHED TEST : constructorStatusNullThrowableThrowsExceptionTest()
04-05-2024 11:03:41:STARTING TEST : constructorStringIntThrowableTest()
04-05-2024 11:03:41:Response of the exception contains expected status Bad Request
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Bad Request
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Bad Request
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Bad Request
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Unauthorized
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Unauthorized
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Unauthorized
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Unauthorized
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Payment Required
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Payment Required
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Payment Required
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Payment Required
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Forbidden
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Forbidden
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Forbidden
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Forbidden
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Not Found
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Not Found
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Not Found
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Not Found
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Method Not Allowed
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Method Not Allowed
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Method Not Allowed
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Method Not Allowed
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Not Acceptable
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Not Acceptable
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Not Acceptable
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Not Acceptable
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Proxy Authentication Required
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Proxy Authentication Required
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Proxy Authentication Required
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Proxy Authentication Required
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Request Timeout
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Request Timeout
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Request Timeout
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Request Timeout
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Conflict
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Conflict
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Conflict
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Conflict
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Gone
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Gone
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Gone
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Gone
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Length Required
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Length Required
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Length Required
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Length Required
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Precondition Failed
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Precondition Failed
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Precondition Failed
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Precondition Failed
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Request Entity Too Large
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Request Entity Too Large
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Request Entity Too Large
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Request Entity Too Large
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Request-URI Too Long
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Request-URI Too Long
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Request-URI Too Long
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Request-URI Too Long
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Unsupported Media Type
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Unsupported Media Type
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Unsupported Media Type
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Unsupported Media Type
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Requested Range Not Satisfiable
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Requested Range Not Satisfiable
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Requested Range Not Satisfiable
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Requested Range Not Satisfiable
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Expectation Failed
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Expectation Failed
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Expectation Failed
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Expectation Failed
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Precondition Required
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Precondition Required
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Precondition Required
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Precondition Required
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Too Many Requests
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Too Many Requests
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Too Many Requests
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Too Many Requests
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Request Header Fields Too Large
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Request Header Fields Too Large
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Request Header Fields Too Large
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Request Header Fields Too Large
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Unavailable For Legal Reasons
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Unavailable For Legal Reasons
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Unavailable For Legal Reasons
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Unavailable For Legal Reasons
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:FINISHED TEST : constructorStringIntThrowableTest()
04-05-2024 11:03:41:STARTING TEST : constructorStatusNullThrowsExceptionTest()
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for null status
04-05-2024 11:03:41:FINISHED TEST : constructorStatusNullThrowsExceptionTest()
04-05-2024 11:03:41:STARTING TEST : constructorIntTest()
04-05-2024 11:03:41:Response of the exception contains expected status Bad Request
04-05-2024 11:03:41:Response of the exception contains expected status Unauthorized
04-05-2024 11:03:41:Response of the exception contains expected status Payment Required
04-05-2024 11:03:41:Response of the exception contains expected status Forbidden
04-05-2024 11:03:41:Response of the exception contains expected status Not Found
04-05-2024 11:03:41:Response of the exception contains expected status Method Not Allowed
04-05-2024 11:03:41:Response of the exception contains expected status Not Acceptable
04-05-2024 11:03:41:Response of the exception contains expected status Proxy Authentication Required
04-05-2024 11:03:41:Response of the exception contains expected status Request Timeout
04-05-2024 11:03:41:Response of the exception contains expected status Conflict
04-05-2024 11:03:41:Response of the exception contains expected status Gone
04-05-2024 11:03:41:Response of the exception contains expected status Length Required
04-05-2024 11:03:41:Response of the exception contains expected status Precondition Failed
04-05-2024 11:03:41:Response of the exception contains expected status Request Entity Too Large
04-05-2024 11:03:41:Response of the exception contains expected status Request-URI Too Long
04-05-2024 11:03:41:Response of the exception contains expected status Unsupported Media Type
04-05-2024 11:03:41:Response of the exception contains expected status Requested Range Not Satisfiable
04-05-2024 11:03:41:Response of the exception contains expected status Expectation Failed
04-05-2024 11:03:41:Response of the exception contains expected status Precondition Required
04-05-2024 11:03:41:Response of the exception contains expected status Too Many Requests
04-05-2024 11:03:41:Response of the exception contains expected status Request Header Fields Too Large
04-05-2024 11:03:41:Response of the exception contains expected status Unavailable For Legal Reasons
04-05-2024 11:03:41:FINISHED TEST : constructorIntTest()
04-05-2024 11:03:41:STARTING TEST : constructorStringStatusThrowableThrowsIAETest()
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status OK
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Created
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Accepted
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status No Content
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Reset Content
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Partial Content
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Multiple Choices
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Moved Permanently
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Found
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status See Other
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Not Modified
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Use Proxy
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Temporary Redirect
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Permanent Redirect
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Internal Server Error
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Not Implemented
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Bad Gateway
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Service Unavailable
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Gateway Timeout
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Network Authentication Required
04-05-2024 11:03:41:FINISHED TEST : constructorStringStatusThrowableThrowsIAETest()
04-05-2024 11:03:41:STARTING TEST : constructorStringIntThrowableThrowsIAETest()
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status OK
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Created
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Accepted
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status No Content
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Reset Content
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Partial Content
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Multiple Choices
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Moved Permanently
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Found
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status See Other
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Not Modified
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Use Proxy
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Temporary Redirect
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Permanent Redirect
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Internal Server Error
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Not Implemented
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Bad Gateway
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Service Unavailable
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Gateway Timeout
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Network Authentication Required
04-05-2024 11:03:41:FINISHED TEST : constructorStringIntThrowableThrowsIAETest()
04-05-2024 11:03:41:STARTING TEST : constructorStringIntTest()
04-05-2024 11:03:41:Response of the exception contains expected status Bad Request
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Unauthorized
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Payment Required
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Forbidden
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Not Found
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Method Not Allowed
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Not Acceptable
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Proxy Authentication Required
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Request Timeout
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Conflict
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Gone
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Length Required
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Precondition Failed
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Request Entity Too Large
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Request-URI Too Long
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Unsupported Media Type
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Requested Range Not Satisfiable
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Expectation Failed
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Precondition Required
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Too Many Requests
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Request Header Fields Too Large
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Unavailable For Legal Reasons
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:FINISHED TEST : constructorStringIntTest()
04-05-2024 11:03:41:STARTING TEST : constructorIntNotValidStatusThrowableThrowsExceptionTest()
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status -1
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status 999
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status -2147483648
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status 2147483647
04-05-2024 11:03:41:FINISHED TEST : constructorIntNotValidStatusThrowableThrowsExceptionTest()
04-05-2024 11:03:41:STARTING TEST : constructorStringStatusThrowsIAETest()
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status OK
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Created
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Accepted
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status No Content
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Reset Content
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Partial Content
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Multiple Choices
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Moved Permanently
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Found
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status See Other
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Not Modified
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Use Proxy
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Temporary Redirect
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Permanent Redirect
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Internal Server Error
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Not Implemented
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Bad Gateway
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Service Unavailable
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Gateway Timeout
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Network Authentication Required
04-05-2024 11:03:41:FINISHED TEST : constructorStringStatusThrowsIAETest()
04-05-2024 11:03:41:STARTING TEST : constructorIntNotValidStatusThrowsExceptionTest()
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status -1
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status 999
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status -2147483648
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status 2147483647
04-05-2024 11:03:41:FINISHED TEST : constructorIntNotValidStatusThrowsExceptionTest()
04-05-2024 11:03:41:STARTING TEST : constructorStringStatusNullThrowableThrowsIAETest()
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for null status
04-05-2024 11:03:41:FINISHED TEST : constructorStringStatusNullThrowableThrowsIAETest()
04-05-2024 11:03:41:STARTING TEST : constructorResponseThrowsExceptionTest()
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status OK
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Created
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Accepted
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status No Content
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Reset Content
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Partial Content
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Multiple Choices
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Moved Permanently
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Found
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status See Other
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Not Modified
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Use Proxy
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Temporary Redirect
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Permanent Redirect
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Internal Server Error
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Not Implemented
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Bad Gateway
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Service Unavailable
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Gateway Timeout
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Network Authentication Required
04-05-2024 11:03:41:FINISHED TEST : constructorResponseThrowsExceptionTest()
04-05-2024 11:03:41:STARTING TEST : constructorStringStatusTest()
04-05-2024 11:03:41:Response of the exception contains expected status Bad Request
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Unauthorized
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Payment Required
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Forbidden
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Not Found
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Method Not Allowed
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Not Acceptable
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Proxy Authentication Required
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Request Timeout
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Conflict
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Gone
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Length Required
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Precondition Failed
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Request Entity Too Large
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Request-URI Too Long
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Unsupported Media Type
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Requested Range Not Satisfiable
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Expectation Failed
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Precondition Required
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Too Many Requests
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Request Header Fields Too Large
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Unavailable For Legal Reasons
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:FINISHED TEST : constructorStringStatusTest()
04-05-2024 11:03:41:STARTING TEST : constructorStringStatusThrowableTest()
04-05-2024 11:03:41:Response of the exception contains expected status Bad Request
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Bad Request
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Bad Request
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Bad Request
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Unauthorized
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Unauthorized
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Unauthorized
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Unauthorized
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Payment Required
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Payment Required
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Payment Required
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Payment Required
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Forbidden
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Forbidden
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Forbidden
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Forbidden
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Not Found
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Not Found
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Not Found
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Not Found
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Method Not Allowed
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Method Not Allowed
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Method Not Allowed
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Method Not Allowed
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Not Acceptable
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Not Acceptable
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Not Acceptable
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Not Acceptable
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Proxy Authentication Required
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Proxy Authentication Required
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Proxy Authentication Required
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Proxy Authentication Required
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Request Timeout
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Request Timeout
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Request Timeout
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Request Timeout
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Conflict
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Conflict
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Conflict
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Conflict
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Gone
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Gone
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Gone
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Gone
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Length Required
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Length Required
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Length Required
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Length Required
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Precondition Failed
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Precondition Failed
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Precondition Failed
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Precondition Failed
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Request Entity Too Large
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Request Entity Too Large
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Request Entity Too Large
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Request Entity Too Large
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Request-URI Too Long
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Request-URI Too Long
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Request-URI Too Long
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Request-URI Too Long
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Unsupported Media Type
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Unsupported Media Type
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Unsupported Media Type
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Unsupported Media Type
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Requested Range Not Satisfiable
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Requested Range Not Satisfiable
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Requested Range Not Satisfiable
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Requested Range Not Satisfiable
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Expectation Failed
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Expectation Failed
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Expectation Failed
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Expectation Failed
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Precondition Required
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Precondition Required
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Precondition Required
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Precondition Required
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Too Many Requests
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Too Many Requests
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Too Many Requests
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Too Many Requests
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Request Header Fields Too Large
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Request Header Fields Too Large
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Request Header Fields Too Large
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Request Header Fields Too Large
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Unavailable For Legal Reasons
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Unavailable For Legal Reasons
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Unavailable For Legal Reasons
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:Response of the exception contains expected status Unavailable For Legal Reasons
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:found expected getMessage()= TCK ClientErrorException description
04-05-2024 11:03:41:FINISHED TEST : constructorStringStatusThrowableTest()
04-05-2024 11:03:41:STARTING TEST : constructorStringStatusNullThrowsIAETest()
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for null status
04-05-2024 11:03:41:FINISHED TEST : constructorStringStatusNullThrowsIAETest()
04-05-2024 11:03:41:STARTING TEST : constructorIntThrowableTest()
04-05-2024 11:03:41:Response of the exception contains expected status Bad Request
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:Response of the exception contains expected status Bad Request
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:Response of the exception contains expected status Bad Request
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:Response of the exception contains expected status Bad Request
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:Response of the exception contains expected status Unauthorized
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:Response of the exception contains expected status Unauthorized
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:Response of the exception contains expected status Unauthorized
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:Response of the exception contains expected status Unauthorized
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:Response of the exception contains expected status Payment Required
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:Response of the exception contains expected status Payment Required
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:Response of the exception contains expected status Payment Required
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:Response of the exception contains expected status Payment Required
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:Response of the exception contains expected status Forbidden
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:Response of the exception contains expected status Forbidden
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:Response of the exception contains expected status Forbidden
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:Response of the exception contains expected status Forbidden
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:Response of the exception contains expected status Not Found
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:Response of the exception contains expected status Not Found
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:Response of the exception contains expected status Not Found
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:Response of the exception contains expected status Not Found
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:Response of the exception contains expected status Method Not Allowed
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:Response of the exception contains expected status Method Not Allowed
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:Response of the exception contains expected status Method Not Allowed
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:Response of the exception contains expected status Method Not Allowed
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:Response of the exception contains expected status Not Acceptable
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:Response of the exception contains expected status Not Acceptable
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:Response of the exception contains expected status Not Acceptable
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:Response of the exception contains expected status Not Acceptable
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:Response of the exception contains expected status Proxy Authentication Required
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:Response of the exception contains expected status Proxy Authentication Required
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:Response of the exception contains expected status Proxy Authentication Required
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:Response of the exception contains expected status Proxy Authentication Required
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:Response of the exception contains expected status Request Timeout
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:Response of the exception contains expected status Request Timeout
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:Response of the exception contains expected status Request Timeout
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:Response of the exception contains expected status Request Timeout
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:Response of the exception contains expected status Conflict
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:Response of the exception contains expected status Conflict
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:Response of the exception contains expected status Conflict
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:Response of the exception contains expected status Conflict
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:Response of the exception contains expected status Gone
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:Response of the exception contains expected status Gone
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:Response of the exception contains expected status Gone
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:Response of the exception contains expected status Gone
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:Response of the exception contains expected status Length Required
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:Response of the exception contains expected status Length Required
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:Response of the exception contains expected status Length Required
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:Response of the exception contains expected status Length Required
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:Response of the exception contains expected status Precondition Failed
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:Response of the exception contains expected status Precondition Failed
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:Response of the exception contains expected status Precondition Failed
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:Response of the exception contains expected status Precondition Failed
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:Response of the exception contains expected status Request Entity Too Large
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:Response of the exception contains expected status Request Entity Too Large
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:Response of the exception contains expected status Request Entity Too Large
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:Response of the exception contains expected status Request Entity Too Large
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:Response of the exception contains expected status Request-URI Too Long
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:Response of the exception contains expected status Request-URI Too Long
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:Response of the exception contains expected status Request-URI Too Long
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:Response of the exception contains expected status Request-URI Too Long
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:Response of the exception contains expected status Unsupported Media Type
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:Response of the exception contains expected status Unsupported Media Type
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:Response of the exception contains expected status Unsupported Media Type
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:Response of the exception contains expected status Unsupported Media Type
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:Response of the exception contains expected status Requested Range Not Satisfiable
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:Response of the exception contains expected status Requested Range Not Satisfiable
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:Response of the exception contains expected status Requested Range Not Satisfiable
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:Response of the exception contains expected status Requested Range Not Satisfiable
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:Response of the exception contains expected status Expectation Failed
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:Response of the exception contains expected status Expectation Failed
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:Response of the exception contains expected status Expectation Failed
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:Response of the exception contains expected status Expectation Failed
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:Response of the exception contains expected status Precondition Required
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:Response of the exception contains expected status Precondition Required
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:Response of the exception contains expected status Precondition Required
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:Response of the exception contains expected status Precondition Required
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:Response of the exception contains expected status Too Many Requests
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:Response of the exception contains expected status Too Many Requests
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:Response of the exception contains expected status Too Many Requests
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:Response of the exception contains expected status Too Many Requests
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:Response of the exception contains expected status Request Header Fields Too Large
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:Response of the exception contains expected status Request Header Fields Too Large
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:Response of the exception contains expected status Request Header Fields Too Large
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:Response of the exception contains expected status Request Header Fields Too Large
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:Response of the exception contains expected status Unavailable For Legal Reasons
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:Response of the exception contains expected status Unavailable For Legal Reasons
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:Response of the exception contains expected status Unavailable For Legal Reasons
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:Response of the exception contains expected status Unavailable For Legal Reasons
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:FINISHED TEST : constructorIntThrowableTest()
04-05-2024 11:03:41:STARTING TEST : constructorIntThrowsExceptionTest()
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status OK
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Created
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Accepted
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status No Content
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Reset Content
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Partial Content
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Multiple Choices
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Moved Permanently
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Found
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status See Other
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Not Modified
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Use Proxy
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Temporary Redirect
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Permanent Redirect
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Internal Server Error
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Not Implemented
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Bad Gateway
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Service Unavailable
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Gateway Timeout
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Network Authentication Required
04-05-2024 11:03:41:FINISHED TEST : constructorIntThrowsExceptionTest()
04-05-2024 11:03:41:STARTING TEST : constructorStringResponseThrowsIEATest()
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status OK
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Created
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Accepted
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status No Content
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Reset Content
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Partial Content
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Multiple Choices
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Moved Permanently
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Found
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status See Other
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Not Modified
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Use Proxy
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Temporary Redirect
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Permanent Redirect
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Internal Server Error
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Not Implemented
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Bad Gateway
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Service Unavailable
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Gateway Timeout
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Network Authentication Required
04-05-2024 11:03:41:FINISHED TEST : constructorStringResponseThrowsIEATest()
04-05-2024 11:03:41:STARTING TEST : constructorResponseThrowableThrowsExceptionTest()
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status OK
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Created
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Accepted
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status No Content
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Reset Content
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Partial Content
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Multiple Choices
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Moved Permanently
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Found
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status See Other
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Not Modified
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Use Proxy
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Temporary Redirect
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Permanent Redirect
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Internal Server Error
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Not Implemented
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Bad Gateway
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Service Unavailable
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Gateway Timeout
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Network Authentication Required
04-05-2024 11:03:41:FINISHED TEST : constructorResponseThrowableThrowsExceptionTest()
04-05-2024 11:03:41:STARTING TEST : constructorStatusThrowableTest()
04-05-2024 11:03:41:Response of the exception contains expected status Bad Request
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:Response of the exception contains expected status Bad Request
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:Response of the exception contains expected status Bad Request
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:Response of the exception contains expected status Bad Request
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:Response of the exception contains expected status Unauthorized
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:Response of the exception contains expected status Unauthorized
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:Response of the exception contains expected status Unauthorized
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:Response of the exception contains expected status Unauthorized
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:Response of the exception contains expected status Payment Required
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:Response of the exception contains expected status Payment Required
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:Response of the exception contains expected status Payment Required
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:Response of the exception contains expected status Payment Required
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:Response of the exception contains expected status Forbidden
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:Response of the exception contains expected status Forbidden
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:Response of the exception contains expected status Forbidden
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:Response of the exception contains expected status Forbidden
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:Response of the exception contains expected status Not Found
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:Response of the exception contains expected status Not Found
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:Response of the exception contains expected status Not Found
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:Response of the exception contains expected status Not Found
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:Response of the exception contains expected status Method Not Allowed
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:Response of the exception contains expected status Method Not Allowed
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:Response of the exception contains expected status Method Not Allowed
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:Response of the exception contains expected status Method Not Allowed
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:Response of the exception contains expected status Not Acceptable
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:Response of the exception contains expected status Not Acceptable
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:Response of the exception contains expected status Not Acceptable
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:Response of the exception contains expected status Not Acceptable
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:Response of the exception contains expected status Proxy Authentication Required
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:Response of the exception contains expected status Proxy Authentication Required
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:Response of the exception contains expected status Proxy Authentication Required
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:Response of the exception contains expected status Proxy Authentication Required
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:Response of the exception contains expected status Request Timeout
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:Response of the exception contains expected status Request Timeout
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:Response of the exception contains expected status Request Timeout
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:Response of the exception contains expected status Request Timeout
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:Response of the exception contains expected status Conflict
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:Response of the exception contains expected status Conflict
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:Response of the exception contains expected status Conflict
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:Response of the exception contains expected status Conflict
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:Response of the exception contains expected status Gone
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:Response of the exception contains expected status Gone
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:Response of the exception contains expected status Gone
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:Response of the exception contains expected status Gone
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:Response of the exception contains expected status Length Required
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:Response of the exception contains expected status Length Required
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:Response of the exception contains expected status Length Required
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:Response of the exception contains expected status Length Required
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:Response of the exception contains expected status Precondition Failed
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:Response of the exception contains expected status Precondition Failed
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:Response of the exception contains expected status Precondition Failed
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:Response of the exception contains expected status Precondition Failed
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:Response of the exception contains expected status Request Entity Too Large
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:Response of the exception contains expected status Request Entity Too Large
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:Response of the exception contains expected status Request Entity Too Large
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:Response of the exception contains expected status Request Entity Too Large
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:Response of the exception contains expected status Request-URI Too Long
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:Response of the exception contains expected status Request-URI Too Long
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:Response of the exception contains expected status Request-URI Too Long
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:Response of the exception contains expected status Request-URI Too Long
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:Response of the exception contains expected status Unsupported Media Type
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:Response of the exception contains expected status Unsupported Media Type
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:Response of the exception contains expected status Unsupported Media Type
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:Response of the exception contains expected status Unsupported Media Type
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:Response of the exception contains expected status Requested Range Not Satisfiable
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:Response of the exception contains expected status Requested Range Not Satisfiable
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:Response of the exception contains expected status Requested Range Not Satisfiable
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:Response of the exception contains expected status Requested Range Not Satisfiable
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:Response of the exception contains expected status Expectation Failed
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:Response of the exception contains expected status Expectation Failed
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:Response of the exception contains expected status Expectation Failed
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:Response of the exception contains expected status Expectation Failed
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:Response of the exception contains expected status Precondition Required
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:Response of the exception contains expected status Precondition Required
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:Response of the exception contains expected status Precondition Required
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:Response of the exception contains expected status Precondition Required
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:Response of the exception contains expected status Too Many Requests
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:Response of the exception contains expected status Too Many Requests
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:Response of the exception contains expected status Too Many Requests
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:Response of the exception contains expected status Too Many Requests
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:Response of the exception contains expected status Request Header Fields Too Large
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:Response of the exception contains expected status Request Header Fields Too Large
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:Response of the exception contains expected status Request Header Fields Too Large
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:Response of the exception contains expected status Request Header Fields Too Large
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:Response of the exception contains expected status Unavailable For Legal Reasons
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:Response of the exception contains expected status Unavailable For Legal Reasons
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:Response of the exception contains expected status Unavailable For Legal Reasons
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:Response of the exception contains expected status Unavailable For Legal Reasons
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:FINISHED TEST : constructorStatusThrowableTest()
[INFO] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.107 s - in ee.jakarta.tck.ws.rs.api.rs.clienterrorexception.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.rs.redirectexception.JAXRSClientIT
04-05-2024 11:03:41:STARTING TEST : constructorResponseTest()
04-05-2024 11:03:41:response contains expected Multiple Choices status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:response contains expected Moved Permanently status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:response contains expected Found status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:response contains expected See Other status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:response contains expected Not Modified status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:response contains expected Use Proxy status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:response contains expected Temporary Redirect status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:response contains expected Permanent Redirect status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:FINISHED TEST : constructorResponseTest()
04-05-2024 11:03:41:STARTING TEST : constructorStringResponseTest()
04-05-2024 11:03:41:response contains expected Multiple Choices status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK RedirectionException description
04-05-2024 11:03:41:response contains expected Moved Permanently status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK RedirectionException description
04-05-2024 11:03:41:response contains expected Found status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK RedirectionException description
04-05-2024 11:03:41:response contains expected See Other status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK RedirectionException description
04-05-2024 11:03:41:response contains expected Not Modified status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK RedirectionException description
04-05-2024 11:03:41:response contains expected Use Proxy status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK RedirectionException description
04-05-2024 11:03:41:response contains expected Temporary Redirect status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK RedirectionException description
04-05-2024 11:03:41:response contains expected Permanent Redirect status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK RedirectionException description
04-05-2024 11:03:41:FINISHED TEST : constructorStringResponseTest()
04-05-2024 11:03:41:STARTING TEST : constructorStringStatusUriThrowsIAETest()
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status OK
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Created
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Accepted
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status No Content
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Reset Content
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Partial Content
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Bad Request
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Unauthorized
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Payment Required
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Forbidden
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Not Found
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Method Not Allowed
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Not Acceptable
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Request Timeout
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Conflict
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Gone
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Length Required
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Precondition Failed
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Request Entity Too Large
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Request-URI Too Long
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Unsupported Media Type
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Expectation Failed
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Precondition Required
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Too Many Requests
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Internal Server Error
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Not Implemented
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Bad Gateway
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Service Unavailable
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Gateway Timeout
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Network Authentication Required
04-05-2024 11:03:41:FINISHED TEST : constructorStringStatusUriThrowsIAETest()
04-05-2024 11:03:41:STARTING TEST : constructorStatusUriThrowsExceptionTest()
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status OK
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Created
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Accepted
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status No Content
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Reset Content
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Partial Content
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Bad Request
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Unauthorized
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Payment Required
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Forbidden
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Not Found
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Method Not Allowed
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Not Acceptable
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Request Timeout
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Conflict
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Gone
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Length Required
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Precondition Failed
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Request Entity Too Large
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Request-URI Too Long
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Unsupported Media Type
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Expectation Failed
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Precondition Required
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Too Many Requests
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Internal Server Error
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Not Implemented
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Bad Gateway
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Service Unavailable
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Gateway Timeout
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Network Authentication Required
04-05-2024 11:03:41:FINISHED TEST : constructorStatusUriThrowsExceptionTest()
04-05-2024 11:03:41:STARTING TEST : constructorStatusNullUriThrowsExceptionTest()
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for null status
04-05-2024 11:03:41:FINISHED TEST : constructorStatusNullUriThrowsExceptionTest()
04-05-2024 11:03:41:STARTING TEST : constructorIntUriThrowsExceptionTest()
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status OK
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Created
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Accepted
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status No Content
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Reset Content
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Partial Content
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Bad Request
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Unauthorized
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Payment Required
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Forbidden
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Not Found
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Method Not Allowed
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Not Acceptable
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Request Timeout
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Conflict
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Gone
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Length Required
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Precondition Failed
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Request Entity Too Large
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Request-URI Too Long
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Unsupported Media Type
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Expectation Failed
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Precondition Required
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Too Many Requests
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Internal Server Error
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Not Implemented
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Bad Gateway
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Service Unavailable
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Gateway Timeout
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Network Authentication Required
04-05-2024 11:03:41:FINISHED TEST : constructorIntUriThrowsExceptionTest()
04-05-2024 11:03:41:STARTING TEST : constructorStringStatusNullUriThrowsIAETest()
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for null status
04-05-2024 11:03:41:FINISHED TEST : constructorStringStatusNullUriThrowsIAETest()
04-05-2024 11:03:41:STARTING TEST : constructorIntUriTest()
04-05-2024 11:03:41:response contains expected Multiple Choices status
04-05-2024 11:03:41:Found expected location http://oracle.com:888/REDIRECTIONtest
04-05-2024 11:03:41:response contains expected Moved Permanently status
04-05-2024 11:03:41:Found expected location http://oracle.com:888/REDIRECTIONtest
04-05-2024 11:03:41:response contains expected Found status
04-05-2024 11:03:41:Found expected location http://oracle.com:888/REDIRECTIONtest
04-05-2024 11:03:41:response contains expected See Other status
04-05-2024 11:03:41:Found expected location http://oracle.com:888/REDIRECTIONtest
04-05-2024 11:03:41:response contains expected Not Modified status
04-05-2024 11:03:41:Found expected location http://oracle.com:888/REDIRECTIONtest
04-05-2024 11:03:41:response contains expected Use Proxy status
04-05-2024 11:03:41:Found expected location http://oracle.com:888/REDIRECTIONtest
04-05-2024 11:03:41:response contains expected Temporary Redirect status
04-05-2024 11:03:41:Found expected location http://oracle.com:888/REDIRECTIONtest
04-05-2024 11:03:41:response contains expected Permanent Redirect status
04-05-2024 11:03:41:Found expected location http://oracle.com:888/REDIRECTIONtest
04-05-2024 11:03:41:FINISHED TEST : constructorIntUriTest()
04-05-2024 11:03:41:STARTING TEST : constructorStringStatusUriTest()
04-05-2024 11:03:41:response contains expected Multiple Choices status
04-05-2024 11:03:41:Found expected location http://oracle.com:888/REDIRECTIONtest
04-05-2024 11:03:41:found expected getMessage()= TCK RedirectionException description
04-05-2024 11:03:41:response contains expected Moved Permanently status
04-05-2024 11:03:41:Found expected location http://oracle.com:888/REDIRECTIONtest
04-05-2024 11:03:41:found expected getMessage()= TCK RedirectionException description
04-05-2024 11:03:41:response contains expected Found status
04-05-2024 11:03:41:Found expected location http://oracle.com:888/REDIRECTIONtest
04-05-2024 11:03:41:found expected getMessage()= TCK RedirectionException description
04-05-2024 11:03:41:response contains expected See Other status
04-05-2024 11:03:41:Found expected location http://oracle.com:888/REDIRECTIONtest
04-05-2024 11:03:41:found expected getMessage()= TCK RedirectionException description
04-05-2024 11:03:41:response contains expected Not Modified status
04-05-2024 11:03:41:Found expected location http://oracle.com:888/REDIRECTIONtest
04-05-2024 11:03:41:found expected getMessage()= TCK RedirectionException description
04-05-2024 11:03:41:response contains expected Use Proxy status
04-05-2024 11:03:41:Found expected location http://oracle.com:888/REDIRECTIONtest
04-05-2024 11:03:41:found expected getMessage()= TCK RedirectionException description
04-05-2024 11:03:41:response contains expected Temporary Redirect status
04-05-2024 11:03:41:Found expected location http://oracle.com:888/REDIRECTIONtest
04-05-2024 11:03:41:found expected getMessage()= TCK RedirectionException description
04-05-2024 11:03:41:response contains expected Permanent Redirect status
04-05-2024 11:03:41:Found expected location http://oracle.com:888/REDIRECTIONtest
04-05-2024 11:03:41:found expected getMessage()= TCK RedirectionException description
04-05-2024 11:03:41:FINISHED TEST : constructorStringStatusUriTest()
04-05-2024 11:03:41:STARTING TEST : constructorIntNotValidStatusThrowsExceptionTest()
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status -1
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status 2147483647
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status -2147483648
04-05-2024 11:03:41:FINISHED TEST : constructorIntNotValidStatusThrowsExceptionTest()
04-05-2024 11:03:41:STARTING TEST : constructorStatusUriTest()
04-05-2024 11:03:41:response contains expected Multiple Choices status
04-05-2024 11:03:41:Found expected location http://oracle.com:888/REDIRECTIONtest
04-05-2024 11:03:41:response contains expected Moved Permanently status
04-05-2024 11:03:41:Found expected location http://oracle.com:888/REDIRECTIONtest
04-05-2024 11:03:41:response contains expected Found status
04-05-2024 11:03:41:Found expected location http://oracle.com:888/REDIRECTIONtest
04-05-2024 11:03:41:response contains expected See Other status
04-05-2024 11:03:41:Found expected location http://oracle.com:888/REDIRECTIONtest
04-05-2024 11:03:41:response contains expected Not Modified status
04-05-2024 11:03:41:Found expected location http://oracle.com:888/REDIRECTIONtest
04-05-2024 11:03:41:response contains expected Use Proxy status
04-05-2024 11:03:41:Found expected location http://oracle.com:888/REDIRECTIONtest
04-05-2024 11:03:41:response contains expected Temporary Redirect status
04-05-2024 11:03:41:Found expected location http://oracle.com:888/REDIRECTIONtest
04-05-2024 11:03:41:response contains expected Permanent Redirect status
04-05-2024 11:03:41:Found expected location http://oracle.com:888/REDIRECTIONtest
04-05-2024 11:03:41:FINISHED TEST : constructorStatusUriTest()
04-05-2024 11:03:41:STARTING TEST : constructorResponseThrowsExceptionTest()
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status OK
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Created
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Accepted
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status No Content
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Reset Content
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Partial Content
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Bad Request
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Unauthorized
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Payment Required
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Forbidden
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Not Found
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Method Not Allowed
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Not Acceptable
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Request Timeout
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Conflict
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Gone
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Length Required
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Precondition Failed
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Request Entity Too Large
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Request-URI Too Long
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Unsupported Media Type
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Expectation Failed
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Precondition Required
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Too Many Requests
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Internal Server Error
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Not Implemented
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Bad Gateway
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Service Unavailable
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Gateway Timeout
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Network Authentication Required
04-05-2024 11:03:41:FINISHED TEST : constructorResponseThrowsExceptionTest()
04-05-2024 11:03:41:STARTING TEST : constructorStringIntUriThrowsIAETest()
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status OK
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Created
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Accepted
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status No Content
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Reset Content
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Partial Content
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Bad Request
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Unauthorized
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Payment Required
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Forbidden
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Not Found
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Method Not Allowed
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Not Acceptable
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Request Timeout
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Conflict
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Gone
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Length Required
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Precondition Failed
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Request Entity Too Large
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Request-URI Too Long
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Unsupported Media Type
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Expectation Failed
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Precondition Required
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Too Many Requests
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Internal Server Error
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Not Implemented
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Bad Gateway
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Service Unavailable
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Gateway Timeout
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Network Authentication Required
04-05-2024 11:03:41:FINISHED TEST : constructorStringIntUriThrowsIAETest()
04-05-2024 11:03:41:STARTING TEST : constructorStringIntNotValidStatusThrowsIAETest()
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status -1
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status 2147483647
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status -2147483648
04-05-2024 11:03:41:FINISHED TEST : constructorStringIntNotValidStatusThrowsIAETest()
04-05-2024 11:03:41:STARTING TEST : constructorStringResponseThrowsIAETest()
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status OK
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Created
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Accepted
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status No Content
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Reset Content
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Partial Content
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Bad Request
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Unauthorized
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Payment Required
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Forbidden
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Not Found
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Method Not Allowed
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Not Acceptable
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Request Timeout
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Conflict
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Gone
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Length Required
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Precondition Failed
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Request Entity Too Large
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Request-URI Too Long
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Unsupported Media Type
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Expectation Failed
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Precondition Required
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Too Many Requests
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Internal Server Error
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Not Implemented
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Bad Gateway
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Service Unavailable
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Gateway Timeout
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Network Authentication Required
04-05-2024 11:03:41:FINISHED TEST : constructorStringResponseThrowsIAETest()
04-05-2024 11:03:41:STARTING TEST : constructorStringIntUriTest()
04-05-2024 11:03:41:response contains expected Multiple Choices status
04-05-2024 11:03:41:Found expected location http://oracle.com:888/REDIRECTIONtest
04-05-2024 11:03:41:found expected getMessage()= TCK RedirectionException description
04-05-2024 11:03:41:response contains expected Moved Permanently status
04-05-2024 11:03:41:Found expected location http://oracle.com:888/REDIRECTIONtest
04-05-2024 11:03:41:found expected getMessage()= TCK RedirectionException description
04-05-2024 11:03:41:response contains expected Found status
04-05-2024 11:03:41:Found expected location http://oracle.com:888/REDIRECTIONtest
04-05-2024 11:03:41:found expected getMessage()= TCK RedirectionException description
04-05-2024 11:03:41:response contains expected See Other status
04-05-2024 11:03:41:Found expected location http://oracle.com:888/REDIRECTIONtest
04-05-2024 11:03:41:found expected getMessage()= TCK RedirectionException description
04-05-2024 11:03:41:response contains expected Not Modified status
04-05-2024 11:03:41:Found expected location http://oracle.com:888/REDIRECTIONtest
04-05-2024 11:03:41:found expected getMessage()= TCK RedirectionException description
04-05-2024 11:03:41:response contains expected Use Proxy status
04-05-2024 11:03:41:Found expected location http://oracle.com:888/REDIRECTIONtest
04-05-2024 11:03:41:found expected getMessage()= TCK RedirectionException description
04-05-2024 11:03:41:response contains expected Temporary Redirect status
04-05-2024 11:03:41:Found expected location http://oracle.com:888/REDIRECTIONtest
04-05-2024 11:03:41:found expected getMessage()= TCK RedirectionException description
04-05-2024 11:03:41:response contains expected Permanent Redirect status
04-05-2024 11:03:41:Found expected location http://oracle.com:888/REDIRECTIONtest
04-05-2024 11:03:41:found expected getMessage()= TCK RedirectionException description
04-05-2024 11:03:41:FINISHED TEST : constructorStringIntUriTest()
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 s - in ee.jakarta.tck.ws.rs.api.rs.redirectexception.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.rs.bindingpriority.JAXRSClientIT
04-05-2024 11:03:41:STARTING TEST : checkBindingPriorityLowerRegisteredFirstTest()
04-05-2024 11:03:41:FINISHED TEST : checkBindingPriorityLowerRegisteredFirstTest()
04-05-2024 11:03:41:STARTING TEST : checkBindingPriorityHigherRegisteredFirstTest()
04-05-2024 11:03:41:FINISHED TEST : checkBindingPriorityHigherRegisteredFirstTest()
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in ee.jakarta.tck.ws.rs.api.rs.bindingpriority.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.rs.servererrorexception.JAXRSClientIT
04-05-2024 11:03:41:STARTING TEST : constructorStatusThrowableThrowsExceptionTest()
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status OK
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Created
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Accepted
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status No Content
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Reset Content
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Partial Content
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Multiple Choices
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Moved Permanently
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Found
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status See Other
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Not Modified
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Use Proxy
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Temporary Redirect
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Permanent Redirect
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Bad Request
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Unauthorized
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Payment Required
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Forbidden
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Not Found
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Method Not Allowed
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Not Acceptable
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Request Timeout
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Conflict
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Gone
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Length Required
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Precondition Failed
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Request Entity Too Large
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Request-URI Too Long
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Unsupported Media Type
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Expectation Failed
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Precondition Required
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Too Many Requests
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons
04-05-2024 11:03:41:FINISHED TEST : constructorStatusThrowableThrowsExceptionTest()
04-05-2024 11:03:41:STARTING TEST : constructorResponseThrowableTest()
04-05-2024 11:03:41:response contains expected Internal Server Error status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Internal Server Error status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Internal Server Error status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Internal Server Error status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:response contains expected Not Implemented status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Not Implemented status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Not Implemented status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Not Implemented status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:response contains expected Bad Gateway status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Bad Gateway status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Bad Gateway status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Bad Gateway status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:response contains expected Service Unavailable status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Service Unavailable status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Service Unavailable status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Service Unavailable status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:response contains expected Gateway Timeout status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Gateway Timeout status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Gateway Timeout status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Gateway Timeout status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:response contains expected HTTP Version Not Supported status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected HTTP Version Not Supported status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected HTTP Version Not Supported status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected HTTP Version Not Supported status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:response contains expected Network Authentication Required status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Network Authentication Required status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Network Authentication Required status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Network Authentication Required status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:FINISHED TEST : constructorResponseThrowableTest()
04-05-2024 11:03:41:STARTING TEST : constructorResponseTest()
04-05-2024 11:03:41:response contains expected Internal Server Error status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:response contains expected Not Implemented status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:response contains expected Bad Gateway status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:response contains expected Service Unavailable status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:response contains expected Gateway Timeout status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:response contains expected HTTP Version Not Supported status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:response contains expected Network Authentication Required status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:FINISHED TEST : constructorResponseTest()
04-05-2024 11:03:41:STARTING TEST : constructorStringResponseThrowableThrowsIAETest()
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status OK
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Created
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Accepted
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status No Content
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Reset Content
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Partial Content
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Multiple Choices
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Moved Permanently
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Found
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status See Other
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Not Modified
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Use Proxy
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Temporary Redirect
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Permanent Redirect
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Bad Request
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Unauthorized
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Payment Required
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Forbidden
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Not Found
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Method Not Allowed
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Not Acceptable
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Request Timeout
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Conflict
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Gone
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Length Required
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Precondition Failed
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Request Entity Too Large
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Request-URI Too Long
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Unsupported Media Type
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Expectation Failed
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Precondition Required
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Too Many Requests
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons
04-05-2024 11:03:41:FINISHED TEST : constructorStringResponseThrowableThrowsIAETest()
04-05-2024 11:03:41:STARTING TEST : constructorStringResponseThrowableTest()
04-05-2024 11:03:41:response contains expected Internal Server Error status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:found expected getMessage()= TCK ServerErrorException description
04-05-2024 11:03:41:response contains expected Internal Server Error status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:found expected getMessage()= TCK ServerErrorException description
04-05-2024 11:03:41:response contains expected Internal Server Error status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:found expected getMessage()= TCK ServerErrorException description
04-05-2024 11:03:41:response contains expected Internal Server Error status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:found expected getMessage()= TCK ServerErrorException description
04-05-2024 11:03:41:response contains expected Not Implemented status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:found expected getMessage()= TCK ServerErrorException description
04-05-2024 11:03:41:response contains expected Not Implemented status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:found expected getMessage()= TCK ServerErrorException description
04-05-2024 11:03:41:response contains expected Not Implemented status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:found expected getMessage()= TCK ServerErrorException description
04-05-2024 11:03:41:response contains expected Not Implemented status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:found expected getMessage()= TCK ServerErrorException description
04-05-2024 11:03:41:response contains expected Bad Gateway status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:found expected getMessage()= TCK ServerErrorException description
04-05-2024 11:03:41:response contains expected Bad Gateway status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:found expected getMessage()= TCK ServerErrorException description
04-05-2024 11:03:41:response contains expected Bad Gateway status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:found expected getMessage()= TCK ServerErrorException description
04-05-2024 11:03:41:response contains expected Bad Gateway status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:found expected getMessage()= TCK ServerErrorException description
04-05-2024 11:03:41:response contains expected Service Unavailable status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:found expected getMessage()= TCK ServerErrorException description
04-05-2024 11:03:41:response contains expected Service Unavailable status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:found expected getMessage()= TCK ServerErrorException description
04-05-2024 11:03:41:response contains expected Service Unavailable status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:found expected getMessage()= TCK ServerErrorException description
04-05-2024 11:03:41:response contains expected Service Unavailable status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:found expected getMessage()= TCK ServerErrorException description
04-05-2024 11:03:41:response contains expected Gateway Timeout status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:found expected getMessage()= TCK ServerErrorException description
04-05-2024 11:03:41:response contains expected Gateway Timeout status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:found expected getMessage()= TCK ServerErrorException description
04-05-2024 11:03:41:response contains expected Gateway Timeout status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:found expected getMessage()= TCK ServerErrorException description
04-05-2024 11:03:41:response contains expected Gateway Timeout status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:found expected getMessage()= TCK ServerErrorException description
04-05-2024 11:03:41:response contains expected HTTP Version Not Supported status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:found expected getMessage()= TCK ServerErrorException description
04-05-2024 11:03:41:response contains expected HTTP Version Not Supported status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:found expected getMessage()= TCK ServerErrorException description
04-05-2024 11:03:41:response contains expected HTTP Version Not Supported status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:found expected getMessage()= TCK ServerErrorException description
04-05-2024 11:03:41:response contains expected HTTP Version Not Supported status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:found expected getMessage()= TCK ServerErrorException description
04-05-2024 11:03:41:response contains expected Network Authentication Required status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:found expected getMessage()= TCK ServerErrorException description
04-05-2024 11:03:41:response contains expected Network Authentication Required status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:found expected getMessage()= TCK ServerErrorException description
04-05-2024 11:03:41:response contains expected Network Authentication Required status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:found expected getMessage()= TCK ServerErrorException description
04-05-2024 11:03:41:response contains expected Network Authentication Required status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:found expected getMessage()= TCK ServerErrorException description
04-05-2024 11:03:41:FINISHED TEST : constructorStringResponseThrowableTest()
04-05-2024 11:03:41:STARTING TEST : constructorStringStatusNullThrowableThrowsExceptionTest()
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for null status
04-05-2024 11:03:41:FINISHED TEST : constructorStringStatusNullThrowableThrowsExceptionTest()
04-05-2024 11:03:41:STARTING TEST : constructorStringResponseTest()
04-05-2024 11:03:41:response contains expected Internal Server Error status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK ServerErrorException description
04-05-2024 11:03:41:response contains expected Not Implemented status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK ServerErrorException description
04-05-2024 11:03:41:response contains expected Bad Gateway status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK ServerErrorException description
04-05-2024 11:03:41:response contains expected Service Unavailable status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK ServerErrorException description
04-05-2024 11:03:41:response contains expected Gateway Timeout status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK ServerErrorException description
04-05-2024 11:03:41:response contains expected HTTP Version Not Supported status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK ServerErrorException description
04-05-2024 11:03:41:response contains expected Network Authentication Required status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK ServerErrorException description
04-05-2024 11:03:41:FINISHED TEST : constructorStringResponseTest()
04-05-2024 11:03:41:STARTING TEST : constructorStatusTest()
04-05-2024 11:03:41:response contains expected Internal Server Error status
04-05-2024 11:03:41:response contains expected Not Implemented status
04-05-2024 11:03:41:response contains expected Bad Gateway status
04-05-2024 11:03:41:response contains expected Service Unavailable status
04-05-2024 11:03:41:response contains expected Gateway Timeout status
04-05-2024 11:03:41:response contains expected HTTP Version Not Supported status
04-05-2024 11:03:41:response contains expected Network Authentication Required status
04-05-2024 11:03:41:FINISHED TEST : constructorStatusTest()
04-05-2024 11:03:41:STARTING TEST : constructorIntThrowableThrowsExceptionTest()
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status OK
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Created
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Accepted
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status No Content
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Reset Content
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Partial Content
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Multiple Choices
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Moved Permanently
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Found
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status See Other
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Not Modified
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Use Proxy
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Temporary Redirect
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Permanent Redirect
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Bad Request
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Unauthorized
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Payment Required
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Forbidden
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Not Found
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Method Not Allowed
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Not Acceptable
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Request Timeout
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Conflict
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Gone
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Length Required
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Precondition Failed
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Request Entity Too Large
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Request-URI Too Long
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Unsupported Media Type
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Expectation Failed
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Precondition Required
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Too Many Requests
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons
04-05-2024 11:03:41:FINISHED TEST : constructorIntThrowableThrowsExceptionTest()
04-05-2024 11:03:41:STARTING TEST : constructorStringIntThrowsIAETest()
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status OK
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Created
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Accepted
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status No Content
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Reset Content
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Partial Content
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Multiple Choices
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Moved Permanently
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Found
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status See Other
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Not Modified
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Use Proxy
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Temporary Redirect
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Permanent Redirect
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Bad Request
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Unauthorized
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Payment Required
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Forbidden
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Not Found
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Method Not Allowed
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Not Acceptable
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Request Timeout
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Conflict
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Gone
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Length Required
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Precondition Failed
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Request Entity Too Large
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Request-URI Too Long
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Unsupported Media Type
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Expectation Failed
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Precondition Required
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Too Many Requests
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons
04-05-2024 11:03:41:FINISHED TEST : constructorStringIntThrowsIAETest()
04-05-2024 11:03:41:STARTING TEST : constructorStatusThrowsExceptionTest()
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status OK
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Created
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Accepted
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status No Content
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Reset Content
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Partial Content
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Multiple Choices
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Moved Permanently
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Found
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status See Other
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Not Modified
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Use Proxy
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Temporary Redirect
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Permanent Redirect
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Bad Request
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Unauthorized
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Payment Required
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Forbidden
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Not Found
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Method Not Allowed
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Not Acceptable
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Request Timeout
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Conflict
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Gone
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Length Required
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Precondition Failed
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Request Entity Too Large
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Request-URI Too Long
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Unsupported Media Type
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Expectation Failed
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Precondition Required
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Too Many Requests
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons
04-05-2024 11:03:41:FINISHED TEST : constructorStatusThrowsExceptionTest()
04-05-2024 11:03:41:STARTING TEST : constructorStatusNullThrowableThrowsExceptionTest()
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for null status
04-05-2024 11:03:41:FINISHED TEST : constructorStatusNullThrowableThrowsExceptionTest()
04-05-2024 11:03:41:STARTING TEST : constructorStringStatusNullThrowsExceptionTest()
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for null status
04-05-2024 11:03:41:FINISHED TEST : constructorStringStatusNullThrowsExceptionTest()
04-05-2024 11:03:41:STARTING TEST : constructorStringIntThrowableTest()
04-05-2024 11:03:41:response contains expected Internal Server Error status
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:found expected getMessage()= TCK ServerErrorException description
04-05-2024 11:03:41:response contains expected Internal Server Error status
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:found expected getMessage()= TCK ServerErrorException description
04-05-2024 11:03:41:response contains expected Internal Server Error status
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:found expected getMessage()= TCK ServerErrorException description
04-05-2024 11:03:41:response contains expected Internal Server Error status
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:found expected getMessage()= TCK ServerErrorException description
04-05-2024 11:03:41:response contains expected Not Implemented status
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:found expected getMessage()= TCK ServerErrorException description
04-05-2024 11:03:41:response contains expected Not Implemented status
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:found expected getMessage()= TCK ServerErrorException description
04-05-2024 11:03:41:response contains expected Not Implemented status
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:found expected getMessage()= TCK ServerErrorException description
04-05-2024 11:03:41:response contains expected Not Implemented status
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:found expected getMessage()= TCK ServerErrorException description
04-05-2024 11:03:41:response contains expected Bad Gateway status
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:found expected getMessage()= TCK ServerErrorException description
04-05-2024 11:03:41:response contains expected Bad Gateway status
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:found expected getMessage()= TCK ServerErrorException description
04-05-2024 11:03:41:response contains expected Bad Gateway status
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:found expected getMessage()= TCK ServerErrorException description
04-05-2024 11:03:41:response contains expected Bad Gateway status
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:found expected getMessage()= TCK ServerErrorException description
04-05-2024 11:03:41:response contains expected Service Unavailable status
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:found expected getMessage()= TCK ServerErrorException description
04-05-2024 11:03:41:response contains expected Service Unavailable status
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:found expected getMessage()= TCK ServerErrorException description
04-05-2024 11:03:41:response contains expected Service Unavailable status
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:found expected getMessage()= TCK ServerErrorException description
04-05-2024 11:03:41:response contains expected Service Unavailable status
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:found expected getMessage()= TCK ServerErrorException description
04-05-2024 11:03:41:response contains expected Gateway Timeout status
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:found expected getMessage()= TCK ServerErrorException description
04-05-2024 11:03:41:response contains expected Gateway Timeout status
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:found expected getMessage()= TCK ServerErrorException description
04-05-2024 11:03:41:response contains expected Gateway Timeout status
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:found expected getMessage()= TCK ServerErrorException description
04-05-2024 11:03:41:response contains expected Gateway Timeout status
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:found expected getMessage()= TCK ServerErrorException description
04-05-2024 11:03:41:response contains expected HTTP Version Not Supported status
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:found expected getMessage()= TCK ServerErrorException description
04-05-2024 11:03:41:response contains expected HTTP Version Not Supported status
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:found expected getMessage()= TCK ServerErrorException description
04-05-2024 11:03:41:response contains expected HTTP Version Not Supported status
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:found expected getMessage()= TCK ServerErrorException description
04-05-2024 11:03:41:response contains expected HTTP Version Not Supported status
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:found expected getMessage()= TCK ServerErrorException description
04-05-2024 11:03:41:response contains expected Network Authentication Required status
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:found expected getMessage()= TCK ServerErrorException description
04-05-2024 11:03:41:response contains expected Network Authentication Required status
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:found expected getMessage()= TCK ServerErrorException description
04-05-2024 11:03:41:response contains expected Network Authentication Required status
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:found expected getMessage()= TCK ServerErrorException description
04-05-2024 11:03:41:response contains expected Network Authentication Required status
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:found expected getMessage()= TCK ServerErrorException description
04-05-2024 11:03:41:FINISHED TEST : constructorStringIntThrowableTest()
04-05-2024 11:03:41:STARTING TEST : constructorStatusNullThrowsExceptionTest()
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for null status
04-05-2024 11:03:41:FINISHED TEST : constructorStatusNullThrowsExceptionTest()
04-05-2024 11:03:41:STARTING TEST : constructorIntTest()
04-05-2024 11:03:41:response contains expected Internal Server Error status
04-05-2024 11:03:41:response contains expected Not Implemented status
04-05-2024 11:03:41:response contains expected Bad Gateway status
04-05-2024 11:03:41:response contains expected Service Unavailable status
04-05-2024 11:03:41:response contains expected Gateway Timeout status
04-05-2024 11:03:41:response contains expected HTTP Version Not Supported status
04-05-2024 11:03:41:response contains expected Network Authentication Required status
04-05-2024 11:03:41:FINISHED TEST : constructorIntTest()
04-05-2024 11:03:41:STARTING TEST : constructorStringStatusThrowableThrowsIAETest()
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status OK
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Created
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Accepted
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status No Content
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Reset Content
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Partial Content
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Multiple Choices
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Moved Permanently
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Found
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status See Other
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Not Modified
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Use Proxy
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Temporary Redirect
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Permanent Redirect
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Bad Request
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Unauthorized
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Payment Required
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Forbidden
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Not Found
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Method Not Allowed
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Not Acceptable
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Request Timeout
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Conflict
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Gone
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Length Required
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Precondition Failed
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Request Entity Too Large
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Request-URI Too Long
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Unsupported Media Type
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Expectation Failed
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Precondition Required
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Too Many Requests
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons
04-05-2024 11:03:41:FINISHED TEST : constructorStringStatusThrowableThrowsIAETest()
04-05-2024 11:03:41:STARTING TEST : constructorStringIntThrowableThrowsIAETest()
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status OK
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Created
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Accepted
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status No Content
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Reset Content
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Partial Content
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Multiple Choices
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Moved Permanently
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Found
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status See Other
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Not Modified
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Use Proxy
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Temporary Redirect
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Permanent Redirect
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Bad Request
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Unauthorized
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Payment Required
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Forbidden
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Not Found
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Method Not Allowed
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Not Acceptable
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Request Timeout
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Conflict
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Gone
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Length Required
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Precondition Failed
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Request Entity Too Large
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Request-URI Too Long
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Unsupported Media Type
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Expectation Failed
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Precondition Required
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Too Many Requests
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons
04-05-2024 11:03:41:FINISHED TEST : constructorStringIntThrowableThrowsIAETest()
04-05-2024 11:03:41:STARTING TEST : constructorStringIntTest()
04-05-2024 11:03:41:response contains expected Internal Server Error status
04-05-2024 11:03:41:found expected getMessage()= TCK ServerErrorException description
04-05-2024 11:03:41:response contains expected Not Implemented status
04-05-2024 11:03:41:found expected getMessage()= TCK ServerErrorException description
04-05-2024 11:03:41:response contains expected Bad Gateway status
04-05-2024 11:03:41:found expected getMessage()= TCK ServerErrorException description
04-05-2024 11:03:41:response contains expected Service Unavailable status
04-05-2024 11:03:41:found expected getMessage()= TCK ServerErrorException description
04-05-2024 11:03:41:response contains expected Gateway Timeout status
04-05-2024 11:03:41:found expected getMessage()= TCK ServerErrorException description
04-05-2024 11:03:41:response contains expected HTTP Version Not Supported status
04-05-2024 11:03:41:found expected getMessage()= TCK ServerErrorException description
04-05-2024 11:03:41:response contains expected Network Authentication Required status
04-05-2024 11:03:41:found expected getMessage()= TCK ServerErrorException description
04-05-2024 11:03:41:FINISHED TEST : constructorStringIntTest()
04-05-2024 11:03:41:STARTING TEST : constructorStringIntNotValidStatusThrowableThrowsExceptionTest()
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status -1
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status 2147483647
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status -2147483648
04-05-2024 11:03:41:FINISHED TEST : constructorStringIntNotValidStatusThrowableThrowsExceptionTest()
04-05-2024 11:03:41:STARTING TEST : constructorIntNotValidStatusThrowableThrowsExceptionTest()
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status -1
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status 2147483647
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status -2147483648
04-05-2024 11:03:41:FINISHED TEST : constructorIntNotValidStatusThrowableThrowsExceptionTest()
04-05-2024 11:03:41:STARTING TEST : constructorStringStatusThrowsIAETest()
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status OK
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Created
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Accepted
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status No Content
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Reset Content
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Partial Content
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Multiple Choices
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Moved Permanently
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Found
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status See Other
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Not Modified
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Use Proxy
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Temporary Redirect
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Permanent Redirect
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Bad Request
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Unauthorized
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Payment Required
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Forbidden
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Not Found
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Method Not Allowed
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Not Acceptable
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Request Timeout
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Conflict
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Gone
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Length Required
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Precondition Failed
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Request Entity Too Large
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Request-URI Too Long
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Unsupported Media Type
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Expectation Failed
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Precondition Required
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Too Many Requests
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons
04-05-2024 11:03:41:FINISHED TEST : constructorStringStatusThrowsIAETest()
04-05-2024 11:03:41:STARTING TEST : constructorIntNotValidStatusThrowsExceptionTest()
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status -1
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status 2147483647
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status -2147483648
04-05-2024 11:03:41:FINISHED TEST : constructorIntNotValidStatusThrowsExceptionTest()
04-05-2024 11:03:41:STARTING TEST : constructorResponseThrowsExceptionTest()
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status OK
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Created
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Accepted
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status No Content
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Reset Content
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Partial Content
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Multiple Choices
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Moved Permanently
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Found
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status See Other
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Not Modified
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Use Proxy
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Temporary Redirect
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Permanent Redirect
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Bad Request
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Unauthorized
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Payment Required
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Forbidden
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Not Found
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Method Not Allowed
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Not Acceptable
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Request Timeout
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Conflict
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Gone
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Length Required
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Precondition Failed
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Request Entity Too Large
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Request-URI Too Long
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Unsupported Media Type
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Expectation Failed
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Precondition Required
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Too Many Requests
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons
04-05-2024 11:03:41:FINISHED TEST : constructorResponseThrowsExceptionTest()
04-05-2024 11:03:41:STARTING TEST : constructorStringStatusTest()
04-05-2024 11:03:41:response contains expected Internal Server Error status
04-05-2024 11:03:41:found expected getMessage()= TCK ServerErrorException description
04-05-2024 11:03:41:response contains expected Not Implemented status
04-05-2024 11:03:41:found expected getMessage()= TCK ServerErrorException description
04-05-2024 11:03:41:response contains expected Bad Gateway status
04-05-2024 11:03:41:found expected getMessage()= TCK ServerErrorException description
04-05-2024 11:03:41:response contains expected Service Unavailable status
04-05-2024 11:03:41:found expected getMessage()= TCK ServerErrorException description
04-05-2024 11:03:41:response contains expected Gateway Timeout status
04-05-2024 11:03:41:found expected getMessage()= TCK ServerErrorException description
04-05-2024 11:03:41:response contains expected HTTP Version Not Supported status
04-05-2024 11:03:41:found expected getMessage()= TCK ServerErrorException description
04-05-2024 11:03:41:response contains expected Network Authentication Required status
04-05-2024 11:03:41:found expected getMessage()= TCK ServerErrorException description
04-05-2024 11:03:41:FINISHED TEST : constructorStringStatusTest()
04-05-2024 11:03:41:STARTING TEST : constructorStringStatusThrowableTest()
04-05-2024 11:03:41:response contains expected Internal Server Error status
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:found expected getMessage()= TCK ServerErrorException description
04-05-2024 11:03:41:response contains expected Internal Server Error status
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:found expected getMessage()= TCK ServerErrorException description
04-05-2024 11:03:41:response contains expected Internal Server Error status
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:found expected getMessage()= TCK ServerErrorException description
04-05-2024 11:03:41:response contains expected Internal Server Error status
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:found expected getMessage()= TCK ServerErrorException description
04-05-2024 11:03:41:response contains expected Not Implemented status
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:found expected getMessage()= TCK ServerErrorException description
04-05-2024 11:03:41:response contains expected Not Implemented status
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:found expected getMessage()= TCK ServerErrorException description
04-05-2024 11:03:41:response contains expected Not Implemented status
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:found expected getMessage()= TCK ServerErrorException description
04-05-2024 11:03:41:response contains expected Not Implemented status
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:found expected getMessage()= TCK ServerErrorException description
04-05-2024 11:03:41:response contains expected Bad Gateway status
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:found expected getMessage()= TCK ServerErrorException description
04-05-2024 11:03:41:response contains expected Bad Gateway status
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:found expected getMessage()= TCK ServerErrorException description
04-05-2024 11:03:41:response contains expected Bad Gateway status
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:found expected getMessage()= TCK ServerErrorException description
04-05-2024 11:03:41:response contains expected Bad Gateway status
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:found expected getMessage()= TCK ServerErrorException description
04-05-2024 11:03:41:response contains expected Service Unavailable status
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:found expected getMessage()= TCK ServerErrorException description
04-05-2024 11:03:41:response contains expected Service Unavailable status
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:found expected getMessage()= TCK ServerErrorException description
04-05-2024 11:03:41:response contains expected Service Unavailable status
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:found expected getMessage()= TCK ServerErrorException description
04-05-2024 11:03:41:response contains expected Service Unavailable status
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:found expected getMessage()= TCK ServerErrorException description
04-05-2024 11:03:41:response contains expected Gateway Timeout status
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:found expected getMessage()= TCK ServerErrorException description
04-05-2024 11:03:41:response contains expected Gateway Timeout status
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:found expected getMessage()= TCK ServerErrorException description
04-05-2024 11:03:41:response contains expected Gateway Timeout status
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:found expected getMessage()= TCK ServerErrorException description
04-05-2024 11:03:41:response contains expected Gateway Timeout status
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:found expected getMessage()= TCK ServerErrorException description
04-05-2024 11:03:41:response contains expected HTTP Version Not Supported status
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:found expected getMessage()= TCK ServerErrorException description
04-05-2024 11:03:41:response contains expected HTTP Version Not Supported status
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:found expected getMessage()= TCK ServerErrorException description
04-05-2024 11:03:41:response contains expected HTTP Version Not Supported status
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:found expected getMessage()= TCK ServerErrorException description
04-05-2024 11:03:41:response contains expected HTTP Version Not Supported status
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:found expected getMessage()= TCK ServerErrorException description
04-05-2024 11:03:41:response contains expected Network Authentication Required status
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:found expected getMessage()= TCK ServerErrorException description
04-05-2024 11:03:41:response contains expected Network Authentication Required status
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:found expected getMessage()= TCK ServerErrorException description
04-05-2024 11:03:41:response contains expected Network Authentication Required status
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:found expected getMessage()= TCK ServerErrorException description
04-05-2024 11:03:41:response contains expected Network Authentication Required status
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:found expected getMessage()= TCK ServerErrorException description
04-05-2024 11:03:41:FINISHED TEST : constructorStringStatusThrowableTest()
04-05-2024 11:03:41:STARTING TEST : constructorStringIntNotValidStatusThrowsIAETest()
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status -1
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status 2147483647
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status -2147483648
04-05-2024 11:03:41:FINISHED TEST : constructorStringIntNotValidStatusThrowsIAETest()
04-05-2024 11:03:41:STARTING TEST : constructorIntThrowableTest()
04-05-2024 11:03:41:response contains expected Internal Server Error status
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Internal Server Error status
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Internal Server Error status
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Internal Server Error status
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:response contains expected Not Implemented status
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Not Implemented status
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Not Implemented status
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Not Implemented status
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:response contains expected Bad Gateway status
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Bad Gateway status
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Bad Gateway status
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Bad Gateway status
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:response contains expected Service Unavailable status
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Service Unavailable status
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Service Unavailable status
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Service Unavailable status
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:response contains expected Gateway Timeout status
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Gateway Timeout status
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Gateway Timeout status
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Gateway Timeout status
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:response contains expected HTTP Version Not Supported status
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected HTTP Version Not Supported status
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected HTTP Version Not Supported status
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected HTTP Version Not Supported status
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:response contains expected Network Authentication Required status
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Network Authentication Required status
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Network Authentication Required status
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Network Authentication Required status
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:FINISHED TEST : constructorIntThrowableTest()
04-05-2024 11:03:41:STARTING TEST : constructorIntThrowsExceptionTest()
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status OK
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Created
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Accepted
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status No Content
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Reset Content
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Partial Content
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Multiple Choices
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Moved Permanently
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Found
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status See Other
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Not Modified
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Use Proxy
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Temporary Redirect
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Permanent Redirect
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Bad Request
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Unauthorized
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Payment Required
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Forbidden
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Not Found
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Method Not Allowed
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Not Acceptable
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Request Timeout
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Conflict
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Gone
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Length Required
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Precondition Failed
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Request Entity Too Large
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Request-URI Too Long
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Unsupported Media Type
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Expectation Failed
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Precondition Required
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Too Many Requests
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons
04-05-2024 11:03:41:FINISHED TEST : constructorIntThrowsExceptionTest()
04-05-2024 11:03:41:STARTING TEST : constructorStringResponseThrowsIAETest()
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status OK
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Created
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Accepted
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status No Content
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Reset Content
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Partial Content
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Multiple Choices
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Moved Permanently
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Found
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status See Other
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Not Modified
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Use Proxy
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Temporary Redirect
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Permanent Redirect
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Bad Request
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Unauthorized
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Payment Required
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Forbidden
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Not Found
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Method Not Allowed
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Not Acceptable
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Request Timeout
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Conflict
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Gone
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Length Required
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Precondition Failed
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Request Entity Too Large
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Request-URI Too Long
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Unsupported Media Type
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Expectation Failed
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Precondition Required
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Too Many Requests
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons
04-05-2024 11:03:41:FINISHED TEST : constructorStringResponseThrowsIAETest()
04-05-2024 11:03:41:STARTING TEST : constructorResponseThrowableThrowsExceptionTest()
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status OK
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Created
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Accepted
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status No Content
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Reset Content
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Partial Content
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Multiple Choices
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Moved Permanently
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Found
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status See Other
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Not Modified
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Use Proxy
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Temporary Redirect
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Permanent Redirect
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Bad Request
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Unauthorized
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Payment Required
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Forbidden
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Not Found
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Method Not Allowed
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Not Acceptable
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Request Timeout
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Conflict
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Gone
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Length Required
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Precondition Failed
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Request Entity Too Large
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Request-URI Too Long
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Unsupported Media Type
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Expectation Failed
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Precondition Required
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Too Many Requests
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons
04-05-2024 11:03:41:FINISHED TEST : constructorResponseThrowableThrowsExceptionTest()
04-05-2024 11:03:41:STARTING TEST : constructorStatusThrowableTest()
04-05-2024 11:03:41:response contains expected Internal Server Error status
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Internal Server Error status
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Internal Server Error status
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Internal Server Error status
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:response contains expected Not Implemented status
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Not Implemented status
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Not Implemented status
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Not Implemented status
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:response contains expected Bad Gateway status
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Bad Gateway status
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Bad Gateway status
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Bad Gateway status
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:response contains expected Service Unavailable status
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Service Unavailable status
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Service Unavailable status
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Service Unavailable status
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:response contains expected Gateway Timeout status
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Gateway Timeout status
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Gateway Timeout status
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Gateway Timeout status
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:response contains expected HTTP Version Not Supported status
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected HTTP Version Not Supported status
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected HTTP Version Not Supported status
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected HTTP Version Not Supported status
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:response contains expected Network Authentication Required status
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Network Authentication Required status
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Network Authentication Required status
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Network Authentication Required status
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:FINISHED TEST : constructorStatusThrowableTest()
[INFO] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s - in ee.jakarta.tck.ws.rs.api.rs.servererrorexception.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.rs.notsupportedexception.JAXRSClientIT
04-05-2024 11:03:41:STARTING TEST : constructorTest()
04-05-2024 11:03:41:response contains expected Unsupported Media Type status
04-05-2024 11:03:41: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.notsupportedexception.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.rs.webapplicationexceptiontest.JAXRSClientIT
04-05-2024 11:03:41:STARTING TEST : constructorStringNullStatusThrowsIAETest()
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected when null Status
04-05-2024 11:03:41:FINISHED TEST : constructorStringNullStatusThrowsIAETest()
04-05-2024 11:03:41:STARTING TEST : constructorStringThrowableStatusTest()
04-05-2024 11:03:41:response contains expected OK status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected OK status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected OK status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected OK status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:response contains expected Created status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Created status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Created status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Created status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:response contains expected Accepted status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Accepted status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Accepted status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Accepted status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:response contains expected No Content status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected No Content status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected No Content status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected No Content status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:response contains expected Reset Content status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Reset Content status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Reset Content status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Reset Content status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:response contains expected Partial Content status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Partial Content status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Partial Content status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Partial Content status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:response contains expected Multiple Choices status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Multiple Choices status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Multiple Choices status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Multiple Choices status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:response contains expected Moved Permanently status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Moved Permanently status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Moved Permanently status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Moved Permanently status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:response contains expected Found status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Found status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Found status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Found status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:response contains expected See Other status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected See Other status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected See Other status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected See Other status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:response contains expected Not Modified status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Not Modified status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Not Modified status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Not Modified status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:response contains expected Use Proxy status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Use Proxy status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Use Proxy status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Use Proxy status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:response contains expected Temporary Redirect status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Temporary Redirect status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Temporary Redirect status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Temporary Redirect status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:response contains expected Permanent Redirect status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Permanent Redirect status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Permanent Redirect status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Permanent Redirect status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:response contains expected Bad Request status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Bad Request status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Bad Request status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Bad Request status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:response contains expected Unauthorized status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Unauthorized status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Unauthorized status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Unauthorized status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:response contains expected Payment Required status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Payment Required status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Payment Required status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Payment Required status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:response contains expected Forbidden status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Forbidden status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Forbidden status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Forbidden status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:response contains expected Not Found status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Not Found status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Not Found status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Not Found status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:response contains expected Method Not Allowed status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Method Not Allowed status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Method Not Allowed status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Method Not Allowed status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:response contains expected Not Acceptable status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Not Acceptable status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Not Acceptable status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Not Acceptable status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:response contains expected Proxy Authentication Required status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Proxy Authentication Required status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Proxy Authentication Required status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Proxy Authentication Required status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:response contains expected Request Timeout status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Request Timeout status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Request Timeout status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Request Timeout status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:response contains expected Conflict status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Conflict status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Conflict status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Conflict status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:response contains expected Gone status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Gone status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Gone status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Gone status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:response contains expected Length Required status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Length Required status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Length Required status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Length Required status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:response contains expected Precondition Failed status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Precondition Failed status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Precondition Failed status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Precondition Failed status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:response contains expected Request Entity Too Large status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Request Entity Too Large status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Request Entity Too Large status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Request Entity Too Large status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:response contains expected Request-URI Too Long status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Request-URI Too Long status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Request-URI Too Long status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Request-URI Too Long status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:response contains expected Unsupported Media Type status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Unsupported Media Type status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Unsupported Media Type status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Unsupported Media Type status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:response contains expected Requested Range Not Satisfiable status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Requested Range Not Satisfiable status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Requested Range Not Satisfiable status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Requested Range Not Satisfiable status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:response contains expected Expectation Failed status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Expectation Failed status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Expectation Failed status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Expectation Failed status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:response contains expected Precondition Required status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Precondition Required status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Precondition Required status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Precondition Required status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:response contains expected Too Many Requests status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Too Many Requests status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Too Many Requests status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Too Many Requests status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:response contains expected Request Header Fields Too Large status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Request Header Fields Too Large status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Request Header Fields Too Large status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Request Header Fields Too Large status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:response contains expected Unavailable For Legal Reasons status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Unavailable For Legal Reasons status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Unavailable For Legal Reasons status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Unavailable For Legal Reasons status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:response contains expected Internal Server Error status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Internal Server Error status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Internal Server Error status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Internal Server Error status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:response contains expected Not Implemented status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Not Implemented status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Not Implemented status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Not Implemented status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:response contains expected Bad Gateway status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Bad Gateway status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Bad Gateway status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Bad Gateway status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:response contains expected Service Unavailable status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Service Unavailable status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Service Unavailable status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Service Unavailable status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:response contains expected Gateway Timeout status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Gateway Timeout status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Gateway Timeout status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Gateway Timeout status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:response contains expected HTTP Version Not Supported status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected HTTP Version Not Supported status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected HTTP Version Not Supported status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected HTTP Version Not Supported status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:response contains expected Network Authentication Required status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Network Authentication Required status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Network Authentication Required status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Network Authentication Required status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:FINISHED TEST : constructorStringThrowableStatusTest()
04-05-2024 11:03:41:STARTING TEST : constructorStringResponseTest()
04-05-2024 11:03:41:response contains expected OK status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:response contains expected Created status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:response contains expected Accepted status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:response contains expected No Content status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:response contains expected Reset Content status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:response contains expected Partial Content status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:response contains expected Multiple Choices status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:response contains expected Moved Permanently status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:response contains expected Found status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:response contains expected See Other status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:response contains expected Not Modified status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:response contains expected Use Proxy status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:response contains expected Temporary Redirect status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:response contains expected Permanent Redirect status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:response contains expected Bad Request status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:response contains expected Unauthorized status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:response contains expected Payment Required status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:response contains expected Forbidden status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:response contains expected Not Found status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:response contains expected Method Not Allowed status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:response contains expected Not Acceptable status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:response contains expected Proxy Authentication Required status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:response contains expected Request Timeout status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:response contains expected Conflict status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:response contains expected Gone status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:response contains expected Length Required status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:response contains expected Precondition Failed status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:response contains expected Request Entity Too Large status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:response contains expected Request-URI Too Long status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:response contains expected Unsupported Media Type status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:response contains expected Requested Range Not Satisfiable status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:response contains expected Expectation Failed status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:response contains expected Precondition Required status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:response contains expected Too Many Requests status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:response contains expected Request Header Fields Too Large status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:response contains expected Unavailable For Legal Reasons status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:response contains expected Internal Server Error status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:response contains expected Not Implemented status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:response contains expected Bad Gateway status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:response contains expected Service Unavailable status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:response contains expected Gateway Timeout status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:response contains expected HTTP Version Not Supported status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:response contains expected Network Authentication Required status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:FINISHED TEST : constructorStringResponseTest()
04-05-2024 11:03:41:STARTING TEST : constructorStringThrowableResponseTest()
04-05-2024 11:03:41:response contains expected OK status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected OK status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected OK status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected OK status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:response contains expected Created status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Created status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Created status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Created status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:response contains expected Accepted status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Accepted status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Accepted status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Accepted status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:response contains expected No Content status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected No Content status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected No Content status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected No Content status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:response contains expected Reset Content status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Reset Content status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Reset Content status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Reset Content status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:response contains expected Partial Content status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Partial Content status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Partial Content status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Partial Content status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:response contains expected Multiple Choices status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Multiple Choices status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Multiple Choices status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Multiple Choices status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:response contains expected Moved Permanently status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Moved Permanently status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Moved Permanently status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Moved Permanently status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:response contains expected Found status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Found status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Found status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Found status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:response contains expected See Other status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected See Other status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected See Other status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected See Other status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:response contains expected Not Modified status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Not Modified status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Not Modified status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Not Modified status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:response contains expected Use Proxy status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Use Proxy status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Use Proxy status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Use Proxy status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:response contains expected Temporary Redirect status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Temporary Redirect status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Temporary Redirect status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Temporary Redirect status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:response contains expected Permanent Redirect status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Permanent Redirect status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Permanent Redirect status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Permanent Redirect status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:response contains expected Bad Request status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Bad Request status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Bad Request status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Bad Request status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:response contains expected Unauthorized status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Unauthorized status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Unauthorized status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Unauthorized status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:response contains expected Payment Required status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Payment Required status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Payment Required status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Payment Required status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:response contains expected Forbidden status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Forbidden status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Forbidden status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Forbidden status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:response contains expected Not Found status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Not Found status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Not Found status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Not Found status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:response contains expected Method Not Allowed status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Method Not Allowed status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Method Not Allowed status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Method Not Allowed status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:response contains expected Not Acceptable status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Not Acceptable status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Not Acceptable status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Not Acceptable status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:response contains expected Proxy Authentication Required status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Proxy Authentication Required status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Proxy Authentication Required status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Proxy Authentication Required status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:response contains expected Request Timeout status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Request Timeout status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Request Timeout status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Request Timeout status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:response contains expected Conflict status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Conflict status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Conflict status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Conflict status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:response contains expected Gone status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Gone status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Gone status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Gone status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:response contains expected Length Required status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Length Required status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Length Required status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Length Required status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:response contains expected Precondition Failed status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Precondition Failed status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Precondition Failed status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Precondition Failed status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:response contains expected Request Entity Too Large status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Request Entity Too Large status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Request Entity Too Large status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Request Entity Too Large status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:response contains expected Request-URI Too Long status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Request-URI Too Long status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Request-URI Too Long status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Request-URI Too Long status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:response contains expected Unsupported Media Type status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Unsupported Media Type status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Unsupported Media Type status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Unsupported Media Type status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:response contains expected Requested Range Not Satisfiable status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Requested Range Not Satisfiable status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Requested Range Not Satisfiable status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Requested Range Not Satisfiable status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:response contains expected Expectation Failed status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Expectation Failed status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Expectation Failed status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Expectation Failed status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:response contains expected Precondition Required status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Precondition Required status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Precondition Required status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Precondition Required status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:response contains expected Too Many Requests status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Too Many Requests status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Too Many Requests status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Too Many Requests status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:response contains expected Request Header Fields Too Large status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Request Header Fields Too Large status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Request Header Fields Too Large status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Request Header Fields Too Large status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:response contains expected Unavailable For Legal Reasons status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Unavailable For Legal Reasons status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Unavailable For Legal Reasons status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Unavailable For Legal Reasons status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:response contains expected Internal Server Error status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Internal Server Error status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Internal Server Error status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Internal Server Error status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:response contains expected Not Implemented status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Not Implemented status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Not Implemented status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Not Implemented status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:response contains expected Bad Gateway status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Bad Gateway status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Bad Gateway status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Bad Gateway status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:response contains expected Service Unavailable status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Service Unavailable status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Service Unavailable status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Service Unavailable status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:response contains expected Gateway Timeout status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Gateway Timeout status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Gateway Timeout status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Gateway Timeout status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:response contains expected HTTP Version Not Supported status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected HTTP Version Not Supported status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected HTTP Version Not Supported status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected HTTP Version Not Supported status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:response contains expected Network Authentication Required status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Network Authentication Required status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Network Authentication Required status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Network Authentication Required status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:FINISHED TEST : constructorStringThrowableResponseTest()
04-05-2024 11:03:41:STARTING TEST : statusNullTest()
04-05-2024 11:03:41:FINISHED TEST : statusNullTest()
04-05-2024 11:03:41:STARTING TEST : constructorStringNullResponseTest()
04-05-2024 11:03:41:response contains expected Internal Server Error status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:FINISHED TEST : constructorStringNullResponseTest()
04-05-2024 11:03:41:STARTING TEST : constructorStringIntTest()
04-05-2024 11:03:41:response contains expected OK status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:response contains expected Created status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:response contains expected Accepted status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:response contains expected No Content status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:response contains expected Reset Content status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:response contains expected Partial Content status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:response contains expected Multiple Choices status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:response contains expected Moved Permanently status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:response contains expected Found status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:response contains expected See Other status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:response contains expected Not Modified status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:response contains expected Use Proxy status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:response contains expected Temporary Redirect status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:response contains expected Permanent Redirect status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:response contains expected Bad Request status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:response contains expected Unauthorized status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:response contains expected Payment Required status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:response contains expected Forbidden status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:response contains expected Not Found status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:response contains expected Method Not Allowed status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:response contains expected Not Acceptable status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:response contains expected Proxy Authentication Required status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:response contains expected Request Timeout status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:response contains expected Conflict status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:response contains expected Gone status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:response contains expected Length Required status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:response contains expected Precondition Failed status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:response contains expected Request Entity Too Large status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:response contains expected Request-URI Too Long status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:response contains expected Unsupported Media Type status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:response contains expected Requested Range Not Satisfiable status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:response contains expected Expectation Failed status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:response contains expected Precondition Required status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:response contains expected Too Many Requests status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:response contains expected Request Header Fields Too Large status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:response contains expected Unavailable For Legal Reasons status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:response contains expected Internal Server Error status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:response contains expected Not Implemented status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:response contains expected Bad Gateway status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:response contains expected Service Unavailable status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:response contains expected Gateway Timeout status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:response contains expected HTTP Version Not Supported status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:response contains expected Network Authentication Required status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:FINISHED TEST : constructorStringIntTest()
04-05-2024 11:03:41:STARTING TEST : constructorStringThrowableTest()
04-05-2024 11:03:41:response contains expected Internal Server Error status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Internal Server Error status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Internal Server Error status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Internal Server Error status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:FINISHED TEST : constructorStringThrowableTest()
04-05-2024 11:03:41:STARTING TEST : constructorStringThrowableNullResponseTest()
04-05-2024 11:03:41:response contains expected Internal Server Error status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Internal Server Error status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Internal Server Error status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Internal Server Error status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:FINISHED TEST : constructorStringThrowableNullResponseTest()
04-05-2024 11:03:41:STARTING TEST : constructorStringStatusTest()
04-05-2024 11:03:41:response contains expected OK status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:response contains expected Created status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:response contains expected Accepted status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:response contains expected No Content status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:response contains expected Reset Content status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:response contains expected Partial Content status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:response contains expected Multiple Choices status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:response contains expected Moved Permanently status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:response contains expected Found status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:response contains expected See Other status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:response contains expected Not Modified status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:response contains expected Use Proxy status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:response contains expected Temporary Redirect status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:response contains expected Permanent Redirect status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:response contains expected Bad Request status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:response contains expected Unauthorized status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:response contains expected Payment Required status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:response contains expected Forbidden status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:response contains expected Not Found status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:response contains expected Method Not Allowed status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:response contains expected Not Acceptable status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:response contains expected Proxy Authentication Required status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:response contains expected Request Timeout status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:response contains expected Conflict status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:response contains expected Gone status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:response contains expected Length Required status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:response contains expected Precondition Failed status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:response contains expected Request Entity Too Large status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:response contains expected Request-URI Too Long status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:response contains expected Unsupported Media Type status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:response contains expected Requested Range Not Satisfiable status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:response contains expected Expectation Failed status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:response contains expected Precondition Required status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:response contains expected Too Many Requests status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:response contains expected Request Header Fields Too Large status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:response contains expected Unavailable For Legal Reasons status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:response contains expected Internal Server Error status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:response contains expected Not Implemented status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:response contains expected Bad Gateway status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:response contains expected Service Unavailable status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:response contains expected Gateway Timeout status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:response contains expected HTTP Version Not Supported status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:response contains expected Network Authentication Required status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:FINISHED TEST : constructorStringStatusTest()
04-05-2024 11:03:41:STARTING TEST : constructorStringTest()
04-05-2024 11:03:41:response contains expected Internal Server Error status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:FINISHED TEST : constructorStringTest()
04-05-2024 11:03:41:STARTING TEST : throwableStatusTest1()
04-05-2024 11:03:41:FINISHED TEST : throwableStatusTest1()
04-05-2024 11:03:41:STARTING TEST : constructorStringThrowableIntTest()
04-05-2024 11:03:41:response contains expected OK status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected OK status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected OK status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected OK status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:response contains expected Created status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Created status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Created status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Created status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:response contains expected Accepted status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Accepted status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Accepted status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Accepted status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:response contains expected No Content status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected No Content status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected No Content status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected No Content status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:response contains expected Reset Content status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Reset Content status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Reset Content status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Reset Content status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:response contains expected Partial Content status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Partial Content status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Partial Content status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Partial Content status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:response contains expected Multiple Choices status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Multiple Choices status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Multiple Choices status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Multiple Choices status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:response contains expected Moved Permanently status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Moved Permanently status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Moved Permanently status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Moved Permanently status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:response contains expected Found status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Found status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Found status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Found status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:response contains expected See Other status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected See Other status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected See Other status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected See Other status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:response contains expected Not Modified status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Not Modified status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Not Modified status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Not Modified status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:response contains expected Use Proxy status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Use Proxy status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Use Proxy status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Use Proxy status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:response contains expected Temporary Redirect status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Temporary Redirect status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Temporary Redirect status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Temporary Redirect status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:response contains expected Permanent Redirect status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Permanent Redirect status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Permanent Redirect status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Permanent Redirect status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:response contains expected Bad Request status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Bad Request status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Bad Request status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Bad Request status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:response contains expected Unauthorized status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Unauthorized status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Unauthorized status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Unauthorized status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:response contains expected Payment Required status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Payment Required status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Payment Required status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Payment Required status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:response contains expected Forbidden status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Forbidden status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Forbidden status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Forbidden status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:response contains expected Not Found status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Not Found status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Not Found status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Not Found status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:response contains expected Method Not Allowed status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Method Not Allowed status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Method Not Allowed status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Method Not Allowed status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:response contains expected Not Acceptable status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Not Acceptable status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Not Acceptable status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Not Acceptable status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:response contains expected Proxy Authentication Required status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Proxy Authentication Required status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Proxy Authentication Required status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Proxy Authentication Required status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:response contains expected Request Timeout status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Request Timeout status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Request Timeout status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Request Timeout status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:response contains expected Conflict status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Conflict status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Conflict status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Conflict status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:response contains expected Gone status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Gone status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Gone status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Gone status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:response contains expected Length Required status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Length Required status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Length Required status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Length Required status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:response contains expected Precondition Failed status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Precondition Failed status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Precondition Failed status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Precondition Failed status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:response contains expected Request Entity Too Large status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Request Entity Too Large status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Request Entity Too Large status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Request Entity Too Large status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:response contains expected Request-URI Too Long status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Request-URI Too Long status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Request-URI Too Long status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Request-URI Too Long status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:response contains expected Unsupported Media Type status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Unsupported Media Type status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Unsupported Media Type status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Unsupported Media Type status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:response contains expected Requested Range Not Satisfiable status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Requested Range Not Satisfiable status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Requested Range Not Satisfiable status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Requested Range Not Satisfiable status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:response contains expected Expectation Failed status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Expectation Failed status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Expectation Failed status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Expectation Failed status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:response contains expected Precondition Required status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Precondition Required status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Precondition Required status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Precondition Required status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:response contains expected Too Many Requests status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Too Many Requests status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Too Many Requests status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Too Many Requests status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:response contains expected Request Header Fields Too Large status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Request Header Fields Too Large status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Request Header Fields Too Large status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Request Header Fields Too Large status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:response contains expected Unavailable For Legal Reasons status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Unavailable For Legal Reasons status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Unavailable For Legal Reasons status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Unavailable For Legal Reasons status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:response contains expected Internal Server Error status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Internal Server Error status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Internal Server Error status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Internal Server Error status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:response contains expected Not Implemented status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Not Implemented status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Not Implemented status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Not Implemented status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:response contains expected Bad Gateway status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Bad Gateway status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Bad Gateway status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Bad Gateway status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:response contains expected Service Unavailable status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Service Unavailable status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Service Unavailable status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Service Unavailable status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:response contains expected Gateway Timeout status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Gateway Timeout status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Gateway Timeout status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Gateway Timeout status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:response contains expected HTTP Version Not Supported status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected HTTP Version Not Supported status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected HTTP Version Not Supported status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected HTTP Version Not Supported status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:response contains expected Network Authentication Required status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Network Authentication Required status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Network Authentication Required status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Network Authentication Required status
04-05-2024 11:03:41:found expected getMessage()= TCK WebApplicationException description
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:FINISHED TEST : constructorStringThrowableIntTest()
04-05-2024 11:03:41:STARTING TEST : constructorStringThrowableNullStatusThrowsIAETest()
04-05-2024 11:03:41:IllegalArgumentException has been thrown when null Status as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown when null Status as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown when null Status as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown when null Status as expected
04-05-2024 11:03:41:FINISHED TEST : constructorStringThrowableNullStatusThrowsIAETest()
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s - in ee.jakarta.tck.ws.rs.api.rs.webapplicationexceptiontest.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.rs.internalservererrorexception.JAXRSClientIT
04-05-2024 11:03:41:STARTING TEST : constructorResponseThrowableTest()
04-05-2024 11:03:41:response contains expected Internal Server Error status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Internal Server Error status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Internal Server Error status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Internal Server Error status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:FINISHED TEST : constructorResponseThrowableTest()
04-05-2024 11:03:41:STARTING TEST : constructorTest()
04-05-2024 11:03:41:response contains expected Internal Server Error status
04-05-2024 11:03:41:FINISHED TEST : constructorTest()
04-05-2024 11:03:41:STARTING TEST : constructorResponseTest()
04-05-2024 11:03:41:response contains expected Internal Server Error status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:FINISHED TEST : constructorResponseTest()
04-05-2024 11:03:41:STARTING TEST : constructorStringResponseThrowableTest()
04-05-2024 11:03:41:response contains expected Internal Server Error status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:found expected getMessage()= TCK InternalServerErrorException description
04-05-2024 11:03:41:response contains expected Internal Server Error status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:found expected getMessage()= TCK InternalServerErrorException description
04-05-2024 11:03:41:response contains expected Internal Server Error status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:found expected getMessage()= TCK InternalServerErrorException description
04-05-2024 11:03:41:response contains expected Internal Server Error status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:found expected getMessage()= TCK InternalServerErrorException description
04-05-2024 11:03:41:FINISHED TEST : constructorStringResponseThrowableTest()
04-05-2024 11:03:41:STARTING TEST : constructorStringResponseThrowableThrowsIEATest()
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status OK
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Created
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Accepted
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status No Content
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Reset Content
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Partial Content
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Multiple Choices
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Moved Permanently
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Found
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status See Other
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Not Modified
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Use Proxy
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Temporary Redirect
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Permanent Redirect
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Bad Request
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Unauthorized
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Payment Required
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Forbidden
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Not Found
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Method Not Allowed
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Not Acceptable
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Request Timeout
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Conflict
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Gone
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Length Required
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Precondition Failed
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Request Entity Too Large
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Request-URI Too Long
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Unsupported Media Type
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Expectation Failed
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Precondition Required
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Too Many Requests
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Not Implemented
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Bad Gateway
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Service Unavailable
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Gateway Timeout
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Network Authentication Required
04-05-2024 11:03:41:FINISHED TEST : constructorStringResponseThrowableThrowsIEATest()
04-05-2024 11:03:41:STARTING TEST : constructorStringResponseTest()
04-05-2024 11:03:41:response contains expected Internal Server Error status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK InternalServerErrorException description
04-05-2024 11:03:41:FINISHED TEST : constructorStringResponseTest()
04-05-2024 11:03:41:STARTING TEST : constructorStringThrowableTest()
04-05-2024 11:03:41:response contains expected Internal Server Error status
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:found expected getMessage()= TCK InternalServerErrorException description
04-05-2024 11:03:41:response contains expected Internal Server Error status
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:found expected getMessage()= TCK InternalServerErrorException description
04-05-2024 11:03:41:response contains expected Internal Server Error status
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:found expected getMessage()= TCK InternalServerErrorException description
04-05-2024 11:03:41:response contains expected Internal Server Error status
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:found expected getMessage()= TCK InternalServerErrorException description
04-05-2024 11:03:41:FINISHED TEST : constructorStringThrowableTest()
04-05-2024 11:03:41:STARTING TEST : constructorResponseThrowsExceptionTest()
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status OK
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Created
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Accepted
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status No Content
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Reset Content
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Partial Content
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Multiple Choices
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Moved Permanently
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Found
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status See Other
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Not Modified
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Use Proxy
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Temporary Redirect
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Permanent Redirect
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Bad Request
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Unauthorized
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Payment Required
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Forbidden
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Not Found
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Method Not Allowed
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Not Acceptable
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Request Timeout
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Conflict
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Gone
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Length Required
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Precondition Failed
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Request Entity Too Large
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Request-URI Too Long
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Unsupported Media Type
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Expectation Failed
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Precondition Required
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Too Many Requests
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Not Implemented
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Bad Gateway
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Service Unavailable
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Gateway Timeout
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Network Authentication Required
04-05-2024 11:03:41:FINISHED TEST : constructorResponseThrowsExceptionTest()
04-05-2024 11:03:41:STARTING TEST : constructorStringTest()
04-05-2024 11:03:41:found expected getMessage()= TCK InternalServerErrorException description
04-05-2024 11:03:41:response contains expected Internal Server Error status
04-05-2024 11:03:41:FINISHED TEST : constructorStringTest()
04-05-2024 11:03:41:STARTING TEST : constructorThrowableTest()
04-05-2024 11:03:41:response contains expected Internal Server Error status
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Internal Server Error status
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Internal Server Error status
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Internal Server Error status
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:FINISHED TEST : constructorThrowableTest()
04-05-2024 11:03:41:STARTING TEST : constructorStringResponseThrowsIAETest()
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status OK
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Created
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Accepted
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status No Content
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Reset Content
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Partial Content
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Multiple Choices
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Moved Permanently
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Found
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status See Other
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Not Modified
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Use Proxy
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Temporary Redirect
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Permanent Redirect
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Bad Request
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Unauthorized
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Payment Required
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Forbidden
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Not Found
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Method Not Allowed
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Not Acceptable
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Request Timeout
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Conflict
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Gone
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Length Required
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Precondition Failed
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Request Entity Too Large
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Request-URI Too Long
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Unsupported Media Type
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Expectation Failed
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Precondition Required
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Too Many Requests
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Not Implemented
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Bad Gateway
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Service Unavailable
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Gateway Timeout
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Network Authentication Required
04-05-2024 11:03:41:FINISHED TEST : constructorStringResponseThrowsIAETest()
04-05-2024 11:03:41:STARTING TEST : constructorResponseThrowableThrowsExceptionTest()
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status OK
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Created
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Accepted
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status No Content
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Reset Content
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Partial Content
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Multiple Choices
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Moved Permanently
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Found
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status See Other
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Not Modified
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Use Proxy
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Temporary Redirect
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Permanent Redirect
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Bad Request
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Unauthorized
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Payment Required
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Forbidden
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Not Found
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Method Not Allowed
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Not Acceptable
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Request Timeout
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Conflict
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Gone
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Length Required
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Precondition Failed
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Request Entity Too Large
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Request-URI Too Long
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Unsupported Media Type
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Expectation Failed
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Precondition Required
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Too Many Requests
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Not Implemented
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Bad Gateway
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Service Unavailable
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Gateway Timeout
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Network Authentication Required
04-05-2024 11:03:41:FINISHED TEST : constructorResponseThrowableThrowsExceptionTest()
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 s - in ee.jakarta.tck.ws.rs.api.rs.internalservererrorexception.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.rs.notacceptableexception.JAXRSClientIT
04-05-2024 11:03:41:STARTING TEST : constructorResponseThrowableTest()
04-05-2024 11:03:41:response contains expected Not Acceptable status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Not Acceptable status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Not Acceptable status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Not Acceptable status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:FINISHED TEST : constructorResponseThrowableTest()
04-05-2024 11:03:41:STARTING TEST : constructorTest()
04-05-2024 11:03:41:response contains expected Not Acceptable status
04-05-2024 11:03:41:FINISHED TEST : constructorTest()
04-05-2024 11:03:41:STARTING TEST : constructorResponseTest()
04-05-2024 11:03:41:response contains expected Not Acceptable status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:FINISHED TEST : constructorResponseTest()
04-05-2024 11:03:41:STARTING TEST : constructorStringResponseThrowableTest()
04-05-2024 11:03:41:response contains expected Not Acceptable status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:found expected getMessage()= TCK NotAcceptableException description
04-05-2024 11:03:41:response contains expected Not Acceptable status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:found expected getMessage()= TCK NotAcceptableException description
04-05-2024 11:03:41:response contains expected Not Acceptable status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:found expected getMessage()= TCK NotAcceptableException description
04-05-2024 11:03:41:response contains expected Not Acceptable status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:found expected getMessage()= TCK NotAcceptableException description
04-05-2024 11:03:41:FINISHED TEST : constructorStringResponseThrowableTest()
04-05-2024 11:03:41:STARTING TEST : constructorStringResponseTest()
04-05-2024 11:03:41:response contains expected Not Acceptable status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK NotAcceptableException description
04-05-2024 11:03:41:FINISHED TEST : constructorStringResponseTest()
04-05-2024 11:03:41:STARTING TEST : constructorStringThrowableTest()
04-05-2024 11:03:41:response contains expected Not Acceptable status
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:found expected getMessage()= TCK NotAcceptableException description
04-05-2024 11:03:41:response contains expected Not Acceptable status
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:found expected getMessage()= TCK NotAcceptableException description
04-05-2024 11:03:41:response contains expected Not Acceptable status
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:found expected getMessage()= TCK NotAcceptableException description
04-05-2024 11:03:41:response contains expected Not Acceptable status
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:found expected getMessage()= TCK NotAcceptableException description
04-05-2024 11:03:41:FINISHED TEST : constructorStringThrowableTest()
04-05-2024 11:03:41:STARTING TEST : constructorResponseThrowsExceptionTest()
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status OK as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Created as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Accepted as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status No Content as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Reset Content as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Partial Content as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Multiple Choices as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Moved Permanently as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Found as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status See Other as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Not Modified as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Use Proxy as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Temporary Redirect as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Permanent Redirect as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Bad Request as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Unauthorized as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Payment Required as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Forbidden as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Not Found as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Method Not Allowed as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Proxy Authentication Required as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Request Timeout as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Conflict as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Gone as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Length Required as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Precondition Failed as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Request Entity Too Large as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Request-URI Too Long as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Unsupported Media Type as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Requested Range Not Satisfiable as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Expectation Failed as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Precondition Required as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Too Many Requests as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Request Header Fields Too Large as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Unavailable For Legal Reasons as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Internal Server Error as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Not Implemented as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Bad Gateway as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Service Unavailable as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Gateway Timeout as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status HTTP Version Not Supported as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Network Authentication Required as expected
04-05-2024 11:03:41:FINISHED TEST : constructorResponseThrowsExceptionTest()
04-05-2024 11:03:41:STARTING TEST : constructorStringTest()
04-05-2024 11:03:41:response contains expected Not Acceptable status
04-05-2024 11:03:41:found expected getMessage()= TCK NotAcceptableException description
04-05-2024 11:03:41:FINISHED TEST : constructorStringTest()
04-05-2024 11:03:41:STARTING TEST : constructorThrowableTest()
04-05-2024 11:03:41:response contains expected Not Acceptable status
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Not Acceptable status
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Not Acceptable status
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Not Acceptable status
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:FINISHED TEST : constructorThrowableTest()
04-05-2024 11:03:41:STARTING TEST : constructorStringResponseThrowsIAETest()
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status OK as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Created as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Accepted as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status No Content as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Reset Content as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Partial Content as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Multiple Choices as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Moved Permanently as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Found as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status See Other as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Not Modified as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Use Proxy as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Temporary Redirect as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Permanent Redirect as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Bad Request as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Unauthorized as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Payment Required as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Forbidden as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Not Found as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Method Not Allowed as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Proxy Authentication Required as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Request Timeout as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Conflict as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Gone as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Length Required as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Precondition Failed as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Request Entity Too Large as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Request-URI Too Long as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Unsupported Media Type as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Requested Range Not Satisfiable as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Expectation Failed as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Precondition Required as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Too Many Requests as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Request Header Fields Too Large as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Unavailable For Legal Reasons as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Internal Server Error as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Not Implemented as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Bad Gateway as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Service Unavailable as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Gateway Timeout as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status HTTP Version Not Supported as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Network Authentication Required as expected
04-05-2024 11:03:41:FINISHED TEST : constructorStringResponseThrowsIAETest()
04-05-2024 11:03:41:STARTING TEST : constructorResponseThrowableThrowsIAETest()
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status OK
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Created
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Accepted
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status No Content
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Reset Content
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Partial Content
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Multiple Choices
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Moved Permanently
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Found
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status See Other
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Not Modified
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Use Proxy
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Temporary Redirect
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Permanent Redirect
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Bad Request
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Unauthorized
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Payment Required
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Forbidden
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Not Found
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Method Not Allowed
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Proxy Authentication Required
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Request Timeout
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Conflict
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Gone
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Length Required
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Precondition Failed
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Request Entity Too Large
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Request-URI Too Long
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Unsupported Media Type
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Requested Range Not Satisfiable
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Expectation Failed
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Precondition Required
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Too Many Requests
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Request Header Fields Too Large
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Unavailable For Legal Reasons
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Internal Server Error
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Not Implemented
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Bad Gateway
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Service Unavailable
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Gateway Timeout
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status HTTP Version Not Supported
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Network Authentication Required
04-05-2024 11:03:41:FINISHED TEST : constructorResponseThrowableThrowsIAETest()
04-05-2024 11:03:41:STARTING TEST : constructorResponseThrowableThrowsExceptionTest()
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status OK
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Created
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Accepted
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status No Content
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Reset Content
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Partial Content
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Multiple Choices
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Moved Permanently
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Found
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status See Other
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Not Modified
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Use Proxy
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Temporary Redirect
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Permanent Redirect
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Bad Request
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Unauthorized
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Payment Required
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Forbidden
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Not Found
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Method Not Allowed
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Proxy Authentication Required
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Request Timeout
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Conflict
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Gone
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Length Required
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Precondition Failed
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Request Entity Too Large
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Request-URI Too Long
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Unsupported Media Type
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Requested Range Not Satisfiable
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Expectation Failed
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Precondition Required
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Too Many Requests
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Request Header Fields Too Large
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Unavailable For Legal Reasons
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Internal Server Error
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Not Implemented
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Bad Gateway
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Service Unavailable
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Gateway Timeout
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status HTTP Version Not Supported
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Network Authentication Required
04-05-2024 11:03:41:FINISHED TEST : constructorResponseThrowableThrowsExceptionTest()
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in ee.jakarta.tck.ws.rs.api.rs.notacceptableexception.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.rs.runtimetype.JAXRSClientIT
04-05-2024 11:03:41:STARTING TEST : valueOfTest()
04-05-2024 11:03:41:#valueOf( CLIENT ) equals CLIENT as expected
04-05-2024 11:03:41:#valueOf( SERVER ) equals SERVER as expected
04-05-2024 11:03:41:FINISHED TEST : valueOfTest()
04-05-2024 11:03:41:STARTING TEST : valuesTest()
04-05-2024 11:03:41:Found CLIENT in valus() CLIENT, SERVER
04-05-2024 11:03:41:Found SERVER in valus() CLIENT, SERVER
04-05-2024 11:03:41:FINISHED TEST : valuesTest()
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in ee.jakarta.tck.ws.rs.api.rs.runtimetype.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.rs.notallowedexception.JAXRSClientIT
04-05-2024 11:03:41:STARTING TEST : constructorResponseThrowableTest()
04-05-2024 11:03:41:response contains expected Method Not Allowed status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Method Not Allowed status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Method Not Allowed status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Method Not Allowed status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:FINISHED TEST : constructorResponseThrowableTest()
04-05-2024 11:03:41:STARTING TEST : constructorResponseTest()
04-05-2024 11:03:41:response contains expected Method Not Allowed status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:FINISHED TEST : constructorResponseTest()
04-05-2024 11:03:41:STARTING TEST : constructorStringResponseThrowableTest()
04-05-2024 11:03:41:response contains expected Method Not Allowed status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:found expected getMessage()= TCK NotAllowedException description
04-05-2024 11:03:41:response contains expected Method Not Allowed status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:found expected getMessage()= TCK NotAllowedException description
04-05-2024 11:03:41:response contains expected Method Not Allowed status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:found expected getMessage()= TCK NotAllowedException description
04-05-2024 11:03:41:response contains expected Method Not Allowed status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:found expected getMessage()= TCK NotAllowedException description
04-05-2024 11:03:41:FINISHED TEST : constructorStringResponseThrowableTest()
04-05-2024 11:03:41:STARTING TEST : constructorStringThrowableStringsThrowsIAETest()
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for null methods
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for null methods
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for null methods
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for null methods
04-05-2024 11:03:41:FINISHED TEST : constructorStringThrowableStringsThrowsIAETest()
04-05-2024 11:03:41:STARTING TEST : constructorStringResponseTest()
04-05-2024 11:03:41:response contains expected Method Not Allowed status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK NotAllowedException description
04-05-2024 11:03:41:FINISHED TEST : constructorStringResponseTest()
04-05-2024 11:03:41:STARTING TEST : constructorResponseDoesNotThrowWhenNoAllowHeaderTest()
04-05-2024 11:03:41:response contains expected Method Not Allowed status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:FINISHED TEST : constructorResponseDoesNotThrowWhenNoAllowHeaderTest()
04-05-2024 11:03:41:STARTING TEST : constructorStringStringStringsThrowsNPETest()
04-05-2024 11:03:41:NullPointerException has been thrown as expected, for null method
04-05-2024 11:03:41:FINISHED TEST : constructorStringStringStringsThrowsNPETest()
04-05-2024 11:03:41:STARTING TEST : constructorResponseThrowableThrowsIAEWhenNoAllowHeaderTest()
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for when no allow http header
04-05-2024 11:03:41:FINISHED TEST : constructorResponseThrowableThrowsIAEWhenNoAllowHeaderTest()
04-05-2024 11:03:41:STARTING TEST : constructorStringThrowableStringsTest()
04-05-2024 11:03:41:response contains expected Method Not Allowed status
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:found expected getMessage()= TCK NotAllowedException description
04-05-2024 11:03:41:response contains expected Method Not Allowed status
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:found expected getMessage()= TCK NotAllowedException description
04-05-2024 11:03:41:response contains expected Method Not Allowed status
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:found expected getMessage()= TCK NotAllowedException description
04-05-2024 11:03:41:response contains expected Method Not Allowed status
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:found expected getMessage()= TCK NotAllowedException description
04-05-2024 11:03:41:FINISHED TEST : constructorStringThrowableStringsTest()
04-05-2024 11:03:41:STARTING TEST : constructorStringResponseThrowableThrowsIAEWhenNoAllowHeaderTest()
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for when no allow http header
04-05-2024 11:03:41:FINISHED TEST : constructorStringResponseThrowableThrowsIAEWhenNoAllowHeaderTest()
04-05-2024 11:03:41:STARTING TEST : constructorStringResponseDoesNotThrowWhenNoAllowHeaderTest()
04-05-2024 11:03:41:response contains expected Method Not Allowed status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK NotAllowedException description
04-05-2024 11:03:41:FINISHED TEST : constructorStringResponseDoesNotThrowWhenNoAllowHeaderTest()
04-05-2024 11:03:41:STARTING TEST : constructorThrowableStringThrowsIAETest()
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for null methods
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for null methods
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for null methods
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for null methods
04-05-2024 11:03:41:FINISHED TEST : constructorThrowableStringThrowsIAETest()
04-05-2024 11:03:41:STARTING TEST : constructorStringThrowsNPETest()
04-05-2024 11:03:41:NullPointerException has been thrown as expected, for null method
04-05-2024 11:03:41:FINISHED TEST : constructorStringThrowsNPETest()
04-05-2024 11:03:41:STARTING TEST : constructorResponseThrowsExceptionTest()
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status OK
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Created
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Accepted
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status No Content
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Reset Content
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Partial Content
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Multiple Choices
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Moved Permanently
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Found
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status See Other
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Not Modified
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Use Proxy
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Temporary Redirect
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Permanent Redirect
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Bad Request
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Unauthorized
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Payment Required
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Forbidden
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Not Found
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Not Acceptable
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Request Timeout
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Conflict
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Gone
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Length Required
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Precondition Failed
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Request Entity Too Large
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Request-URI Too Long
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Unsupported Media Type
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Expectation Failed
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Precondition Required
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Too Many Requests
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Internal Server Error
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Not Implemented
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Bad Gateway
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Service Unavailable
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Gateway Timeout
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Network Authentication Required
04-05-2024 11:03:41:FINISHED TEST : constructorResponseThrowsExceptionTest()
04-05-2024 11:03:41:STARTING TEST : constructorStringStringStringsTest()
04-05-2024 11:03:41:response contains expected Method Not Allowed status
04-05-2024 11:03:41:found expected getMessage()= TCK NotAllowedException description
04-05-2024 11:03:41:FINISHED TEST : constructorStringStringStringsTest()
04-05-2024 11:03:41:STARTING TEST : constructorStringResponseThrowableThrowsExceptionTest()
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status OK
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Created
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Accepted
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status No Content
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Reset Content
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Partial Content
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Multiple Choices
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Moved Permanently
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Found
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status See Other
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Not Modified
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Use Proxy
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Temporary Redirect
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Permanent Redirect
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Bad Request
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Unauthorized
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Payment Required
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Forbidden
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Not Found
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Not Acceptable
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Request Timeout
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Conflict
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Gone
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Length Required
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Precondition Failed
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Request Entity Too Large
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Request-URI Too Long
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Unsupported Media Type
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Expectation Failed
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Precondition Required
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Too Many Requests
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Internal Server Error
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Not Implemented
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Bad Gateway
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Service Unavailable
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Gateway Timeout
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Network Authentication Required
04-05-2024 11:03:41:FINISHED TEST : constructorStringResponseThrowableThrowsExceptionTest()
04-05-2024 11:03:41:STARTING TEST : constructorStringTest()
04-05-2024 11:03:41:response contains expected Method Not Allowed status
04-05-2024 11:03:41:FINISHED TEST : constructorStringTest()
04-05-2024 11:03:41:STARTING TEST : constructorThrowableStringTest()
04-05-2024 11:03:41:response contains expected Method Not Allowed status
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Method Not Allowed status
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Method Not Allowed status
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Method Not Allowed status
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:FINISHED TEST : constructorThrowableStringTest()
04-05-2024 11:03:41:STARTING TEST : constructorStringResponseThrowsIAETest()
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status OK
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Created
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Accepted
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status No Content
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Reset Content
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Partial Content
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Multiple Choices
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Moved Permanently
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Found
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status See Other
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Not Modified
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Use Proxy
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Temporary Redirect
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Permanent Redirect
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Bad Request
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Unauthorized
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Payment Required
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Forbidden
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Not Found
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Not Acceptable
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Request Timeout
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Conflict
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Gone
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Length Required
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Precondition Failed
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Request Entity Too Large
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Request-URI Too Long
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Unsupported Media Type
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Expectation Failed
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Precondition Required
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Too Many Requests
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Internal Server Error
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Not Implemented
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Bad Gateway
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Service Unavailable
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Gateway Timeout
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Network Authentication Required
04-05-2024 11:03:41:FINISHED TEST : constructorStringResponseThrowsIAETest()
04-05-2024 11:03:41:STARTING TEST : constructorResponseThrowableThrowsExceptionTest()
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status OK
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Created
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Accepted
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status No Content
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Reset Content
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Partial Content
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Multiple Choices
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Moved Permanently
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Found
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status See Other
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Not Modified
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Use Proxy
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Temporary Redirect
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Permanent Redirect
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Bad Request
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Unauthorized
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Payment Required
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Forbidden
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Not Found
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Not Acceptable
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Request Timeout
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Conflict
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Gone
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Length Required
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Precondition Failed
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Request Entity Too Large
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Request-URI Too Long
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Unsupported Media Type
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Expectation Failed
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Precondition Required
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Too Many Requests
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Internal Server Error
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Not Implemented
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Bad Gateway
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Service Unavailable
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Gateway Timeout
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Network Authentication Required
04-05-2024 11:03:41:FINISHED TEST : constructorResponseThrowableThrowsExceptionTest()
[INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in ee.jakarta.tck.ws.rs.api.rs.notallowedexception.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.rs.badrequestexception.JAXRSClientIT
04-05-2024 11:03:41:STARTING TEST : constructorResponseThrowableTest()
04-05-2024 11:03:41:response contains expected Bad Request status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Bad Request status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Bad Request status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Bad Request status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:FINISHED TEST : constructorResponseThrowableTest()
04-05-2024 11:03:41:STARTING TEST : constructorTest()
04-05-2024 11:03:41:response contains expected Bad Request status
04-05-2024 11:03:41:FINISHED TEST : constructorTest()
04-05-2024 11:03:41:STARTING TEST : constructorResponseTest()
04-05-2024 11:03:41:response contains expected Bad Request status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:FINISHED TEST : constructorResponseTest()
04-05-2024 11:03:41:STARTING TEST : constructorStringRequestThrowableThrowsIAETest()
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status OK as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Created as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Accepted as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status No Content as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Reset Content as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Partial Content as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Multiple Choices as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Moved Permanently as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Found as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status See Other as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Not Modified as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Use Proxy as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Temporary Redirect as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Permanent Redirect as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Unauthorized as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Payment Required as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Forbidden as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Not Found as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Method Not Allowed as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Not Acceptable as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Proxy Authentication Required as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Request Timeout as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Conflict as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Gone as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Length Required as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Precondition Failed as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Request Entity Too Large as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Request-URI Too Long as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Unsupported Media Type as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Requested Range Not Satisfiable as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Expectation Failed as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Precondition Required as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Too Many Requests as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Request Header Fields Too Large as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Unavailable For Legal Reasons as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Internal Server Error as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Not Implemented as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Bad Gateway as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Service Unavailable as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Gateway Timeout as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status HTTP Version Not Supported as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Network Authentication Required as expected
04-05-2024 11:03:41:FINISHED TEST : constructorStringRequestThrowableThrowsIAETest()
04-05-2024 11:03:41:STARTING TEST : constructorStringResponseTest()
04-05-2024 11:03:41:response contains expected Bad Request status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK BadRequestException description
04-05-2024 11:03:41:FINISHED TEST : constructorStringResponseTest()
04-05-2024 11:03:41:STARTING TEST : constructorStringThrowableTest()
04-05-2024 11:03:41:found expected getMessage()= TCK BadRequestException description
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Bad Request status
04-05-2024 11:03:41:found expected getMessage()= TCK BadRequestException description
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Bad Request status
04-05-2024 11:03:41:found expected getMessage()= TCK BadRequestException description
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Bad Request status
04-05-2024 11:03:41:found expected getMessage()= TCK BadRequestException description
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:response contains expected Bad Request status
04-05-2024 11:03:41:FINISHED TEST : constructorStringThrowableTest()
04-05-2024 11:03:41:STARTING TEST : constructorResponseThrowsExceptionTest()
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status OK as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Created as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Accepted as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status No Content as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Reset Content as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Partial Content as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Multiple Choices as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Moved Permanently as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Found as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status See Other as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Not Modified as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Use Proxy as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Temporary Redirect as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Permanent Redirect as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Unauthorized as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Payment Required as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Forbidden as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Not Found as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Method Not Allowed as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Not Acceptable as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Proxy Authentication Required as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Request Timeout as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Conflict as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Gone as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Length Required as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Precondition Failed as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Request Entity Too Large as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Request-URI Too Long as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Unsupported Media Type as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Requested Range Not Satisfiable as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Expectation Failed as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Precondition Required as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Too Many Requests as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Request Header Fields Too Large as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Unavailable For Legal Reasons as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Internal Server Error as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Not Implemented as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Bad Gateway as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Service Unavailable as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Gateway Timeout as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status HTTP Version Not Supported as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Network Authentication Required as expected
04-05-2024 11:03:41:FINISHED TEST : constructorResponseThrowsExceptionTest()
04-05-2024 11:03:41:STARTING TEST : constructorStringTest()
04-05-2024 11:03:41:found expected getMessage()= TCK BadRequestException description
04-05-2024 11:03:41:response contains expected Bad Request status
04-05-2024 11:03:41:FINISHED TEST : constructorStringTest()
04-05-2024 11:03:41:STARTING TEST : constructorThrowableTest()
04-05-2024 11:03:41:response contains expected Bad Request status
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Bad Request status
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Bad Request status
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Bad Request status
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:FINISHED TEST : constructorThrowableTest()
04-05-2024 11:03:41:STARTING TEST : constructorStringRequestThrowableTest()
04-05-2024 11:03:41:found expected getMessage()= TCK BadRequestException description
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Bad Request status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK BadRequestException description
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Bad Request status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK BadRequestException description
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Bad Request status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK BadRequestException description
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:response contains expected Bad Request status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:FINISHED TEST : constructorStringRequestThrowableTest()
04-05-2024 11:03:41:STARTING TEST : constructorStringResponseThrowsIEATest()
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status OK as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Created as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Accepted as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status No Content as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Reset Content as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Partial Content as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Multiple Choices as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Moved Permanently as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Found as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status See Other as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Not Modified as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Use Proxy as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Temporary Redirect as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Permanent Redirect as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Unauthorized as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Payment Required as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Forbidden as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Not Found as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Method Not Allowed as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Not Acceptable as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Proxy Authentication Required as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Request Timeout as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Conflict as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Gone as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Length Required as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Precondition Failed as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Request Entity Too Large as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Request-URI Too Long as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Unsupported Media Type as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Requested Range Not Satisfiable as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Expectation Failed as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Precondition Required as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Too Many Requests as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Request Header Fields Too Large as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Unavailable For Legal Reasons as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Internal Server Error as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Not Implemented as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Bad Gateway as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Service Unavailable as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Gateway Timeout as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status HTTP Version Not Supported as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Network Authentication Required as expected
04-05-2024 11:03:41:FINISHED TEST : constructorStringResponseThrowsIEATest()
04-05-2024 11:03:41:STARTING TEST : constructorResponseThrowableThrowsExceptionTest()
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status OK as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Created as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Accepted as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status No Content as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Reset Content as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Partial Content as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Multiple Choices as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Moved Permanently as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Found as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status See Other as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Not Modified as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Use Proxy as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Temporary Redirect as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Permanent Redirect as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Unauthorized as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Payment Required as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Forbidden as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Not Found as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Method Not Allowed as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Not Acceptable as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Proxy Authentication Required as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Request Timeout as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Conflict as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Gone as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Length Required as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Precondition Failed as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Request Entity Too Large as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Request-URI Too Long as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Unsupported Media Type as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Requested Range Not Satisfiable as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Expectation Failed as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Precondition Required as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Too Many Requests as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Request Header Fields Too Large as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Unavailable For Legal Reasons as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Internal Server Error as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Not Implemented as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Bad Gateway as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Service Unavailable as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Gateway Timeout as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status HTTP Version Not Supported as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Network Authentication Required as expected
04-05-2024 11:03:41:FINISHED TEST : constructorResponseThrowableThrowsExceptionTest()
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in ee.jakarta.tck.ws.rs.api.rs.badrequestexception.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.rs.notfoundexception.JAXRSClientIT
04-05-2024 11:03:41:STARTING TEST : constructorResponseThrowableTest()
04-05-2024 11:03:41:response contains expected Not Found status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Not Found status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Not Found status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Not Found status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:FINISHED TEST : constructorResponseThrowableTest()
04-05-2024 11:03:41:STARTING TEST : constructorTest()
04-05-2024 11:03:41:response contains expected Not Found status
04-05-2024 11:03:41:FINISHED TEST : constructorTest()
04-05-2024 11:03:41:STARTING TEST : constructorResponseTest()
04-05-2024 11:03:41:response contains expected Not Found status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:FINISHED TEST : constructorResponseTest()
04-05-2024 11:03:41:STARTING TEST : constructorStringResponseThrowableTest()
04-05-2024 11:03:41:response contains expected Not Found status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:found expected getMessage()= TCK NotFoundException description
04-05-2024 11:03:41:response contains expected Not Found status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:found expected getMessage()= TCK NotFoundException description
04-05-2024 11:03:41:response contains expected Not Found status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:found expected getMessage()= TCK NotFoundException description
04-05-2024 11:03:41:response contains expected Not Found status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:found expected getMessage()= TCK NotFoundException description
04-05-2024 11:03:41:FINISHED TEST : constructorStringResponseThrowableTest()
04-05-2024 11:03:41:STARTING TEST : constructorStringResponseTest()
04-05-2024 11:03:41:response contains expected Not Found status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK NotFoundException description
04-05-2024 11:03:41:FINISHED TEST : constructorStringResponseTest()
04-05-2024 11:03:41:STARTING TEST : constructorStringThrowableTest()
04-05-2024 11:03:41:response contains expected Not Found status
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:found expected getMessage()= TCK NotFoundException description
04-05-2024 11:03:41:response contains expected Not Found status
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:found expected getMessage()= TCK NotFoundException description
04-05-2024 11:03:41:response contains expected Not Found status
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:found expected getMessage()= TCK NotFoundException description
04-05-2024 11:03:41:response contains expected Not Found status
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:found expected getMessage()= TCK NotFoundException description
04-05-2024 11:03:41:FINISHED TEST : constructorStringThrowableTest()
04-05-2024 11:03:41:STARTING TEST : constructorResponseThrowsExceptionTest()
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status OK
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Created
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Accepted
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status No Content
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Reset Content
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Partial Content
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Multiple Choices
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Moved Permanently
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Found
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status See Other
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Not Modified
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Use Proxy
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Temporary Redirect
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Permanent Redirect
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Bad Request
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Unauthorized
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Payment Required
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Forbidden
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Method Not Allowed
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Not Acceptable
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Request Timeout
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Conflict
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Gone
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Length Required
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Precondition Failed
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Request Entity Too Large
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Request-URI Too Long
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Unsupported Media Type
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Expectation Failed
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Precondition Required
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Too Many Requests
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Internal Server Error
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Not Implemented
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Bad Gateway
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Service Unavailable
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Gateway Timeout
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Network Authentication Required
04-05-2024 11:03:41:FINISHED TEST : constructorResponseThrowsExceptionTest()
04-05-2024 11:03:41:STARTING TEST : constructorStringResponseThrowableThrowsExceptionTest()
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status OK
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Created
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Accepted
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status No Content
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Reset Content
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Partial Content
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Multiple Choices
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Moved Permanently
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Found
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status See Other
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Not Modified
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Use Proxy
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Temporary Redirect
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Permanent Redirect
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Bad Request
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Unauthorized
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Payment Required
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Forbidden
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Method Not Allowed
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Not Acceptable
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Request Timeout
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Conflict
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Gone
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Length Required
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Precondition Failed
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Request Entity Too Large
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Request-URI Too Long
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Unsupported Media Type
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Expectation Failed
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Precondition Required
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Too Many Requests
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Internal Server Error
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Not Implemented
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Bad Gateway
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Service Unavailable
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Gateway Timeout
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Network Authentication Required
04-05-2024 11:03:41:FINISHED TEST : constructorStringResponseThrowableThrowsExceptionTest()
04-05-2024 11:03:41:STARTING TEST : constructorStringTest()
04-05-2024 11:03:41:response contains expected Not Found status
04-05-2024 11:03:41:found expected getMessage()= TCK NotFoundException description
04-05-2024 11:03:41:FINISHED TEST : constructorStringTest()
04-05-2024 11:03:41:STARTING TEST : constructorThrowableTest()
04-05-2024 11:03:41:response contains expected Not Found status
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Not Found status
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Not Found status
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Not Found status
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:FINISHED TEST : constructorThrowableTest()
04-05-2024 11:03:41:STARTING TEST : constructorStringResponseThrowsIAETest()
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status OK
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Created
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Accepted
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status No Content
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Reset Content
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Partial Content
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Multiple Choices
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Moved Permanently
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Found
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status See Other
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Not Modified
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Use Proxy
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Temporary Redirect
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Permanent Redirect
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Bad Request
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Unauthorized
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Payment Required
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Forbidden
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Method Not Allowed
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Not Acceptable
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Request Timeout
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Conflict
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Gone
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Length Required
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Precondition Failed
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Request Entity Too Large
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Request-URI Too Long
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Unsupported Media Type
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Expectation Failed
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Precondition Required
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Too Many Requests
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Internal Server Error
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Not Implemented
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Bad Gateway
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Service Unavailable
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Gateway Timeout
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Network Authentication Required
04-05-2024 11:03:41:FINISHED TEST : constructorStringResponseThrowsIAETest()
04-05-2024 11:03:41:STARTING TEST : constructorResponseThrowableThrowsExceptionTest()
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status OK
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Created
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Accepted
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status No Content
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Reset Content
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Partial Content
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Multiple Choices
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Moved Permanently
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Found
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status See Other
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Not Modified
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Use Proxy
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Temporary Redirect
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Permanent Redirect
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Bad Request
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Unauthorized
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Payment Required
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Forbidden
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Method Not Allowed
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Not Acceptable
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Request Timeout
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Conflict
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Gone
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Length Required
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Precondition Failed
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Request Entity Too Large
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Request-URI Too Long
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Unsupported Media Type
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Expectation Failed
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Precondition Required
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Too Many Requests
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Internal Server Error
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Not Implemented
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Bad Gateway
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Service Unavailable
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Gateway Timeout
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Network Authentication Required
04-05-2024 11:03:41:FINISHED TEST : constructorResponseThrowableThrowsExceptionTest()
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 s - in ee.jakarta.tck.ws.rs.api.rs.notfoundexception.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.rs.serviceunavailableexception.JAXRSClientIT
04-05-2024 11:03:41:STARTING TEST : constructorTest()
04-05-2024 11:03:41:response contains expected Service Unavailable status
04-05-2024 11:03:41:Found expected retry time null
04-05-2024 11:03:41:#hasRetryAfter returned expected false value
04-05-2024 11:03:41:FINISHED TEST : constructorTest()
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in ee.jakarta.tck.ws.rs.api.rs.serviceunavailableexception.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.rs.processingexception.JAXRSClientIT
04-05-2024 11:03:41:STARTING TEST : constructorWithRuntimeExceptionNullMessageTest()
04-05-2024 11:03:41:FINISHED TEST : constructorWithRuntimeExceptionNullMessageTest()
04-05-2024 11:03:41:STARTING TEST : constructorWithNullThrowableTest()
04-05-2024 11:03:41:FINISHED TEST : constructorWithNullThrowableTest()
04-05-2024 11:03:41:STARTING TEST : constructorWithCheckedExceptionNullMessageTest()
04-05-2024 11:03:41:FINISHED TEST : constructorWithCheckedExceptionNullMessageTest()
04-05-2024 11:03:41:STARTING TEST : constructorWithNullThrowableNullMessageTest()
04-05-2024 11:03:41:FINISHED TEST : constructorWithNullThrowableNullMessageTest()
04-05-2024 11:03:41:STARTING TEST : constructorWithNullMessageTest()
04-05-2024 11:03:41:FINISHED TEST : constructorWithNullMessageTest()
04-05-2024 11:03:41:STARTING TEST : constructorWithNullThrowableNotNullMessageTest()
04-05-2024 11:03:41:FINISHED TEST : constructorWithNullThrowableNotNullMessageTest()
04-05-2024 11:03:41:STARTING TEST : constructorWithCheckedExceptionAndNotNullMessageTest()
04-05-2024 11:03:41:FINISHED TEST : constructorWithCheckedExceptionAndNotNullMessageTest()
04-05-2024 11:03:41:STARTING TEST : constructorWithRuntimeExceptionAndNotNullMessageTest()
04-05-2024 11:03:41:FINISHED TEST : constructorWithRuntimeExceptionAndNotNullMessageTest()
04-05-2024 11:03:41:STARTING TEST : constructorWithNotNullMessageTest()
04-05-2024 11:03:41:FINISHED TEST : constructorWithNotNullMessageTest()
04-05-2024 11:03:41:STARTING TEST : constructorWithCheckedExceptionTest()
04-05-2024 11:03:41:FINISHED TEST : constructorWithCheckedExceptionTest()
04-05-2024 11:03:41:STARTING TEST : constructorWithRuntimeExceptionTest()
04-05-2024 11:03:41:FINISHED TEST : constructorWithRuntimeExceptionTest()
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in ee.jakarta.tck.ws.rs.api.rs.processingexception.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.rs.notauthorizedexception.JAXRSClientIT
04-05-2024 11:03:41:STARTING TEST : constructorObjectsTest()
04-05-2024 11:03:41:response contains expected Unauthorized status
04-05-2024 11:03:41:FINISHED TEST : constructorObjectsTest()
04-05-2024 11:03:41:STARTING TEST : constructorResponseThrowableTest()
04-05-2024 11:03:41:response contains expected Unauthorized status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Unauthorized status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Unauthorized status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Unauthorized status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:FINISHED TEST : constructorResponseThrowableTest()
04-05-2024 11:03:41:STARTING TEST : constructorResponseTest()
04-05-2024 11:03:41:response contains expected Unauthorized status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:FINISHED TEST : constructorResponseTest()
04-05-2024 11:03:41:STARTING TEST : constructorStringResponseThrowableThrowsIAETest()
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status OK
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Created
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Accepted
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status No Content
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Reset Content
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Partial Content
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Multiple Choices
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Moved Permanently
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Found
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status See Other
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Not Modified
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Use Proxy
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Temporary Redirect
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Permanent Redirect
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Bad Request
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Payment Required
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Forbidden
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Not Found
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Method Not Allowed
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Not Acceptable
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Request Timeout
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Conflict
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Gone
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Length Required
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Precondition Failed
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Request Entity Too Large
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Request-URI Too Long
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Unsupported Media Type
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Expectation Failed
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Precondition Required
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Too Many Requests
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Internal Server Error
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Not Implemented
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Bad Gateway
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Service Unavailable
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Gateway Timeout
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Network Authentication Required
04-05-2024 11:03:41:FINISHED TEST : constructorStringResponseThrowableThrowsIAETest()
04-05-2024 11:03:41:STARTING TEST : constructorStringResponseThrowableTest()
04-05-2024 11:03:41:response contains expected Unauthorized status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:found expected getMessage()= TCK NotAuthorizedException description
04-05-2024 11:03:41:response contains expected Unauthorized status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:found expected getMessage()= TCK NotAuthorizedException description
04-05-2024 11:03:41:response contains expected Unauthorized status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:found expected getMessage()= TCK NotAuthorizedException description
04-05-2024 11:03:41:response contains expected Unauthorized status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:found expected getMessage()= TCK NotAuthorizedException description
04-05-2024 11:03:41:FINISHED TEST : constructorStringResponseThrowableTest()
04-05-2024 11:03:41:STARTING TEST : constructorStringResponseTest()
04-05-2024 11:03:41:response contains expected Unauthorized status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK NotAuthorizedException description
04-05-2024 11:03:41:FINISHED TEST : constructorStringResponseTest()
04-05-2024 11:03:41:STARTING TEST : constructorStringResponseThrowsExceptionTest()
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status OK
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Created
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Accepted
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status No Content
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Reset Content
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Partial Content
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Multiple Choices
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Moved Permanently
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Found
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status See Other
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Not Modified
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Use Proxy
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Temporary Redirect
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Permanent Redirect
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Bad Request
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Payment Required
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Forbidden
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Not Found
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Method Not Allowed
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Not Acceptable
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Request Timeout
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Conflict
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Gone
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Length Required
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Precondition Failed
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Request Entity Too Large
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Request-URI Too Long
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Unsupported Media Type
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Expectation Failed
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Precondition Required
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Too Many Requests
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Internal Server Error
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Not Implemented
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Bad Gateway
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Service Unavailable
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Gateway Timeout
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Network Authentication Required
04-05-2024 11:03:41:FINISHED TEST : constructorStringResponseThrowsExceptionTest()
04-05-2024 11:03:41:STARTING TEST : constructorStringObjectsThrowsNPEWhenNullTest()
04-05-2024 11:03:41:NullPointerException has been thrown as expected for null challenge
04-05-2024 11:03:41:FINISHED TEST : constructorStringObjectsThrowsNPEWhenNullTest()
04-05-2024 11:03:41:STARTING TEST : constructorThrowableObjectTest()
04-05-2024 11:03:41:response contains expected Unauthorized status
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Unauthorized status
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Unauthorized status
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Unauthorized status
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:FINISHED TEST : constructorThrowableObjectTest()
04-05-2024 11:03:41:STARTING TEST : constructorStringThrowableObjectsTest()
04-05-2024 11:03:41:response contains expected Unauthorized status
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:found expected getMessage()= TCK NotAuthorizedException description
04-05-2024 11:03:41:response contains expected Unauthorized status
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:found expected getMessage()= TCK NotAuthorizedException description
04-05-2024 11:03:41:response contains expected Unauthorized status
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:found expected getMessage()= TCK NotAuthorizedException description
04-05-2024 11:03:41:response contains expected Unauthorized status
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:found expected getMessage()= TCK NotAuthorizedException description
04-05-2024 11:03:41:FINISHED TEST : constructorStringThrowableObjectsTest()
04-05-2024 11:03:41:STARTING TEST : constructorStringObjectsTest()
04-05-2024 11:03:41:response contains expected Unauthorized status
04-05-2024 11:03:41:found expected getMessage()= TCK NotAuthorizedException description
04-05-2024 11:03:41:FINISHED TEST : constructorStringObjectsTest()
04-05-2024 11:03:41:STARTING TEST : constructorResponseThrowsExceptionTest()
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status OK
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Created
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Accepted
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status No Content
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Reset Content
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Partial Content
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Multiple Choices
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Moved Permanently
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Found
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status See Other
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Not Modified
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Use Proxy
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Temporary Redirect
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Permanent Redirect
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Bad Request
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Payment Required
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Forbidden
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Not Found
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Method Not Allowed
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Not Acceptable
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Request Timeout
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Conflict
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Gone
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Length Required
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Precondition Failed
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Request Entity Too Large
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Request-URI Too Long
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Unsupported Media Type
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Expectation Failed
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Precondition Required
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Too Many Requests
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Internal Server Error
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Not Implemented
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Bad Gateway
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Service Unavailable
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Gateway Timeout
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Network Authentication Required
04-05-2024 11:03:41:FINISHED TEST : constructorResponseThrowsExceptionTest()
04-05-2024 11:03:41:STARTING TEST : constructorObjectsThrowsNPEWhenNullTest()
04-05-2024 11:03:41:NullPointerException has been thrown as expected for null challenge
04-05-2024 11:03:41:FINISHED TEST : constructorObjectsThrowsNPEWhenNullTest()
04-05-2024 11:03:41:STARTING TEST : constructorResponseThrowableThrowsExceptionTest()
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status OK
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Created
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Accepted
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status No Content
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Reset Content
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Partial Content
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Multiple Choices
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Moved Permanently
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Found
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status See Other
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Not Modified
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Use Proxy
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Temporary Redirect
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Permanent Redirect
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Bad Request
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Payment Required
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Forbidden
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Not Found
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Method Not Allowed
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Not Acceptable
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Request Timeout
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Conflict
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Gone
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Length Required
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Precondition Failed
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Request Entity Too Large
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Request-URI Too Long
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Unsupported Media Type
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Expectation Failed
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Precondition Required
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Too Many Requests
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Internal Server Error
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Not Implemented
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Bad Gateway
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Service Unavailable
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Gateway Timeout
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported
04-05-2024 11:03:41:IllegalArgumentException has been thrown as expected for status Network Authentication Required
04-05-2024 11:03:41:FINISHED TEST : constructorResponseThrowableThrowsExceptionTest()
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in ee.jakarta.tck.ws.rs.api.rs.notauthorizedexception.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.rs.forbiddenexception.JAXRSClientIT
04-05-2024 11:03:41:STARTING TEST : constructorResponseThrowableTest()
04-05-2024 11:03:41:response contains expected Forbidden status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Forbidden status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Forbidden status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Forbidden status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:FINISHED TEST : constructorResponseThrowableTest()
04-05-2024 11:03:41:STARTING TEST : constructorTest()
04-05-2024 11:03:41:response contains expected Forbidden status
04-05-2024 11:03:41:FINISHED TEST : constructorTest()
04-05-2024 11:03:41:STARTING TEST : constructorResponseTest()
04-05-2024 11:03:41:response contains expected Forbidden status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:FINISHED TEST : constructorResponseTest()
04-05-2024 11:03:41:STARTING TEST : constructorStringResponseThrowableThrowsIAETest()
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status OK
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Created
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Accepted
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status No Content
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Reset Content
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Partial Content
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Multiple Choices
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Moved Permanently
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Found
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status See Other
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Not Modified
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Use Proxy
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Temporary Redirect
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Permanent Redirect
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Bad Request
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Unauthorized
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Payment Required
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Not Found
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Method Not Allowed
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Not Acceptable
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Proxy Authentication Required
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Request Timeout
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Conflict
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Gone
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Length Required
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Precondition Failed
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Request Entity Too Large
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Request-URI Too Long
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Unsupported Media Type
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Requested Range Not Satisfiable
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Expectation Failed
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Precondition Required
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Too Many Requests
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Request Header Fields Too Large
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Unavailable For Legal Reasons
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Internal Server Error
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Not Implemented
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Bad Gateway
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Service Unavailable
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Gateway Timeout
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status HTTP Version Not Supported
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Network Authentication Required
04-05-2024 11:03:41:FINISHED TEST : constructorStringResponseThrowableThrowsIAETest()
04-05-2024 11:03:41:STARTING TEST : constructorStringResponseThrowableTest()
04-05-2024 11:03:41:response contains expected Forbidden status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:found expected getMessage()= TCK ForbiddenException description
04-05-2024 11:03:41:response contains expected Forbidden status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:found expected getMessage()= TCK ForbiddenException description
04-05-2024 11:03:41:response contains expected Forbidden status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:found expected getMessage()= TCK ForbiddenException description
04-05-2024 11:03:41:response contains expected Forbidden status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:found expected getMessage()= TCK ForbiddenException description
04-05-2024 11:03:41:FINISHED TEST : constructorStringResponseThrowableTest()
04-05-2024 11:03:41:STARTING TEST : constructorStringResponseTest()
04-05-2024 11:03:41:response contains expected Forbidden status
04-05-2024 11:03:41:Found expected http Host header
04-05-2024 11:03:41:found expected getMessage()= TCK ForbiddenException description
04-05-2024 11:03:41:FINISHED TEST : constructorStringResponseTest()
04-05-2024 11:03:41:STARTING TEST : constructorStringThrowableTest()
04-05-2024 11:03:41:response contains expected Forbidden status
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:found expected getMessage()= TCK ForbiddenException description
04-05-2024 11:03:41:response contains expected Forbidden status
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:found expected getMessage()= TCK ForbiddenException description
04-05-2024 11:03:41:response contains expected Forbidden status
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:found expected getMessage()= TCK ForbiddenException description
04-05-2024 11:03:41:response contains expected Forbidden status
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:found expected getMessage()= TCK ForbiddenException description
04-05-2024 11:03:41:FINISHED TEST : constructorStringThrowableTest()
04-05-2024 11:03:41:STARTING TEST : constructorResponseThrowsExceptionTest()
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status OK as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Created as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Accepted as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status No Content as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Reset Content as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Partial Content as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Multiple Choices as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Moved Permanently as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Found as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status See Other as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Not Modified as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Use Proxy as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Temporary Redirect as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Permanent Redirect as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Bad Request as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Unauthorized as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Payment Required as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Not Found as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Method Not Allowed as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Not Acceptable as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Proxy Authentication Required as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Request Timeout as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Conflict as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Gone as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Length Required as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Precondition Failed as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Request Entity Too Large as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Request-URI Too Long as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Unsupported Media Type as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Requested Range Not Satisfiable as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Expectation Failed as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Precondition Required as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Too Many Requests as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Request Header Fields Too Large as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Unavailable For Legal Reasons as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Internal Server Error as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Not Implemented as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Bad Gateway as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Service Unavailable as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Gateway Timeout as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status HTTP Version Not Supported as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Network Authentication Required as expected
04-05-2024 11:03:41:FINISHED TEST : constructorResponseThrowsExceptionTest()
04-05-2024 11:03:41:STARTING TEST : constructorStringTest()
04-05-2024 11:03:41:response contains expected Forbidden status
04-05-2024 11:03:41:found expected getMessage()= TCK ForbiddenException description
04-05-2024 11:03:41:FINISHED TEST : constructorStringTest()
04-05-2024 11:03:41:STARTING TEST : constructorThrowableTest()
04-05-2024 11:03:41:response contains expected Forbidden status
04-05-2024 11:03:41:getCause contains expected java.lang.RuntimeException
04-05-2024 11:03:41:response contains expected Forbidden status
04-05-2024 11:03:41:getCause contains expected java.io.IOException
04-05-2024 11:03:41:response contains expected Forbidden status
04-05-2024 11:03:41:getCause contains expected java.lang.Error
04-05-2024 11:03:41:response contains expected Forbidden status
04-05-2024 11:03:41:getCause contains expected java.lang.Throwable
04-05-2024 11:03:41:FINISHED TEST : constructorThrowableTest()
04-05-2024 11:03:41:STARTING TEST : constructorStringResponseThrowsIAETest()
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status OK as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Created as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Accepted as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status No Content as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Reset Content as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Partial Content as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Multiple Choices as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Moved Permanently as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Found as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status See Other as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Not Modified as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Use Proxy as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Temporary Redirect as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Permanent Redirect as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Bad Request as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Unauthorized as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Payment Required as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Not Found as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Method Not Allowed as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Not Acceptable as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Proxy Authentication Required as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Request Timeout as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Conflict as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Gone as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Length Required as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Precondition Failed as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Request Entity Too Large as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Request-URI Too Long as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Unsupported Media Type as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Requested Range Not Satisfiable as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Expectation Failed as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Precondition Required as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Too Many Requests as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Request Header Fields Too Large as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Unavailable For Legal Reasons as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Internal Server Error as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Not Implemented as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Bad Gateway as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Service Unavailable as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Gateway Timeout as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status HTTP Version Not Supported as expected
04-05-2024 11:03:41:IllegalArgumentException has been thrown for status Network Authentication Required as expected
04-05-2024 11:03:41:FINISHED TEST : constructorStringResponseThrowsIAETest()
04-05-2024 11:03:41:STARTING TEST : constructorResponseThrowableThrowsExceptionTest()
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status OK
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Created
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Accepted
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status No Content
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Reset Content
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Partial Content
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Multiple Choices
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Moved Permanently
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Found
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status See Other
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Not Modified
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Use Proxy
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Temporary Redirect
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Permanent Redirect
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Bad Request
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Unauthorized
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Payment Required
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Not Found
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Method Not Allowed
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Not Acceptable
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Proxy Authentication Required
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Request Timeout
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Conflict
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Gone
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Length Required
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Precondition Failed
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Request Entity Too Large
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Request-URI Too Long
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Unsupported Media Type
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Requested Range Not Satisfiable
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Expectation Failed
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Precondition Required
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Too Many Requests
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Request Header Fields Too Large
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Unavailable For Legal Reasons
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Internal Server Error
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Not Implemented
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Bad Gateway
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Service Unavailable
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Gateway Timeout
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status HTTP Version Not Supported
04-05-2024 11:03:41:IllegalArgumentException has been sucessfully thrown for status Network Authentication Required
04-05-2024 11:03:41:FINISHED TEST : constructorResponseThrowableThrowsExceptionTest()
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in ee.jakarta.tck.ws.rs.api.rs.forbiddenexception.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.client.webtarget.JAXRSClientIT
04-05-2024 11:03:41:STARTING TEST : resolveTemplatesWithBooleanTrueTest()
04-05-2024 11:03:41:Found expected http://cts.tck:888/resource/lane/route66/%2542%255A%2561%257a%2F%25%2521
04-05-2024 11:03:41:URI http://cts.tck:888/resource/lane/route66/%2542%255A%2561%257a%2F%25%2521 contains given path parameters
04-05-2024 11:03:41:FINISHED TEST : resolveTemplatesWithBooleanTrueTest()
04-05-2024 11:03:41:STARTING TEST : matrixParamThrowsNPEOnNameTest()
04-05-2024 11:03:41:NullPointerException has been thrown as expected java.lang.NullPointerException: Matrix parameter name must not be 'null'.
04-05-2024 11:03:41:FINISHED TEST : matrixParamThrowsNPEOnNameTest()
04-05-2024 11:03:41:STARTING TEST : resolveTemplateWithBooleanFalseTest()
04-05-2024 11:03:41:Found expected http://cts.tck:888/resource/%2542%255A%2561%257a%252F%25%2521
04-05-2024 11:03:41:URI http://cts.tck:888/resource/%2542%255A%2561%257a%252F%25%2521 contains given path parameter
04-05-2024 11:03:41:FINISHED TEST : resolveTemplateWithBooleanFalseTest()
04-05-2024 11:03:41:STARTING TEST : resolveTemplateFromEncodedThrowsNPEForNullValueTest()
04-05-2024 11:03:41:NullPointerException has been thrown as expected java.lang.NullPointerException: value is 'null'.
04-05-2024 11:03:41:FINISHED TEST : resolveTemplateFromEncodedThrowsNPEForNullValueTest()
04-05-2024 11:03:41:STARTING TEST : matrixParamOnTwoSegmentsTest()
04-05-2024 11:03:41:Found expected http://cts.tck:888/resource;matrix1=segment1/path;matrix2=segment2
04-05-2024 11:03:41:URI http://cts.tck:888/resource;matrix1=segment1/path;matrix2=segment2 contains given matrix params
04-05-2024 11:03:41:FINISHED TEST : matrixParamOnTwoSegmentsTest()
04-05-2024 11:03:41:STARTING TEST : resolveTemplatesWithBooleanNullMapTest()
04-05-2024 11:03:41:NullPointerException has been thrown as expected java.lang.NullPointerException: templateValues is 'null'.
04-05-2024 11:03:41:FINISHED TEST : resolveTemplatesWithBooleanNullMapTest()
04-05-2024 11:03:41:STARTING TEST : getUriBuilderTest()
04-05-2024 11:03:41:Found expected http://cts.tck:888/resource
04-05-2024 11:03:41:URI http://cts.tck:888/resource contains http://cts.tck:888/resource
04-05-2024 11:03:41:FINISHED TEST : getUriBuilderTest()
04-05-2024 11:03:41:STARTING TEST : matrixParamWithNullValueRemovesParamsWithTheNameOnMoreSegmentsTest()
04-05-2024 11:03:41:Found expected http://cts.tck:888/resource;matrix1=segment1/path1/path2/path3
04-05-2024 11:03:41:URI http://cts.tck:888/resource;matrix1=segment1/path1/path2/path3 contains given matrix params
04-05-2024 11:03:41:FINISHED TEST : matrixParamWithNullValueRemovesParamsWithTheNameOnMoreSegmentsTest()
04-05-2024 11:03:41:STARTING TEST : queryParamNullValueTest()
04-05-2024 11:03:41:Found expected http://cts.tck:888/resource/path/path2
04-05-2024 11:03:41:#paramName(name, null) removed values as expected
04-05-2024 11:03:41:FINISHED TEST : queryParamNullValueTest()
04-05-2024 11:03:41:STARTING TEST : resolveTemplateThrowsNPEOnNullNameTest()
04-05-2024 11:03:41:NullPointerException has been thrown as expected java.lang.NullPointerException: name is 'null'.
04-05-2024 11:03:41:FINISHED TEST : resolveTemplateThrowsNPEOnNullNameTest()
04-05-2024 11:03:41:STARTING TEST : resolveTemplatesNullNameTest()
04-05-2024 11:03:41:NullPointerException has been thrown as expected java.lang.NullPointerException: name is 'null'.
04-05-2024 11:03:41:FINISHED TEST : resolveTemplatesNullNameTest()
04-05-2024 11:03:41:STARTING TEST : resolveTemplateFromEncodedThrowsNPEForNullNameTest()
04-05-2024 11:03:41:NullPointerException has been thrown as expected java.lang.NullPointerException: name is 'null'.
04-05-2024 11:03:41:FINISHED TEST : resolveTemplateFromEncodedThrowsNPEForNullNameTest()
04-05-2024 11:03:41:STARTING TEST : matrixParamThrowsNPEOnFirstArgIsNullTest()
04-05-2024 11:03:41:NullPointerException has been thrown as expected java.lang.NullPointerException: 'null' value detected for parameter 'matrix' on index : [0]
04-05-2024 11:03:41:FINISHED TEST : matrixParamThrowsNPEOnFirstArgIsNullTest()
04-05-2024 11:03:41:STARTING TEST : resolveTemplatesWithBooleanNullValueTest()
04-05-2024 11:03:41:NullPointerException has been thrown as expected java.lang.NullPointerException: value is 'null'.
04-05-2024 11:03:41:FINISHED TEST : resolveTemplatesWithBooleanNullValueTest()
04-05-2024 11:03:41:STARTING TEST : resolveTemplatesFromEncodedThrowsNPEForNullValueTest()
04-05-2024 11:03:41:NullPointerException has been thrown as expected java.lang.NullPointerException: value is 'null'.
04-05-2024 11:03:41:FINISHED TEST : resolveTemplatesFromEncodedThrowsNPEForNullValueTest()
04-05-2024 11:03:41:STARTING TEST : resolveTemplatesFromEncodedReturnsTheSameTargetTest()
04-05-2024 11:03:41:#pathParams returned the same traget wehn empty as expected
04-05-2024 11:03:41:FINISHED TEST : resolveTemplatesFromEncodedReturnsTheSameTargetTest()
04-05-2024 11:03:41:STARTING TEST : requestNoArgTest()
04-05-2024 11:03:41:Found expected http://cts.tck:888/resource
04-05-2024 11:03:41:Found expected */*
04-05-2024 11:03:41:FINISHED TEST : requestNoArgTest()
04-05-2024 11:03:41:STARTING TEST : resolveTemplatesFromEncodedThrowsNPEForNullNameTest()
04-05-2024 11:03:41:NullPointerException has been thrown as expected java.lang.NullPointerException: name is 'null'.
04-05-2024 11:03:41:FINISHED TEST : resolveTemplatesFromEncodedThrowsNPEForNullNameTest()
04-05-2024 11:03:41:STARTING TEST : resolveTemplateWithBooleanTrueThrowsNPEOnNullValueTest()
04-05-2024 11:03:41:NullPointerException has been thrown as expected java.lang.NullPointerException: value is 'null'.
04-05-2024 11:03:41:FINISHED TEST : resolveTemplateWithBooleanTrueThrowsNPEOnNullValueTest()
04-05-2024 11:03:41:STARTING TEST : resolveTemplatesWithBooleanNullNameTest()
04-05-2024 11:03:41:NullPointerException has been thrown as expected java.lang.NullPointerException: name is 'null'.
04-05-2024 11:03:41:FINISHED TEST : resolveTemplatesWithBooleanNullNameTest()
04-05-2024 11:03:41:STARTING TEST : resolveTemplatesWithBooleanFalseReturnsTheSameTargetTest()
04-05-2024 11:03:41:#pathParams returned the same traget wehn empty as expected
04-05-2024 11:03:41:FINISHED TEST : resolveTemplatesWithBooleanFalseReturnsTheSameTargetTest()
04-05-2024 11:03:41:STARTING TEST : resolveTemplateWithBooleanTrueThrowsNPEOnNullNameTest()
04-05-2024 11:03:41:NullPointerException has been thrown as expected java.lang.NullPointerException: name is 'null'.
04-05-2024 11:03:41:FINISHED TEST : resolveTemplateWithBooleanTrueThrowsNPEOnNullNameTest()
04-05-2024 11:03:41:STARTING TEST : requestMediaTypeTest()
04-05-2024 11:03:41:Found expected http://cts.tck:888/resource
04-05-2024 11:03:41:Found expected application/atom+xml
04-05-2024 11:03:41:Found expected application/json
04-05-2024 11:03:41:Found expected text/xml
04-05-2024 11:03:41:FINISHED TEST : requestMediaTypeTest()
04-05-2024 11:03:41:STARTING TEST : queryParamThrowsNPEOnNullValueTest()
04-05-2024 11:03:41:NullPointerException has been thrown as expected java.lang.NullPointerException: 'null' value detected for parameter 'param' on index : [0]
04-05-2024 11:03:41:FINISHED TEST : queryParamThrowsNPEOnNullValueTest()
04-05-2024 11:03:41:STARTING TEST : resolveTemplateWithBooleanTrueTest()
04-05-2024 11:03:41:Found expected http://cts.tck:888/resource/%2542%255A%2561%257a%2F%25%2521
04-05-2024 11:03:41:URI http://cts.tck:888/resource/%2542%255A%2561%257a%2F%25%2521 contains given path parameter
04-05-2024 11:03:41:FINISHED TEST : resolveTemplateWithBooleanTrueTest()
04-05-2024 11:03:41:STARTING TEST : resolveTemplateWithBooleanFalseThrowsNPEOnNullValueTest()
04-05-2024 11:03:41:NullPointerException has been thrown as expected java.lang.NullPointerException: value is 'null'.
04-05-2024 11:03:41:FINISHED TEST : resolveTemplateWithBooleanFalseThrowsNPEOnNullValueTest()
04-05-2024 11:03:41:STARTING TEST : resolveTemplatesNullValueTest()
04-05-2024 11:03:41:NullPointerException has been thrown as expected java.lang.NullPointerException: value is 'null'.
04-05-2024 11:03:41:FINISHED TEST : resolveTemplatesNullValueTest()
04-05-2024 11:03:41:STARTING TEST : matrixParamTest()
04-05-2024 11:03:41:Found expected ;matrix=arg1
04-05-2024 11:03:41:Found expected ;matrix=arg2
04-05-2024 11:03:41:Found expected ;matrix=arg3
04-05-2024 11:03:41:URI http://cts.tck:888/resource;matrix=arg1;matrix=arg2;matrix=arg3 contains given matrix params
04-05-2024 11:03:41:FINISHED TEST : matrixParamTest()
04-05-2024 11:03:41:STARTING TEST : resolveTemplateWithBooleanFalseThrowsNPEOnNullNameTest()
04-05-2024 11:03:41:NullPointerException has been thrown as expected java.lang.NullPointerException: name is 'null'.
04-05-2024 11:03:41:FINISHED TEST : resolveTemplateWithBooleanFalseThrowsNPEOnNullNameTest()
04-05-2024 11:03:41:STARTING TEST : queryParamThrowsNPEOnNullNameTest()
04-05-2024 11:03:41:NullPointerException has been thrown as expected java.lang.NullPointerException: name is 'null'.
04-05-2024 11:03:41:FINISHED TEST : queryParamThrowsNPEOnNullNameTest()
04-05-2024 11:03:41:STARTING TEST : requestStringTest()
04-05-2024 11:03:41:Found expected http://cts.tck:888/resource
04-05-2024 11:03:41:Found expected application/atom+xml
04-05-2024 11:03:41:Found expected application/json
04-05-2024 11:03:41:Found expected text/xml
04-05-2024 11:03:41:FINISHED TEST : requestStringTest()
04-05-2024 11:03:41:STARTING TEST : resolveTemplatesFromEncodedTest()
04-05-2024 11:03:41:Found expected http://cts.tck:888/resource/%42%5A%61%7a%2F%25%21
04-05-2024 11:03:41:URI http://cts.tck:888/resource/%42%5A%61%7a%2F%25%21 contains given path parameter
04-05-2024 11:03:41:FINISHED TEST : resolveTemplatesFromEncodedTest()
04-05-2024 11:03:41:STARTING TEST : getUriBuilderIsDetachedTest()
04-05-2024 11:03:41:Found expected http://cts.tck:888/resource
04-05-2024 11:03:41:URI http://cts.tck:888/resource contains http://cts.tck:888/resource
04-05-2024 11:03:41:FINISHED TEST : getUriBuilderIsDetachedTest()
04-05-2024 11:03:41:STARTING TEST : resolveTemplateTest()
04-05-2024 11:03:41:Found expected http://cts.tck:888/resource/lane
04-05-2024 11:03:41:URI http://cts.tck:888/resource/lane contains given path parameter
04-05-2024 11:03:41:FINISHED TEST : resolveTemplateTest()
04-05-2024 11:03:41:STARTING TEST : resolveTemplatesWithBooleanFalseTest()
04-05-2024 11:03:41:Found expected http://cts.tck:888/resource/lane/route66/pavement
04-05-2024 11:03:41:URI http://cts.tck:888/resource/lane/route66/pavement contains given path parameters
04-05-2024 11:03:41:FINISHED TEST : resolveTemplatesWithBooleanFalseTest()
04-05-2024 11:03:41:STARTING TEST : resolveTemplatesReturnsTheSameTargetTest()
04-05-2024 11:03:41:#pathParams returned the same traget wehn empty as expected
04-05-2024 11:03:41:FINISHED TEST : resolveTemplatesReturnsTheSameTargetTest()
04-05-2024 11:03:41:STARTING TEST : getUriTest()
04-05-2024 11:03:41:Found expected http://cts.tck:888/resource
04-05-2024 11:03:41:URI http://cts.tck:888/resource contains http://cts.tck:888/resource
04-05-2024 11:03:41:FINISHED TEST : getUriTest()
04-05-2024 11:03:41:STARTING TEST : resolveTemplatesWithBooleanTrueReturnsTheSameTargetTest()
04-05-2024 11:03:41:#pathParams returned the same traget wehn empty as expected
04-05-2024 11:03:41:FINISHED TEST : resolveTemplatesWithBooleanTrueReturnsTheSameTargetTest()
04-05-2024 11:03:41:STARTING TEST : resolveTemplateThrowsNPEOnNullValueTest()
04-05-2024 11:03:41:NullPointerException has been thrown as expected java.lang.NullPointerException: value is 'null'.
04-05-2024 11:03:41:FINISHED TEST : resolveTemplateThrowsNPEOnNullValueTest()
04-05-2024 11:03:41:STARTING TEST : resolveTemplatesFromEncodedThrowsNPEForNullMapTest()
04-05-2024 11:03:41:NullPointerException has been thrown as expected java.lang.NullPointerException: templateValues is 'null'.
04-05-2024 11:03:41:FINISHED TEST : resolveTemplatesFromEncodedThrowsNPEForNullMapTest()
04-05-2024 11:03:41:STARTING TEST : pathTest()
04-05-2024 11:03:41:Found expected http://cts.tck:888/resource/a/b/c/d/e
04-05-2024 11:03:41:URI http://cts.tck:888/resource/a/b/c/d/e contains given path
04-05-2024 11:03:41:FINISHED TEST : pathTest()
04-05-2024 11:03:41:STARTING TEST : resolveTemplateFromEncodedTest()
04-05-2024 11:03:41:Found expected http://cts.tck:888/resource/%42%5A%61%7a%2F%25%21
04-05-2024 11:03:41:URI http://cts.tck:888/resource/%42%5A%61%7a%2F%25%21 contains given path parameter
04-05-2024 11:03:41:FINISHED TEST : resolveTemplateFromEncodedTest()
04-05-2024 11:03:41:STARTING TEST : resolveTemplatesNullMapTest()
04-05-2024 11:03:41:NullPointerException has been thrown as expected java.lang.NullPointerException: templateValues is 'null'.
04-05-2024 11:03:41:FINISHED TEST : resolveTemplatesNullMapTest()
04-05-2024 11:03:41:STARTING TEST : resolveTemplatesTest()
04-05-2024 11:03:41:Found expected http://cts.tck:888/resource/lane/route66/pavement
04-05-2024 11:03:41:URI http://cts.tck:888/resource/lane/route66/pavement contains given path parameters
04-05-2024 11:03:41:FINISHED TEST : resolveTemplatesTest()
04-05-2024 11:03:41:STARTING TEST : pathThrowsNPEOnNullTest()
04-05-2024 11:03:41:NullPointerException has been thrown as expected java.lang.NullPointerException: path is 'null'.
04-05-2024 11:03:41:FINISHED TEST : pathThrowsNPEOnNullTest()
04-05-2024 11:03:41:STARTING TEST : queryParamTest()
04-05-2024 11:03:41:Found expected http://cts.tck:888/resource?paramName=value1&paramName=value2&paramName=value3
04-05-2024 11:03:41:URI http://cts.tck:888/resource?paramName=value1&paramName=value2&paramName=value3 contains given query parameter
04-05-2024 11:03:41:FINISHED TEST : queryParamTest()
04-05-2024 11:03:41:STARTING TEST : matrixParamThrowsNPEOnSecondArgIsNullTest()
04-05-2024 11:03:41:NullPointerException has been thrown as expected java.lang.NullPointerException: 'null' value detected for parameter 'matrix' on index : [1]
04-05-2024 11:03:41:FINISHED TEST : matrixParamThrowsNPEOnSecondArgIsNullTest()
[INFO] Tests run: 47, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.141 s - in ee.jakarta.tck.ws.rs.api.client.webtarget.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.client.entity.JAXRSClientIT
04-05-2024 11:03:41:STARTING TEST : jsonTest()
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/json
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/json
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/json
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/json
04-05-2024 11:03:41:Found expected stringbuilder
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/json
04-05-2024 11:03:41:Found expected stringbuffer
04-05-2024 11:03:41:FINISHED TEST : jsonTest()
04-05-2024 11:03:41:STARTING TEST : xmlTest()
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/xml
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/xml
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/xml
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/xml
04-05-2024 11:03:41:Found expected stringbuilder
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/xml
04-05-2024 11:03:41:Found expected stringbuffer
04-05-2024 11:03:41:FINISHED TEST : xmlTest()
04-05-2024 11:03:41:STARTING TEST : formFormTest()
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-05-2024 11:03:41:FINISHED TEST : formFormTest()
04-05-2024 11:03:41:STARTING TEST : entityStringTest()
04-05-2024 11:03:41:Found expected entity
04-05-2024 11:03:41:Sucessfully retrieved MediaType */*
04-05-2024 11:03:41:Found expected entity
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/xml
04-05-2024 11:03:41:Found expected entity
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/atom+xml
04-05-2024 11:03:41:Found expected entity
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/xhtml+xml
04-05-2024 11:03:41:Found expected entity
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/svg+xml
04-05-2024 11:03:41:Found expected entity
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/json
04-05-2024 11:03:41:Found expected entity
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-05-2024 11:03:41:Found expected entity
04-05-2024 11:03:41:Sucessfully retrieved MediaType multipart/form-data
04-05-2024 11:03:41:Found expected entity
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/octet-stream
04-05-2024 11:03:41:Found expected entity
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/plain
04-05-2024 11:03:41:Found expected entity
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/xml
04-05-2024 11:03:41:Found expected entity
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/html
04-05-2024 11:03:41:Found expected entity
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/event-stream
04-05-2024 11:03:41:Found expected entity
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/json-patch+json
04-05-2024 11:03:41:FINISHED TEST : entityStringTest()
04-05-2024 11:03:41:STARTING TEST : textTest()
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/plain
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/plain
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/plain
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/plain
04-05-2024 11:03:41:Found expected stringbuilder
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/plain
04-05-2024 11:03:41:Found expected stringbuffer
04-05-2024 11:03:41:FINISHED TEST : textTest()
04-05-2024 11:03:41:STARTING TEST : entityVariantTest()
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType */*
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=UTF-16]
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType */*
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=ISO-8859-2]
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType */*
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=CP1250]
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType */*
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=UTF-16]
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType */*
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=ISO-8859-2]
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType */*
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=CP1250]
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/xml
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=UTF-16]
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/xml
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=ISO-8859-2]
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/xml
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=CP1250]
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/xml
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=UTF-16]
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/xml
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=ISO-8859-2]
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/xml
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=CP1250]
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/atom+xml
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=UTF-16]
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/atom+xml
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=ISO-8859-2]
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/atom+xml
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=CP1250]
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/atom+xml
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=UTF-16]
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/atom+xml
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=ISO-8859-2]
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/atom+xml
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=CP1250]
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/xhtml+xml
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=UTF-16]
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/xhtml+xml
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=ISO-8859-2]
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/xhtml+xml
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=CP1250]
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/xhtml+xml
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=UTF-16]
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/xhtml+xml
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=ISO-8859-2]
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/xhtml+xml
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=CP1250]
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/svg+xml
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=UTF-16]
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/svg+xml
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=ISO-8859-2]
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/svg+xml
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=CP1250]
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/svg+xml
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=UTF-16]
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/svg+xml
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=ISO-8859-2]
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/svg+xml
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=CP1250]
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/json
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=UTF-16]
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/json
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=ISO-8859-2]
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/json
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=CP1250]
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/json
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=UTF-16]
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/json
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=ISO-8859-2]
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/json
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=CP1250]
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=UTF-16]
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=ISO-8859-2]
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=CP1250]
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=UTF-16]
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=ISO-8859-2]
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=CP1250]
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType multipart/form-data
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=UTF-16]
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType multipart/form-data
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=ISO-8859-2]
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType multipart/form-data
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=CP1250]
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType multipart/form-data
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=UTF-16]
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType multipart/form-data
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=ISO-8859-2]
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType multipart/form-data
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=CP1250]
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/octet-stream
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=UTF-16]
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/octet-stream
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=ISO-8859-2]
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/octet-stream
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=CP1250]
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/octet-stream
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=UTF-16]
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/octet-stream
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=ISO-8859-2]
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/octet-stream
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=CP1250]
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/plain
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=UTF-16]
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/plain
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=ISO-8859-2]
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/plain
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=CP1250]
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/plain
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=UTF-16]
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/plain
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=ISO-8859-2]
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/plain
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=CP1250]
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/xml
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=UTF-16]
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/xml
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=ISO-8859-2]
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/xml
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=CP1250]
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/xml
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=UTF-16]
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/xml
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=ISO-8859-2]
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/xml
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=CP1250]
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/html
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=UTF-16]
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/html
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=ISO-8859-2]
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/html
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=CP1250]
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/html
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=UTF-16]
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/html
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=ISO-8859-2]
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/html
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=CP1250]
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/event-stream
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=UTF-16]
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/event-stream
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=ISO-8859-2]
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/event-stream
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=CP1250]
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/event-stream
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=UTF-16]
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/event-stream
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=ISO-8859-2]
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/event-stream
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=CP1250]
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/json-patch+json
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=UTF-16]
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/json-patch+json
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=ISO-8859-2]
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/json-patch+json
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=CP1250]
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/json-patch+json
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=UTF-16]
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/json-patch+json
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=ISO-8859-2]
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/json-patch+json
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=CP1250]
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType */*
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=UTF-16]
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType */*
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=ISO-8859-2]
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType */*
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=CP1250]
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType */*
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=UTF-16]
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType */*
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=ISO-8859-2]
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType */*
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=CP1250]
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/xml
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=UTF-16]
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/xml
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=ISO-8859-2]
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/xml
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=CP1250]
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/xml
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=UTF-16]
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/xml
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=ISO-8859-2]
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/xml
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=CP1250]
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/atom+xml
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=UTF-16]
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/atom+xml
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=ISO-8859-2]
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/atom+xml
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=CP1250]
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/atom+xml
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=UTF-16]
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/atom+xml
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=ISO-8859-2]
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/atom+xml
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=CP1250]
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/xhtml+xml
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=UTF-16]
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/xhtml+xml
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=ISO-8859-2]
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/xhtml+xml
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=CP1250]
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/xhtml+xml
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=UTF-16]
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/xhtml+xml
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=ISO-8859-2]
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/xhtml+xml
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=CP1250]
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/svg+xml
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=UTF-16]
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/svg+xml
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=ISO-8859-2]
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/svg+xml
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=CP1250]
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/svg+xml
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=UTF-16]
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/svg+xml
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=ISO-8859-2]
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/svg+xml
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=CP1250]
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/json
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=UTF-16]
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/json
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=ISO-8859-2]
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/json
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=CP1250]
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/json
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=UTF-16]
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/json
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=ISO-8859-2]
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/json
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=CP1250]
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=UTF-16]
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=ISO-8859-2]
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=CP1250]
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=UTF-16]
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=ISO-8859-2]
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=CP1250]
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType multipart/form-data
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=UTF-16]
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType multipart/form-data
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=ISO-8859-2]
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType multipart/form-data
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=CP1250]
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType multipart/form-data
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=UTF-16]
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType multipart/form-data
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=ISO-8859-2]
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType multipart/form-data
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=CP1250]
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/octet-stream
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=UTF-16]
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/octet-stream
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=ISO-8859-2]
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/octet-stream
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=CP1250]
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/octet-stream
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=UTF-16]
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/octet-stream
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=ISO-8859-2]
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/octet-stream
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=CP1250]
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/plain
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=UTF-16]
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/plain
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=ISO-8859-2]
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/plain
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=CP1250]
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/plain
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=UTF-16]
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/plain
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=ISO-8859-2]
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/plain
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=CP1250]
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/xml
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=UTF-16]
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/xml
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=ISO-8859-2]
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/xml
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=CP1250]
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/xml
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=UTF-16]
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/xml
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=ISO-8859-2]
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/xml
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=CP1250]
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/html
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=UTF-16]
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/html
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=ISO-8859-2]
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/html
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=CP1250]
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/html
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=UTF-16]
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/html
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=ISO-8859-2]
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/html
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=CP1250]
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/event-stream
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=UTF-16]
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/event-stream
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=ISO-8859-2]
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/event-stream
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=CP1250]
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/event-stream
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=UTF-16]
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/event-stream
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=ISO-8859-2]
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/event-stream
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=CP1250]
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/json-patch+json
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=UTF-16]
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/json-patch+json
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=ISO-8859-2]
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/json-patch+json
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=CP1250]
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/json-patch+json
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=UTF-16]
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/json-patch+json
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=ISO-8859-2]
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/json-patch+json
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=CP1250]
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType */*
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=UTF-16]
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType */*
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=ISO-8859-2]
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType */*
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=CP1250]
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType */*
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=UTF-16]
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType */*
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=ISO-8859-2]
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType */*
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=CP1250]
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/xml
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=UTF-16]
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/xml
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=ISO-8859-2]
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/xml
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=CP1250]
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/xml
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=UTF-16]
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/xml
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=ISO-8859-2]
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/xml
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=CP1250]
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/atom+xml
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=UTF-16]
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/atom+xml
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=ISO-8859-2]
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/atom+xml
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=CP1250]
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/atom+xml
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=UTF-16]
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/atom+xml
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=ISO-8859-2]
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/atom+xml
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=CP1250]
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/xhtml+xml
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=UTF-16]
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/xhtml+xml
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=ISO-8859-2]
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/xhtml+xml
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=CP1250]
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/xhtml+xml
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=UTF-16]
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/xhtml+xml
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=ISO-8859-2]
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/xhtml+xml
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=CP1250]
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/svg+xml
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=UTF-16]
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/svg+xml
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=ISO-8859-2]
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/svg+xml
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=CP1250]
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/svg+xml
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=UTF-16]
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/svg+xml
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=ISO-8859-2]
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/svg+xml
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=CP1250]
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/json
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=UTF-16]
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/json
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=ISO-8859-2]
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/json
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=CP1250]
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/json
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=UTF-16]
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/json
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=ISO-8859-2]
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/json
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=CP1250]
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=UTF-16]
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=ISO-8859-2]
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=CP1250]
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=UTF-16]
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=ISO-8859-2]
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=CP1250]
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType multipart/form-data
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=UTF-16]
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType multipart/form-data
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=ISO-8859-2]
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType multipart/form-data
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=CP1250]
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType multipart/form-data
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=UTF-16]
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType multipart/form-data
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=ISO-8859-2]
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType multipart/form-data
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=CP1250]
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/octet-stream
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=UTF-16]
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/octet-stream
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=ISO-8859-2]
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/octet-stream
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=CP1250]
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/octet-stream
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=UTF-16]
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/octet-stream
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=ISO-8859-2]
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/octet-stream
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=CP1250]
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/plain
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=UTF-16]
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/plain
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=ISO-8859-2]
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/plain
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=CP1250]
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/plain
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=UTF-16]
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/plain
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=ISO-8859-2]
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/plain
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=CP1250]
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/xml
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=UTF-16]
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/xml
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=ISO-8859-2]
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/xml
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=CP1250]
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/xml
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=UTF-16]
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/xml
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=ISO-8859-2]
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/xml
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=CP1250]
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/html
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=UTF-16]
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/html
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=ISO-8859-2]
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/html
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=CP1250]
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/html
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=UTF-16]
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/html
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=ISO-8859-2]
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/html
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=CP1250]
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/event-stream
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=UTF-16]
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/event-stream
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=ISO-8859-2]
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/event-stream
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=CP1250]
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/event-stream
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=UTF-16]
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/event-stream
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=ISO-8859-2]
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/event-stream
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=CP1250]
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/json-patch+json
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=UTF-16]
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/json-patch+json
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=ISO-8859-2]
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/json-patch+json
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=CP1250]
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/json-patch+json
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=UTF-16]
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/json-patch+json
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=ISO-8859-2]
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/json-patch+json
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=CP1250]
04-05-2024 11:03:41:Found expected stringbuilder
04-05-2024 11:03:41:Sucessfully retrieved MediaType */*
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=UTF-16]
04-05-2024 11:03:41:Found expected stringbuilder
04-05-2024 11:03:41:Sucessfully retrieved MediaType */*
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=ISO-8859-2]
04-05-2024 11:03:41:Found expected stringbuilder
04-05-2024 11:03:41:Sucessfully retrieved MediaType */*
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=CP1250]
04-05-2024 11:03:41:Found expected stringbuilder
04-05-2024 11:03:41:Sucessfully retrieved MediaType */*
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=UTF-16]
04-05-2024 11:03:41:Found expected stringbuilder
04-05-2024 11:03:41:Sucessfully retrieved MediaType */*
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=ISO-8859-2]
04-05-2024 11:03:41:Found expected stringbuilder
04-05-2024 11:03:41:Sucessfully retrieved MediaType */*
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=CP1250]
04-05-2024 11:03:41:Found expected stringbuilder
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/xml
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=UTF-16]
04-05-2024 11:03:41:Found expected stringbuilder
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/xml
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=ISO-8859-2]
04-05-2024 11:03:41:Found expected stringbuilder
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/xml
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=CP1250]
04-05-2024 11:03:41:Found expected stringbuilder
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/xml
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=UTF-16]
04-05-2024 11:03:41:Found expected stringbuilder
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/xml
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=ISO-8859-2]
04-05-2024 11:03:41:Found expected stringbuilder
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/xml
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=CP1250]
04-05-2024 11:03:41:Found expected stringbuilder
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/atom+xml
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=UTF-16]
04-05-2024 11:03:41:Found expected stringbuilder
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/atom+xml
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=ISO-8859-2]
04-05-2024 11:03:41:Found expected stringbuilder
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/atom+xml
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=CP1250]
04-05-2024 11:03:41:Found expected stringbuilder
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/atom+xml
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=UTF-16]
04-05-2024 11:03:41:Found expected stringbuilder
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/atom+xml
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=ISO-8859-2]
04-05-2024 11:03:41:Found expected stringbuilder
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/atom+xml
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=CP1250]
04-05-2024 11:03:41:Found expected stringbuilder
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/xhtml+xml
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=UTF-16]
04-05-2024 11:03:41:Found expected stringbuilder
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/xhtml+xml
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=ISO-8859-2]
04-05-2024 11:03:41:Found expected stringbuilder
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/xhtml+xml
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=CP1250]
04-05-2024 11:03:41:Found expected stringbuilder
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/xhtml+xml
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=UTF-16]
04-05-2024 11:03:41:Found expected stringbuilder
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/xhtml+xml
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=ISO-8859-2]
04-05-2024 11:03:41:Found expected stringbuilder
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/xhtml+xml
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=CP1250]
04-05-2024 11:03:41:Found expected stringbuilder
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/svg+xml
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=UTF-16]
04-05-2024 11:03:41:Found expected stringbuilder
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/svg+xml
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=ISO-8859-2]
04-05-2024 11:03:41:Found expected stringbuilder
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/svg+xml
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=CP1250]
04-05-2024 11:03:41:Found expected stringbuilder
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/svg+xml
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=UTF-16]
04-05-2024 11:03:41:Found expected stringbuilder
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/svg+xml
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=ISO-8859-2]
04-05-2024 11:03:41:Found expected stringbuilder
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/svg+xml
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=CP1250]
04-05-2024 11:03:41:Found expected stringbuilder
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/json
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=UTF-16]
04-05-2024 11:03:41:Found expected stringbuilder
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/json
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=ISO-8859-2]
04-05-2024 11:03:41:Found expected stringbuilder
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/json
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=CP1250]
04-05-2024 11:03:41:Found expected stringbuilder
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/json
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=UTF-16]
04-05-2024 11:03:41:Found expected stringbuilder
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/json
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=ISO-8859-2]
04-05-2024 11:03:41:Found expected stringbuilder
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/json
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=CP1250]
04-05-2024 11:03:41:Found expected stringbuilder
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=UTF-16]
04-05-2024 11:03:41:Found expected stringbuilder
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=ISO-8859-2]
04-05-2024 11:03:41:Found expected stringbuilder
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=CP1250]
04-05-2024 11:03:41:Found expected stringbuilder
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=UTF-16]
04-05-2024 11:03:41:Found expected stringbuilder
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=ISO-8859-2]
04-05-2024 11:03:41:Found expected stringbuilder
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=CP1250]
04-05-2024 11:03:41:Found expected stringbuilder
04-05-2024 11:03:41:Sucessfully retrieved MediaType multipart/form-data
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=UTF-16]
04-05-2024 11:03:41:Found expected stringbuilder
04-05-2024 11:03:41:Sucessfully retrieved MediaType multipart/form-data
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=ISO-8859-2]
04-05-2024 11:03:41:Found expected stringbuilder
04-05-2024 11:03:41:Sucessfully retrieved MediaType multipart/form-data
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=CP1250]
04-05-2024 11:03:41:Found expected stringbuilder
04-05-2024 11:03:41:Sucessfully retrieved MediaType multipart/form-data
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=UTF-16]
04-05-2024 11:03:41:Found expected stringbuilder
04-05-2024 11:03:41:Sucessfully retrieved MediaType multipart/form-data
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=ISO-8859-2]
04-05-2024 11:03:41:Found expected stringbuilder
04-05-2024 11:03:41:Sucessfully retrieved MediaType multipart/form-data
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=CP1250]
04-05-2024 11:03:41:Found expected stringbuilder
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/octet-stream
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=UTF-16]
04-05-2024 11:03:41:Found expected stringbuilder
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/octet-stream
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=ISO-8859-2]
04-05-2024 11:03:41:Found expected stringbuilder
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/octet-stream
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=CP1250]
04-05-2024 11:03:41:Found expected stringbuilder
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/octet-stream
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=UTF-16]
04-05-2024 11:03:41:Found expected stringbuilder
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/octet-stream
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=ISO-8859-2]
04-05-2024 11:03:41:Found expected stringbuilder
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/octet-stream
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=CP1250]
04-05-2024 11:03:41:Found expected stringbuilder
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/plain
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=UTF-16]
04-05-2024 11:03:41:Found expected stringbuilder
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/plain
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=ISO-8859-2]
04-05-2024 11:03:41:Found expected stringbuilder
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/plain
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=CP1250]
04-05-2024 11:03:41:Found expected stringbuilder
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/plain
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=UTF-16]
04-05-2024 11:03:41:Found expected stringbuilder
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/plain
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=ISO-8859-2]
04-05-2024 11:03:41:Found expected stringbuilder
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/plain
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=CP1250]
04-05-2024 11:03:41:Found expected stringbuilder
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/xml
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=UTF-16]
04-05-2024 11:03:41:Found expected stringbuilder
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/xml
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=ISO-8859-2]
04-05-2024 11:03:41:Found expected stringbuilder
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/xml
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=CP1250]
04-05-2024 11:03:41:Found expected stringbuilder
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/xml
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=UTF-16]
04-05-2024 11:03:41:Found expected stringbuilder
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/xml
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=ISO-8859-2]
04-05-2024 11:03:41:Found expected stringbuilder
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/xml
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=CP1250]
04-05-2024 11:03:41:Found expected stringbuilder
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/html
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=UTF-16]
04-05-2024 11:03:41:Found expected stringbuilder
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/html
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=ISO-8859-2]
04-05-2024 11:03:41:Found expected stringbuilder
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/html
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=CP1250]
04-05-2024 11:03:41:Found expected stringbuilder
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/html
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=UTF-16]
04-05-2024 11:03:41:Found expected stringbuilder
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/html
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=ISO-8859-2]
04-05-2024 11:03:41:Found expected stringbuilder
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/html
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=CP1250]
04-05-2024 11:03:41:Found expected stringbuilder
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/event-stream
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=UTF-16]
04-05-2024 11:03:41:Found expected stringbuilder
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/event-stream
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=ISO-8859-2]
04-05-2024 11:03:41:Found expected stringbuilder
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/event-stream
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=CP1250]
04-05-2024 11:03:41:Found expected stringbuilder
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/event-stream
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=UTF-16]
04-05-2024 11:03:41:Found expected stringbuilder
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/event-stream
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=ISO-8859-2]
04-05-2024 11:03:41:Found expected stringbuilder
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/event-stream
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=CP1250]
04-05-2024 11:03:41:Found expected stringbuilder
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/json-patch+json
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=UTF-16]
04-05-2024 11:03:41:Found expected stringbuilder
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/json-patch+json
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=ISO-8859-2]
04-05-2024 11:03:41:Found expected stringbuilder
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/json-patch+json
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=CP1250]
04-05-2024 11:03:41:Found expected stringbuilder
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/json-patch+json
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=UTF-16]
04-05-2024 11:03:41:Found expected stringbuilder
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/json-patch+json
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=ISO-8859-2]
04-05-2024 11:03:41:Found expected stringbuilder
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/json-patch+json
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=CP1250]
04-05-2024 11:03:41:Found expected stringbuffer
04-05-2024 11:03:41:Sucessfully retrieved MediaType */*
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=UTF-16]
04-05-2024 11:03:41:Found expected stringbuffer
04-05-2024 11:03:41:Sucessfully retrieved MediaType */*
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=ISO-8859-2]
04-05-2024 11:03:41:Found expected stringbuffer
04-05-2024 11:03:41:Sucessfully retrieved MediaType */*
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=CP1250]
04-05-2024 11:03:41:Found expected stringbuffer
04-05-2024 11:03:41:Sucessfully retrieved MediaType */*
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=UTF-16]
04-05-2024 11:03:41:Found expected stringbuffer
04-05-2024 11:03:41:Sucessfully retrieved MediaType */*
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=ISO-8859-2]
04-05-2024 11:03:41:Found expected stringbuffer
04-05-2024 11:03:41:Sucessfully retrieved MediaType */*
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=CP1250]
04-05-2024 11:03:41:Found expected stringbuffer
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/xml
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=UTF-16]
04-05-2024 11:03:41:Found expected stringbuffer
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/xml
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=ISO-8859-2]
04-05-2024 11:03:41:Found expected stringbuffer
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/xml
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=CP1250]
04-05-2024 11:03:41:Found expected stringbuffer
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/xml
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=UTF-16]
04-05-2024 11:03:41:Found expected stringbuffer
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/xml
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=ISO-8859-2]
04-05-2024 11:03:41:Found expected stringbuffer
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/xml
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=CP1250]
04-05-2024 11:03:41:Found expected stringbuffer
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/atom+xml
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=UTF-16]
04-05-2024 11:03:41:Found expected stringbuffer
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/atom+xml
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=ISO-8859-2]
04-05-2024 11:03:41:Found expected stringbuffer
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/atom+xml
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=CP1250]
04-05-2024 11:03:41:Found expected stringbuffer
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/atom+xml
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=UTF-16]
04-05-2024 11:03:41:Found expected stringbuffer
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/atom+xml
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=ISO-8859-2]
04-05-2024 11:03:41:Found expected stringbuffer
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/atom+xml
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=CP1250]
04-05-2024 11:03:41:Found expected stringbuffer
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/xhtml+xml
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=UTF-16]
04-05-2024 11:03:41:Found expected stringbuffer
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/xhtml+xml
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=ISO-8859-2]
04-05-2024 11:03:41:Found expected stringbuffer
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/xhtml+xml
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=CP1250]
04-05-2024 11:03:41:Found expected stringbuffer
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/xhtml+xml
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=UTF-16]
04-05-2024 11:03:41:Found expected stringbuffer
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/xhtml+xml
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=ISO-8859-2]
04-05-2024 11:03:41:Found expected stringbuffer
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/xhtml+xml
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=CP1250]
04-05-2024 11:03:41:Found expected stringbuffer
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/svg+xml
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=UTF-16]
04-05-2024 11:03:41:Found expected stringbuffer
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/svg+xml
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=ISO-8859-2]
04-05-2024 11:03:41:Found expected stringbuffer
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/svg+xml
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=CP1250]
04-05-2024 11:03:41:Found expected stringbuffer
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/svg+xml
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=UTF-16]
04-05-2024 11:03:41:Found expected stringbuffer
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/svg+xml
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=ISO-8859-2]
04-05-2024 11:03:41:Found expected stringbuffer
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/svg+xml
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=CP1250]
04-05-2024 11:03:41:Found expected stringbuffer
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/json
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=UTF-16]
04-05-2024 11:03:41:Found expected stringbuffer
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/json
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=ISO-8859-2]
04-05-2024 11:03:41:Found expected stringbuffer
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/json
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=CP1250]
04-05-2024 11:03:41:Found expected stringbuffer
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/json
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=UTF-16]
04-05-2024 11:03:41:Found expected stringbuffer
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/json
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=ISO-8859-2]
04-05-2024 11:03:41:Found expected stringbuffer
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/json
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=CP1250]
04-05-2024 11:03:41:Found expected stringbuffer
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=UTF-16]
04-05-2024 11:03:41:Found expected stringbuffer
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=ISO-8859-2]
04-05-2024 11:03:41:Found expected stringbuffer
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=CP1250]
04-05-2024 11:03:41:Found expected stringbuffer
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=UTF-16]
04-05-2024 11:03:41:Found expected stringbuffer
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=ISO-8859-2]
04-05-2024 11:03:41:Found expected stringbuffer
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=CP1250]
04-05-2024 11:03:41:Found expected stringbuffer
04-05-2024 11:03:41:Sucessfully retrieved MediaType multipart/form-data
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=UTF-16]
04-05-2024 11:03:41:Found expected stringbuffer
04-05-2024 11:03:41:Sucessfully retrieved MediaType multipart/form-data
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=ISO-8859-2]
04-05-2024 11:03:41:Found expected stringbuffer
04-05-2024 11:03:41:Sucessfully retrieved MediaType multipart/form-data
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=CP1250]
04-05-2024 11:03:41:Found expected stringbuffer
04-05-2024 11:03:41:Sucessfully retrieved MediaType multipart/form-data
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=UTF-16]
04-05-2024 11:03:41:Found expected stringbuffer
04-05-2024 11:03:41:Sucessfully retrieved MediaType multipart/form-data
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=ISO-8859-2]
04-05-2024 11:03:41:Found expected stringbuffer
04-05-2024 11:03:41:Sucessfully retrieved MediaType multipart/form-data
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=CP1250]
04-05-2024 11:03:41:Found expected stringbuffer
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/octet-stream
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=UTF-16]
04-05-2024 11:03:41:Found expected stringbuffer
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/octet-stream
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=ISO-8859-2]
04-05-2024 11:03:41:Found expected stringbuffer
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/octet-stream
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=CP1250]
04-05-2024 11:03:41:Found expected stringbuffer
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/octet-stream
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=UTF-16]
04-05-2024 11:03:41:Found expected stringbuffer
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/octet-stream
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=ISO-8859-2]
04-05-2024 11:03:41:Found expected stringbuffer
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/octet-stream
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=CP1250]
04-05-2024 11:03:41:Found expected stringbuffer
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/plain
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=UTF-16]
04-05-2024 11:03:41:Found expected stringbuffer
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/plain
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=ISO-8859-2]
04-05-2024 11:03:41:Found expected stringbuffer
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/plain
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=CP1250]
04-05-2024 11:03:41:Found expected stringbuffer
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/plain
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=UTF-16]
04-05-2024 11:03:41:Found expected stringbuffer
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/plain
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=ISO-8859-2]
04-05-2024 11:03:41:Found expected stringbuffer
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/plain
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=CP1250]
04-05-2024 11:03:41:Found expected stringbuffer
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/xml
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=UTF-16]
04-05-2024 11:03:41:Found expected stringbuffer
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/xml
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=ISO-8859-2]
04-05-2024 11:03:41:Found expected stringbuffer
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/xml
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=CP1250]
04-05-2024 11:03:41:Found expected stringbuffer
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/xml
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=UTF-16]
04-05-2024 11:03:41:Found expected stringbuffer
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/xml
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=ISO-8859-2]
04-05-2024 11:03:41:Found expected stringbuffer
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/xml
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=CP1250]
04-05-2024 11:03:41:Found expected stringbuffer
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/html
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=UTF-16]
04-05-2024 11:03:41:Found expected stringbuffer
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/html
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=ISO-8859-2]
04-05-2024 11:03:41:Found expected stringbuffer
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/html
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=CP1250]
04-05-2024 11:03:41:Found expected stringbuffer
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/html
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=UTF-16]
04-05-2024 11:03:41:Found expected stringbuffer
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/html
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=ISO-8859-2]
04-05-2024 11:03:41:Found expected stringbuffer
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/html
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=CP1250]
04-05-2024 11:03:41:Found expected stringbuffer
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/event-stream
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=UTF-16]
04-05-2024 11:03:41:Found expected stringbuffer
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/event-stream
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=ISO-8859-2]
04-05-2024 11:03:41:Found expected stringbuffer
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/event-stream
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=CP1250]
04-05-2024 11:03:41:Found expected stringbuffer
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/event-stream
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=UTF-16]
04-05-2024 11:03:41:Found expected stringbuffer
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/event-stream
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=ISO-8859-2]
04-05-2024 11:03:41:Found expected stringbuffer
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/event-stream
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=CP1250]
04-05-2024 11:03:41:Found expected stringbuffer
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/json-patch+json
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=UTF-16]
04-05-2024 11:03:41:Found expected stringbuffer
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/json-patch+json
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=ISO-8859-2]
04-05-2024 11:03:41:Found expected stringbuffer
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/json-patch+json
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=CP1250]
04-05-2024 11:03:41:Found expected stringbuffer
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/json-patch+json
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=UTF-16]
04-05-2024 11:03:41:Found expected stringbuffer
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/json-patch+json
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=ISO-8859-2]
04-05-2024 11:03:41:Found expected stringbuffer
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/json-patch+json
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=CP1250]
04-05-2024 11:03:41:FINISHED TEST : entityVariantTest()
04-05-2024 11:03:41:STARTING TEST : entityMediaTypeAnnotationsDifferentEntitiesTest()
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType */*
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType */*
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType */*
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:Found expected stringbuilder
04-05-2024 11:03:41:Sucessfully retrieved MediaType */*
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:Found expected stringbuffer
04-05-2024 11:03:41:Sucessfully retrieved MediaType */*
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:FINISHED TEST : entityMediaTypeAnnotationsDifferentEntitiesTest()
04-05-2024 11:03:41:STARTING TEST : entityStringGetEntityTest()
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Found expected stringbuilder
04-05-2024 11:03:41:Found expected stringbuffer
04-05-2024 11:03:41:FINISHED TEST : entityStringGetEntityTest()
04-05-2024 11:03:41:STARTING TEST : htmlTest()
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/html
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/html
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/html
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/html
04-05-2024 11:03:41:Found expected stringbuilder
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/html
04-05-2024 11:03:41:Found expected stringbuffer
04-05-2024 11:03:41:FINISHED TEST : htmlTest()
04-05-2024 11:03:41:STARTING TEST : entityVariantAnnotationsTest()
04-05-2024 11:03:41:string */* fr UTF-16
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType */*
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=UTF-16]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:string */* fr ISO-8859-2
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType */*
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=ISO-8859-2]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:string */* fr CP1250
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType */*
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=CP1250]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:string */* de UTF-16
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType */*
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=UTF-16]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:string */* de ISO-8859-2
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType */*
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=ISO-8859-2]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:string */* de CP1250
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType */*
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=CP1250]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:string application/xml fr UTF-16
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/xml
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=UTF-16]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:string application/xml fr ISO-8859-2
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/xml
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=ISO-8859-2]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:string application/xml fr CP1250
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/xml
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=CP1250]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:string application/xml de UTF-16
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/xml
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=UTF-16]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:string application/xml de ISO-8859-2
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/xml
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=ISO-8859-2]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:string application/xml de CP1250
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/xml
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=CP1250]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:string application/atom+xml fr UTF-16
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/atom+xml
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=UTF-16]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:string application/atom+xml fr ISO-8859-2
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/atom+xml
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=ISO-8859-2]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:string application/atom+xml fr CP1250
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/atom+xml
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=CP1250]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:string application/atom+xml de UTF-16
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/atom+xml
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=UTF-16]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:string application/atom+xml de ISO-8859-2
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/atom+xml
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=ISO-8859-2]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:string application/atom+xml de CP1250
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/atom+xml
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=CP1250]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:string application/xhtml+xml fr UTF-16
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/xhtml+xml
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=UTF-16]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:string application/xhtml+xml fr ISO-8859-2
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/xhtml+xml
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=ISO-8859-2]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:string application/xhtml+xml fr CP1250
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/xhtml+xml
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=CP1250]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:string application/xhtml+xml de UTF-16
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/xhtml+xml
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=UTF-16]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:string application/xhtml+xml de ISO-8859-2
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/xhtml+xml
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=ISO-8859-2]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:string application/xhtml+xml de CP1250
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/xhtml+xml
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=CP1250]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:string application/svg+xml fr UTF-16
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/svg+xml
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=UTF-16]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:string application/svg+xml fr ISO-8859-2
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/svg+xml
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=ISO-8859-2]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:string application/svg+xml fr CP1250
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/svg+xml
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=CP1250]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:string application/svg+xml de UTF-16
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/svg+xml
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=UTF-16]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:string application/svg+xml de ISO-8859-2
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/svg+xml
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=ISO-8859-2]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:string application/svg+xml de CP1250
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/svg+xml
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=CP1250]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:string application/json fr UTF-16
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/json
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=UTF-16]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:string application/json fr ISO-8859-2
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/json
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=ISO-8859-2]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:string application/json fr CP1250
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/json
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=CP1250]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:string application/json de UTF-16
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/json
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=UTF-16]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:string application/json de ISO-8859-2
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/json
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=ISO-8859-2]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:string application/json de CP1250
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/json
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=CP1250]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:string application/x-www-form-urlencoded fr UTF-16
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=UTF-16]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:string application/x-www-form-urlencoded fr ISO-8859-2
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=ISO-8859-2]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:string application/x-www-form-urlencoded fr CP1250
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=CP1250]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:string application/x-www-form-urlencoded de UTF-16
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=UTF-16]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:string application/x-www-form-urlencoded de ISO-8859-2
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=ISO-8859-2]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:string application/x-www-form-urlencoded de CP1250
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=CP1250]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:string multipart/form-data fr UTF-16
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType multipart/form-data
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=UTF-16]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:string multipart/form-data fr ISO-8859-2
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType multipart/form-data
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=ISO-8859-2]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:string multipart/form-data fr CP1250
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType multipart/form-data
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=CP1250]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:string multipart/form-data de UTF-16
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType multipart/form-data
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=UTF-16]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:string multipart/form-data de ISO-8859-2
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType multipart/form-data
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=ISO-8859-2]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:string multipart/form-data de CP1250
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType multipart/form-data
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=CP1250]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:string application/octet-stream fr UTF-16
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/octet-stream
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=UTF-16]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:string application/octet-stream fr ISO-8859-2
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/octet-stream
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=ISO-8859-2]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:string application/octet-stream fr CP1250
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/octet-stream
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=CP1250]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:string application/octet-stream de UTF-16
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/octet-stream
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=UTF-16]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:string application/octet-stream de ISO-8859-2
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/octet-stream
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=ISO-8859-2]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:string application/octet-stream de CP1250
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/octet-stream
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=CP1250]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:string text/plain fr UTF-16
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/plain
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=UTF-16]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:string text/plain fr ISO-8859-2
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/plain
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=ISO-8859-2]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:string text/plain fr CP1250
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/plain
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=CP1250]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:string text/plain de UTF-16
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/plain
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=UTF-16]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:string text/plain de ISO-8859-2
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/plain
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=ISO-8859-2]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:string text/plain de CP1250
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/plain
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=CP1250]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:string text/xml fr UTF-16
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/xml
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=UTF-16]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:string text/xml fr ISO-8859-2
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/xml
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=ISO-8859-2]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:string text/xml fr CP1250
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/xml
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=CP1250]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:string text/xml de UTF-16
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/xml
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=UTF-16]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:string text/xml de ISO-8859-2
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/xml
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=ISO-8859-2]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:string text/xml de CP1250
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/xml
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=CP1250]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:string text/html fr UTF-16
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/html
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=UTF-16]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:string text/html fr ISO-8859-2
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/html
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=ISO-8859-2]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:string text/html fr CP1250
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/html
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=CP1250]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:string text/html de UTF-16
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/html
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=UTF-16]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:string text/html de ISO-8859-2
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/html
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=ISO-8859-2]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:string text/html de CP1250
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/html
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=CP1250]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:string text/event-stream fr UTF-16
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/event-stream
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=UTF-16]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:string text/event-stream fr ISO-8859-2
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/event-stream
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=ISO-8859-2]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:string text/event-stream fr CP1250
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/event-stream
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=CP1250]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:string text/event-stream de UTF-16
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/event-stream
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=UTF-16]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:string text/event-stream de ISO-8859-2
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/event-stream
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=ISO-8859-2]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:string text/event-stream de CP1250
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/event-stream
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=CP1250]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:string application/json-patch+json fr UTF-16
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/json-patch+json
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=UTF-16]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:string application/json-patch+json fr ISO-8859-2
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/json-patch+json
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=ISO-8859-2]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:string application/json-patch+json fr CP1250
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/json-patch+json
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=CP1250]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:string application/json-patch+json de UTF-16
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/json-patch+json
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=UTF-16]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:string application/json-patch+json de ISO-8859-2
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/json-patch+json
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=ISO-8859-2]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:string application/json-patch+json de CP1250
04-05-2024 11:03:41:Found expected string
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/json-patch+json
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=CP1250]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:inputstream */* fr UTF-16
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType */*
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=UTF-16]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:inputstream */* fr ISO-8859-2
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType */*
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=ISO-8859-2]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:inputstream */* fr CP1250
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType */*
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=CP1250]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:inputstream */* de UTF-16
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType */*
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=UTF-16]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:inputstream */* de ISO-8859-2
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType */*
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=ISO-8859-2]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:inputstream */* de CP1250
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType */*
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=CP1250]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:inputstream application/xml fr UTF-16
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/xml
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=UTF-16]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:inputstream application/xml fr ISO-8859-2
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/xml
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=ISO-8859-2]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:inputstream application/xml fr CP1250
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/xml
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=CP1250]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:inputstream application/xml de UTF-16
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/xml
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=UTF-16]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:inputstream application/xml de ISO-8859-2
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/xml
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=ISO-8859-2]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:inputstream application/xml de CP1250
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/xml
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=CP1250]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:inputstream application/atom+xml fr UTF-16
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/atom+xml
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=UTF-16]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:inputstream application/atom+xml fr ISO-8859-2
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/atom+xml
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=ISO-8859-2]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:inputstream application/atom+xml fr CP1250
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/atom+xml
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=CP1250]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:inputstream application/atom+xml de UTF-16
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/atom+xml
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=UTF-16]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:inputstream application/atom+xml de ISO-8859-2
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/atom+xml
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=ISO-8859-2]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:inputstream application/atom+xml de CP1250
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/atom+xml
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=CP1250]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:inputstream application/xhtml+xml fr UTF-16
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/xhtml+xml
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=UTF-16]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:inputstream application/xhtml+xml fr ISO-8859-2
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/xhtml+xml
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=ISO-8859-2]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:inputstream application/xhtml+xml fr CP1250
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/xhtml+xml
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=CP1250]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:inputstream application/xhtml+xml de UTF-16
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/xhtml+xml
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=UTF-16]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:inputstream application/xhtml+xml de ISO-8859-2
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/xhtml+xml
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=ISO-8859-2]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:inputstream application/xhtml+xml de CP1250
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/xhtml+xml
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=CP1250]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:inputstream application/svg+xml fr UTF-16
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/svg+xml
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=UTF-16]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:inputstream application/svg+xml fr ISO-8859-2
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/svg+xml
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=ISO-8859-2]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:inputstream application/svg+xml fr CP1250
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/svg+xml
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=CP1250]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:inputstream application/svg+xml de UTF-16
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/svg+xml
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=UTF-16]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:inputstream application/svg+xml de ISO-8859-2
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/svg+xml
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=ISO-8859-2]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:inputstream application/svg+xml de CP1250
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/svg+xml
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=CP1250]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:inputstream application/json fr UTF-16
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/json
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=UTF-16]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:inputstream application/json fr ISO-8859-2
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/json
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=ISO-8859-2]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:inputstream application/json fr CP1250
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/json
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=CP1250]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:inputstream application/json de UTF-16
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/json
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=UTF-16]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:inputstream application/json de ISO-8859-2
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/json
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=ISO-8859-2]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:inputstream application/json de CP1250
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/json
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=CP1250]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:inputstream application/x-www-form-urlencoded fr UTF-16
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=UTF-16]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:inputstream application/x-www-form-urlencoded fr ISO-8859-2
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=ISO-8859-2]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:inputstream application/x-www-form-urlencoded fr CP1250
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=CP1250]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:inputstream application/x-www-form-urlencoded de UTF-16
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=UTF-16]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:inputstream application/x-www-form-urlencoded de ISO-8859-2
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=ISO-8859-2]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:inputstream application/x-www-form-urlencoded de CP1250
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=CP1250]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:inputstream multipart/form-data fr UTF-16
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType multipart/form-data
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=UTF-16]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:inputstream multipart/form-data fr ISO-8859-2
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType multipart/form-data
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=ISO-8859-2]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:inputstream multipart/form-data fr CP1250
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType multipart/form-data
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=CP1250]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:inputstream multipart/form-data de UTF-16
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType multipart/form-data
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=UTF-16]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:inputstream multipart/form-data de ISO-8859-2
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType multipart/form-data
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=ISO-8859-2]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:inputstream multipart/form-data de CP1250
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType multipart/form-data
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=CP1250]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:inputstream application/octet-stream fr UTF-16
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/octet-stream
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=UTF-16]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:inputstream application/octet-stream fr ISO-8859-2
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/octet-stream
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=ISO-8859-2]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:inputstream application/octet-stream fr CP1250
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/octet-stream
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=CP1250]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:inputstream application/octet-stream de UTF-16
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/octet-stream
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=UTF-16]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:inputstream application/octet-stream de ISO-8859-2
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/octet-stream
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=ISO-8859-2]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:inputstream application/octet-stream de CP1250
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/octet-stream
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=CP1250]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:inputstream text/plain fr UTF-16
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/plain
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=UTF-16]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:inputstream text/plain fr ISO-8859-2
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/plain
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=ISO-8859-2]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:inputstream text/plain fr CP1250
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/plain
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=CP1250]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:inputstream text/plain de UTF-16
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/plain
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=UTF-16]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:inputstream text/plain de ISO-8859-2
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/plain
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=ISO-8859-2]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:inputstream text/plain de CP1250
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/plain
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=CP1250]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:inputstream text/xml fr UTF-16
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/xml
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=UTF-16]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:inputstream text/xml fr ISO-8859-2
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/xml
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=ISO-8859-2]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:inputstream text/xml fr CP1250
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/xml
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=CP1250]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:inputstream text/xml de UTF-16
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/xml
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=UTF-16]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:inputstream text/xml de ISO-8859-2
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/xml
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=ISO-8859-2]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:inputstream text/xml de CP1250
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/xml
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=CP1250]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:inputstream text/html fr UTF-16
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/html
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=UTF-16]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:inputstream text/html fr ISO-8859-2
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/html
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=ISO-8859-2]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:inputstream text/html fr CP1250
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/html
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=CP1250]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:inputstream text/html de UTF-16
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/html
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=UTF-16]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:inputstream text/html de ISO-8859-2
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/html
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=ISO-8859-2]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:inputstream text/html de CP1250
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/html
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=CP1250]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:inputstream text/event-stream fr UTF-16
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/event-stream
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=UTF-16]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:inputstream text/event-stream fr ISO-8859-2
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/event-stream
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=ISO-8859-2]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:inputstream text/event-stream fr CP1250
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/event-stream
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=CP1250]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:inputstream text/event-stream de UTF-16
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/event-stream
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=UTF-16]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:inputstream text/event-stream de ISO-8859-2
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/event-stream
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=ISO-8859-2]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:inputstream text/event-stream de CP1250
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/event-stream
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=CP1250]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:inputstream application/json-patch+json fr UTF-16
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/json-patch+json
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=UTF-16]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:inputstream application/json-patch+json fr ISO-8859-2
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/json-patch+json
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=ISO-8859-2]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:inputstream application/json-patch+json fr CP1250
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/json-patch+json
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=CP1250]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:inputstream application/json-patch+json de UTF-16
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/json-patch+json
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=UTF-16]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:inputstream application/json-patch+json de ISO-8859-2
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/json-patch+json
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=ISO-8859-2]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:inputstream application/json-patch+json de CP1250
04-05-2024 11:03:41:Found expected inputstream
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/json-patch+json
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=CP1250]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:serializable */* fr UTF-16
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType */*
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=UTF-16]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:serializable */* fr ISO-8859-2
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType */*
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=ISO-8859-2]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:serializable */* fr CP1250
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType */*
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=CP1250]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:serializable */* de UTF-16
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType */*
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=UTF-16]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:serializable */* de ISO-8859-2
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType */*
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=ISO-8859-2]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:serializable */* de CP1250
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType */*
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=CP1250]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:serializable application/xml fr UTF-16
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/xml
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=UTF-16]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:serializable application/xml fr ISO-8859-2
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/xml
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=ISO-8859-2]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:serializable application/xml fr CP1250
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/xml
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=CP1250]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:serializable application/xml de UTF-16
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/xml
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=UTF-16]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:serializable application/xml de ISO-8859-2
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/xml
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=ISO-8859-2]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:serializable application/xml de CP1250
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/xml
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=CP1250]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:serializable application/atom+xml fr UTF-16
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/atom+xml
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=UTF-16]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:serializable application/atom+xml fr ISO-8859-2
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/atom+xml
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=ISO-8859-2]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:serializable application/atom+xml fr CP1250
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/atom+xml
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=CP1250]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:serializable application/atom+xml de UTF-16
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/atom+xml
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=UTF-16]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:serializable application/atom+xml de ISO-8859-2
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/atom+xml
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=ISO-8859-2]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:serializable application/atom+xml de CP1250
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/atom+xml
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=CP1250]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:serializable application/xhtml+xml fr UTF-16
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/xhtml+xml
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=UTF-16]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:serializable application/xhtml+xml fr ISO-8859-2
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/xhtml+xml
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=ISO-8859-2]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:serializable application/xhtml+xml fr CP1250
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/xhtml+xml
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=CP1250]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:serializable application/xhtml+xml de UTF-16
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/xhtml+xml
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=UTF-16]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:serializable application/xhtml+xml de ISO-8859-2
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/xhtml+xml
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=ISO-8859-2]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:serializable application/xhtml+xml de CP1250
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/xhtml+xml
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=CP1250]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:serializable application/svg+xml fr UTF-16
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/svg+xml
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=UTF-16]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:serializable application/svg+xml fr ISO-8859-2
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/svg+xml
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=ISO-8859-2]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:serializable application/svg+xml fr CP1250
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/svg+xml
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=CP1250]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:serializable application/svg+xml de UTF-16
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/svg+xml
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=UTF-16]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:serializable application/svg+xml de ISO-8859-2
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/svg+xml
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=ISO-8859-2]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:serializable application/svg+xml de CP1250
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/svg+xml
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=CP1250]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:serializable application/json fr UTF-16
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/json
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=UTF-16]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:serializable application/json fr ISO-8859-2
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/json
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=ISO-8859-2]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:serializable application/json fr CP1250
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/json
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=CP1250]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:serializable application/json de UTF-16
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/json
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=UTF-16]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:serializable application/json de ISO-8859-2
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/json
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=ISO-8859-2]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:serializable application/json de CP1250
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/json
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=CP1250]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:serializable application/x-www-form-urlencoded fr UTF-16
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=UTF-16]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:serializable application/x-www-form-urlencoded fr ISO-8859-2
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=ISO-8859-2]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:serializable application/x-www-form-urlencoded fr CP1250
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=CP1250]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:serializable application/x-www-form-urlencoded de UTF-16
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=UTF-16]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:serializable application/x-www-form-urlencoded de ISO-8859-2
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=ISO-8859-2]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:serializable application/x-www-form-urlencoded de CP1250
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=CP1250]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:serializable multipart/form-data fr UTF-16
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType multipart/form-data
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=UTF-16]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:serializable multipart/form-data fr ISO-8859-2
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType multipart/form-data
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=ISO-8859-2]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:serializable multipart/form-data fr CP1250
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType multipart/form-data
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=CP1250]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:serializable multipart/form-data de UTF-16
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType multipart/form-data
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=UTF-16]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:serializable multipart/form-data de ISO-8859-2
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType multipart/form-data
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=ISO-8859-2]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:serializable multipart/form-data de CP1250
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType multipart/form-data
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=CP1250]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:serializable application/octet-stream fr UTF-16
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/octet-stream
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=UTF-16]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:serializable application/octet-stream fr ISO-8859-2
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/octet-stream
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=ISO-8859-2]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:serializable application/octet-stream fr CP1250
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/octet-stream
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=CP1250]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:serializable application/octet-stream de UTF-16
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/octet-stream
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=UTF-16]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:serializable application/octet-stream de ISO-8859-2
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/octet-stream
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=ISO-8859-2]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:serializable application/octet-stream de CP1250
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/octet-stream
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=CP1250]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:serializable text/plain fr UTF-16
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/plain
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=UTF-16]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:serializable text/plain fr ISO-8859-2
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/plain
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=ISO-8859-2]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:serializable text/plain fr CP1250
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/plain
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=CP1250]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:serializable text/plain de UTF-16
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/plain
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=UTF-16]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:serializable text/plain de ISO-8859-2
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/plain
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=ISO-8859-2]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:serializable text/plain de CP1250
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/plain
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=CP1250]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:serializable text/xml fr UTF-16
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/xml
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=UTF-16]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:serializable text/xml fr ISO-8859-2
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/xml
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=ISO-8859-2]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:serializable text/xml fr CP1250
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/xml
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=CP1250]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:serializable text/xml de UTF-16
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/xml
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=UTF-16]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:serializable text/xml de ISO-8859-2
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/xml
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=ISO-8859-2]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:serializable text/xml de CP1250
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/xml
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=CP1250]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:serializable text/html fr UTF-16
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/html
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=UTF-16]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:serializable text/html fr ISO-8859-2
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/html
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=ISO-8859-2]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:serializable text/html fr CP1250
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/html
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=CP1250]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:serializable text/html de UTF-16
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/html
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=UTF-16]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:serializable text/html de ISO-8859-2
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/html
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=ISO-8859-2]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:serializable text/html de CP1250
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/html
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=CP1250]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:serializable text/event-stream fr UTF-16
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/event-stream
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=UTF-16]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:serializable text/event-stream fr ISO-8859-2
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/event-stream
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=ISO-8859-2]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:serializable text/event-stream fr CP1250
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/event-stream
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=CP1250]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:serializable text/event-stream de UTF-16
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/event-stream
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=UTF-16]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:serializable text/event-stream de ISO-8859-2
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/event-stream
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=ISO-8859-2]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:serializable text/event-stream de CP1250
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType text/event-stream
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=CP1250]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:serializable application/json-patch+json fr UTF-16
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/json-patch+json
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=UTF-16]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:serializable application/json-patch+json fr ISO-8859-2
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/json-patch+json
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=ISO-8859-2]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:serializable application/json-patch+json fr CP1250
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/json-patch+json
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=CP1250]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:serializable application/json-patch+json de UTF-16
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/json-patch+json
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=UTF-16]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:serializable application/json-patch+json de ISO-8859-2
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/json-patch+json
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=ISO-8859-2]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:serializable application/json-patch+json de CP1250
04-05-2024 11:03:41:Found expected serializable
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/json-patch+json
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=CP1250]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:stringbuilder */* fr UTF-16
04-05-2024 11:03:41:Found expected stringbuilder
04-05-2024 11:03:41:Sucessfully retrieved MediaType */*
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=UTF-16]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:stringbuilder */* fr ISO-8859-2
04-05-2024 11:03:41:Found expected stringbuilder
04-05-2024 11:03:41:Sucessfully retrieved MediaType */*
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=ISO-8859-2]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:stringbuilder */* fr CP1250
04-05-2024 11:03:41:Found expected stringbuilder
04-05-2024 11:03:41:Sucessfully retrieved MediaType */*
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=CP1250]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:stringbuilder */* de UTF-16
04-05-2024 11:03:41:Found expected stringbuilder
04-05-2024 11:03:41:Sucessfully retrieved MediaType */*
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=UTF-16]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:stringbuilder */* de ISO-8859-2
04-05-2024 11:03:41:Found expected stringbuilder
04-05-2024 11:03:41:Sucessfully retrieved MediaType */*
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=ISO-8859-2]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:stringbuilder */* de CP1250
04-05-2024 11:03:41:Found expected stringbuilder
04-05-2024 11:03:41:Sucessfully retrieved MediaType */*
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=CP1250]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:stringbuilder application/xml fr UTF-16
04-05-2024 11:03:41:Found expected stringbuilder
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/xml
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=UTF-16]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:stringbuilder application/xml fr ISO-8859-2
04-05-2024 11:03:41:Found expected stringbuilder
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/xml
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=ISO-8859-2]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:stringbuilder application/xml fr CP1250
04-05-2024 11:03:41:Found expected stringbuilder
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/xml
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=CP1250]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:stringbuilder application/xml de UTF-16
04-05-2024 11:03:41:Found expected stringbuilder
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/xml
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=UTF-16]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:stringbuilder application/xml de ISO-8859-2
04-05-2024 11:03:41:Found expected stringbuilder
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/xml
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=ISO-8859-2]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:stringbuilder application/xml de CP1250
04-05-2024 11:03:41:Found expected stringbuilder
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/xml
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=CP1250]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:stringbuilder application/atom+xml fr UTF-16
04-05-2024 11:03:41:Found expected stringbuilder
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/atom+xml
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=UTF-16]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:stringbuilder application/atom+xml fr ISO-8859-2
04-05-2024 11:03:41:Found expected stringbuilder
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/atom+xml
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=ISO-8859-2]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:stringbuilder application/atom+xml fr CP1250
04-05-2024 11:03:41:Found expected stringbuilder
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/atom+xml
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=CP1250]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:stringbuilder application/atom+xml de UTF-16
04-05-2024 11:03:41:Found expected stringbuilder
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/atom+xml
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=UTF-16]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:stringbuilder application/atom+xml de ISO-8859-2
04-05-2024 11:03:41:Found expected stringbuilder
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/atom+xml
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=ISO-8859-2]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:stringbuilder application/atom+xml de CP1250
04-05-2024 11:03:41:Found expected stringbuilder
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/atom+xml
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=CP1250]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:stringbuilder application/xhtml+xml fr UTF-16
04-05-2024 11:03:41:Found expected stringbuilder
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/xhtml+xml
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=UTF-16]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:stringbuilder application/xhtml+xml fr ISO-8859-2
04-05-2024 11:03:41:Found expected stringbuilder
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/xhtml+xml
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=ISO-8859-2]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:stringbuilder application/xhtml+xml fr CP1250
04-05-2024 11:03:41:Found expected stringbuilder
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/xhtml+xml
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=CP1250]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:stringbuilder application/xhtml+xml de UTF-16
04-05-2024 11:03:41:Found expected stringbuilder
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/xhtml+xml
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=UTF-16]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:stringbuilder application/xhtml+xml de ISO-8859-2
04-05-2024 11:03:41:Found expected stringbuilder
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/xhtml+xml
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=ISO-8859-2]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:stringbuilder application/xhtml+xml de CP1250
04-05-2024 11:03:41:Found expected stringbuilder
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/xhtml+xml
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=CP1250]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:stringbuilder application/svg+xml fr UTF-16
04-05-2024 11:03:41:Found expected stringbuilder
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/svg+xml
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=UTF-16]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:stringbuilder application/svg+xml fr ISO-8859-2
04-05-2024 11:03:41:Found expected stringbuilder
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/svg+xml
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=ISO-8859-2]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:stringbuilder application/svg+xml fr CP1250
04-05-2024 11:03:41:Found expected stringbuilder
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/svg+xml
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=CP1250]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:stringbuilder application/svg+xml de UTF-16
04-05-2024 11:03:41:Found expected stringbuilder
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/svg+xml
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=UTF-16]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:stringbuilder application/svg+xml de ISO-8859-2
04-05-2024 11:03:41:Found expected stringbuilder
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/svg+xml
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=ISO-8859-2]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:stringbuilder application/svg+xml de CP1250
04-05-2024 11:03:41:Found expected stringbuilder
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/svg+xml
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=CP1250]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:stringbuilder application/json fr UTF-16
04-05-2024 11:03:41:Found expected stringbuilder
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/json
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=UTF-16]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:stringbuilder application/json fr ISO-8859-2
04-05-2024 11:03:41:Found expected stringbuilder
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/json
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=ISO-8859-2]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:stringbuilder application/json fr CP1250
04-05-2024 11:03:41:Found expected stringbuilder
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/json
04-05-2024 11:03:41:Sucessfully retrieved Language fr
04-05-2024 11:03:41:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=CP1250]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:41:stringbuilder application/json de UTF-16
04-05-2024 11:03:41:Found expected stringbuilder
04-05-2024 11:03:41:Sucessfully retrieved MediaType application/json
04-05-2024 11:03:41:Sucessfully retrieved Language de
04-05-2024 11:03:41:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:41:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=UTF-16]
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:41:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:stringbuilder application/json de ISO-8859-2
04-05-2024 11:03:42:Found expected stringbuilder
04-05-2024 11:03:42:Sucessfully retrieved MediaType application/json
04-05-2024 11:03:42:Sucessfully retrieved Language de
04-05-2024 11:03:42:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:42:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=ISO-8859-2]
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:stringbuilder application/json de CP1250
04-05-2024 11:03:42:Found expected stringbuilder
04-05-2024 11:03:42:Sucessfully retrieved MediaType application/json
04-05-2024 11:03:42:Sucessfully retrieved Language de
04-05-2024 11:03:42:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:42:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=CP1250]
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:stringbuilder application/x-www-form-urlencoded fr UTF-16
04-05-2024 11:03:42:Found expected stringbuilder
04-05-2024 11:03:42:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-05-2024 11:03:42:Sucessfully retrieved Language fr
04-05-2024 11:03:42:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:42:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=UTF-16]
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:stringbuilder application/x-www-form-urlencoded fr ISO-8859-2
04-05-2024 11:03:42:Found expected stringbuilder
04-05-2024 11:03:42:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-05-2024 11:03:42:Sucessfully retrieved Language fr
04-05-2024 11:03:42:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:42:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=ISO-8859-2]
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:stringbuilder application/x-www-form-urlencoded fr CP1250
04-05-2024 11:03:42:Found expected stringbuilder
04-05-2024 11:03:42:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-05-2024 11:03:42:Sucessfully retrieved Language fr
04-05-2024 11:03:42:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:42:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=CP1250]
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:stringbuilder application/x-www-form-urlencoded de UTF-16
04-05-2024 11:03:42:Found expected stringbuilder
04-05-2024 11:03:42:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-05-2024 11:03:42:Sucessfully retrieved Language de
04-05-2024 11:03:42:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:42:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=UTF-16]
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:stringbuilder application/x-www-form-urlencoded de ISO-8859-2
04-05-2024 11:03:42:Found expected stringbuilder
04-05-2024 11:03:42:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-05-2024 11:03:42:Sucessfully retrieved Language de
04-05-2024 11:03:42:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:42:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=ISO-8859-2]
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:stringbuilder application/x-www-form-urlencoded de CP1250
04-05-2024 11:03:42:Found expected stringbuilder
04-05-2024 11:03:42:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-05-2024 11:03:42:Sucessfully retrieved Language de
04-05-2024 11:03:42:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:42:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=CP1250]
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:stringbuilder multipart/form-data fr UTF-16
04-05-2024 11:03:42:Found expected stringbuilder
04-05-2024 11:03:42:Sucessfully retrieved MediaType multipart/form-data
04-05-2024 11:03:42:Sucessfully retrieved Language fr
04-05-2024 11:03:42:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:42:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=UTF-16]
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:stringbuilder multipart/form-data fr ISO-8859-2
04-05-2024 11:03:42:Found expected stringbuilder
04-05-2024 11:03:42:Sucessfully retrieved MediaType multipart/form-data
04-05-2024 11:03:42:Sucessfully retrieved Language fr
04-05-2024 11:03:42:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:42:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=ISO-8859-2]
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:stringbuilder multipart/form-data fr CP1250
04-05-2024 11:03:42:Found expected stringbuilder
04-05-2024 11:03:42:Sucessfully retrieved MediaType multipart/form-data
04-05-2024 11:03:42:Sucessfully retrieved Language fr
04-05-2024 11:03:42:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:42:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=CP1250]
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:stringbuilder multipart/form-data de UTF-16
04-05-2024 11:03:42:Found expected stringbuilder
04-05-2024 11:03:42:Sucessfully retrieved MediaType multipart/form-data
04-05-2024 11:03:42:Sucessfully retrieved Language de
04-05-2024 11:03:42:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:42:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=UTF-16]
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:stringbuilder multipart/form-data de ISO-8859-2
04-05-2024 11:03:42:Found expected stringbuilder
04-05-2024 11:03:42:Sucessfully retrieved MediaType multipart/form-data
04-05-2024 11:03:42:Sucessfully retrieved Language de
04-05-2024 11:03:42:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:42:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=ISO-8859-2]
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:stringbuilder multipart/form-data de CP1250
04-05-2024 11:03:42:Found expected stringbuilder
04-05-2024 11:03:42:Sucessfully retrieved MediaType multipart/form-data
04-05-2024 11:03:42:Sucessfully retrieved Language de
04-05-2024 11:03:42:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:42:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=CP1250]
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:stringbuilder application/octet-stream fr UTF-16
04-05-2024 11:03:42:Found expected stringbuilder
04-05-2024 11:03:42:Sucessfully retrieved MediaType application/octet-stream
04-05-2024 11:03:42:Sucessfully retrieved Language fr
04-05-2024 11:03:42:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:42:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=UTF-16]
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:stringbuilder application/octet-stream fr ISO-8859-2
04-05-2024 11:03:42:Found expected stringbuilder
04-05-2024 11:03:42:Sucessfully retrieved MediaType application/octet-stream
04-05-2024 11:03:42:Sucessfully retrieved Language fr
04-05-2024 11:03:42:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:42:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=ISO-8859-2]
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:stringbuilder application/octet-stream fr CP1250
04-05-2024 11:03:42:Found expected stringbuilder
04-05-2024 11:03:42:Sucessfully retrieved MediaType application/octet-stream
04-05-2024 11:03:42:Sucessfully retrieved Language fr
04-05-2024 11:03:42:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:42:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=CP1250]
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:stringbuilder application/octet-stream de UTF-16
04-05-2024 11:03:42:Found expected stringbuilder
04-05-2024 11:03:42:Sucessfully retrieved MediaType application/octet-stream
04-05-2024 11:03:42:Sucessfully retrieved Language de
04-05-2024 11:03:42:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:42:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=UTF-16]
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:stringbuilder application/octet-stream de ISO-8859-2
04-05-2024 11:03:42:Found expected stringbuilder
04-05-2024 11:03:42:Sucessfully retrieved MediaType application/octet-stream
04-05-2024 11:03:42:Sucessfully retrieved Language de
04-05-2024 11:03:42:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:42:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=ISO-8859-2]
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:stringbuilder application/octet-stream de CP1250
04-05-2024 11:03:42:Found expected stringbuilder
04-05-2024 11:03:42:Sucessfully retrieved MediaType application/octet-stream
04-05-2024 11:03:42:Sucessfully retrieved Language de
04-05-2024 11:03:42:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:42:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=CP1250]
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:stringbuilder text/plain fr UTF-16
04-05-2024 11:03:42:Found expected stringbuilder
04-05-2024 11:03:42:Sucessfully retrieved MediaType text/plain
04-05-2024 11:03:42:Sucessfully retrieved Language fr
04-05-2024 11:03:42:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:42:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=UTF-16]
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:stringbuilder text/plain fr ISO-8859-2
04-05-2024 11:03:42:Found expected stringbuilder
04-05-2024 11:03:42:Sucessfully retrieved MediaType text/plain
04-05-2024 11:03:42:Sucessfully retrieved Language fr
04-05-2024 11:03:42:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:42:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=ISO-8859-2]
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:stringbuilder text/plain fr CP1250
04-05-2024 11:03:42:Found expected stringbuilder
04-05-2024 11:03:42:Sucessfully retrieved MediaType text/plain
04-05-2024 11:03:42:Sucessfully retrieved Language fr
04-05-2024 11:03:42:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:42:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=CP1250]
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:stringbuilder text/plain de UTF-16
04-05-2024 11:03:42:Found expected stringbuilder
04-05-2024 11:03:42:Sucessfully retrieved MediaType text/plain
04-05-2024 11:03:42:Sucessfully retrieved Language de
04-05-2024 11:03:42:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:42:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=UTF-16]
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:stringbuilder text/plain de ISO-8859-2
04-05-2024 11:03:42:Found expected stringbuilder
04-05-2024 11:03:42:Sucessfully retrieved MediaType text/plain
04-05-2024 11:03:42:Sucessfully retrieved Language de
04-05-2024 11:03:42:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:42:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=ISO-8859-2]
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:stringbuilder text/plain de CP1250
04-05-2024 11:03:42:Found expected stringbuilder
04-05-2024 11:03:42:Sucessfully retrieved MediaType text/plain
04-05-2024 11:03:42:Sucessfully retrieved Language de
04-05-2024 11:03:42:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:42:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=CP1250]
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:stringbuilder text/xml fr UTF-16
04-05-2024 11:03:42:Found expected stringbuilder
04-05-2024 11:03:42:Sucessfully retrieved MediaType text/xml
04-05-2024 11:03:42:Sucessfully retrieved Language fr
04-05-2024 11:03:42:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:42:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=UTF-16]
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:stringbuilder text/xml fr ISO-8859-2
04-05-2024 11:03:42:Found expected stringbuilder
04-05-2024 11:03:42:Sucessfully retrieved MediaType text/xml
04-05-2024 11:03:42:Sucessfully retrieved Language fr
04-05-2024 11:03:42:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:42:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=ISO-8859-2]
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:stringbuilder text/xml fr CP1250
04-05-2024 11:03:42:Found expected stringbuilder
04-05-2024 11:03:42:Sucessfully retrieved MediaType text/xml
04-05-2024 11:03:42:Sucessfully retrieved Language fr
04-05-2024 11:03:42:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:42:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=CP1250]
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:stringbuilder text/xml de UTF-16
04-05-2024 11:03:42:Found expected stringbuilder
04-05-2024 11:03:42:Sucessfully retrieved MediaType text/xml
04-05-2024 11:03:42:Sucessfully retrieved Language de
04-05-2024 11:03:42:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:42:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=UTF-16]
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:stringbuilder text/xml de ISO-8859-2
04-05-2024 11:03:42:Found expected stringbuilder
04-05-2024 11:03:42:Sucessfully retrieved MediaType text/xml
04-05-2024 11:03:42:Sucessfully retrieved Language de
04-05-2024 11:03:42:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:42:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=ISO-8859-2]
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:stringbuilder text/xml de CP1250
04-05-2024 11:03:42:Found expected stringbuilder
04-05-2024 11:03:42:Sucessfully retrieved MediaType text/xml
04-05-2024 11:03:42:Sucessfully retrieved Language de
04-05-2024 11:03:42:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:42:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=CP1250]
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:stringbuilder text/html fr UTF-16
04-05-2024 11:03:42:Found expected stringbuilder
04-05-2024 11:03:42:Sucessfully retrieved MediaType text/html
04-05-2024 11:03:42:Sucessfully retrieved Language fr
04-05-2024 11:03:42:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:42:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=UTF-16]
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:stringbuilder text/html fr ISO-8859-2
04-05-2024 11:03:42:Found expected stringbuilder
04-05-2024 11:03:42:Sucessfully retrieved MediaType text/html
04-05-2024 11:03:42:Sucessfully retrieved Language fr
04-05-2024 11:03:42:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:42:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=ISO-8859-2]
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:stringbuilder text/html fr CP1250
04-05-2024 11:03:42:Found expected stringbuilder
04-05-2024 11:03:42:Sucessfully retrieved MediaType text/html
04-05-2024 11:03:42:Sucessfully retrieved Language fr
04-05-2024 11:03:42:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:42:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=CP1250]
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:stringbuilder text/html de UTF-16
04-05-2024 11:03:42:Found expected stringbuilder
04-05-2024 11:03:42:Sucessfully retrieved MediaType text/html
04-05-2024 11:03:42:Sucessfully retrieved Language de
04-05-2024 11:03:42:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:42:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=UTF-16]
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:stringbuilder text/html de ISO-8859-2
04-05-2024 11:03:42:Found expected stringbuilder
04-05-2024 11:03:42:Sucessfully retrieved MediaType text/html
04-05-2024 11:03:42:Sucessfully retrieved Language de
04-05-2024 11:03:42:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:42:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=ISO-8859-2]
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:stringbuilder text/html de CP1250
04-05-2024 11:03:42:Found expected stringbuilder
04-05-2024 11:03:42:Sucessfully retrieved MediaType text/html
04-05-2024 11:03:42:Sucessfully retrieved Language de
04-05-2024 11:03:42:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:42:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=CP1250]
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:stringbuilder text/event-stream fr UTF-16
04-05-2024 11:03:42:Found expected stringbuilder
04-05-2024 11:03:42:Sucessfully retrieved MediaType text/event-stream
04-05-2024 11:03:42:Sucessfully retrieved Language fr
04-05-2024 11:03:42:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:42:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=UTF-16]
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:stringbuilder text/event-stream fr ISO-8859-2
04-05-2024 11:03:42:Found expected stringbuilder
04-05-2024 11:03:42:Sucessfully retrieved MediaType text/event-stream
04-05-2024 11:03:42:Sucessfully retrieved Language fr
04-05-2024 11:03:42:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:42:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=ISO-8859-2]
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:stringbuilder text/event-stream fr CP1250
04-05-2024 11:03:42:Found expected stringbuilder
04-05-2024 11:03:42:Sucessfully retrieved MediaType text/event-stream
04-05-2024 11:03:42:Sucessfully retrieved Language fr
04-05-2024 11:03:42:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:42:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=CP1250]
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:stringbuilder text/event-stream de UTF-16
04-05-2024 11:03:42:Found expected stringbuilder
04-05-2024 11:03:42:Sucessfully retrieved MediaType text/event-stream
04-05-2024 11:03:42:Sucessfully retrieved Language de
04-05-2024 11:03:42:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:42:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=UTF-16]
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:stringbuilder text/event-stream de ISO-8859-2
04-05-2024 11:03:42:Found expected stringbuilder
04-05-2024 11:03:42:Sucessfully retrieved MediaType text/event-stream
04-05-2024 11:03:42:Sucessfully retrieved Language de
04-05-2024 11:03:42:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:42:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=ISO-8859-2]
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:stringbuilder text/event-stream de CP1250
04-05-2024 11:03:42:Found expected stringbuilder
04-05-2024 11:03:42:Sucessfully retrieved MediaType text/event-stream
04-05-2024 11:03:42:Sucessfully retrieved Language de
04-05-2024 11:03:42:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:42:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=CP1250]
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:stringbuilder application/json-patch+json fr UTF-16
04-05-2024 11:03:42:Found expected stringbuilder
04-05-2024 11:03:42:Sucessfully retrieved MediaType application/json-patch+json
04-05-2024 11:03:42:Sucessfully retrieved Language fr
04-05-2024 11:03:42:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:42:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=UTF-16]
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:stringbuilder application/json-patch+json fr ISO-8859-2
04-05-2024 11:03:42:Found expected stringbuilder
04-05-2024 11:03:42:Sucessfully retrieved MediaType application/json-patch+json
04-05-2024 11:03:42:Sucessfully retrieved Language fr
04-05-2024 11:03:42:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:42:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=ISO-8859-2]
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:stringbuilder application/json-patch+json fr CP1250
04-05-2024 11:03:42:Found expected stringbuilder
04-05-2024 11:03:42:Sucessfully retrieved MediaType application/json-patch+json
04-05-2024 11:03:42:Sucessfully retrieved Language fr
04-05-2024 11:03:42:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:42:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=CP1250]
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:stringbuilder application/json-patch+json de UTF-16
04-05-2024 11:03:42:Found expected stringbuilder
04-05-2024 11:03:42:Sucessfully retrieved MediaType application/json-patch+json
04-05-2024 11:03:42:Sucessfully retrieved Language de
04-05-2024 11:03:42:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:42:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=UTF-16]
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:stringbuilder application/json-patch+json de ISO-8859-2
04-05-2024 11:03:42:Found expected stringbuilder
04-05-2024 11:03:42:Sucessfully retrieved MediaType application/json-patch+json
04-05-2024 11:03:42:Sucessfully retrieved Language de
04-05-2024 11:03:42:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:42:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=ISO-8859-2]
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:stringbuilder application/json-patch+json de CP1250
04-05-2024 11:03:42:Found expected stringbuilder
04-05-2024 11:03:42:Sucessfully retrieved MediaType application/json-patch+json
04-05-2024 11:03:42:Sucessfully retrieved Language de
04-05-2024 11:03:42:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:42:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=CP1250]
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:stringbuffer */* fr UTF-16
04-05-2024 11:03:42:Found expected stringbuffer
04-05-2024 11:03:42:Sucessfully retrieved MediaType */*
04-05-2024 11:03:42:Sucessfully retrieved Language fr
04-05-2024 11:03:42:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:42:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=UTF-16]
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:stringbuffer */* fr ISO-8859-2
04-05-2024 11:03:42:Found expected stringbuffer
04-05-2024 11:03:42:Sucessfully retrieved MediaType */*
04-05-2024 11:03:42:Sucessfully retrieved Language fr
04-05-2024 11:03:42:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:42:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=ISO-8859-2]
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:stringbuffer */* fr CP1250
04-05-2024 11:03:42:Found expected stringbuffer
04-05-2024 11:03:42:Sucessfully retrieved MediaType */*
04-05-2024 11:03:42:Sucessfully retrieved Language fr
04-05-2024 11:03:42:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:42:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=CP1250]
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:stringbuffer */* de UTF-16
04-05-2024 11:03:42:Found expected stringbuffer
04-05-2024 11:03:42:Sucessfully retrieved MediaType */*
04-05-2024 11:03:42:Sucessfully retrieved Language de
04-05-2024 11:03:42:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:42:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=UTF-16]
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:stringbuffer */* de ISO-8859-2
04-05-2024 11:03:42:Found expected stringbuffer
04-05-2024 11:03:42:Sucessfully retrieved MediaType */*
04-05-2024 11:03:42:Sucessfully retrieved Language de
04-05-2024 11:03:42:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:42:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=ISO-8859-2]
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:stringbuffer */* de CP1250
04-05-2024 11:03:42:Found expected stringbuffer
04-05-2024 11:03:42:Sucessfully retrieved MediaType */*
04-05-2024 11:03:42:Sucessfully retrieved Language de
04-05-2024 11:03:42:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:42:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=CP1250]
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:stringbuffer application/xml fr UTF-16
04-05-2024 11:03:42:Found expected stringbuffer
04-05-2024 11:03:42:Sucessfully retrieved MediaType application/xml
04-05-2024 11:03:42:Sucessfully retrieved Language fr
04-05-2024 11:03:42:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:42:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=UTF-16]
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:stringbuffer application/xml fr ISO-8859-2
04-05-2024 11:03:42:Found expected stringbuffer
04-05-2024 11:03:42:Sucessfully retrieved MediaType application/xml
04-05-2024 11:03:42:Sucessfully retrieved Language fr
04-05-2024 11:03:42:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:42:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=ISO-8859-2]
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:stringbuffer application/xml fr CP1250
04-05-2024 11:03:42:Found expected stringbuffer
04-05-2024 11:03:42:Sucessfully retrieved MediaType application/xml
04-05-2024 11:03:42:Sucessfully retrieved Language fr
04-05-2024 11:03:42:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:42:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=CP1250]
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:stringbuffer application/xml de UTF-16
04-05-2024 11:03:42:Found expected stringbuffer
04-05-2024 11:03:42:Sucessfully retrieved MediaType application/xml
04-05-2024 11:03:42:Sucessfully retrieved Language de
04-05-2024 11:03:42:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:42:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=UTF-16]
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:stringbuffer application/xml de ISO-8859-2
04-05-2024 11:03:42:Found expected stringbuffer
04-05-2024 11:03:42:Sucessfully retrieved MediaType application/xml
04-05-2024 11:03:42:Sucessfully retrieved Language de
04-05-2024 11:03:42:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:42:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=ISO-8859-2]
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:stringbuffer application/xml de CP1250
04-05-2024 11:03:42:Found expected stringbuffer
04-05-2024 11:03:42:Sucessfully retrieved MediaType application/xml
04-05-2024 11:03:42:Sucessfully retrieved Language de
04-05-2024 11:03:42:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:42:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=CP1250]
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:stringbuffer application/atom+xml fr UTF-16
04-05-2024 11:03:42:Found expected stringbuffer
04-05-2024 11:03:42:Sucessfully retrieved MediaType application/atom+xml
04-05-2024 11:03:42:Sucessfully retrieved Language fr
04-05-2024 11:03:42:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:42:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=UTF-16]
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:stringbuffer application/atom+xml fr ISO-8859-2
04-05-2024 11:03:42:Found expected stringbuffer
04-05-2024 11:03:42:Sucessfully retrieved MediaType application/atom+xml
04-05-2024 11:03:42:Sucessfully retrieved Language fr
04-05-2024 11:03:42:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:42:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=ISO-8859-2]
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:stringbuffer application/atom+xml fr CP1250
04-05-2024 11:03:42:Found expected stringbuffer
04-05-2024 11:03:42:Sucessfully retrieved MediaType application/atom+xml
04-05-2024 11:03:42:Sucessfully retrieved Language fr
04-05-2024 11:03:42:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:42:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=CP1250]
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:stringbuffer application/atom+xml de UTF-16
04-05-2024 11:03:42:Found expected stringbuffer
04-05-2024 11:03:42:Sucessfully retrieved MediaType application/atom+xml
04-05-2024 11:03:42:Sucessfully retrieved Language de
04-05-2024 11:03:42:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:42:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=UTF-16]
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:stringbuffer application/atom+xml de ISO-8859-2
04-05-2024 11:03:42:Found expected stringbuffer
04-05-2024 11:03:42:Sucessfully retrieved MediaType application/atom+xml
04-05-2024 11:03:42:Sucessfully retrieved Language de
04-05-2024 11:03:42:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:42:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=ISO-8859-2]
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:stringbuffer application/atom+xml de CP1250
04-05-2024 11:03:42:Found expected stringbuffer
04-05-2024 11:03:42:Sucessfully retrieved MediaType application/atom+xml
04-05-2024 11:03:42:Sucessfully retrieved Language de
04-05-2024 11:03:42:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:42:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=CP1250]
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:stringbuffer application/xhtml+xml fr UTF-16
04-05-2024 11:03:42:Found expected stringbuffer
04-05-2024 11:03:42:Sucessfully retrieved MediaType application/xhtml+xml
04-05-2024 11:03:42:Sucessfully retrieved Language fr
04-05-2024 11:03:42:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:42:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=UTF-16]
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:stringbuffer application/xhtml+xml fr ISO-8859-2
04-05-2024 11:03:42:Found expected stringbuffer
04-05-2024 11:03:42:Sucessfully retrieved MediaType application/xhtml+xml
04-05-2024 11:03:42:Sucessfully retrieved Language fr
04-05-2024 11:03:42:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:42:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=ISO-8859-2]
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:stringbuffer application/xhtml+xml fr CP1250
04-05-2024 11:03:42:Found expected stringbuffer
04-05-2024 11:03:42:Sucessfully retrieved MediaType application/xhtml+xml
04-05-2024 11:03:42:Sucessfully retrieved Language fr
04-05-2024 11:03:42:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:42:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=CP1250]
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:stringbuffer application/xhtml+xml de UTF-16
04-05-2024 11:03:42:Found expected stringbuffer
04-05-2024 11:03:42:Sucessfully retrieved MediaType application/xhtml+xml
04-05-2024 11:03:42:Sucessfully retrieved Language de
04-05-2024 11:03:42:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:42:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=UTF-16]
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:stringbuffer application/xhtml+xml de ISO-8859-2
04-05-2024 11:03:42:Found expected stringbuffer
04-05-2024 11:03:42:Sucessfully retrieved MediaType application/xhtml+xml
04-05-2024 11:03:42:Sucessfully retrieved Language de
04-05-2024 11:03:42:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:42:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=ISO-8859-2]
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:stringbuffer application/xhtml+xml de CP1250
04-05-2024 11:03:42:Found expected stringbuffer
04-05-2024 11:03:42:Sucessfully retrieved MediaType application/xhtml+xml
04-05-2024 11:03:42:Sucessfully retrieved Language de
04-05-2024 11:03:42:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:42:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=CP1250]
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:stringbuffer application/svg+xml fr UTF-16
04-05-2024 11:03:42:Found expected stringbuffer
04-05-2024 11:03:42:Sucessfully retrieved MediaType application/svg+xml
04-05-2024 11:03:42:Sucessfully retrieved Language fr
04-05-2024 11:03:42:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:42:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=UTF-16]
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:stringbuffer application/svg+xml fr ISO-8859-2
04-05-2024 11:03:42:Found expected stringbuffer
04-05-2024 11:03:42:Sucessfully retrieved MediaType application/svg+xml
04-05-2024 11:03:42:Sucessfully retrieved Language fr
04-05-2024 11:03:42:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:42:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=ISO-8859-2]
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:stringbuffer application/svg+xml fr CP1250
04-05-2024 11:03:42:Found expected stringbuffer
04-05-2024 11:03:42:Sucessfully retrieved MediaType application/svg+xml
04-05-2024 11:03:42:Sucessfully retrieved Language fr
04-05-2024 11:03:42:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:42:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=CP1250]
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:stringbuffer application/svg+xml de UTF-16
04-05-2024 11:03:42:Found expected stringbuffer
04-05-2024 11:03:42:Sucessfully retrieved MediaType application/svg+xml
04-05-2024 11:03:42:Sucessfully retrieved Language de
04-05-2024 11:03:42:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:42:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=UTF-16]
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:stringbuffer application/svg+xml de ISO-8859-2
04-05-2024 11:03:42:Found expected stringbuffer
04-05-2024 11:03:42:Sucessfully retrieved MediaType application/svg+xml
04-05-2024 11:03:42:Sucessfully retrieved Language de
04-05-2024 11:03:42:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:42:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=ISO-8859-2]
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:stringbuffer application/svg+xml de CP1250
04-05-2024 11:03:42:Found expected stringbuffer
04-05-2024 11:03:42:Sucessfully retrieved MediaType application/svg+xml
04-05-2024 11:03:42:Sucessfully retrieved Language de
04-05-2024 11:03:42:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:42:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=CP1250]
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:stringbuffer application/json fr UTF-16
04-05-2024 11:03:42:Found expected stringbuffer
04-05-2024 11:03:42:Sucessfully retrieved MediaType application/json
04-05-2024 11:03:42:Sucessfully retrieved Language fr
04-05-2024 11:03:42:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:42:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=UTF-16]
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:stringbuffer application/json fr ISO-8859-2
04-05-2024 11:03:42:Found expected stringbuffer
04-05-2024 11:03:42:Sucessfully retrieved MediaType application/json
04-05-2024 11:03:42:Sucessfully retrieved Language fr
04-05-2024 11:03:42:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:42:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=ISO-8859-2]
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:stringbuffer application/json fr CP1250
04-05-2024 11:03:42:Found expected stringbuffer
04-05-2024 11:03:42:Sucessfully retrieved MediaType application/json
04-05-2024 11:03:42:Sucessfully retrieved Language fr
04-05-2024 11:03:42:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:42:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=CP1250]
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:stringbuffer application/json de UTF-16
04-05-2024 11:03:42:Found expected stringbuffer
04-05-2024 11:03:42:Sucessfully retrieved MediaType application/json
04-05-2024 11:03:42:Sucessfully retrieved Language de
04-05-2024 11:03:42:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:42:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=UTF-16]
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:stringbuffer application/json de ISO-8859-2
04-05-2024 11:03:42:Found expected stringbuffer
04-05-2024 11:03:42:Sucessfully retrieved MediaType application/json
04-05-2024 11:03:42:Sucessfully retrieved Language de
04-05-2024 11:03:42:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:42:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=ISO-8859-2]
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:stringbuffer application/json de CP1250
04-05-2024 11:03:42:Found expected stringbuffer
04-05-2024 11:03:42:Sucessfully retrieved MediaType application/json
04-05-2024 11:03:42:Sucessfully retrieved Language de
04-05-2024 11:03:42:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:42:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=CP1250]
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:stringbuffer application/x-www-form-urlencoded fr UTF-16
04-05-2024 11:03:42:Found expected stringbuffer
04-05-2024 11:03:42:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-05-2024 11:03:42:Sucessfully retrieved Language fr
04-05-2024 11:03:42:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:42:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=UTF-16]
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:stringbuffer application/x-www-form-urlencoded fr ISO-8859-2
04-05-2024 11:03:42:Found expected stringbuffer
04-05-2024 11:03:42:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-05-2024 11:03:42:Sucessfully retrieved Language fr
04-05-2024 11:03:42:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:42:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=ISO-8859-2]
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:stringbuffer application/x-www-form-urlencoded fr CP1250
04-05-2024 11:03:42:Found expected stringbuffer
04-05-2024 11:03:42:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-05-2024 11:03:42:Sucessfully retrieved Language fr
04-05-2024 11:03:42:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:42:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=CP1250]
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:stringbuffer application/x-www-form-urlencoded de UTF-16
04-05-2024 11:03:42:Found expected stringbuffer
04-05-2024 11:03:42:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-05-2024 11:03:42:Sucessfully retrieved Language de
04-05-2024 11:03:42:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:42:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=UTF-16]
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:stringbuffer application/x-www-form-urlencoded de ISO-8859-2
04-05-2024 11:03:42:Found expected stringbuffer
04-05-2024 11:03:42:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-05-2024 11:03:42:Sucessfully retrieved Language de
04-05-2024 11:03:42:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:42:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=ISO-8859-2]
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:stringbuffer application/x-www-form-urlencoded de CP1250
04-05-2024 11:03:42:Found expected stringbuffer
04-05-2024 11:03:42:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-05-2024 11:03:42:Sucessfully retrieved Language de
04-05-2024 11:03:42:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:42:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=CP1250]
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:stringbuffer multipart/form-data fr UTF-16
04-05-2024 11:03:42:Found expected stringbuffer
04-05-2024 11:03:42:Sucessfully retrieved MediaType multipart/form-data
04-05-2024 11:03:42:Sucessfully retrieved Language fr
04-05-2024 11:03:42:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:42:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=UTF-16]
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:stringbuffer multipart/form-data fr ISO-8859-2
04-05-2024 11:03:42:Found expected stringbuffer
04-05-2024 11:03:42:Sucessfully retrieved MediaType multipart/form-data
04-05-2024 11:03:42:Sucessfully retrieved Language fr
04-05-2024 11:03:42:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:42:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=ISO-8859-2]
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:stringbuffer multipart/form-data fr CP1250
04-05-2024 11:03:42:Found expected stringbuffer
04-05-2024 11:03:42:Sucessfully retrieved MediaType multipart/form-data
04-05-2024 11:03:42:Sucessfully retrieved Language fr
04-05-2024 11:03:42:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:42:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=CP1250]
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:stringbuffer multipart/form-data de UTF-16
04-05-2024 11:03:42:Found expected stringbuffer
04-05-2024 11:03:42:Sucessfully retrieved MediaType multipart/form-data
04-05-2024 11:03:42:Sucessfully retrieved Language de
04-05-2024 11:03:42:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:42:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=UTF-16]
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:stringbuffer multipart/form-data de ISO-8859-2
04-05-2024 11:03:42:Found expected stringbuffer
04-05-2024 11:03:42:Sucessfully retrieved MediaType multipart/form-data
04-05-2024 11:03:42:Sucessfully retrieved Language de
04-05-2024 11:03:42:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:42:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=ISO-8859-2]
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:stringbuffer multipart/form-data de CP1250
04-05-2024 11:03:42:Found expected stringbuffer
04-05-2024 11:03:42:Sucessfully retrieved MediaType multipart/form-data
04-05-2024 11:03:42:Sucessfully retrieved Language de
04-05-2024 11:03:42:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:42:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=CP1250]
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:stringbuffer application/octet-stream fr UTF-16
04-05-2024 11:03:42:Found expected stringbuffer
04-05-2024 11:03:42:Sucessfully retrieved MediaType application/octet-stream
04-05-2024 11:03:42:Sucessfully retrieved Language fr
04-05-2024 11:03:42:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:42:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=UTF-16]
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:stringbuffer application/octet-stream fr ISO-8859-2
04-05-2024 11:03:42:Found expected stringbuffer
04-05-2024 11:03:42:Sucessfully retrieved MediaType application/octet-stream
04-05-2024 11:03:42:Sucessfully retrieved Language fr
04-05-2024 11:03:42:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:42:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=ISO-8859-2]
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:stringbuffer application/octet-stream fr CP1250
04-05-2024 11:03:42:Found expected stringbuffer
04-05-2024 11:03:42:Sucessfully retrieved MediaType application/octet-stream
04-05-2024 11:03:42:Sucessfully retrieved Language fr
04-05-2024 11:03:42:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:42:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=CP1250]
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:stringbuffer application/octet-stream de UTF-16
04-05-2024 11:03:42:Found expected stringbuffer
04-05-2024 11:03:42:Sucessfully retrieved MediaType application/octet-stream
04-05-2024 11:03:42:Sucessfully retrieved Language de
04-05-2024 11:03:42:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:42:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=UTF-16]
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:stringbuffer application/octet-stream de ISO-8859-2
04-05-2024 11:03:42:Found expected stringbuffer
04-05-2024 11:03:42:Sucessfully retrieved MediaType application/octet-stream
04-05-2024 11:03:42:Sucessfully retrieved Language de
04-05-2024 11:03:42:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:42:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=ISO-8859-2]
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:stringbuffer application/octet-stream de CP1250
04-05-2024 11:03:42:Found expected stringbuffer
04-05-2024 11:03:42:Sucessfully retrieved MediaType application/octet-stream
04-05-2024 11:03:42:Sucessfully retrieved Language de
04-05-2024 11:03:42:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:42:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=CP1250]
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:stringbuffer text/plain fr UTF-16
04-05-2024 11:03:42:Found expected stringbuffer
04-05-2024 11:03:42:Sucessfully retrieved MediaType text/plain
04-05-2024 11:03:42:Sucessfully retrieved Language fr
04-05-2024 11:03:42:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:42:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=UTF-16]
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:stringbuffer text/plain fr ISO-8859-2
04-05-2024 11:03:42:Found expected stringbuffer
04-05-2024 11:03:42:Sucessfully retrieved MediaType text/plain
04-05-2024 11:03:42:Sucessfully retrieved Language fr
04-05-2024 11:03:42:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:42:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=ISO-8859-2]
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:stringbuffer text/plain fr CP1250
04-05-2024 11:03:42:Found expected stringbuffer
04-05-2024 11:03:42:Sucessfully retrieved MediaType text/plain
04-05-2024 11:03:42:Sucessfully retrieved Language fr
04-05-2024 11:03:42:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:42:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=CP1250]
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:stringbuffer text/plain de UTF-16
04-05-2024 11:03:42:Found expected stringbuffer
04-05-2024 11:03:42:Sucessfully retrieved MediaType text/plain
04-05-2024 11:03:42:Sucessfully retrieved Language de
04-05-2024 11:03:42:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:42:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=UTF-16]
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:stringbuffer text/plain de ISO-8859-2
04-05-2024 11:03:42:Found expected stringbuffer
04-05-2024 11:03:42:Sucessfully retrieved MediaType text/plain
04-05-2024 11:03:42:Sucessfully retrieved Language de
04-05-2024 11:03:42:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:42:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=ISO-8859-2]
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:stringbuffer text/plain de CP1250
04-05-2024 11:03:42:Found expected stringbuffer
04-05-2024 11:03:42:Sucessfully retrieved MediaType text/plain
04-05-2024 11:03:42:Sucessfully retrieved Language de
04-05-2024 11:03:42:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:42:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=CP1250]
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:stringbuffer text/xml fr UTF-16
04-05-2024 11:03:42:Found expected stringbuffer
04-05-2024 11:03:42:Sucessfully retrieved MediaType text/xml
04-05-2024 11:03:42:Sucessfully retrieved Language fr
04-05-2024 11:03:42:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:42:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=UTF-16]
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:stringbuffer text/xml fr ISO-8859-2
04-05-2024 11:03:42:Found expected stringbuffer
04-05-2024 11:03:42:Sucessfully retrieved MediaType text/xml
04-05-2024 11:03:42:Sucessfully retrieved Language fr
04-05-2024 11:03:42:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:42:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=ISO-8859-2]
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:stringbuffer text/xml fr CP1250
04-05-2024 11:03:42:Found expected stringbuffer
04-05-2024 11:03:42:Sucessfully retrieved MediaType text/xml
04-05-2024 11:03:42:Sucessfully retrieved Language fr
04-05-2024 11:03:42:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:42:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=CP1250]
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:stringbuffer text/xml de UTF-16
04-05-2024 11:03:42:Found expected stringbuffer
04-05-2024 11:03:42:Sucessfully retrieved MediaType text/xml
04-05-2024 11:03:42:Sucessfully retrieved Language de
04-05-2024 11:03:42:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:42:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=UTF-16]
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:stringbuffer text/xml de ISO-8859-2
04-05-2024 11:03:42:Found expected stringbuffer
04-05-2024 11:03:42:Sucessfully retrieved MediaType text/xml
04-05-2024 11:03:42:Sucessfully retrieved Language de
04-05-2024 11:03:42:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:42:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=ISO-8859-2]
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:stringbuffer text/xml de CP1250
04-05-2024 11:03:42:Found expected stringbuffer
04-05-2024 11:03:42:Sucessfully retrieved MediaType text/xml
04-05-2024 11:03:42:Sucessfully retrieved Language de
04-05-2024 11:03:42:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:42:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=CP1250]
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:stringbuffer text/html fr UTF-16
04-05-2024 11:03:42:Found expected stringbuffer
04-05-2024 11:03:42:Sucessfully retrieved MediaType text/html
04-05-2024 11:03:42:Sucessfully retrieved Language fr
04-05-2024 11:03:42:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:42:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=UTF-16]
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:stringbuffer text/html fr ISO-8859-2
04-05-2024 11:03:42:Found expected stringbuffer
04-05-2024 11:03:42:Sucessfully retrieved MediaType text/html
04-05-2024 11:03:42:Sucessfully retrieved Language fr
04-05-2024 11:03:42:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:42:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=ISO-8859-2]
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:stringbuffer text/html fr CP1250
04-05-2024 11:03:42:Found expected stringbuffer
04-05-2024 11:03:42:Sucessfully retrieved MediaType text/html
04-05-2024 11:03:42:Sucessfully retrieved Language fr
04-05-2024 11:03:42:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:42:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=CP1250]
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:stringbuffer text/html de UTF-16
04-05-2024 11:03:42:Found expected stringbuffer
04-05-2024 11:03:42:Sucessfully retrieved MediaType text/html
04-05-2024 11:03:42:Sucessfully retrieved Language de
04-05-2024 11:03:42:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:42:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=UTF-16]
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:stringbuffer text/html de ISO-8859-2
04-05-2024 11:03:42:Found expected stringbuffer
04-05-2024 11:03:42:Sucessfully retrieved MediaType text/html
04-05-2024 11:03:42:Sucessfully retrieved Language de
04-05-2024 11:03:42:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:42:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=ISO-8859-2]
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:stringbuffer text/html de CP1250
04-05-2024 11:03:42:Found expected stringbuffer
04-05-2024 11:03:42:Sucessfully retrieved MediaType text/html
04-05-2024 11:03:42:Sucessfully retrieved Language de
04-05-2024 11:03:42:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:42:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=CP1250]
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:stringbuffer text/event-stream fr UTF-16
04-05-2024 11:03:42:Found expected stringbuffer
04-05-2024 11:03:42:Sucessfully retrieved MediaType text/event-stream
04-05-2024 11:03:42:Sucessfully retrieved Language fr
04-05-2024 11:03:42:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:42:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=UTF-16]
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:stringbuffer text/event-stream fr ISO-8859-2
04-05-2024 11:03:42:Found expected stringbuffer
04-05-2024 11:03:42:Sucessfully retrieved MediaType text/event-stream
04-05-2024 11:03:42:Sucessfully retrieved Language fr
04-05-2024 11:03:42:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:42:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=ISO-8859-2]
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:stringbuffer text/event-stream fr CP1250
04-05-2024 11:03:42:Found expected stringbuffer
04-05-2024 11:03:42:Sucessfully retrieved MediaType text/event-stream
04-05-2024 11:03:42:Sucessfully retrieved Language fr
04-05-2024 11:03:42:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:42:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=CP1250]
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:stringbuffer text/event-stream de UTF-16
04-05-2024 11:03:42:Found expected stringbuffer
04-05-2024 11:03:42:Sucessfully retrieved MediaType text/event-stream
04-05-2024 11:03:42:Sucessfully retrieved Language de
04-05-2024 11:03:42:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:42:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=UTF-16]
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:stringbuffer text/event-stream de ISO-8859-2
04-05-2024 11:03:42:Found expected stringbuffer
04-05-2024 11:03:42:Sucessfully retrieved MediaType text/event-stream
04-05-2024 11:03:42:Sucessfully retrieved Language de
04-05-2024 11:03:42:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:42:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=ISO-8859-2]
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:stringbuffer text/event-stream de CP1250
04-05-2024 11:03:42:Found expected stringbuffer
04-05-2024 11:03:42:Sucessfully retrieved MediaType text/event-stream
04-05-2024 11:03:42:Sucessfully retrieved Language de
04-05-2024 11:03:42:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:42:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=CP1250]
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:stringbuffer application/json-patch+json fr UTF-16
04-05-2024 11:03:42:Found expected stringbuffer
04-05-2024 11:03:42:Sucessfully retrieved MediaType application/json-patch+json
04-05-2024 11:03:42:Sucessfully retrieved Language fr
04-05-2024 11:03:42:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:42:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=UTF-16]
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:stringbuffer application/json-patch+json fr ISO-8859-2
04-05-2024 11:03:42:Found expected stringbuffer
04-05-2024 11:03:42:Sucessfully retrieved MediaType application/json-patch+json
04-05-2024 11:03:42:Sucessfully retrieved Language fr
04-05-2024 11:03:42:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:42:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=ISO-8859-2]
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:stringbuffer application/json-patch+json fr CP1250
04-05-2024 11:03:42:Found expected stringbuffer
04-05-2024 11:03:42:Sucessfully retrieved MediaType application/json-patch+json
04-05-2024 11:03:42:Sucessfully retrieved Language fr
04-05-2024 11:03:42:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:42:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=CP1250]
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:stringbuffer application/json-patch+json de UTF-16
04-05-2024 11:03:42:Found expected stringbuffer
04-05-2024 11:03:42:Sucessfully retrieved MediaType application/json-patch+json
04-05-2024 11:03:42:Sucessfully retrieved Language de
04-05-2024 11:03:42:Sucessfully retrieved Encoding UTF-16
04-05-2024 11:03:42:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=UTF-16]
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:stringbuffer application/json-patch+json de ISO-8859-2
04-05-2024 11:03:42:Found expected stringbuffer
04-05-2024 11:03:42:Sucessfully retrieved MediaType application/json-patch+json
04-05-2024 11:03:42:Sucessfully retrieved Language de
04-05-2024 11:03:42:Sucessfully retrieved Encoding ISO-8859-2
04-05-2024 11:03:42:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=ISO-8859-2]
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:stringbuffer application/json-patch+json de CP1250
04-05-2024 11:03:42:Found expected stringbuffer
04-05-2024 11:03:42:Sucessfully retrieved MediaType application/json-patch+json
04-05-2024 11:03:42:Sucessfully retrieved Language de
04-05-2024 11:03:42:Sucessfully retrieved Encoding CP1250
04-05-2024 11:03:42:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=CP1250]
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:FINISHED TEST : entityVariantAnnotationsTest()
04-05-2024 11:03:42:STARTING TEST : entityMediaTypeGetEntityTest()
04-05-2024 11:03:42:Found expected string
04-05-2024 11:03:42:Found expected inputstream
04-05-2024 11:03:42:Found expected serializable
04-05-2024 11:03:42:Found expected stringbuilder
04-05-2024 11:03:42:Found expected stringbuffer
04-05-2024 11:03:42:FINISHED TEST : entityMediaTypeGetEntityTest()
04-05-2024 11:03:42:STARTING TEST : entityStringThrowsExceptionWhenUnparsableTest()
04-05-2024 11:03:42:IllegalArgumentException has been thrown as expected
04-05-2024 11:03:42:FINISHED TEST : entityStringThrowsExceptionWhenUnparsableTest()
04-05-2024 11:03:42:STARTING TEST : entityStringThrowsExceptionWhenNullTest()
04-05-2024 11:03:42:IllegalArgumentException has been thrown as expected
04-05-2024 11:03:42:FINISHED TEST : entityStringThrowsExceptionWhenNullTest()
04-05-2024 11:03:42:STARTING TEST : formMultivaluedMapTest()
04-05-2024 11:03:42:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-05-2024 11:03:42:FINISHED TEST : formMultivaluedMapTest()
04-05-2024 11:03:42:STARTING TEST : entityMediaTypeTest()
04-05-2024 11:03:42:Found expected entity
04-05-2024 11:03:42:Sucessfully retrieved MediaType */*
04-05-2024 11:03:42:Found expected entity
04-05-2024 11:03:42:Sucessfully retrieved MediaType application/xml
04-05-2024 11:03:42:Found expected entity
04-05-2024 11:03:42:Sucessfully retrieved MediaType application/atom+xml
04-05-2024 11:03:42:Found expected entity
04-05-2024 11:03:42:Sucessfully retrieved MediaType application/xhtml+xml
04-05-2024 11:03:42:Found expected entity
04-05-2024 11:03:42:Sucessfully retrieved MediaType application/svg+xml
04-05-2024 11:03:42:Found expected entity
04-05-2024 11:03:42:Sucessfully retrieved MediaType application/json
04-05-2024 11:03:42:Found expected entity
04-05-2024 11:03:42:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-05-2024 11:03:42:Found expected entity
04-05-2024 11:03:42:Sucessfully retrieved MediaType multipart/form-data
04-05-2024 11:03:42:Found expected entity
04-05-2024 11:03:42:Sucessfully retrieved MediaType application/octet-stream
04-05-2024 11:03:42:Found expected entity
04-05-2024 11:03:42:Sucessfully retrieved MediaType text/plain
04-05-2024 11:03:42:Found expected entity
04-05-2024 11:03:42:Sucessfully retrieved MediaType text/xml
04-05-2024 11:03:42:Found expected entity
04-05-2024 11:03:42:Sucessfully retrieved MediaType text/html
04-05-2024 11:03:42:Found expected entity
04-05-2024 11:03:42:Sucessfully retrieved MediaType text/event-stream
04-05-2024 11:03:42:Found expected entity
04-05-2024 11:03:42:Sucessfully retrieved MediaType application/json-patch+json
04-05-2024 11:03:42:FINISHED TEST : entityMediaTypeTest()
04-05-2024 11:03:42:STARTING TEST : entityMediaTypeAnnotationsTest()
04-05-2024 11:03:42:Found expected entity
04-05-2024 11:03:42:Sucessfully retrieved MediaType */*
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:Found expected entity
04-05-2024 11:03:42:Sucessfully retrieved MediaType application/xml
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:Found expected entity
04-05-2024 11:03:42:Sucessfully retrieved MediaType application/atom+xml
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:Found expected entity
04-05-2024 11:03:42:Sucessfully retrieved MediaType application/xhtml+xml
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:Found expected entity
04-05-2024 11:03:42:Sucessfully retrieved MediaType application/svg+xml
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:Found expected entity
04-05-2024 11:03:42:Sucessfully retrieved MediaType application/json
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:Found expected entity
04-05-2024 11:03:42:Sucessfully retrieved MediaType application/x-www-form-urlencoded
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:Found expected entity
04-05-2024 11:03:42:Sucessfully retrieved MediaType multipart/form-data
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:Found expected entity
04-05-2024 11:03:42:Sucessfully retrieved MediaType application/octet-stream
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:Found expected entity
04-05-2024 11:03:42:Sucessfully retrieved MediaType text/plain
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:Found expected entity
04-05-2024 11:03:42:Sucessfully retrieved MediaType text/xml
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:Found expected entity
04-05-2024 11:03:42:Sucessfully retrieved MediaType text/html
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:Found expected entity
04-05-2024 11:03:42:Sucessfully retrieved MediaType text/event-stream
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:Found expected entity
04-05-2024 11:03:42:Sucessfully retrieved MediaType application/json-patch+json
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.annotation.Priority(value=2147483647)
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces(value={"*/*"})
04-05-2024 11:03:42:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider()
04-05-2024 11:03:42:FINISHED TEST : entityMediaTypeAnnotationsTest()
04-05-2024 11:03:42:STARTING TEST : xhtmlTest()
04-05-2024 11:03:42:Sucessfully retrieved MediaType application/xhtml+xml
04-05-2024 11:03:42:Found expected string
04-05-2024 11:03:42:Sucessfully retrieved MediaType application/xhtml+xml
04-05-2024 11:03:42:Found expected inputstream
04-05-2024 11:03:42:Sucessfully retrieved MediaType application/xhtml+xml
04-05-2024 11:03:42:Found expected serializable
04-05-2024 11:03:42:Sucessfully retrieved MediaType application/xhtml+xml
04-05-2024 11:03:42:Found expected stringbuilder
04-05-2024 11:03:42:Sucessfully retrieved MediaType application/xhtml+xml
04-05-2024 11:03:42:Found expected stringbuffer
04-05-2024 11:03:42:FINISHED TEST : xhtmlTest()
[INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.238 s - in ee.jakarta.tck.ws.rs.api.client.entity.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.client.clientrequestcontext.JAXRSClientIT
04-05-2024 11:03:42:STARTING TEST : getHeaderStringUsingHeaderDelegateTest()
04-05-2024 11:03:42:Found expected substring: bean
04-05-2024 11:03:42:FINISHED TEST : getHeaderStringUsingHeaderDelegateTest()
04-05-2024 11:03:42:STARTING TEST : getDateNullTest()
04-05-2024 11:03:42:Found expected substring: NULL
04-05-2024 11:03:42:FINISHED TEST : getDateNullTest()
04-05-2024 11:03:42:STARTING TEST : getEntityTest()
04-05-2024 11:03:42:Found expected substring: test
04-05-2024 11:03:42:FINISHED TEST : getEntityTest()
04-05-2024 11:03:42:STARTING TEST : getEntityAnnotationsNullTest()
04-05-2024 11:03:42:Found expected substring: 0
04-05-2024 11:03:42:FINISHED TEST : getEntityAnnotationsNullTest()
04-05-2024 11:03:42:STARTING TEST : abortWithTest()
04-05-2024 11:03:42:Found expected status: 201
04-05-2024 11:03:42:FINISHED TEST : abortWithTest()
04-05-2024 11:03:42:STARTING TEST : getStringHeadersUsingHeaderDelegateTest()
04-05-2024 11:03:42:Found expected substring: cts
04-05-2024 11:03:42:FINISHED TEST : getStringHeadersUsingHeaderDelegateTest()
04-05-2024 11:03:42:STARTING TEST : getStringHeadersTest()
04-05-2024 11:03:42:Found expected substring: text/html
04-05-2024 11:03:42:Found expected substring: cts
04-05-2024 11:03:42:Found expected substring: Tue, 15 Nov 1994 08:12:31 GMT
04-05-2024 11:03:42:FINISHED TEST : getStringHeadersTest()
04-05-2024 11:03:42:STARTING TEST : getMediaTypeTest()
04-05-2024 11:03:42:Found expected substring: application/x-www-form-urlencoded
04-05-2024 11:03:42:FINISHED TEST : getMediaTypeTest()
04-05-2024 11:03:42:STARTING TEST : getEntityAnnotationsTest()
04-05-2024 11:03:42:Found expected substring: jakarta.ws.rs.ext.Provider
04-05-2024 11:03:42:FINISHED TEST : getEntityAnnotationsTest()
04-05-2024 11:03:42:STARTING TEST : getMethodTest()
04-05-2024 11:03:42:Found expected substring: OPTIONS
04-05-2024 11:03:42:Found expected substring: DELETE
04-05-2024 11:03:42:Found expected substring: GET
04-05-2024 11:03:42:Found expected substring: TRACE
04-05-2024 11:03:42:Found expected substring: PUT
04-05-2024 11:03:42:Found expected substring: POST
04-05-2024 11:03:42:FINISHED TEST : getMethodTest()
04-05-2024 11:03:42:STARTING TEST : setEntityTest()
04-05-2024 11:03:42:Counter is 1
04-05-2024 11:03:42:Counter is 2
04-05-2024 11:03:42:Found expected status: 200
04-05-2024 11:03:42:FINISHED TEST : setEntityTest()
04-05-2024 11:03:42:STARTING TEST : hasEntityTest()
04-05-2024 11:03:42:Found expected substring: false
04-05-2024 11:03:42:Found expected substring: true
04-05-2024 11:03:42:FINISHED TEST : hasEntityTest()
04-05-2024 11:03:42:STARTING TEST : getHeadersIsMutableTest()
04-05-2024 11:03:42:Found expected substring: Accept
04-05-2024 11:03:42:FINISHED TEST : getHeadersIsMutableTest()
04-05-2024 11:03:42:STARTING TEST : getAcceptableMediaTypesIsSortedTest()
04-05-2024 11:03:42:FINISHED TEST : getAcceptableMediaTypesIsSortedTest()
04-05-2024 11:03:42:STARTING TEST : getLanguageTest()
04-05-2024 11:03:42:Found expected substring: zh_tw
04-05-2024 11:03:42:FINISHED TEST : getLanguageTest()
04-05-2024 11:03:42:STARTING TEST : getDateTest()
04-05-2024 11:03:42:Found expected substring: Nov
04-05-2024 11:03:42:Found expected substring: 1994
04-05-2024 11:03:42:Found expected substring: 31
04-05-2024 11:03:42:FINISHED TEST : getDateTest()
04-05-2024 11:03:42:STARTING TEST : getEntityAnnotationsIsNotTakenFromEntityClassTest()
04-05-2024 11:03:42:Found expected substring: 0
04-05-2024 11:03:42:FINISHED TEST : getEntityAnnotationsIsNotTakenFromEntityClassTest()
04-05-2024 11:03:42:STARTING TEST : getLanguageIsNullTest()
04-05-2024 11:03:42:Found expected substring: NULL
04-05-2024 11:03:42:FINISHED TEST : getLanguageIsNullTest()
04-05-2024 11:03:42:STARTING TEST : getHeaderStringTest()
04-05-2024 11:03:42:Found expected status: 200
04-05-2024 11:03:42:FINISHED TEST : getHeaderStringTest()
04-05-2024 11:03:42:STARTING TEST : getEntityClassTest()
04-05-2024 11:03:42:Found expected substring: java.io.ByteArrayInputStream
04-05-2024 11:03:42:FINISHED TEST : getEntityClassTest()
04-05-2024 11:03:42:STARTING TEST : getAcceptableLanguagesByWeightsTest()
04-05-2024 11:03:42:Found expected substring: da
04-05-2024 11:03:42:Found expected substring: gb
04-05-2024 11:03:42:Found expected substring: us
04-05-2024 11:03:42:FINISHED TEST : getAcceptableLanguagesByWeightsTest()
04-05-2024 11:03:42:STARTING TEST : getCookiesIsImmutableTest()
04-05-2024 11:03:42:Found expected status: 200
04-05-2024 11:03:42:FINISHED TEST : getCookiesIsImmutableTest()
04-05-2024 11:03:42:STARTING TEST : getPropertyNamesTest()
04-05-2024 11:03:42:Found expected substring: PROPERTY1
04-05-2024 11:03:42:Found expected substring: PROPERTY2
04-05-2024 11:03:42:FINISHED TEST : getPropertyNamesTest()
04-05-2024 11:03:42:STARTING TEST : getAcceptableMediaTypesTest()
04-05-2024 11:03:42:Found expected substring: text/*
04-05-2024 11:03:42:Found expected substring: text/html
04-05-2024 11:03:42:Found expected substring: */*
04-05-2024 11:03:42:FINISHED TEST : getAcceptableMediaTypesTest()
04-05-2024 11:03:42:STARTING TEST : getHeadersTest()
04-05-2024 11:03:42:Found expected substring: Accept
04-05-2024 11:03:42:Found expected substring: Date
04-05-2024 11:03:42:Found expected substring: tck
04-05-2024 11:03:42:FINISHED TEST : getHeadersTest()
04-05-2024 11:03:42:STARTING TEST : getPropertyIsNullTest()
04-05-2024 11:03:42:Found expected substring: NULL
04-05-2024 11:03:42:FINISHED TEST : getPropertyIsNullTest()
04-05-2024 11:03:42:STARTING TEST : getEntityClassListStringTest()
04-05-2024 11:03:42:Found expected substring: java.util.ArrayList
04-05-2024 11:03:42:FINISHED TEST : getEntityClassListStringTest()
04-05-2024 11:03:42:STARTING TEST : getStringHeadersReflectsTheUnderlayingMapTest()
04-05-2024 11:03:42:Found expected substring: cts
04-05-2024 11:03:42:FINISHED TEST : getStringHeadersReflectsTheUnderlayingMapTest()
04-05-2024 11:03:42:STARTING TEST : getClientTest()
04-05-2024 11:03:42:Found expected status: 200
04-05-2024 11:03:42:FINISHED TEST : getClientTest()
04-05-2024 11:03:42:STARTING TEST : getUriTest()
04-05-2024 11:03:42:Found expected substring: http://localhost:8080/404URL/
04-05-2024 11:03:42:FINISHED TEST : getUriTest()
04-05-2024 11:03:42:STARTING TEST : getSetPropertyTest()
04-05-2024 11:03:42:Found expected substring: value
04-05-2024 11:03:42:FINISHED TEST : getSetPropertyTest()
04-05-2024 11:03:42:STARTING TEST : getAcceptableLanguagesTest()
04-05-2024 11:03:42:Found expected substring: fr_CA
04-05-2024 11:03:42:Found expected substring: zh_CN
04-05-2024 11:03:42:FINISHED TEST : getAcceptableLanguagesTest()
04-05-2024 11:03:42:STARTING TEST : getMediaTypeIsNullTest()
04-05-2024 11:03:42:Found expected substring: NULL
04-05-2024 11:03:42:FINISHED TEST : getMediaTypeIsNullTest()
04-05-2024 11:03:42:STARTING TEST : getAcceptableMediaTypesIsImmutableTest()
04-05-2024 11:03:42:Found expected status: 200
04-05-2024 11:03:42:FINISHED TEST : getAcceptableMediaTypesIsImmutableTest()
04-05-2024 11:03:42:STARTING TEST : getConfigurationTest()
04-05-2024 11:03:42:Found expected status: 200
04-05-2024 11:03:42:FINISHED TEST : getConfigurationTest()
04-05-2024 11:03:42:STARTING TEST : getAcceptableLanguagesIsImmutableTest()
04-05-2024 11:03:42:Found expected status: 200
04-05-2024 11:03:42:FINISHED TEST : getAcceptableLanguagesIsImmutableTest()
04-05-2024 11:03:42:STARTING TEST : removePropertyTest()
04-05-2024 11:03:42:Found expected substring: NULL
04-05-2024 11:03:42:FINISHED TEST : removePropertyTest()
04-05-2024 11:03:42:STARTING TEST : getEntityNullTest()
04-05-2024 11:03:42:Found expected substring: NULL
04-05-2024 11:03:42:FINISHED TEST : getEntityNullTest()
04-05-2024 11:03:42:STARTING TEST : getEntityTypeListStringTest()
04-05-2024 11:03:42:Found expected substring: java.lang.String
04-05-2024 11:03:42:FINISHED TEST : getEntityTypeListStringTest()
04-05-2024 11:03:42:STARTING TEST : getCookiesTest()
04-05-2024 11:03:42:Found expected substring: cts
04-05-2024 11:03:42:Found expected substring: tck
04-05-2024 11:03:42:Found expected substring: jee
04-05-2024 11:03:42:FINISHED TEST : getCookiesTest()
04-05-2024 11:03:42:STARTING TEST : getPropertyNamesIsImmutableTest()
04-05-2024 11:03:42:getPropertyNames is immutable as expected
04-05-2024 11:03:42:FINISHED TEST : getPropertyNamesIsImmutableTest()
[INFO] Tests run: 41, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.593 s - in ee.jakarta.tck.ws.rs.api.client.clientrequestcontext.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.client.responseprocessingexception.JAXRSClientIT
04-05-2024 11:03:42:STARTING TEST : constructorWithRuntimeExceptionNullMessageTest()
04-05-2024 11:03:42:response contains expected Expectation Failed status
04-05-2024 11:03:42:getCause contains expected java.lang.IllegalStateException: JAXRS TCK exception
04-05-2024 11:03:42:FINISHED TEST : constructorWithRuntimeExceptionNullMessageTest()
04-05-2024 11:03:42:STARTING TEST : constructorWithNullThrowableTest()
04-05-2024 11:03:42:response contains expected Expectation Failed status
04-05-2024 11:03:42:FINISHED TEST : constructorWithNullThrowableTest()
04-05-2024 11:03:42:STARTING TEST : constructorWithCheckedExceptionNullMessageTest()
04-05-2024 11:03:42:response contains expected Expectation Failed status
04-05-2024 11:03:42:getCause contains expected java.io.IOException: JAXRS TCK exception
04-05-2024 11:03:42:FINISHED TEST : constructorWithCheckedExceptionNullMessageTest()
04-05-2024 11:03:42:STARTING TEST : constructorWithNullThrowableNullMessageTest()
04-05-2024 11:03:42:response contains expected Expectation Failed status
04-05-2024 11:03:42:FINISHED TEST : constructorWithNullThrowableNullMessageTest()
04-05-2024 11:03:42:STARTING TEST : constructorWithNullMessageTest()
04-05-2024 11:03:42:response contains expected Expectation Failed status
04-05-2024 11:03:42:FINISHED TEST : constructorWithNullMessageTest()
04-05-2024 11:03:42:STARTING TEST : constructorWithNullThrowableNotNullMessageTest()
04-05-2024 11:03:42:response contains expected Expectation Failed status
04-05-2024 11:03:42:ResponseProcessingException#getMesaage contains expected message Exception thrown by TCK
04-05-2024 11:03:42:FINISHED TEST : constructorWithNullThrowableNotNullMessageTest()
04-05-2024 11:03:42:STARTING TEST : constructorWithCheckedExceptionAndNotNullMessageTest()
04-05-2024 11:03:42:response contains expected Expectation Failed status
04-05-2024 11:03:42:getCause contains expected java.io.IOException: JAXRS TCK exception
04-05-2024 11:03:42:ResponseProcessingException#getMesaage contains expected message Exception thrown by TCK
04-05-2024 11:03:42:FINISHED TEST : constructorWithCheckedExceptionAndNotNullMessageTest()
04-05-2024 11:03:42:STARTING TEST : constructorWithRuntimeExceptionAndNotNullMessageTest()
04-05-2024 11:03:42:response contains expected Expectation Failed status
04-05-2024 11:03:42:getCause contains expected java.lang.IllegalStateException: JAXRS TCK exception
04-05-2024 11:03:42:ResponseProcessingException#getMesaage contains expected message Exception thrown by TCK
04-05-2024 11:03:42:FINISHED TEST : constructorWithRuntimeExceptionAndNotNullMessageTest()
04-05-2024 11:03:42:STARTING TEST : constructorWithNotNullMessageTest()
04-05-2024 11:03:42:response contains expected Expectation Failed status
04-05-2024 11:03:42:ResponseProcessingException#getMesaage contains expected message Exception thrown by TCK
04-05-2024 11:03:42:FINISHED TEST : constructorWithNotNullMessageTest()
04-05-2024 11:03:42:STARTING TEST : constructorWithCheckedExceptionTest()
04-05-2024 11:03:42:getCause contains expected java.io.IOException: TCK exception
04-05-2024 11:03:42:ResponseProcessingException#getMesaage contains expected message TCK exception
04-05-2024 11:03:42:response contains expected Expectation Failed status
04-05-2024 11:03:42:FINISHED TEST : constructorWithCheckedExceptionTest()
04-05-2024 11:03:42:STARTING TEST : constructorWithRuntimeExceptionTest()
04-05-2024 11:03:42:getCause contains expected java.lang.IllegalStateException: TCK exception
04-05-2024 11:03:42:ResponseProcessingException#getMesaage contains expected message TCK exception
04-05-2024 11:03:42:response contains expected Expectation Failed status
04-05-2024 11:03:42:FINISHED TEST : constructorWithRuntimeExceptionTest()
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in ee.jakarta.tck.ws.rs.api.client.responseprocessingexception.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.client.invocation.JAXRSClientIT
04-05-2024 11:03:42:STARTING TEST : invokeResponseThrowsNoWebApplicationExceptionTest()
04-05-2024 11:03:42:Returned unexpected response with status code 406
04-05-2024 11:03:42:FINISHED TEST : invokeResponseThrowsNoWebApplicationExceptionTest()
04-05-2024 11:03:42:STARTING TEST : submitInvocationCallbackTest()
04-05-2024 11:03:42:Found expected GET
04-05-2024 11:03:42:FINISHED TEST : submitInvocationCallbackTest()
04-05-2024 11:03:42:STARTING TEST : submitResponseThrowsNoWebApplicationExceptionTest()
04-05-2024 11:03:42:Response cotains expected status Not Acceptable
04-05-2024 11:03:42:FINISHED TEST : submitResponseThrowsNoWebApplicationExceptionTest()
04-05-2024 11:03:42:STARTING TEST : invokeGenericTypeTest()
04-05-2024 11:03:42:Found expected GET
04-05-2024 11:03:42:FINISHED TEST : invokeGenericTypeTest()
04-05-2024 11:03:42:STARTING TEST : invokePlainTest()
04-05-2024 11:03:42:Found expected GET
04-05-2024 11:03:42:FINISHED TEST : invokePlainTest()
04-05-2024 11:03:42:STARTING TEST : submitStringThrowsProcessingExceptionTest()
04-05-2024 11:03:42:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: cts.tck
04-05-2024 11:03:42:ExecutionException.getCause is ProcessingException as expected
04-05-2024 11:03:42:FINISHED TEST : submitStringThrowsProcessingExceptionTest()
04-05-2024 11:03:42:STARTING TEST : submitExtendedGenericTypeResponseThrowsNoWebApplicationExceptionTest()
04-05-2024 11:03:42:Response cotains expected status Not Acceptable
04-05-2024 11:03:42:FINISHED TEST : submitExtendedGenericTypeResponseThrowsNoWebApplicationExceptionTest()
04-05-2024 11:03:42:STARTING TEST : submitPlainTest()
04-05-2024 11:03:42:Found expected GET
04-05-2024 11:03:42:FINISHED TEST : submitPlainTest()
04-05-2024 11:03:42:STARTING TEST : submitGenericTypeStringThrowsWebApplicationExceptionTest()
04-05-2024 11:03:42:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-05-2024 11:03:42:ExecutionException.getCause is WebApplicationException as expected
04-05-2024 11:03:42:FINISHED TEST : submitGenericTypeStringThrowsWebApplicationExceptionTest()
04-05-2024 11:03:42:STARTING TEST : submitAnnonymousGenericTypeResponseThrowsNoWebApplicationExceptionTest()
04-05-2024 11:03:42:Response cotains expected status Not Acceptable
04-05-2024 11:03:42:FINISHED TEST : submitAnnonymousGenericTypeResponseThrowsNoWebApplicationExceptionTest()
04-05-2024 11:03:42:STARTING TEST : submitInvocationCallbackThrowsProcessingExceptionTest()
04-05-2024 11:03:42:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: cts.tck
04-05-2024 11:03:42:ExecutionException.getCause is ProcessingException as expected
04-05-2024 11:03:42:FINISHED TEST : submitInvocationCallbackThrowsProcessingExceptionTest()
04-05-2024 11:03:42:STARTING TEST : submitPlainThrowsProcessingExceptionTest()
04-05-2024 11:03:42:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: cts.tck
04-05-2024 11:03:42:ExecutionException.getCause is ProcessingException as expected
04-05-2024 11:03:42:FINISHED TEST : submitPlainThrowsProcessingExceptionTest()
04-05-2024 11:03:42:STARTING TEST : invokeStringThrowsWebApplicationExceptionTest()
04-05-2024 11:03:42:WebApplicationException has been thrown
04-05-2024 11:03:42:FINISHED TEST : invokeStringThrowsWebApplicationExceptionTest()
04-05-2024 11:03:42:STARTING TEST : submitGenericTypeThrowsProcessingExceptionTest()
04-05-2024 11:03:42:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: cts.tck
04-05-2024 11:03:42:ExecutionException.getCause is ProcessingException as expected
04-05-2024 11:03:42:FINISHED TEST : submitGenericTypeThrowsProcessingExceptionTest()
04-05-2024 11:03:42:STARTING TEST : submitInvocationCallbackStringThrowsWebAppExceptionTest()
04-05-2024 11:03:42:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-05-2024 11:03:42:ExecutionException.getCause is WebApplicationException as expected
04-05-2024 11:03:42:FINISHED TEST : submitInvocationCallbackStringThrowsWebAppExceptionTest()
04-05-2024 11:03:42:STARTING TEST : submitInvocationCallbackResponseThrowsNoWebAppExceptionTest()
04-05-2024 11:03:42:Found expected status code 406
04-05-2024 11:03:42:FINISHED TEST : submitInvocationCallbackResponseThrowsNoWebAppExceptionTest()
04-05-2024 11:03:42:STARTING TEST : invokeGenericTypeThrowsExceptionTest()
04-05-2024 11:03:42:ProcessingException has been thrown
04-05-2024 11:03:42:FINISHED TEST : invokeGenericTypeThrowsExceptionTest()
04-05-2024 11:03:42:STARTING TEST : invokeThrowsExceptionTest()
04-05-2024 11:03:42:ProcessingException has been thrown
04-05-2024 11:03:42:FINISHED TEST : invokeThrowsExceptionTest()
04-05-2024 11:03:42:STARTING TEST : invokeGenericTypeStringThrowsWebApplicationExceptionTest()
04-05-2024 11:03:42:WebApplicationException has been thrown
04-05-2024 11:03:42:FINISHED TEST : invokeGenericTypeStringThrowsWebApplicationExceptionTest()
04-05-2024 11:03:42:STARTING TEST : invokeClassTest()
04-05-2024 11:03:42:Found expected POST
04-05-2024 11:03:42:Found expected invokeClassTest
04-05-2024 11:03:42:FINISHED TEST : invokeClassTest()
04-05-2024 11:03:42:STARTING TEST : invokeAnnonymousGenericTypeResponseThrowsNoWebApplicationExceptionTest()
04-05-2024 11:03:42:Response return code is 406 as expected
04-05-2024 11:03:42:FINISHED TEST : invokeAnnonymousGenericTypeResponseThrowsNoWebApplicationExceptionTest()
04-05-2024 11:03:42:STARTING TEST : invokeClassThrowsExceptionTest()
04-05-2024 11:03:42:ProcessingException has been thrown
04-05-2024 11:03:42:FINISHED TEST : invokeClassThrowsExceptionTest()
04-05-2024 11:03:42:STARTING TEST : invokeExtendedGenericTypeResponseThrowsNoWebApplicationExceptionTest()
04-05-2024 11:03:42:Response return code is 406 as expected
04-05-2024 11:03:42:FINISHED TEST : invokeExtendedGenericTypeResponseThrowsNoWebApplicationExceptionTest()
04-05-2024 11:03:42:STARTING TEST : submitClassTest()
04-05-2024 11:03:42:Found expected POST
04-05-2024 11:03:42:Found expected submitClassTest
04-05-2024 11:03:42:FINISHED TEST : submitClassTest()
04-05-2024 11:03:42:STARTING TEST : submitStringThrowsWebApplicationExceptionTest()
04-05-2024 11:03:42:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable
04-05-2024 11:03:42:ExecutionException.getCause is WebApplicationException as expected
04-05-2024 11:03:42:FINISHED TEST : submitStringThrowsWebApplicationExceptionTest()
04-05-2024 11:03:42:STARTING TEST : submitGenericTypeTest()
04-05-2024 11:03:42:Found expected POST
04-05-2024 11:03:42:Found expected submitGenericTypeTest
04-05-2024 11:03:42:FINISHED TEST : submitGenericTypeTest()
[INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.354 s - in ee.jakarta.tck.ws.rs.api.client.invocation.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.client.clientresponsecontext.JAXRSClientIT
04-05-2024 11:03:42:STARTING TEST : getLinksTest()
04-05-2024 11:03:42:Found #getLinks()={ http://localhost:8080/404URL/ }
04-05-2024 11:03:42:Found expected status: 200
04-05-2024 11:03:42:FINISHED TEST : getLinksTest()
04-05-2024 11:03:42:STARTING TEST : getMediaTypeTest()
04-05-2024 11:03:43:Found expected MediaType.APPLICATION_SVG_XML_TYPE
04-05-2024 11:03:43:Found expected status: 200
04-05-2024 11:03:43:FINISHED TEST : getMediaTypeTest()
04-05-2024 11:03:43:STARTING TEST : getLinkTest()
04-05-2024 11:03:43:Found #getLink()= http://localhost:8080/404URL/
04-05-2024 11:03:43:Found expected status: 200
04-05-2024 11:03:43:FINISHED TEST : getLinkTest()
04-05-2024 11:03:43:STARTING TEST : getHeadersIsMutableTest()
04-05-2024 11:03:43:#getHeaders is mutable as expected
04-05-2024 11:03:43:Found expected status: 200
04-05-2024 11:03:43:FINISHED TEST : getHeadersIsMutableTest()
04-05-2024 11:03:43:STARTING TEST : hasLinkWhenNoLinkTest()
04-05-2024 11:03:43:#hasLink has not found any link as expected
04-05-2024 11:03:43:Found expected status: 200
04-05-2024 11:03:43:FINISHED TEST : hasLinkWhenNoLinkTest()
04-05-2024 11:03:43:STARTING TEST : getHeaderStringIsCommaSeparatedTest()
04-05-2024 11:03:43:#getHeaderString is comma separated combination of value1 and value2 as expected
04-05-2024 11:03:43:Found expected status: 200
04-05-2024 11:03:43:FINISHED TEST : getHeaderStringIsCommaSeparatedTest()
04-05-2024 11:03:43:STARTING TEST : getHeaderStringIsEmptyTest()
04-05-2024 11:03:43:#getHeaderString is empty string as expected
04-05-2024 11:03:43:Found expected status: 200
04-05-2024 11:03:43:FINISHED TEST : getHeaderStringIsEmptyTest()
04-05-2024 11:03:43:STARTING TEST : getLanguageTest()
04-05-2024 11:03:43:Found #getLanguage()= fr_CA
04-05-2024 11:03:43:Found expected status: 200
04-05-2024 11:03:43:FINISHED TEST : getLanguageTest()
04-05-2024 11:03:43:STARTING TEST : getDateTest()
04-05-2024 11:03:43:Found #getDate()= Fri Apr 05 11:03:43 UTC 2024
04-05-2024 11:03:43:Found expected status: 200
04-05-2024 11:03:43:FINISHED TEST : getDateTest()
04-05-2024 11:03:43:STARTING TEST : getHeaderStringIsNullTest()
04-05-2024 11:03:43:#getHeaderString is null as expected
04-05-2024 11:03:43:Found expected status: 200
04-05-2024 11:03:43:FINISHED TEST : getHeaderStringIsNullTest()
04-05-2024 11:03:43:STARTING TEST : getHeaderStringTest()
04-05-2024 11:03:43:#getHeaderString is value1 as expected
04-05-2024 11:03:43:Found expected status: 200
04-05-2024 11:03:43:FINISHED TEST : getHeaderStringTest()
04-05-2024 11:03:43:STARTING TEST : setStatusInfoTest()
04-05-2024 11:03:43:Found expected status: 302
04-05-2024 11:03:43:FINISHED TEST : setStatusInfoTest()
04-05-2024 11:03:43:STARTING TEST : getAllowedMethodsTest()
04-05-2024 11:03:43:found methods: GET OPTIONS
04-05-2024 11:03:43:Found expected status: 200
04-05-2024 11:03:43:FINISHED TEST : getAllowedMethodsTest()
04-05-2024 11:03:43:STARTING TEST : getStatusTest()
04-05-2024 11:03:43:Found expected response status 222
04-05-2024 11:03:43:FINISHED TEST : getStatusTest()
04-05-2024 11:03:43:STARTING TEST : getEntityTagTest()
04-05-2024 11:03:43:Found #getEntityTag()= EntityTagValue
04-05-2024 11:03:43:Found expected status: 200
04-05-2024 11:03:43:FINISHED TEST : getEntityTagTest()
04-05-2024 11:03:43:STARTING TEST : setEntityStreamTest()
04-05-2024 11:03:43:#setEntityStream( ENTITY ) set entity ENTITY
04-05-2024 11:03:43:Found expected status: 200
04-05-2024 11:03:43:FINISHED TEST : setEntityStreamTest()
04-05-2024 11:03:43:STARTING TEST : getHeadersTest()
04-05-2024 11:03:43:Found #getHeaders()={ header1 : value1 }
04-05-2024 11:03:43:Found expected status: 200
04-05-2024 11:03:43:FINISHED TEST : getHeadersTest()
04-05-2024 11:03:43:STARTING TEST : getStatusInfoTest()
04-05-2024 11:03:43:Found expected response status 222
04-05-2024 11:03:43:FINISHED TEST : getStatusInfoTest()
04-05-2024 11:03:43:STARTING TEST : setStatusTest()
04-05-2024 11:03:43:Found expected status: 403
04-05-2024 11:03:43:FINISHED TEST : setStatusTest()
04-05-2024 11:03:43:STARTING TEST : getLinkBuilderTest()
04-05-2024 11:03:43:Found #getLinkBuilder()= http://localhost:8080/404URL/
04-05-2024 11:03:43:Found expected status: 200
04-05-2024 11:03:43:FINISHED TEST : getLinkBuilderTest()
04-05-2024 11:03:43:STARTING TEST : hasEntityWhenEntityTest()
04-05-2024 11:03:43:Found #hasEntity()=true
04-05-2024 11:03:43:Found expected status: 200
04-05-2024 11:03:43:FINISHED TEST : hasEntityWhenEntityTest()
04-05-2024 11:03:43:STARTING TEST : getLengthTest()
04-05-2024 11:03:43:Found #getLength()= 6
04-05-2024 11:03:43:Found expected status: 200
04-05-2024 11:03:43:FINISHED TEST : getLengthTest()
04-05-2024 11:03:43:STARTING TEST : getLastModifiedTest()
04-05-2024 11:03:43:Found #getLastModified()= Fri Apr 05 11:03:43 UTC 2024
04-05-2024 11:03:43:Found expected status: 200
04-05-2024 11:03:43:FINISHED TEST : getLastModifiedTest()
04-05-2024 11:03:43:STARTING TEST : hasLinkWhenLinkTest()
04-05-2024 11:03:43:#hasLink has found the given link
04-05-2024 11:03:43:Found expected status: 200
04-05-2024 11:03:43:FINISHED TEST : hasLinkWhenLinkTest()
04-05-2024 11:03:43:STARTING TEST : getLocationTest()
04-05-2024 11:03:43:Found #getLocation= http://localhost:8080/404URL/
04-05-2024 11:03:43:Found expected status: 200
04-05-2024 11:03:43:FINISHED TEST : getLocationTest()
04-05-2024 11:03:43:STARTING TEST : getCookiesTest()
04-05-2024 11:03:43:Found expected status: 200
04-05-2024 11:03:43:FINISHED TEST : getCookiesTest()
04-05-2024 11:03:43:STARTING TEST : hasEntityWhenNoEntityTest()
04-05-2024 11:03:43:Found #hasEntity()=false
04-05-2024 11:03:43:Found expected status: 200
04-05-2024 11:03:43:FINISHED TEST : hasEntityWhenNoEntityTest()
04-05-2024 11:03:43:STARTING TEST : getEntityStreamTest()
04-05-2024 11:03:43:Found #getEntityStream()= ENTITY
04-05-2024 11:03:43:Found expected status: 200
04-05-2024 11:03:43:FINISHED TEST : getEntityStreamTest()
[INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.353 s - in ee.jakarta.tck.ws.rs.api.client.clientresponsecontext.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.client.clientbuilder.JAXRSClientIT
04-05-2024 11:03:43:STARTING TEST : newClientWithConfigurationTest()
04-05-2024 11:03:43:FINISHED TEST : newClientWithConfigurationTest()
04-05-2024 11:03:43:STARTING TEST : newClientNoParamTest()
04-05-2024 11:03:43:FINISHED TEST : newClientNoParamTest()
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in ee.jakarta.tck.ws.rs.api.client.clientbuilder.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.client.invocationcallback.JAXRSClientIT
04-05-2024 11:03:43:STARTING TEST : completedTest()
04-05-2024 11:03:43:Found expected get
04-05-2024 11:03:43:InvocationCallback#completed has been called as expected
04-05-2024 11:03:43:FINISHED TEST : completedTest()
04-05-2024 11:03:43:STARTING TEST : failedTest()
04-05-2024 11:03:43:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: cts.tck
04-05-2024 11:03:43:ExecutionException.getCause is ProcessingException as expected
04-05-2024 11:03:43:InvocationCallback#failed has been called as expected
04-05-2024 11:03:43:FINISHED TEST : failedTest()
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.08 s - in ee.jakarta.tck.ws.rs.api.client.invocationcallback.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.api.client.client.JAXRSClientIT
04-05-2024 11:03:43:STARTING TEST : closeOnWebTargetRequestWithMediaTypeNameTest()
public org.glassfish.jersey.client.JerseyInvocation$Builder org.glassfish.jersey.client.JerseyWebTarget.request(java.lang.String[])
04-05-2024 11:03:43:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
04-05-2024 11:03:43:FINISHED TEST : closeOnWebTargetRequestWithMediaTypeNameTest()
04-05-2024 11:03:43:STARTING TEST : closeOnWebTargetRegisterClassMapTest()
public jakarta.ws.rs.core.Configurable org.glassfish.jersey.client.JerseyWebTarget.register(java.lang.Class,java.util.Map)
04-05-2024 11:03:43:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
04-05-2024 11:03:43:FINISHED TEST : closeOnWebTargetRegisterClassMapTest()
04-05-2024 11:03:43:STARTING TEST : closeOnClientConfigTest()
public jakarta.ws.rs.core.Configuration org.glassfish.jersey.client.JerseyClient.getConfiguration()
04-05-2024 11:03:43:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
04-05-2024 11:03:43:FINISHED TEST : closeOnClientConfigTest()
04-05-2024 11:03:43:STARTING TEST : closeOnWebTargetPathTest()
public jakarta.ws.rs.client.WebTarget org.glassfish.jersey.client.JerseyWebTarget.path(java.lang.String)
04-05-2024 11:03:43:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
04-05-2024 11:03:43:FINISHED TEST : closeOnWebTargetPathTest()
04-05-2024 11:03:43:STARTING TEST : closeOnClientRegisterObjectTest()
public jakarta.ws.rs.core.Configurable org.glassfish.jersey.client.JerseyClient.register(java.lang.Object)
04-05-2024 11:03:43:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
04-05-2024 11:03:43:FINISHED TEST : closeOnClientRegisterObjectTest()
04-05-2024 11:03:43:STARTING TEST : closeOnWebTargetRegisterClassTest()
public jakarta.ws.rs.core.Configurable org.glassfish.jersey.client.JerseyWebTarget.register(java.lang.Object)
04-05-2024 11:03:43:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
04-05-2024 11:03:43:FINISHED TEST : closeOnWebTargetRegisterClassTest()
04-05-2024 11:03:43:STARTING TEST : closeOnWebTargetQueryParamTest()
public jakarta.ws.rs.client.WebTarget org.glassfish.jersey.client.JerseyWebTarget.queryParam(java.lang.String,java.lang.Object[])
04-05-2024 11:03:43:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
04-05-2024 11:03:43:FINISHED TEST : closeOnWebTargetQueryParamTest()
04-05-2024 11:03:43:STARTING TEST : targetWithStringIllegalArgumentExceptionTest()
04-05-2024 11:03:43:Uri is not a valid URI as expected: java.net.URISyntaxException: Expected scheme name at index 0: :cts:8080//tck:90090//jaxrs
04-05-2024 11:03:43:IllegalArgumentException was successfully thrown for target :cts:8080//tck:90090//jaxrs  as expected
04-05-2024 11:03:43:FINISHED TEST : targetWithStringIllegalArgumentExceptionTest()
04-05-2024 11:03:43:STARTING TEST : targetWithUriBuilderNullPointerExceptionTest()
04-05-2024 11:03:43:NullPointerException was successfully thrown for null target as expected
04-05-2024 11:03:43:FINISHED TEST : targetWithUriBuilderNullPointerExceptionTest()
04-05-2024 11:03:43:STARTING TEST : closeOnWebTargetConfigTest()
public org.glassfish.jersey.client.ClientConfig org.glassfish.jersey.client.JerseyWebTarget.getConfiguration()
04-05-2024 11:03:43:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
04-05-2024 11:03:43:FINISHED TEST : closeOnWebTargetConfigTest()
04-05-2024 11:03:43:STARTING TEST : closeOnWebTargetGetUriTest()
public java.net.URI org.glassfish.jersey.client.JerseyWebTarget.getUri()
04-05-2024 11:03:43:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
04-05-2024 11:03:43:FINISHED TEST : closeOnWebTargetGetUriTest()
04-05-2024 11:03:43:STARTING TEST : closeOnWebTargetPropertyTest()
public jakarta.ws.rs.core.Configurable org.glassfish.jersey.client.JerseyWebTarget.property(java.lang.String,java.lang.Object)
04-05-2024 11:03:43:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
04-05-2024 11:03:43:FINISHED TEST : closeOnWebTargetPropertyTest()
04-05-2024 11:03:43:STARTING TEST : targetWithStringNullPointerExceptionTest()
04-05-2024 11:03:43:NullPointerException was successfully thrown for null target as expected
04-05-2024 11:03:43:FINISHED TEST : targetWithStringNullPointerExceptionTest()
04-05-2024 11:03:43:STARTING TEST : closeOnClientRegisterClassWithContractsTest()
public org.glassfish.jersey.client.JerseyClient org.glassfish.jersey.client.JerseyClient.register(java.lang.Object,java.lang.Class[])
04-05-2024 11:03:43:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
04-05-2024 11:03:43:FINISHED TEST : closeOnClientRegisterClassWithContractsTest()
04-05-2024 11:03:43:STARTING TEST : closeOnClientTargetWithUriTest()
public org.glassfish.jersey.client.JerseyWebTarget org.glassfish.jersey.client.JerseyClient.target(java.net.URI)
04-05-2024 11:03:43:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
04-05-2024 11:03:43:FINISHED TEST : closeOnClientTargetWithUriTest()
04-05-2024 11:03:43:STARTING TEST : closeOnWebTargetGetUriBuilderTest()
public jakarta.ws.rs.core.UriBuilder org.glassfish.jersey.client.JerseyWebTarget.getUriBuilder()
04-05-2024 11:03:43:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
04-05-2024 11:03:43:FINISHED TEST : closeOnWebTargetGetUriBuilderTest()
04-05-2024 11:03:43:STARTING TEST : targetWithUriNullPointerExceptionTest()
04-05-2024 11:03:43:NullPointerException was successfully thrown for null target as expected
04-05-2024 11:03:43:FINISHED TEST : targetWithUriNullPointerExceptionTest()
04-05-2024 11:03:43:STARTING TEST : closeOnWebTargetRegisterObjectTest()
public jakarta.ws.rs.core.Configurable org.glassfish.jersey.client.JerseyWebTarget.register(java.lang.Object)
04-05-2024 11:03:43:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
04-05-2024 11:03:43:FINISHED TEST : closeOnWebTargetRegisterObjectTest()
04-05-2024 11:03:43:STARTING TEST : closeOnWebTargetRequestTest()
public jakarta.ws.rs.client.Invocation$Builder org.glassfish.jersey.client.JerseyWebTarget.request()
04-05-2024 11:03:43:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
04-05-2024 11:03:43:FINISHED TEST : closeOnWebTargetRequestTest()
04-05-2024 11:03:43: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
04-05-2024 11:03:43:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
04-05-2024 11:03:43:FINISHED TEST : closeOnWebTargetResolveTemplateFromEncodedTest()
04-05-2024 11:03:43:STARTING TEST : targetLinkTest()
04-05-2024 11:03:43:FINISHED TEST : targetLinkTest()
04-05-2024 11:03:43:STARTING TEST : targetWithLinkNullPointerExceptionTest()
04-05-2024 11:03:43:NullPointerException was successfully thrown for null target as expected
04-05-2024 11:03:43:FINISHED TEST : targetWithLinkNullPointerExceptionTest()
04-05-2024 11:03:43:STARTING TEST : closeOnClientRegisterObjectWithPriorityTest()
public jakarta.ws.rs.core.Configurable org.glassfish.jersey.client.JerseyClient.register(java.lang.Object,int)
04-05-2024 11:03:43:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
04-05-2024 11:03:43:FINISHED TEST : closeOnClientRegisterObjectWithPriorityTest()
04-05-2024 11:03:43:STARTING TEST : targetUriBuilderTest()
04-05-2024 11:03:43:FINISHED TEST : targetUriBuilderTest()
04-05-2024 11:03:43:STARTING TEST : closeOnClientRegisterClassWithPriorityTest()
public jakarta.ws.rs.core.Configurable org.glassfish.jersey.client.JerseyClient.register(java.lang.Object,int)
04-05-2024 11:03:43:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
04-05-2024 11:03:43:FINISHED TEST : closeOnClientRegisterClassWithPriorityTest()
04-05-2024 11:03:43:STARTING TEST : closeOnClientRegisterClassTest()
public jakarta.ws.rs.core.Configurable org.glassfish.jersey.client.JerseyClient.register(java.lang.Object)
04-05-2024 11:03:43:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
04-05-2024 11:03:43:FINISHED TEST : closeOnClientRegisterClassTest()
04-05-2024 11:03:43:STARTING TEST : closeOnWebTargetMatrixParamTest()
public jakarta.ws.rs.client.WebTarget org.glassfish.jersey.client.JerseyWebTarget.matrixParam(java.lang.String,java.lang.Object[])
04-05-2024 11:03:43:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
04-05-2024 11:03:43:FINISHED TEST : closeOnWebTargetMatrixParamTest()
04-05-2024 11:03:43:STARTING TEST : closeOnWebTargetRegisterClassWithPriorityTest()
public jakarta.ws.rs.core.Configurable org.glassfish.jersey.client.JerseyWebTarget.register(java.lang.Class,int)
04-05-2024 11:03:43:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
04-05-2024 11:03:43:FINISHED TEST : closeOnWebTargetRegisterClassWithPriorityTest()
04-05-2024 11:03:43:STARTING TEST : closeOnWebTargetRegisterClassWithContractsTest()
public jakarta.ws.rs.core.Configurable org.glassfish.jersey.client.JerseyWebTarget.register(java.lang.Class,java.lang.Class[])
04-05-2024 11:03:43:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
04-05-2024 11:03:43:FINISHED TEST : closeOnWebTargetRegisterClassWithContractsTest()
04-05-2024 11:03:43:STARTING TEST : closeOnWebTargetResolveTemplatesMapBooleanTest()
public org.glassfish.jersey.client.JerseyWebTarget org.glassfish.jersey.client.JerseyWebTarget.resolveTemplates(java.util.Map,boolean) throws java.lang.NullPointerException
04-05-2024 11:03:43:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
04-05-2024 11:03:43:FINISHED TEST : closeOnWebTargetResolveTemplatesMapBooleanTest()
04-05-2024 11:03:43:STARTING TEST : closeOnClientInvocationWithLinkTest()
public org.glassfish.jersey.client.JerseyInvocation$Builder org.glassfish.jersey.client.JerseyClient.invocation(jakarta.ws.rs.core.Link)
04-05-2024 11:03:43:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
04-05-2024 11:03:43:FINISHED TEST : closeOnClientInvocationWithLinkTest()
04-05-2024 11:03:43:STARTING TEST : closeOnWebTargetRequestWithMediaTypeTest()
public org.glassfish.jersey.client.JerseyInvocation$Builder org.glassfish.jersey.client.JerseyWebTarget.request(jakarta.ws.rs.core.MediaType[])
04-05-2024 11:03:43:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
04-05-2024 11:03:43:FINISHED TEST : closeOnWebTargetRequestWithMediaTypeTest()
04-05-2024 11:03:43: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
04-05-2024 11:03:43:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
04-05-2024 11:03:43:FINISHED TEST : closeOnWebTargetResolveTemplateStringObjectBooleanTest()
04-05-2024 11:03:43:STARTING TEST : closeOnWebTargetRegisterObjectWithContractsTest()
public org.glassfish.jersey.client.JerseyWebTarget org.glassfish.jersey.client.JerseyWebTarget.register(java.lang.Object,java.lang.Class[])
04-05-2024 11:03:43:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
04-05-2024 11:03:43:FINISHED TEST : closeOnWebTargetRegisterObjectWithContractsTest()
04-05-2024 11:03:43:STARTING TEST : closeOnClientRegisterClassMapTest()
public jakarta.ws.rs.core.Configurable org.glassfish.jersey.client.JerseyClient.register(java.lang.Class,java.util.Map)
04-05-2024 11:03:43:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
04-05-2024 11:03:43:FINISHED TEST : closeOnClientRegisterClassMapTest()
04-05-2024 11:03:43:STARTING TEST : closeOnClientPropertyTest()
public jakarta.ws.rs.core.Configurable org.glassfish.jersey.client.JerseyClient.property(java.lang.String,java.lang.Object)
04-05-2024 11:03:43:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
04-05-2024 11:03:43:FINISHED TEST : closeOnClientPropertyTest()
04-05-2024 11:03:43:STARTING TEST : closeOnWebTargetResolveTemplatesFromEncodedTest()
public org.glassfish.jersey.client.JerseyWebTarget org.glassfish.jersey.client.JerseyWebTarget.resolveTemplatesFromEncoded(java.util.Map) throws java.lang.NullPointerException
04-05-2024 11:03:43:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
04-05-2024 11:03:43:FINISHED TEST : closeOnWebTargetResolveTemplatesFromEncodedTest()
04-05-2024 11:03:43:STARTING TEST : closeOnClientRegisterObjectWithMapTest()
public org.glassfish.jersey.client.JerseyClient org.glassfish.jersey.client.JerseyClient.register(java.lang.Object,java.util.Map)
04-05-2024 11:03:43:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
04-05-2024 11:03:43:FINISHED TEST : closeOnClientRegisterObjectWithMapTest()
04-05-2024 11:03:43:STARTING TEST : closeOnClientTargetWithLinkTest()
public org.glassfish.jersey.client.JerseyWebTarget org.glassfish.jersey.client.JerseyClient.target(jakarta.ws.rs.core.Link)
04-05-2024 11:03:43:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
04-05-2024 11:03:43:FINISHED TEST : closeOnClientTargetWithLinkTest()
04-05-2024 11:03:43:STARTING TEST : closeOnClientRegisterObjectWithContractsTest()
public org.glassfish.jersey.client.JerseyClient org.glassfish.jersey.client.JerseyClient.register(java.lang.Object,java.lang.Class[])
04-05-2024 11:03:43:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
04-05-2024 11:03:43:FINISHED TEST : closeOnClientRegisterObjectWithContractsTest()
04-05-2024 11:03:43:STARTING TEST : closeOnWebTargetRegisterObjectWithPriorityTest()
public jakarta.ws.rs.core.Configurable org.glassfish.jersey.client.JerseyWebTarget.register(java.lang.Object,int)
04-05-2024 11:03:43:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
04-05-2024 11:03:43:FINISHED TEST : closeOnWebTargetRegisterObjectWithPriorityTest()
04-05-2024 11:03:43:STARTING TEST : closeOnWebTargetRegisterObjectWithMapTest()
public org.glassfish.jersey.client.JerseyWebTarget org.glassfish.jersey.client.JerseyWebTarget.register(java.lang.Object,java.util.Map)
04-05-2024 11:03:43:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
04-05-2024 11:03:43:FINISHED TEST : closeOnWebTargetRegisterObjectWithMapTest()
04-05-2024 11:03:43:STARTING TEST : closeOnClientTargetWithUriBuilderTest()
public org.glassfish.jersey.client.JerseyWebTarget org.glassfish.jersey.client.JerseyClient.target(jakarta.ws.rs.core.UriBuilder)
04-05-2024 11:03:43:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
04-05-2024 11:03:43:FINISHED TEST : closeOnClientTargetWithUriBuilderTest()
04-05-2024 11:03:43:STARTING TEST : targetStringTest()
04-05-2024 11:03:43:FINISHED TEST : targetStringTest()
04-05-2024 11:03:43:STARTING TEST : closeOnClientTargetWithStringTest()
public org.glassfish.jersey.client.JerseyWebTarget org.glassfish.jersey.client.JerseyClient.target(java.lang.String)
04-05-2024 11:03:43:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
04-05-2024 11:03:43:FINISHED TEST : closeOnClientTargetWithStringTest()
04-05-2024 11:03:43:STARTING TEST : invocationFromLinkExceptionNoLinkTest()
04-05-2024 11:03:43:NullPointerException successfully thrown when no link
04-05-2024 11:03:43:FINISHED TEST : invocationFromLinkExceptionNoLinkTest()
04-05-2024 11:03:43:STARTING TEST : closeOnWebTargetResolveTemplateStringObjectTest()
public jakarta.ws.rs.client.WebTarget org.glassfish.jersey.client.JerseyWebTarget.resolveTemplate(java.lang.String,java.lang.Object)
04-05-2024 11:03:43:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
04-05-2024 11:03:43:FINISHED TEST : closeOnWebTargetResolveTemplateStringObjectTest()
04-05-2024 11:03:43:STARTING TEST : closeOnWebTargetResolveTemplatesMapTest()
public org.glassfish.jersey.client.JerseyWebTarget org.glassfish.jersey.client.JerseyWebTarget.resolveTemplates(java.util.Map) throws java.lang.NullPointerException
04-05-2024 11:03:43:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed.
04-05-2024 11:03:43:FINISHED TEST : closeOnWebTargetResolveTemplatesMapTest()
04-05-2024 11:03:43:STARTING TEST : targetUriTest()
04-05-2024 11:03:43:FINISHED TEST : targetUriTest()
[INFO] Tests run: 49, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 s - in ee.jakarta.tck.ws.rs.api.client.client.JAXRSClientIT
[INFO] Running ee.jakarta.tck.ws.rs.uribuilder.UriBuilderIT
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in ee.jakarta.tck.ws.rs.uribuilder.UriBuilderIT
[INFO] Running ee.jakarta.tck.ws.rs.jaxrs31.spec.extensions.JAXRSClientIT
04-05-2024 11:03:43:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:43:STARTING TEST : featureIsRegisteredTest()
04-05-2024 11:03:44:FINISHED TEST : featureIsRegisteredTest()
04-05-2024 11:03:44:[JAXRSCommonClient] Test setup OK
04-05-2024 11:03:44:STARTING TEST : dynamicFeatureIsRegisteredTest()
04-05-2024 11:03:44:FINISHED TEST : dynamicFeatureIsRegisteredTest()
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.578 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 388 ms.
[INFO] 
[INFO] Results:
[INFO] 
[WARNING] Tests run: 2789, Failures: 0, Errors: 0, Skipped: 130
[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
Apr 05, 2024 11:03:49 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider ee.jakarta.tck.ws.rs.sebootstrap.SeBootstrapIT$StaticApplication$StaticResource registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider ee.jakarta.tck.ws.rs.sebootstrap.SeBootstrapIT$StaticApplication$StaticResource will be ignored. 
Apr 05, 2024 11:03:49 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:38003]
Apr 05, 2024 11:03:49 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 05, 2024 11:03:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:38003]
Apr 05, 2024 11:03:50 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider ee.jakarta.tck.ws.rs.sebootstrap.SeBootstrapIT$StaticApplication$StaticResource registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider ee.jakarta.tck.ws.rs.sebootstrap.SeBootstrapIT$StaticApplication$StaticResource will be ignored. 
Apr 05, 2024 11:03:50 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:45623]
Apr 05, 2024 11:03:50 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Apr 05, 2024 11:03:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:45623]
Apr 05, 2024 11:03:50 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider ee.jakarta.tck.ws.rs.sebootstrap.SeBootstrapIT$StaticApplication$StaticResource registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider ee.jakarta.tck.ws.rs.sebootstrap.SeBootstrapIT$StaticApplication$StaticResource will be ignored. 
Apr 05, 2024 11:03:50 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:37389]
Apr 05, 2024 11:03:50 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Apr 05, 2024 11:03:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:37389]
Apr 05, 2024 11:03:50 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider ee.jakarta.tck.ws.rs.sebootstrap.SeBootstrapIT$StaticApplication$StaticResource registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider ee.jakarta.tck.ws.rs.sebootstrap.SeBootstrapIT$StaticApplication$StaticResource will be ignored. 
Apr 05, 2024 11:03:50 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:37459]
Apr 05, 2024 11:03:50 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Apr 05, 2024 11:03:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:37459]
Apr 05, 2024 11:03:50 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider ee.jakarta.tck.ws.rs.sebootstrap.SeBootstrapIT$StaticApplication$StaticResource registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider ee.jakarta.tck.ws.rs.sebootstrap.SeBootstrapIT$StaticApplication$StaticResource will be ignored. 
Apr 05, 2024 11:03:50 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:8080]
Apr 05, 2024 11:03:50 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Apr 05, 2024 11:03:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:8080]
Apr 05, 2024 11:03:50 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider ee.jakarta.tck.ws.rs.sebootstrap.SeBootstrapIT$StaticApplication$StaticResource registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider ee.jakarta.tck.ws.rs.sebootstrap.SeBootstrapIT$StaticApplication$StaticResource will be ignored. 
Apr 05, 2024 11:03:50 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:64738]
Apr 05, 2024 11:03:50 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Apr 05, 2024 11:03:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:64738]
Apr 05, 2024 11:03:50 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
WARNING: A provider ee.jakarta.tck.ws.rs.sebootstrap.SeBootstrapIT$StaticApplication$StaticResource registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider ee.jakarta.tck.ws.rs.sebootstrap.SeBootstrapIT$StaticApplication$StaticResource will be ignored. 
Apr 05, 2024 11:03:50 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:8080]
Apr 05, 2024 11:03:50 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Apr 05, 2024 11:03:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:8080]
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.717 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:  08:11 min
[INFO] Finished at: 2024-04-05T11:03:51Z
[INFO] ------------------------------------------------------------------------
[jakarta_EE10_TCK] $ /bin/bash -xe /tmp/jenkins4045816081257801481.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.4 -Dtck.version=3.1.4 -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.4:jar
[INFO] Copying jakarta-restful-ws-tck-3.1.4.jar to /home/jenkins/agent/workspace/jakarta_EE10_TCK/tests/jersey-tck/target/dependency/jakarta-restful-ws-tck-3.1.4.jar
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.290 s
[INFO] Finished at: 2024-04-05T11:03:55Z
[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.4.jar
+ NAME=jakarta-restful-ws-tck-3.1.4.jar
+ echo '***********************************************************************************'
+ echo '***                        TCK bundle information                               ***'
+ echo '*** Name:         jakarta-restful-ws-tck-3.1.4.jar                            ***'
+ echo '*** Artifact ID:	   jakarta.ws.rs:jakarta-restful-ws-tck:3.1.4         ***'
++ stat -c 'date: %y, size(b): %s' tests/jersey-tck/target/dependency//jakarta-restful-ws-tck-3.1.4.jar
+ echo '*** Date and size: date:' 2023-10-23 10:06:50.000000000 +0000, 'size(b):' '1908144  ***'
++ sha256sum tests/jersey-tck/target/dependency//jakarta-restful-ws-tck-3.1.4.jar
++ awk '{print $1}'
+ echo '*** SHA256SUM: d07f0ccf2e6171fb7c914497553ee4c9d926b8b61a504d2ba01652b606c6c8bc ***'
+ 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=130
+ SKIPPED=130
+ 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     = 130'
+ echo '[INFO] ****************************************************************************'
+ grep 'Tests run:' tck.log
+ grep --invert-match 'Skipped: [0-9]*$'
Archiving artifacts
Recording fingerprints
Finished: SUCCESS